* {
	padding :; 0;
	margin : 0;
}
body {
	font : normal 11px Verdana,Arial,Sans-serif;
	line-height : 18px;
	text-align : center;
	background : #084c22 url('../img/body_bg.gif') repeat-x top left;
}
a:link,a:visited {
	color : #000;
	font-weight : bold;
}
a:hover,a:active {
	color : #084c22;
}
#container {
	width: 779px;
	text-align : left;
	margin : 0 auto;
	background : #fff;
	border : 1px solid #fff;
}
#header {
	height : 188px;
	background : url('../img/header_bg.jpg') no-repeat top left;
}
#header h1 a:link,#header h1 a:visited {
	display : block;
	height : 188px;
	width : 300px;
}
#header h1 span {
	display : none;
}
#nav {
	border-top : 1px solid #fff;
}
#nav ul {
	list-style : none;
	padding : 0;
}
#nav ul li {
	display : inline;
}
#nav ul li a:link,#nav ul li a:visited {
	font : normal 13px Verdana,Arial,Sans-serif;
	line-height : 20px;
	display : block;
	width : 150px;
	padding-right : 5px;
	height : 21px;
	margin-right : 1px;
	float : left;
	text-align : right;
	background : #696969;
	text-decoration : none;
	color : #fff;
	border-bottom : 1px solid #fff;
}
#nav ul li#nav_contact a:link,#nav ul li#nav_contact a:visited {
	margin-right : 0;
}
#nav ul li a:hover,#nav ul li a:active,
#index #nav ul li#nav_index a:link,#index #nav ul li#nav_index a:visited,
#facility #nav ul li#nav_facility a:link,#facility #nav ul li#nav_facility a:visited,
#about #nav ul li#nav_about a:link,#about #nav ul li#nav_about a:visited,
#links #nav ul li#nav_links a:link,#links #nav ul li#nav_links a:visited,
#contact #nav ul li#nav_contact a:link,#contact #nav ul li#nav_contact a:visited {
	color : #000;
	background : #f90;
}
#footer {
	color : #000;
	padding : 6px 10px 5px 10px;
	background : #ffcc7f;
}
#footer ul {
	list-style : none;
	width : 60%;
	float : left;
	padding : 0;
}
#footer ul li {
	display : inline;
	padding-right : 4px;
	border-right : 1px solid #000;
}
#footer #footer_contact {
	border : none;
}
#footer p {
	float : right;
	width : 30%;
	text-align : right;
}
#content {
	padding : 20px;
	color : #131313;
}
#content p,#content ul {
	padding-bottom : 20px;
	padding-left : 30px;
}
#content ul li {
	margin-left : 30px;
}
#content h2 {
	font : normal 18px 'Trebuchet MS';
	text-transform : uppercase;
	line-height : 27px;
	padding-bottom : 30px;
}
#content .caps {
	font-size : 0.8em;
	letter-spacing : 0.1em;
}
#index #masthead {
	clear : left;
}
#about_blurb,#facility_blurb {
	display : block;
	font-weight : normal;
	height : 155px;
	color : #fff;
	text-decoration : none;
	border-bottom : 1px solid #fff;
}
#about_blurb span,#facility_blurb span {
	display : block;
	padding : 25px 30px 0 340px;
}
#about_blurb {
	background : url('../img/index_about.jpg') no-repeat top left;
}
#facility_blurb {
	background : url('../img/index_facility.jpg') no-repeat top left;
}

#facility #content {
	padding-top : 176px;
	background : url('../img/masthead_facility.jpg') no-repeat top left;
}
#about #content {
	padding-top : 176px;
	background : url('../img/masthead_about.jpg') no-repeat top left;
}
#links #content {
	padding-top : 176px;
	background : url('../img/masthead_links.jpg') no-repeat top left;
}
#contact #content {
	padding-top : 176px;
	background : url('../img/masthead_contact.jpg') no-repeat top left;
}
.about_img {
	float : left;
	margin : 3px 15px 10px 0;
}
#about #content p {
	clear : left;
}