/* CSS by Casey Reid */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #1c5f80 url(../images/body_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img{border: none;}
.clear{clear: both;}
.clearfix:after{
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 790px;
}

/* Header and Main nav styles ***************************/
#header{
	background: url(../images/header_bg.jpg) no-repeat;
	height: 121px;
	width: 780px;
}

#header ul{
	list-style-type: none;
	padding: 95px 0 0 10px;
}
	#header ul li{
		background: url(../images/nav_divide.jpg) no-repeat center right;
		display: inline;
		font-size: 14px;
	}
		#header ul li a{
			color: #113748;
			padding: 1px 13px 1px 13px;
			text-decoration: none;
		}
			#header ul li.last{
				background: none;
			}
		#header ul li a:hover, #header ul li a.active{
			background-color: #669416;
			color: #fff;
		}
		

/* Content Styles *****************************************/
#content-wrapper{
	float: left;
	padding: 10px 0 0 0;
	width: 525px;
}

#content-extend{
	background: url(../images/content_bg.jpg) repeat-y;
}

#content-header{
	background: url(../images/content_header.jpg) no-repeat;
	min-height: 142px;
	width: 525px;
}
	#content-wrapper p{
		color: #4b4c4c;
		font-size: 11px;
	}
	#content-wrapper h2{
		color: #164861;
		font-size: 13px;
		padding: 13px 0 10px;
		height: 13px;
	}

#content-left{
	float: left;
	padding: 105px 10px 2px 15px;
	width: 235px;
}

#content-right{
	float: left;
	padding: 105px 10px 2px 18px;
	width: 235px;
}


/* Headlines styles ******************************************/
#headlines{
	background: url(../images/headlines_bg.gif) no-repeat;
	float: left;
	margin: 10px 0 0 0;
	padding: 102px 0 0 0;
	width: 260px;
}
	#headlines .box{
		height: 97px;
		padding: 0 0 0 20px;
		width: 230px;
	}
	#headlines h3{
		color:#1a5775;
		font-size: 12px;
		padding: 0 0 5px 0;
		text-transform: uppercase;
	}
	#headlines p, #headlines a{
		color: #4b4c4c;
		font-size: 11px;
	}
	#headlines .odd p, #headlines .odd a{color: #fff;}
	#headlines .last{
		height: 82px;
	}
	#headlines p.archives{
		padding: 0 10px 0px 10px;
		text-align: right;
	}
	
		#headlines .archives a{color:#1a5775;
		}
	#footer-news{
		background: url(../images/headlines_bg_archive.gif) no-repeat;
		width: 260px;
		height: 13px;
	}
		

/* Footer styles ******************************************/
#footer-wrapper{
	background: url(../images/footer_bg.jpg) repeat-x bottom;
	height: 178px;
	text-align: center;
	width: 100%;	
}

	#footer{
		margin: 0 auto;
		text-align: left;
		width: 780px;
	}