/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
height: auto;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_back.jpg);
	background-position: center top;
}
#wrapper {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#wrapper_outer {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_bak.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#extending {
	background-image: url(images/extend.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}

#branding {
	height: 114px;
	text-align: left;
}
.link_home {
	background-image: url(images/logo.gif);
	height: 79px;
	width: 211px;
	display: block;
	margin-left: 47px;
	text-indent: -3000px;
	background-position: left top;
}

/* ------------------------------- TOP NAV ----------------------------- */
#topnav {
	background-image: url(images/nav_back.jpg);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 28px;
	background-position: right top;
	z-index: 2;
	background-repeat: no-repeat;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: center;
}

#nav a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #8FA7AB;
}
#nav li a.subby_about {
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a.subby_working{
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 183px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a.subby_where {
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a.subby_programs {
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 137px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a.subby_news {
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 102px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a.subby_contact {
	display: block;
	padding-top:2px;
	padding-bottom: 2px;
	width: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav a:hover, #nav a:focus {
	color: #333333;
}

#nav li { /* all list items */
}
#nav .main {
	float: left;
}


#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	list-style: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #003366;
}
#nav li ul li { /* second-level lists */
	display: block;
	width: 50px;
}
/* ------------- About Butt----------------- */
#nav li a.nav_about {
	width: 147px;
	background-image: url(images/about_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_about:hover, body#about a.nav_about {
	background-image: url(images/about_butt.jpg);
	background-position: left -28px;
}
/* ------------- working Butt----------------- */
#nav li a.nav_working{
	width: 183px;
	background-image: url(images/working_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_working:hover, body#working a.nav_working {
	background-image: url(images/working_butt.jpg);
	background-position: left -28px;
}
/* ------------- Where Butt----------------- */
#nav li a.nav_where {
	width: 185px;
	background-image: url(images/where_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_where:hover, body#where a.nav_where {
	background-image: url(images/where_butt.jpg);
	background-position: left -28px;
}
/* ------------- programs Butt----------------- */
#nav li a.nav_programs {
	width: 137px;
	background-image: url(images/programs_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_programs:hover, body#programs a.nav_programs {
	background-image: url(images/programs_butt.jpg);
	background-position: left -28px;
}
/* ------------- News Butt----------------- */
#nav li a.nav_news {
	width: 102px;
	background-image: url(images/news_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_news:hover, body#news a.nav_news {
	background-image: url(images/news_butt.jpg);
	background-position: left -28px;
}
/* ------------- contact Butt----------------- */
#nav li a.nav_contact {
	width: 148px;
	background-image: url(images/contact_butt.jpg);
	height: 28px;
	display: block;
	text-indent: -3000px;
}
a.nav_contact:hover, body#contact a.nav_contact {
	background-image: url(images/contact_butt.jpg);
	background-position: left -28px;
}
#content {
	clear: both;
	text-align: left;
	padding-bottom: 110px;
}
.floar_right {
	float: right;
	margin-right: 15px;
}

.floar_left {
	float: left;
	margin-right: 5px;
}

#content h1 {
	margin-left: 89px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 50px;
	color: #062e49;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a3650;
	width: 400px;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 25px;
}
#content p {
	margin-left: 45px;
	width: 490px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 20px;
}
#footer {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 42px;
	margin-top: 0px;
	font-size: 10px;
	color: #828080;
	line-height: 18px;
}
#footer a {
	color: #828080;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#footer a:hover {
	color: #5693BF;
	text-decoration: underline;
}
