/* GENERIC STUFF */

body {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_vertgradient.gif);
	background-repeat: repeat-x;
}

img {
	border: 0;
}

.center { 
	text-align: center;
}

.center table.main { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 955px;
	/*border: 1px solid #002568;*/
	margin-top: 15px;
	background-color: #ffffff;
}

/* HEADER STUFF */

#header {
	background-color: #ffffff;
	padding: 10px 10px 0 10px;
}	

#headlinks {
	color: #002568;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

#headlinks a {
	color: #002568;
	text-decoration: none;
}

#headlinks a:hover {
	color: #00A84C;
}

#headlinks ul {
	padding-top: 0;
	margin-top: 0;
}

/* CONTENT AREA STUFF */

#content {
	margin: 0;
	width: 570px;
	float: left;
	color: #666666;
	padding: 12px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00A84C;
	border-left: 1px solid #00A84C;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #002568;
}

.fakeh2 {
	font-size: 12px;
	font-weight: bold;
	color: #002568;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#content a {
	color: #20738B;
}

/* CONTENT WIDE */

/* (USED ON THE BOARD PAGE ONLY) */

#content2 {
	margin: 0;
	width: 850px;
	float: left;
	color: #666666;
	padding: 12px;
}

#content2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00A84C;
	border-left: 1px solid #00A84C;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

#content2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #002568;
}

#content2 h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#content2 a {
	color: #20738B;
}

#content2 {
	line-height: 130%;
}

/* SIDEBAR */

#sidebar {
	float: right;
	margin: 0 17px 50px 20px;
	padding: 12px 0; 
	width: 300px;
}

#sidebar p {
	padding-top: 0;
	margin-top: 0;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00A84C;
	border-left: 1px solid #00A84C;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

/*
#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
*/

#sidebar div.textcontent {
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 12px;
}

#sidebar a {
	color: #002568;
}

/* FOOTER STUFF */

#footer {
	text-align: center;
	background-color: #f2f2f2;
	padding: 3px;
}

#footer .textonly {
	background-color: #ffffff;
	margin-top: 3px;
	padding: 3px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

/* NAV STUFF */

.nav-top {
	height: 2px;
	background-image: url(/images/nav_top.gif);
	background-repeat: repeat-x;
}

#navbar {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 41px;
	vertical-align: bottom;
}

.navcontainer {
	height: 41px;
	background-color: #002568;
	padding: 0 0 0 108px;
	background-image: url(/images/nav_leftside.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px 0 6px;
	font-size: 12px;
}

#nav li { /* all list items */
	float: left;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #002568;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid white;
	border-left: 0;
	border-right: 0;
	margin-left: -1px;
}

#nav li ul li  { 
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#nav li ul li a {
	background-color: #002568;
	width: 140px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}


#nav li ul li a:hover { 
	background-color: #0066FF;
	width: 140px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #fff;
}

#nav li ul a { 
	color: #ffffff;
	font-size: 9px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IE 7 SUCKERFISH FREAKOUT FIX */

#nav li:hover, #menu li.hover {
    position: static;
}

.contact {
	margin: 0 0 30px 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 385px;
}

.contact td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
}

/* search styles */

#search {
	background-image: url(/images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	color: #002568;
	padding-bottom: 5px;
}

#search input.searchbutton {
	vertical-align: middle;
	margin: 0;
}

#search input.searchbox {
	vertical-align: middle;
	margin: 0;
}

.left {
	width: 340px;
	float: left;
	text-align: left;
}

.right {
	width: 340px;
	float: right;
	text-align: left;
}

.vacant {
	color: #00A84C;
}

.executive  {
	color: #34349d;
}

.key {
	margin-top: 50px;
	
}

.key td {
	padding: 0 5px 5px 0;
}