/*main site skeleton*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(pageback.jpg) no-repeat center 0px;
}
#logo-cntr{
	margin-bottom: 10px;
	width: 339px;
	margin-left: 51px;
}

/*content skeleton*/
#content-cntr {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 25px;
	min-height:500px;
	font-size: 14px;
}
#frontfeature {
	width: 950px;
	margin-left: 25px;
	margin-top: 0px;
	height: 250px;
}

#content{
	margin-right: 0px;
	padding-right: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	}
	#content p {
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	#content p.articles {
	margin-top: 0px;
	}
	#content h1 {
	font: lighter 28px Georgia, "Times New Roman", Times, serif;
	color: #526783;
	margin: 0px;
	padding: 0px;
	}
	#content h2 {
	font: lighter 20px Georgia, "Times New Roman", Times, serif;
	color: #596988;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #596988;
	position: relative;
	}
	
		#content h3 {
	color: #356A9F;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	}
	#content h4 {
	font: lighter 20px Georgia, "Times New Roman", Times, serif;
	color: #596988;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #596988;
	position: relative;
	}

	
	
	
	span.ar a{
	float: right;
	position: absolute;
	top: 5px;
	right: 10px;
	}
	#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #526783;
	text-decoration: none;
	font-size: 11px;
	}
	#content a:hover{
	text-decoration: underline;
	}
	#content h3 {
	color: #526783;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	#content h3 a{
	font: lighter 22px Georgia, "Times New Roman", Times, serif;
	color: #005182;
	margin-bottom: 0px;
	}
	#content h3 a:hover{
	text-decoration: underline;
	}
	#content ul{
	list-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	#content ul li{
	background-repeat: no-repeat;
	background-position: 0 75%;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
	#content ul li a {
	padding-left: 18px;
	font-weight: lighter;
	color: #0065A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	#content ul li a:hover {
		text-decoration: underline;
		color: #666666;
	}
	#content ul li b {
	padding-left: 18px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	

	
	
/*top global navigation*/
#nav {
	font-family: tahoma;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	margin-bottom: 10px;
	height: 40px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#nav a{
	font-size: 13px;
	color: #2D2920;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #BAC3D2;
	border-left-color: #BAC3D2;
	vertical-align: middle;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}
#nav a:hover{
	background-color: #ABB6C8;
}
#nav a.navlast {
	border-right-style: none;
}
#nav a.navfirst {
	border-left-style: none;
}


/*secondary navigation*/

#secnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD9;
}
#secnav ul{
	margin: 0px;
	padding: 0px;
}
#secnav ul li{
	margin: 0px;
	padding: 0px;
}
#secnav ul li a{
	color: #333333;
	display: block;
	padding-left: 0px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDBD9;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	position: relative;
}
#secnav ul li a:hover{}


#content dl.client{
	margin-top: 5px;
	margin-bottom: 25px;
}
#content dt{
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content dd{
	font-size: 13px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content dd.title {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #847443;
	margin-bottom: 8px;
}
#content dd.title a{
	font-size: 20px;
	margin-bottom: 5px;
	color: #506372;
}
#content dd.title a:hover{
	text-decoration: underline;
}
#content dd.text{
	font: 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.sectionimg {
	margin-bottom: 15px;
	border: 1px solid #E1D9BD;
	padding: 2px;
}*/




hr.spacer{
	visibility: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99A7BC;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0065A4;
	text-align: center;
	margin-top: 20px;
	padding-top: 15px;
}
#footer p{
	color: #0065A4;
	font-size: 10px;
}
#footer a{
	color: #0065A4;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
