@charset "utf-8";
/* CSS Document */

/********** BEGIN ST CSS **********/
#stWrapperMenu {
	width: 770px;
	float: left;
	padding: 0;
	z-index:600;
}

#stWrapper {
	width: 769px;
	float: left;
	padding: 0;
	z-index:600;
}

#stWrapper .stContent{
	width: 769px;
	float: left;
}

#stWrapper .doNotDelete {
	width:100%;
	height:0px;
	line-height:0px;
	float:none;
	clear:both;
}

#stWrapper .spacer {
	width:100%;
	height:15px;
	line-height:15px;
	clear:both;
}

#stWrapper .leftColumn {
	width:377px;
	float:left;
	position:relative;
}

#stWrapper .rightColumn {
	width:377px;
	float:right;
	position:relative;
}

#stWrapper .columnOne {
	width:180px;
	height:200px;
	float:left;
}

#stWrapper .columnTwo {
	width:180px;
	height:200px;
	float:right;
}

#stWrapper .columnThree {
	width:180px;
	height:200px;
	float:left;
}

#stWrapper .columnFour {
	width:180px;
	height:200px;
	float:right;
}

#stWrapper .columnTitle {
	color:#0057a6;
	font-weight:bolder;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	padding:3px;
	margin-bottom:5px;
}

#stWrapper .columnInnertube {
/*	width:180px;
	margin:0px auto;*/
	padding:0px 5px;
}

#stWrapper .dividerLine {
	background:#d4dee8 url(../images/dividerLine.png);
	background-repeat:repeat-x;
	height:1px;
	margin:0px;
	padding:0px;
}

#stWrapper ul {
	list-style:url(../images/arrowRightXsm.png);
	margin-left:20px;
	padding:0px 0px;
}

#stWrapper ul li{
	padding-top:0px;
	padding-bottom:5px;
}

#stWrapper .introBG {
	background:url(../images/introBG.png) no-repeat 1% 50%;
	width:769px;
	height:75px;
	margin:0px auto;
	padding:0px;
}

#stWrapper .introBG h1{
	width:749px;
	font-weight:400;
	text-align:left;
	color:#0057a6;
	margin:0px auto;
	padding:5px 0px 0px 0px;
}

#stWrapper .introBG p{
	width:749px;
	font-weight:400;
	color:#0057a6;
	margin:0px auto;
	padding:5px 0px;
}

#stWrapper .breadcrumbs {
	font-size:80%;
	color:#464646;
	margin:5px 0px;
}

#stWrapper .breadcrumbs a{
	font-size:90%;
	color:#464646;
	text-decoration:none;
}

#stWrapper .breadcrumbs a:hover{
	font-size:90%;
	color:#464646;
	text-decoration:underline;
}

#stWrapper .sectionTitle {
	color:#0057a6;
	font-weight:bolder;
	text-transform:uppercase;
	background-position:bottom;
	height:25px;
	line-height:25px;
	text-decoration: underline;
}

#stWrapper .sectionContent {
	width:475px;
	margin:0px auto;
}

#stWrapper .imgBorder {
	border:1px solid #0057A6;
/*	width:150px;*/
	padding:3px;
/*	background-color:#CCCCCC;*/
}

#stWrapper .tabTitle {
	background-image:url(../images/tabTitle2.png);
/*	width:95%;*/
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	text-indent:5px;
	text-transform:uppercase;
	border:1px solid #1f3c64;
}

#stWrapper .dotsHorizontal {
	background-image:url(../images/dotsHorizontal.png);
	background-repeat:repeat-x;
	height:15px;
}












/* BEGIN HOME PAGE SLIDING BOXES */
.stHomeboxgrid{ 
	width: 180px; 
	height: 200px; 
	float:left;
	background:#dce4ea; 
	border:double #026084; 
	overflow: hidden; 
	position: relative;
}
			
.stHomeboxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.stHomeboxgrid p{ 
	padding: 0 10px; 
	color:#000; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.stHomeboxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.stHomecaptionfull .stHomeboxcaption {
	top: 260;
	left: 0;
}

.stHomecaption .stHomeboxcaption {
	top: 220;
	left: 0;
}
/* END HOME PAGE SLIDING BOXES */


/* BEGIN DIRECTORATE SLIDING BOXES */
.stDirectorateboxgrid{ 
	width: 225px; 
	height: 150px; 
	float:left;
/*	background:#dce4ea; */
	background-image:url(../Directorate/../images/directorateSlidingBG.png);
	background-repeat:no-repeat;
	overflow: hidden; 
	position: relative;
}
			
.stDirectorateboxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.stDirectorateboxgrid p{ 
	padding: 0 10px;
	margin-top:-3px;
	color:#000; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.stDirectorateboxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

.stDirectoratecaptionfull .stDirectorateboxcaption {
	top: 260;
	left: 0;
}

.stDirectoratecaption .stDirectorateboxcaption {
	top: 220;
	left: 0;
}

.stDirectorateInnertube {
	padding:0px 5px;
}

.stDirectorateInnertube ul{
	margin:0px;
}

/* END DIRECTORATE SLIDING BOXES */


/* BEGIN DIRECTORATE SLIDING BOXES SMALL */
.stDirectorateboxgridSm{ 
	width: 250px; 
	height: 92px; 
	float:left;
	background:#dce4ea; 
	background-image:url(../Directorate/../images/directorateSlidingBGSm.png);
	background-repeat:no-repeat;
	overflow: hidden; 
	position: relative;
}
			
.stDirectorateboxgridSm img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.stDirectorateboxgridSm p{ 
	padding: 0 10px;
	margin-top:-3px;
	color:#000; 
/*	font-weight:bold;*/
	font:9pt "Lucida Grande", Arial, sans-serif; 
}
				
.stDirectorateboxcaptionSm{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

.stDirectoratecaptionfullSm .stDirectorateboxcaptionSm {
	top: 260;
	left: 0;
}

.stDirectoratecaptionSm .stDirectorateboxcaptionSm {
	top: 220;
	left: 0;
}

 .stDirectorateInnertubeSm {
	padding:8px;
}
/* END DIRECTORATE SLIDING BOXES SMALL */




/* BEGIN SLIDING BOXES */
.boxgrid{ 
	width: 200px; 
	height: 300px; 
	margin:0px 5px; 
	float:left;
	background:#dce4ea; 
	border:double #8399AF; 
	overflow: hidden; 
	position: relative;
}
			
.boxgridImgSlideCenter {
	width:700px;
	margin:0px auto;
	padding-left:50px;
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#000; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 260;
	left: 0;
}

.caption .boxcaption {
	top: 220;
	left: 0;
}
#resourcebox h1{
	background-color:#062553; 
	color:#FFF;
	padding:4px 10px 4px 10px;
	margin:0;
}
#resourcebox h2{
	font-size:16px;
	margin-top:2px;
}
#interestbox{
	display:block; background:#CFF; border: #03C solid 1px;padding-left:10px;
}
/* END SLIDING BOXES */

