@import url("nav.css");
@import url("textStyles.css");
/* CSS Document */



body {
	margin:0px;
	background: #457fba  url(../images/bk.jpg) repeat-x;
}


#container {
	background: #0d1e2e;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:760px;
}

#header {
	height:198px;
	position:relative;
	width:760px;
	background: #0D1E2E url(../images/headerFiller.jpg) no-repeat left bottom;
}

#search {
	height:35px;
	/*position:relative;*/
	width:760px;
	background: #014B92;
	padding-bottom: 4px;
	
}

#content {
	background: #014b92;
	float: left;
	/*position:relative;*/
	width:760px;
}

/*home uses homeContent, this is for secondary pages*/
#mainContent{
	background:#fff;
	float:left;
	height:258px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position:relative;
	width:750px;
}

/*for secondary pages with 2 cols, makes main col short*/
.col1Main {
	width:575px;
}

#footer {
	background: #014B92;
	float:left;
	height:40px;
	width:760px;
	position: relative;
}

	#footer p {
		color: #fff;
		font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		margin: 10px 5px;
		padding: 0px;
		border: none;
	}
	
	#footer a {
		color: #fff;

	}
	

.shim {clear:both;}

#searchForm {
	color: #EEF6FC;
	float:left;
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 10px;
	padding-left: 0px;
	width: 450px;
}

	#searchForm form {
		 float:left; 
		 margin: 0;
		 padding: 0;
		}

#searchForm input {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#TopicCenterDDL {
	font:10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

/*like homeButtons, but used on secondary pages*/
.promoButtons{
	background: #F9F0B7;
	float:right;
	height:34px;
	margin:5px 0px 0px 0px; 
	padding:0px;
	position:relative;
	width: 320px;
}

	.promoButtons p {
		font:bold 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		left:35px;
		padding:0;
		top:8px;
		z-index:2;
		position:absolute;
		margin:0;
		width: 270px;
	}
	
	.promoButtons img {
		left:8px;
		padding:0;
		top:6px;
		z-index:1
		position:absolute;
		margin:0;
		z-index: 1;
		position: relative;
	}


/*.imgAlignLeft {
	float:left;
}

.imgAlignRight {
	float:right;
}*/



/**********classes for corners**********/

.topLeft {
	background:#FFFFFF url(../images/topLeft.gif) no-repeat;
	height:15px;
	left:0;
	position:absolute;
	top:0;
	width:15px;
}

.topRight {
	background:#FFFFFF url(../images/topRight.gif) no-repeat;
	height:9px;
	position:absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 0;
}

.bottomLeft {
	background:#FFFFFF url(../images/bottomLeft.gif) no-repeat left bottom;
	bottom:0;
	height:15px;
	left:0;
	position:absolute;
	width:15px;
}

.bottomRight {
	background:#FFFFFF url(../images/bottomRight.gif) no-repeat right bottom;
	bottom:0;
	height:15px;
	position:absolute;
	right:0;
	width:15px;
}

 
.topLeftY {
	background:#F9F0B7 url(../images/topLeftY.gif) no-repeat;
	height:15px;
	left:0;
	position:absolute;
	top:0;
	width:15px;
	z-index: 0;
	float: left;
}

.topRightY {
	background:#F9F0B7 url(../images/topRightY.gif) no-repeat;
	height:15px;
	position:absolute;
	right:0;
	top:0;
	width:15px;
}

.bottomLeftY {
	background:#F9F0B7 url(../images/bottomLeftY.gif) no-repeat left bottom;
	bottom:0;
	height:15px;
	left:0;/**/ 
	position:absolute;
	width:15px;
	bottom: 0px;
	left: 0px;
}

.bottomRightY {
	background:#F9F0B7 url(../images/bottomRightY.gif) no-repeat right bottom;
	bottom:0;
	height:15px;
	position:absolute;
	right:0;
	width:15px;
}

#servicesDiv {
	float: left;
	width: 343px;
	border: 1px solid #2D5680;
	margin: 10px;
	padding: 0px;
}

	#servicesDiv ul {
		margin: 0;
		padding: 0;
	}


		#servicesDiv li {
			list-style: none;
			margin: 0px;
			padding: 3px 0px 2px 3px;
		}
		
	#servicesDiv a {
		color: #000000;
		text-decoration:none;
	}

.servicesAlt {
	background: #C8E1F5;
}
