body {
	background: #eaeaea url('images/body-bg.jpg') repeat-x top left;
	color: #444;
	font: 75%/1.5 "lucida grande", verdana, arial, sans-serif;
	text-align: center;
}

#head {
	height: 55px;
	
	background: #acacac url('images/head-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #8f8f8f;
	text-align: left;
}

#nav-main { margin: 0; }
#nav-main li {
	float: left;
	margin: 0 10px 0 0;
	
	text-align: center;
	list-style: none;
}
#nav-main li a {
	height: 55px;
	line-height: 55px;
	padding: 4px 28px;
	
	text-decoration: none;
	font-variant: small-caps;
	color: #666;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid transparent;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav-main li a:hover {
	border: 1px solid #111;
	color: #eee;
	background: #333 url('images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

#nav-main li a.active-main {
	border: 1px solid #0f2644;
	color: #eee;
	background: #194071 url('images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.subnav {
	height: 32px;
	
	text-align: left;
	background: #bbb url('images/subnav-bg-soft.png') repeat-x 0 0;
	border: 1px solid #888;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
#menu-sub {
	width: auto;
	float: right;
}

#menu-sub { margin: 0 5px 0 0; }
#menu-sub li {
	float: left;
	line-height: 32px;
	margin: 0 2px;
	
	list-style: none;
}
#menu-sub li a {
	display: block;
	padding: 0 15px;
	
	text-decoration: none;
	font-size: 90%;
	color: #666;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menu-sub li a:hover {
	color: #08c;
	background: #bbb url('images/subnav-bg-hard.png') repeat-x 0 0;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#menu-sub li a.active {
	color: #444;
	font-weight: bold;
	background: #999 url('images/subnav-bg-soft.png') repeat-x 0 0;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

.nav-icon-6 {
	float: left;
	padding: 6px 8px 0 0;
}
.nav-icon-7 {
	float: left;
	padding: 7px 8px 0 0;
}
.nav-icon-8 {
	float: left;
	padding: 8px 8px 0 0;
}

#body {
	padding: 0 0 3em 0;
	
	border-top: 1px solid #d2d2d2;
}
.content {
	margin: 0 0 1.5em 0;
	padding: 0;
	
	border: 1px solid #888;
	border-top: 0;
	text-align: left;
	background: #f4f4f4;
	font-size: 90%;
	
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#footer {
	font-size: 85%;
	color: #888;
}
#footer a {
	color: #888;
	border-bottom: 1px solid;
	text-decoration: none;
}
#footer a:hover {
	color: #444;
	border-bottom: 0;
}

.head-logo { margin-top: 10px; }

.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; }

.logo {
	float: left;
	margin: -2.5em 0 0 10px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.subhead {
	padding: 0 10px;
	
	background: transparent url('images/blue_gray_header.jpg') repeat-x 0 0;
}
.subhead #logo a {
	display: block;
	width: 325px;
	height: 76px; 
	margin: 0; 
	padding: 35px 10px 0;
	background: url("images/header-logo.png") no-repeat left center;
	overflow: hidden; 
	text-indent: -9000px;
}

#menubar a { color: #fff; }

#datebar { padding: 0 10px; }

p.searchbar { padding: 2px 3px; }
p.linkmcp { margin: 6px 0; }

#pageheader h2 { margin: 8px 0 4px 0; }

th { background: #2c4b77 url('images/th-bg.png') repeat-x 0 0; }

a:hover { color: #08c; }
