body {
	background-color:#F7F7F7;
	color:#8C8C8C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

a {
	color:#1B715A;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

p {
	margin:0px 0px 10px 0px;
}

.clear {
	clear:both;
}

img{
	border:0;
}

img.bio {
float: left;
margin:5px 10px 0 0;
}

#header_container {
	background:URL(/graphics/header_bg.jpg) repeat-x top center #E6ECEA;
	height:100px;
}

	#header_container #header {
		height:100px;
		margin:auto;
		width:951px;
	}
	
		#header_container #header #logo {
			float:left;
			padding-top:35px;
		}
		
		#header_container #header #header_search {
			float:right;
			padding-top:50px;
		}

#top_nav_wrapper {
	background:URL(/graphics/nav_bg.jpg) repeat-x top left #F7F7F7;
	height:33px;
}

	#top_nav_wrapper #nav {
		height:33px;
		margin:auto;
		width:951px;
	}
	
	#top_nav_wrapper #top_nav_clr_bar {
		background:url(../graphics/top_nav_clr_bar.jpg) no-repeat;
		height:8px;
	}
	
		#top_nav_wrapper #top_nav_link_1 a,
		#top_nav_wrapper #top_nav_link_1_active a,
		#top_nav_wrapper #top_nav_link_2 a,
		#top_nav_wrapper #top_nav_link_2_active a,
		#top_nav_wrapper #top_nav_link_3 a,
		#top_nav_wrapper #top_nav_link_3_active a,
		#top_nav_wrapper #top_nav_link_4 a,
		#top_nav_wrapper #top_nav_link_4_active a,
		#top_nav_wrapper #top_nav_link_5 a,
		#top_nav_wrapper #top_nav_link_5_active a,
		#top_nav_wrapper #top_nav_link_6 a,
		#top_nav_wrapper #top_nav_link_6_active a
		{
			color:#7B7B7B;
			display:block;
			float:left;
			height:19px;
			font-weight:bold;
			padding-top:7px;
			text-align:center;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		#top_nav_wrapper #top_nav_link_1 a,
		#top_nav_wrapper #top_nav_link_1_active a
		{width:125px;}	
		
		#top_nav_wrapper #top_nav_link_2 a,
		#top_nav_wrapper #top_nav_link_2_active a
		{width:197px;}	
		
		#top_nav_wrapper #top_nav_link_3 a,
		#top_nav_wrapper #top_nav_link_3_active a
		{width:148px;}	
		
		#top_nav_wrapper #top_nav_link_4 a,
		#top_nav_wrapper #top_nav_link_4_active a
		{width:156px;}	
		
		#top_nav_wrapper #top_nav_link_5 a,
		#top_nav_wrapper #top_nav_link_5_active a
		{width:182px;}	
		
		#top_nav_wrapper #top_nav_link_6 a,
		#top_nav_wrapper #top_nav_link_6_active a
		{width:143px;}
		
		#top_nav_wrapper #top_nav_link_1_active a,
		#top_nav_wrapper #top_nav_link_1 a:hover
		{background-color:#007CAE; color:#FFFFFF;}	
		
		#top_nav_wrapper #top_nav_link_2_active a,
		#top_nav_wrapper #top_nav_link_2 a:hover
		{background-color:#645594; color:#FFFFFF;}	
		
		#top_nav_wrapper #top_nav_link_3_active a,
		#top_nav_wrapper #top_nav_link_3 a:hover
		{background-color:#6261A2; color:#FFFFFF;}	
		
		#top_nav_wrapper #top_nav_link_4_active a,
		#top_nav_wrapper #top_nav_link_4 a:hover
		{background-color:#7D9A50; color:#FFFFFF;}	
		
		#top_nav_wrapper #top_nav_link_5_active a,
		#top_nav_wrapper #top_nav_link_5 a:hover
		{background-color:#758B57; color:#FFFFFF;}	
		
		#top_nav_wrapper #top_nav_link_6_active a,
		#top_nav_wrapper #top_nav_link_6 a:hover
		{background-color:#2B5192; color:#FFFFFF;}

#main_content_container {
	background-color:#FFFFFF;
}

	#main_content_container #main_content {
		font-size:12px;
		margin:auto;
		padding:15px 25px;
		width:901px;
	}
	
		#main_content_container #main_content #secContainer {
			background:url(../graphics/secFade.jpg) top left no-repeat;
		}
	
		#main_content_container #main_content #secContainer #secLeft {
			float:left;
			width:240px;
		}
		
		#main_content_container #main_content #secContainer #secLeft #sublogo {
			padding:25px 0px 0px 30px;
		}
		
		#main_content_container #main_content #secContainer #secLeft #quote {
			width:205px;
		}
		
		#main_content_container #main_content #secContainer #secLeft #quote h3 {
			margin:20px 0px 0px 30px;
			font-weight:bold;
			font-size:12px;
			color:#333333;
			line-height:20px;
			font-style:italic;
		}
		
		#main_content_container #main_content #secContainer #secLeft #quote h4 {
			font-weight:normal;
			margin:5px 0px 0px 30px;
			font-size:10px;
			color:#7e7875;
		}
		
		#main_content_container #main_content #secContainer #secLeft #secNav {
			width:205px;
		}
		
		/*secondary navigation*/
		#secNav {
			width:220px;
			font-family: Verdana, Helvetica, Arial, sans-serif;
		}
		
		#secNav ul {
			list-style:none;
			margin:10px 0 0 15px;
			padding:0;
		} 
		 
		#secNav li a {
			display:block;
			text-indent: 0px;
			text-decoration:none;
			padding:10px 0 5px 15px;
			margin:0;
			color:#7e7875;
		}
		
		#secNav li a:hover, #secNav li a.active {
			background:url(../images/secNavBullet.png) left center no-repeat;
			color:#09664d;
		}

		#secNav hr {
			border: none;
			background-color: #7e7875;
			color: #7e7875;
			height: 1px;
			width:180px;
			margin-top:15px;
			float:left;
		}

		
		#main_content_container #main_content #secContainer #secRight {
			float:left;
			width:648px;
		}

