/* CSS Document */

img { behavior: url("png.htc") }

html {
	text-align: center;
	background: #aac5e3 url(../images/bgtile.jpg) center top repeat-x;
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 828px;
}

div, p, span, input, select, textarea, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logo {
	position: relative;
	top: 19px;
	left: 42px;
}

#tag {
	position: relative;
	top: -7px;
	left: 103px;
}

.body_bg {
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-y;
}

.border-left {
	background: url(../images/left_col_bg.jpg) repeat-y;
}

.border-right {
	background: url(../images/right_col_bg.jpg) repeat-y;
}

.foot_bg {
	color: #FFFFFF;
	background: url(../images/footer_bg.gif) center no-repeat;
	text-align: left;
}

.foot_bg .foot_txt {
	color: #FFFFFF;
	position: relative;
	top: 10px;
	left: 34px;
}

.foot_bg .foot_txt a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 20px;
}

.foot_bg .foot_txt a:hover {
	color: #084ea2;
	text-decoration: underline;
}

#nav {
	position: relative;
	left: 18px;
	left: 24px !important;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 790px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
}

#nav li ul {
	position: absolute;
	display: none;
	list-style: none;
	padding: 0;
	margin: 0 0 0 12px;
}

#nav li:hover #nav li ul {
	display: block;
}

#nav li:hover ul {
	/*left: auto;
	display: block;*/
}

#nav li ul li {
	clear: both;
}

#nav li ul li a {
	min-width: 150px;
	padding: 6px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #094ea2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}

#nav li ul li a:hover {
	color: #094ea2;
	background-color: #97c4ff;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav .menu {
	display: block;
	text-indent: -999em;
	height: 41px;
}

#nav .btn_home {
	width: 101px;
	background: url(../images/menu_home_off.jpg) no-repeat;
}

	#nav .btn_home:hover { background: url(../images/menu_home_on.jpg) no-repeat; }

#nav .btn_about {
	width: 126px;
	background: url(../images/menu_about_off.jpg) no-repeat;
}

	#nav .btn_about:hover { background: url(../images/menu_about_on.jpg) no-repeat; }

#nav .btn_whatsnew {
	width: 145px;
	background: url(../images/menu_whatsnew_off.jpg) no-repeat;
}

	#nav .btn_whatsnew:hover { background: url(../images/menu_whatsnew_on.jpg) no-repeat; }

#nav .btn_services {
	width: 120px;
	background: url(../images/menu_services_off.jpg) no-repeat;
}

	#nav .btn_services:hover { background: url(../images/menu_services_on.jpg) no-repeat; }

#nav .btn_employment {
	width: 149px;
	background: url(../images/menu_employment_off.jpg) no-repeat;
}

	#nav .btn_employment:hover { background: url(../images/menu_employment_on.jpg) no-repeat; }

#nav .btn_contact {
	width: 141px;
	background: url(../images/menu_contact_off.jpg) no-repeat;
}

	#nav .btn_contact:hover { background: url(../images/menu_contact_on.jpg) no-repeat; }

.content_block {
	background: url(../images/block_foot.jpg) center bottom #e6e6e6 repeat-x;
}

.block div {
	padding: 6px;
}

.submenu_bg {
	background: url(../images/block_foot.jpg) center bottom #e6e6e6 repeat-x;
}

.submenu_bg p {
	padding: 0;
	margin: 2px 0 0 0;
}

.submenu_link {
	background-color: #d9d9d9;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	padding: 8;
	margin: 0 0 2px 0;
	display: block;
}

.submenu_link:hover {
	background: #a9c5e4;
}

#content_header {
	margin: 0;
	padding: 4px 0 4px 6px;
	height: 29px;
	color: #FFFFFF;
	background: url(../images/content-header-bg.jpg) repeat-x;
	border-top: 8px solid #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.subpage_content {
	background: url(../images/block_foot.jpg) center bottom #e6e6e6 repeat-x;
	
}

.subpage_content div {
	padding: 6px;
}

.subpage_content div p {
	padding: 0 0 12px 0;
	margin: 0;
}

.subpage_bg {
	background: url(../images/subpage_footer.jpg) bottom no-repeat;
}

.readmore {
	width: 70px;
	height: 20px;
	display: block;
	color: #084ea2;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: url(../images/readmore-arrow-off.gif) right top no-repeat;
}

.readmore:hover {
	color: #358cf9;
	background: url(../images/readmore-arrow-on.gif) right top no-repeat;
}

#sitemap {
	width: 782px;
	border-bottom: 8px solid #FFFFFF;
}

#sitemap a {
	color: #054c9c;
	display: block;
	clear: both;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap .page {
	padding: 6px;
	font-weight: bold;
}

#sitemap .section {
	padding: 4px 0px 4px 20px;
}

#sitemap .content {
	font-style: italic;
	padding: 4px 0px 4px 40px;
}

#co_link {
	position: relative;
	top: -9px;
	left: 695px;
	width: 100px;
	height: 24px;
	display: block;
	background: url(../images/7th_off.jpg) no-repeat;
	text-indent: -9999em;
}

#co_link:hover {
	background: url(../images/7th_on.jpg) no-repeat;
}

.bottom_sep {
	border-bottom: 8px solid #FFFFFF;
}
