/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#216384;
}

p{
	line-height:1.3em;
}

a{
	color:#00015e;
	text-decoration:underline;
	line-height:20px;
	outline:none;
}

a:hover{
	color:#4284ba;
	text-decoration:underline;
}

li{
	line-height:1.3em;
}

td{
	line-height:1.3em;

}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00015e;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4284bb;
}

#wrapper{
	width:900px;
	margin:0px auto;
	padding:0px;
}

#header{
	margin:0px auto;
	padding:0px;
	height:172px;
}

.logo{
	float:left;
	width:194px;
	height:172px;
}

.headerRight{
	background:url(images/headerRight.jpg) no-repeat;
	width:706px;
	height:172px;
	float:left;
}

#navigation{
	margin:0px auto 0 auto;
	padding:0px;
	background:url(images/navBg.jpg) repeat-x;
	height:28px;
}

#navigation ul{
	list-style-type:none;
	display:block;  
	margin:0px 0 0 10px;
	_margin:0px 0 0 5px; 
	padding:0px; 
	float:left;
}

#navigation ul li {
	display:inline;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:28px;
	list-style-type:none;
	float:left;
	margin:0px 5px 0 5px;
}

#navigation a{
	background:url(images/navRight.jpg) right top no-repeat;
	color:#ffffff;
	text-decoration:none;
	margin:0 1px;
	padding-right:25px;
	height:28px;
	line-height:28px;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#navigation a span{
	background:url(images/navLeft.jpg) left top no-repeat;
	height:28px;
	padding-left:25px;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#navigation a:hover{
	color:#3b5d14;
	text-decoration:none;
	margin:0 1px;
	padding-right:25px;
	height:28px;
	line-height:28px;
	float:left;
	background:url(images/navRightHover.jpg) right top no-repeat;
	color:#FFFFFF;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#navigation a:hover span{
	background:url(images/navLeftHover.jpg) left top no-repeat;
	height:28px;
	padding-left:25px;
	color:#FFFFFF;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#navigation a.active{
	height:28px;
	line-height:28px;
	background:url(images/navRightHover.jpg) right top no-repeat;
	padding-right:25px;
	color:#FFFFFF;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#navigation a.active span{
	background:url(images/navLeftHover.jpg) left top no-repeat;
	height:28px;
	padding-left:25px;
	color:#FFFFFF;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}

#container{
	margin:0px auto;
	padding:0px 0 10px 0px;
	background:url(images/contentBg.jpg) repeat-y;
}

.contentLeft{
	width:208px;
	float:left;
}

.quickLinks{
	margin:15px 0 0 2px;
	_margin:15px 0 0 1px;
	padding:0px;
	float:left;
}

.quickLinks ul li a{
	color:#00015e;
	text-decoration:underline;
	line-height:20px;
}

.quickLinks ul li a:hover{
	color:#4284ba;
	text-decoration:underline;
}

.contentRight{
	width:670px;
	float:left;
	margin: 0px 0 0 0px;
	_margin: 15px 0 0 0px;
	padding:0px 10px;
}

#footer{
	margin:-11px auto 0 auto;
	_margin:0px auto 0 auto;
	padding:0px;
	background:url(images/footerBg.jpg) repeat-x;
	height:29px;
	text-align:center;
}

#footer p{
	color:#FFFFFF;
	font-size:11px;
	line-height:29px;
}

.botImages{
	width:350px;
	height:115px;
	float:left;
	margin:0px;
	padding:0px;

}





/********************************************
   Clear Fix
********************************************/ 
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