#footer_container {
	background:URL(/graphics/footer_bg.jpg) repeat-x top left #F7F7F7;
}

	#footer_container #footer {
		font-size:11px;
		margin:auto;
		padding:15px 0px;
		width:951px;
	}
	
		#footer_container #footer #footer_txt a {
			color:#8C8C8C;
			text-decoration:underline;
		}
		
		#footer_container #footer #footer_txt a:hover {
			color:#333333;
			text-decoration:underline;
		}
		
/*home page body copy*/
#homeLeft {
	margin-top:30px;
	width: 100px;    
	float:left;  
	text-align:left;    
}

#homeLeft p{
	color:#7e7875;
	margin-top:25px;
	width:300px;
	font-size:12px;
	line-height:20px;
	font-style:italic;
}
#homeLeft p span{
	float:right;
	font-style:normal;
	margin-top:10px;
}
#homeRight{
	margin-top:30px;
	width: 540px;
	float:right;
}
#homeSpan{
	width:500px;
	margin-bottom:30px;
	font-size:11px;
}
#homeRightB {
	background:#ccd7df;
		width: 540px;

	text-align:left;
}
#homeRightB div.columnL{
	float:left;
	padding-left: 15px;
	width:245px;
	padding-bottom:20px;
}
#homeRightB div.columnR{
	float:right;
	padding:10px 15px 0;
	width:245px;
}
#homeRightB div.columnR img{
	float:left;
	margin:10px 0;
}
#homeRightB div.columnR img.sig{
	float:left;
	margin:20px 0;
}
.homeSig{
	padding:25px 0 0 10px;
	font-size:10px;
	color:#333333;

}

#homeRightB p.headline{
	background:#7e7875;
	margin:0 0 10px;
	padding:10px 7px;
	color:#ffffff;
	font-size:13px;
	line-height:16px;
}
#homeRightB p.bodytext{
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	line-height:16px;
	color:#333333;
	
}
#homeRightB p.bodytext img{
	clear:both;
	float:left;
	border:1px solid #666666;
	margin:20px 0;
}

.secFloatRight{
	float:left;
}

 .secFloatLeft{
	float:left;

}

.secFloatLeft{
	width:280px;
	padding:0 40px 0 10px;
	margin:20px 0;

}
.secFloatRight{
	width:280px;
	border-left:1px solid #7e7875;
	padding:0 10px 0 40px;
	margin:20px 0;
}
#secRight{
	width:665px;
	float:right;
	text-align:left;
	margin:0;
}

