@charset "UTF-8";
/* CSS Document */

body{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	img{
		border:0px;
	}
	a{
		text-decoration:none;
		color:#005C84;
		font-weight:lighter;
	}
	#container{
		width:976px;
		margin:0 auto;
		text-align:left;
		position:relative;
	}
	#logo{
		/*position:absolute;
		top:25px;
		left:5px;*/
		margin-left:5px;
		margin-top:25px;
		margin-bottom:15px;
	}
	#main-image{
		/*position:absolute;
		top:90px;
		left:0px;*/
		float:left;
		width:800px;
		height:321px;
	}
	#featured-right{
		/*position:absolute;
		top:90px;
		left:811px;*/
		float:left;
		width:166px;
		height:321px;
		margin-left:10px;
		line-height:0px;
	}
		#featured-right img{
			margin-bottom:7px;
			padding-bottom:0px;
			margin-top:0px;
			padding-top:0px;
			height:157px;
			overflow:hidden;
		}
	#content{
		width:434px;
		padding:0px 22px;
		float:left;
		clear:left;
	}
		#content h2{
			margin-bottom:-10px;
		}
		#content ul{
			margin-top:0px;
			padding-top:0px;
		}
		#content li{
			margin-bottom:40px;
		}
	#col1, #col2, #col3{
		width:148px;
		padding:0px 9px;
		float:left;
	}
	#col3{
		font-size:12px;
	}
	h1, h2, h3{
		color:#5b5b5b;
	}
	h1{
		font-size:26px;
	}
	h2{
		font-size:20px;
	}
	h3{
		font-size:18px;
	}
	h4{
		margin-top:0px;
		padding-top:0px;
		margin-bottom:5px;
		padding-bottom:0px;
	}
	h1.mainhead{
		margin-bottom:0px;
		padding-bottom:0px;
	}
	h2.subhead{
		margin-top:0px;
		padding-top:0px;
	}
	p{
		line-height:125%;
		font-weight:lighter;
	}
	ul{
		list-style:none;
		margin-left:0px;
		padding-left:0px;
		margin-top:0px;
		padding-top:0px;
	}
		li{
			line-height:125%;
		}
		#col1 li{
			line-height:150%;
		}
		#col2 li{
			margin-bottom:15px;
		}
		#col3 li{
			margin-bottom:20px;
		}
#footer{
	clear:left;
	padding-top:20px;
}
	#footer a{
		font-size:12px;
	}