/* layout */

html, body	{
	height: 100%;
	}

body	{
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	}

.img-right	{
	float: right;
	padding: 3px 0 3px 3px;
	}
	
#wrapper	{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 775px;
	margin-left: -380px;
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #wrapper {
    height: auto;
	}

/* navigation bar */


#nav-envelope	{
	clear: both;
	width: 100%;
	height: 1.5em;
	}
	
#nav	{
	height: 100%;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav a {
	display: block;
	width: auto;
}

#nav li {
	float: left;
	width: auto;
	padding: 0 1.2em;
}

#firstnav	{
	margin-left: 15px;
	}

#nav li ul li	{
	width: 10em;
	padding-left: 2px;
	}


#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

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

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


/* Color, typograhpy and borders */


body	{
	background-color: black;
	font: 14px Georgia, serif;
	color: black;
	}
a	{
	color: #971B1E;
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "lucida grande", arial, helvetica, sans-serif;
	font-weight: bold;
	color: #971B1E;
	margin-top: 0;
	padding-top: 0;
	}
	
img	{
	border: 0;
	}
	
#wrapper {
	background-color: #FFFFEE;
	}

#highlight-box	{
	background-color: #FFFFF3;
	}

#highlight-box h2, #highlight-box h3	{
	color: #004080;
	}

#contactinfo	{
	color: #616060;
	border-top: 3px solid #971B1E;
	border-bottom: 3px solid #971B1E;
	}

#logobox	{
	text-align: center;
	}

#header	{
		border-left: 3px solid #971B1E;
		}

#mission	{
	line-height: 1.2em;
	}
	
#nav	{
	background-color: #971B1E;
	}

#nav, #nav ul	{
	color: white;
	font-family: verdana, "lucida grande", arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #971B1E;
	}

#nav a	{
	text-decoration: none;
	color: white;
	}
	
#nav a:hover	{
	color: #ECB821;
	}

#nav li ul li {
	border-top: 1px solid white;
	background-color: #971B1E;
	}

#contactinfo	{
	color: #616060;
	}

#contactinfo h3	{
	margin-bottom: 0;
	color: black;
	}
	
.required	{
	color: red;
	}