#secRightCopy{
	padding-top:13px;
}


.secCopySpan{
	margin:20px 0;
	clear:both;
	padding-left:10px;
}





#secRightB {
	background:#ccd7df;
		width: 540px;

	text-align:left;
}
#secRightB div.columnL{
	float:left;
	padding-left: 15px;
	width:245px;
	padding-bottom:20px;
}
#secRightB div.columnR{
	float:right;
	padding:10px 15px;
	width:245px;
}
#secRightB div.columnR img{
	float:left;
	margin:10px 0;
}
#secRightB div.columnR img.sig{
	float:left;
	margin:20px 0 0 20px;
}

.secSig{
	padding:0px 0 0 10px;
	font-size:10px;
	color:#333333;
}

#secRightB p.headline{
	background:#7e7875;
	margin:0 0 10px;
	padding:10px 7px;
	color:#ffffff;
	font-size:13px;
	line-height:16px;
}
#secRightB p.bodytext{
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	line-height:16px;
	color:#333333;
	
}
#secRightB p.bodytext img{
	clear:both;
	float:left;
	border:1px solid #666666;
	margin:20px 0;
}




.secFloatRight{
	float:left;
}

 .secFloatLeft{
	float:left;

}

.secFloatLeft{
	width:280px;
	padding:0 40px 0 10px;
	margin:20px 0;

}
.secFloatRight{
	width:280px;
	border-left:1px solid #7e7875;
	padding:0 10px 0 40px;
	margin:20px 0;
}


.secCopySpan h1, .secFloatRight h1, .secFloatLeft h1, #homeSpan h1{
	font-weight:normal;
	font-size:17px;
	color:#7e8991;
	margin:0;
}

.secCopySpan h2, #homeSpan h2{
	margin:10px 0 0;
	font-weight:normal;
	font-size:13px;
	color:#5f592f;
}
 .secFloatRight h2, .secFloatLeft h2{
 	margin:0;
	font-weight:normal;
	font-size:13px;
	color:#5f592f;
 }
 

.secCopySpan p, .secFloatRight p, .secFloatLeft p, #homeSpan p{
	padding:0;
	margin:8px 0 0;
	font-size:11px;
	color:#666666;
	line-height:15px;
}
.secCopySpan ul, .secFloatRight ul, .secFloatLeft ul{
	margin:5px 0 0 15px;
	padding:0;
	color:#666666;
}

.secCopySpan li, .secFloatRight li, .secFloatLeft li{
	font-size:11px;
	margin:0;
	padding:4px 0;
}
.secCopySpan hr{
	border: none;
	background-color: #7e7875;
	color: #7e7875;
	height: 1px;
	margin:15px 0;
}

.secCopySpan a, .secFloatRight a, .secFloatLeft a, #homeSpan a, #footer a{
	padding:0;
	margin:8px 0 0;
	font-size:11px;
	text-decoration: none;
	color:#09664d;
	line-height:15px;
}

.secCopySpan a:hover, .secFloatRight a:hover, .secFloatLeft a:hover, #homeSpan a:hover, #footer a:hover {
	padding:0;
	margin:8px 0 0;
	font-size:11px;
	text-decoration: none;
	color:#7e7875;
	line-height:15px;
}

#secCopyFooter{
	background:#ccd7df;
	width:665px;
	clear:both;
	margin-top:30px;
}

#secCopyFooter div.left{
	width:240px;
	float:left;
	padding:0 5px 8px;
}

#secCopyFooter div.right{
	float:left;
	width:260px;
	margin:8px 0 0 15px;	
}
#secCopyFooter div.span{
	width:660px;
	
}
#secCopyFooter p{
	margin:0;
	padding:0 0 15px 5px;
	font-size:10px;
	line-height:18px;
	color:#333333;
}
#secCopyFooter p.headline{
	background:#7e7875;
	margin-bottom:5px;
	padding:6px 7px;
	color:#ffffff;
	font-size:13px;
	line-height:16px;
	width:240px;
}
#secCopyFooter h5{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#5f592f;
	padding-left:5px;

}
#secCopyFooter p a{
		color:#09664d;
		text-decoration:none;
}
#secCopyFooter p a:hover{
		color:#7e7875;

}
#secCopyFooter img{
	float:right;
	margin:14px 30px 0 0;
}