@import url("subnav.css");

/* CSS Document */
html, body {
	background-color: #fff;
}
body {
	background-color: #fff;
}
.off-left {
	visibility:none;
	position: absolute;
	left: -999px; width: 990px;
}

a:link, a:visited {
	text-decoration: none; font-weight:bold; color:#fff;
}
a:hover, a:active {
	text-decoration: underline; font-weight:bold; color:#fff;
}

h1, h2 {
	font-size:110%;
	font-weight:bold; margin:0;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
}

/*fix for IE6 */
* html #wrapper{
	height: 562px;
}

/********* Top Banner **********/
#banner {
	display:block;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width:842px;
	margin:0; padding:0; border-bottom: 0;
	background: none;
	text-align:left;
}
#logo {
	visibility :hidden;
}
#printLogo {
	visibility: visible;
	width:211px;
	height:81px;
	float:left;
}
/*fix for IE6 */
* html #logo{
	visibility:hidden;
}
#strap {
	position:relative;
	width:auto;
	margin:122px 0 0 0px;
	font-weight:bold;
	float:left;
}
#strap li{
	background: none;
}

/*********** Main Content *************/

#content h1, #content h2{
	color:#666;
}
#content h3{
	color:#666;
}
#maintext {
	color:#666;
}
#maintext h1{
	color:#666;
}
#maintext p{
	margin: 0 0 10px 0; padding: 0 20px 0 0; font-size:90%; 
}
#maintext li{
	font-size:90%;
}

/******* Left Nav on state *******/

#nav li a:link, #nav li a:visited {
	margin:0; padding:0 0 0 15px;
	font-weight:normal;
	color:#B6BCC1;
}

body#home a#homeLink,
body#about a#aboutLink,
body#do a#doLink,
body#services a#servicesLink,
body#directors a#directorsLink,
body#contact a#contactLink
{
 color:#666; font-weight:bold;
 background:none;
}
