html {
	
}

body {
font-family:Tahoma, Georgia, serif ;
	color: #2f3640;
	background-color:#888888;
	font-size: small;
	padding:0;
	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:top;


}

a:link {text-decoration: none; color: #003f79; cursor:pointer;}
a:visited {text-decoration: none; color: #003f79; cursor:pointer;}
a:hover {text-decoration: underline; color: #0099FF;  }







#wrapper {
	width: 1000px;	
	min-height:500px;
	margin: 0 auto;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;

}
#header {
	position:relative;
	height:207px;
	width: 1000px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#content {
	position:relative;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 750px;
	padding-left:125px;
	padding-right:125px;
	padding-top:1px;
	padding-bottom:10px;
	float:left;
	min-height: 429px;
	display: inline;
}


#content-sidebar {
	position:relative;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 450px;
	padding-left:125px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:10px;
	min-height: 429px;
}


#sidebar {
	position:relative;
	width: 250px;
	float:right;
	min-height:200px;
	background-color:#ede9de;
	margin-right:125px;
	margin-top:20px;
	padding:5px 10px 5px 10px;
	display: inline;
}







#footer {
	position:relative;
	z-index:0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	padding-left:125px;
	padding-right:125px;
	float:left;
	height:38px;
	font-size:10px;
	display:inline;
}
#footer-left {
	float: left;
	display:inline;
	padding-top: 40px;
	margin-bottom: 70px;
}
#footer-right {
	float: right;
	display:inline;
	padding-top: 40px;
	margin-bottom: 70px;
}


#title 
{
	position:absolute;
	top:120px;
	padding: 0;
	margin: 0;
	width: 500px;
	left: 365px;
	font-size:20px;
	color:#002140;
	font-family: "Times New Roman", Times, serif;
}





/*#navcontainer 
{
	position:absolute;
	top:80px;
	float: left;
	width: 500px;
	left: 420px;
}
*/
/*#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 25px 15px 12px 15px;
	text-decoration: none;
	float: left;
	color:#2e618a;
	margin:0px;
	border: 0 10px 0 0;
	border-right-style: solid;
		border-right-color: #012f4f;

	
}

#navcontainer ul li a:hover
{
background-color: #406681;
background-image:url(images/nav-ovr.png);
color: #fff;
	border: 0 10px 0 0;
	border-right-style: solid;
	border-right-color: #1f4f75;

}
*/



ul#navlist  {
	font-family: "Times New Roman", Times, serif;
	list-style:none;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	margin-top:80px;
	width: 550px;
	left: 425px;
	height:40px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

ul#navlist  li {
float:left;
list-style-type: none;

}

ul#navlist  li a {
text-decoration:none;
padding:10px;
margin:5px;
color: #ffffff;
text-align:center;

display:block;


}

ul#navlist  li a:hover {
color: #002140;

/*background:#dac985;
*/
background:#dac985;

cursor:pointer;
}





body#home a#homenav,
body#services a#servicesnav,
body#about a#aboutnav,
body#contact a#contactnav,
body#res a#resnav,
body#cap a#capnav,
body#about a#aboutnav


 {
color: #002140;
background:#dac985;

}
/* body.home #list-nav li a.home,
 body.serv #list-nav li a.serv,
 body.res #list-nav li a.res,
 body.about #list-nav li a.about,
 body.contact #list-nav li a.contact,
 {  color: #fff; background:#002140;}


*/

/*body#home a#homenav,
body#services #list-nav li a.servicesnav,
body#resources #list-nav li a.resourcesnav,
body#contact #list-nav li a.contactnav, 
body#about #list-nav li a.aboutnav, 

{ color: #fff; background:#002140; }
*/


h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}


 
 
h1
 {
	font-size: 20px;
	color:#002140;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:25px;
}


h2
 {
	font-size: 16px;
	color:#002140;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:25px;
}

ul li {margin-bottom:10px;}

