@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) top center no-repeat #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#center{
	width: 804px;
	margin:0 auto;
	padding:0;
	}
#wrapper{
	width: 804px;
	float:left;
	}
#header{
	background:url(images/header.jpg) left no-repeat;
	width:786px;
	float:left;
	height:153px;
	padding: 22px 0 0 18px;
	color:#FFFFFF;
	}
#menu{
	background:url(images/nav-bg.jpg) left no-repeat;
	width:765px;
	float:left;
	height:39px;
	padding:9px 19px 0 20px; 
	}
.nav{
	float:left;
	padding:0 7px;
	}
#content-wrapper{
	background:url(images/wrap-bg.jpg) left repeat-y;
	width:789px;
	float:left;
	padding: 6px 7px 0 8px;
	}
#content{
	background:url(images/content-bg.gif) left bottom repeat-y;
	width:739px;
	float:left;
	padding: 15px 25px 30px 25px;
	}
.half-section{
	background:url(images/half-sec.jpg) left no-repeat;
	width:348px;
	float:left;
	height:105px;
	padding:22px;
	margin:0 0 5px 0;
	}
#feature{
	background:url(images/blue-feat-sec.jpg) left no-repeat;
	width:782px;
	float:left;
	height:200px;
	padding:4px;
	}
#footer{
	background:url(images/footer.jpg) left no-repeat;
	width:764px;
	float:left;
	height:37px;
	padding:35px 20px 0 20px;
	text-align:center;
	color:#FFFFFF;
	}
#copyright{
	width: 804px;
	float:left;
	height:21px;
	padding:5px 0 0 0;
	font-size:10px;
	}
#copyright a{
	text-decoration:none;
	color:#000000;
	}	
.footer{
	font-weight:bold;
	}
a.footer{
	color:#FFFFFF;
	font-weight:bold;
	margin:0 10px;
	text-decoration:none;
	}

h1{
	font-size:14px;
	margin:0 0 15px 0;
	color:#888888;
	font-weight:bold;
	}
h2{
	font-size:14px;
	margin:0 0 15px 0;
	color:#254d85;
	font-weight:bold;
	}

p{
	margin:0 0 8px 0;
	color:#888888;
	}
	
p a {
	color:#888888;
	text-decoration:none;
	}
	
.white{
	color:#FFFFFF;
	padding: 0 10px 8px 10px;
	}
	
a.linked {
	color:#254d85;
	text-decoration:none;
	font-weight:bold;
	}

a.linked:hover{
	text-decoration:underline;
	}
	
a img{
	border:0;
	}
	
hr{
	color:#254d85;
	height:1px;
	margin: 20px 0 20px 0;
	padding:0px;
	}