/* =========================================================================
 * Base CSS for Screen v0.5
 *
 * Copyright 2005 Motor City Electric Co.
 * ========================================================================= */
 

/* -------------------------------------------------------------------------
 * General HTML Elements
 * ------------------------------------------------------------------------- */
 
body {
	margin: 0;
	padding: 0;
	color: #777;
	font-family: arial,  helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

h1 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #ee3338;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 1em;	
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 0.9em;	
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 0.75em;	
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 0.75em;	
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
h6 {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 0.75em;	
	font-weight: normal;
	text-transform: uppercase;
}

h1 span.highlight, h2 span.highlight, h3 span.highlight, h4 span.highlight, h5 span.highlight, h6 span.highlight {
	color: #ee3338;
	background: transparent;
}


p {
	margin: 0 0 1.25em 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #ee3338;
	background: transparent;
	text-decoration: underline;
}

img {
	border: none;
}

b {
	color: #333;
	font-weight: bold;
}

ul {
	margin-left: 2em;
	padding-left: 0;
}


/* -------------------------------------------------------------------------
 * General Page Layout Blocks
 * ------------------------------------------------------------------------- */

.spacer {
	font-size: 1px;
	clear: both;
}

.project-location {
	display: block;
	color: #333;
	font-size: 0.9em;	
	font-weight: bold;
	text-transform: uppercase;
}

#page-box {
	margin: 15px auto;
	text-align: left;
	width: 6.5in;
}



#header-box {
	text-align: left;
}


#home-link-box {
	display: hidden;
}


#logo-box {
	width: 102px;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
	float: left;	
}


#masthead-box {
	margin-top: 25px;
	float: left;
}


#primary-menu-box {
	display: none;
}


#banner-photo-box {
	margin: 0;
	padding: .5em 0 2.5em 0;
}



#body-box {
	margin: 0;
	padding: 0 0 6em 0;
}


#secondary-menu-box {
	display: none;
}

#hot-links-box {
	width: 260px;
	border: 1px solid #FFF;
	margin-right: 30px;
	padding-bottom: 2em;
	float: left;
}

#hot-links-box ul {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	overflow: hidden;
}

#hot-links-box li {
	margin: 0 0 1.3em 0;
	padding-left: 23px;
	background: url("../images/secondary_menu_bullet.gif") left no-repeat;
}

#hot-links-box ul li a:link {
	color: #777;
	background: #fff;
	text-decoration: none;
}
#hot-links-box ul li a:visited {
	color: #777;
	background: transparent;
	text-decoration: none;
}
#hot-links-box ul li a:hover {
	color: #ee3338;
	background: transparent;
	text-decoration: none;
}

#mission-box {
	width: 423px;
	margin: 0;
	padding: 0 0.1em;
	padding-right: 40px;
	float: left;
}


#content-box-wide {
	width: 6.5in;
	margin: 0;
	padding: 0;
}


#content-box-wide ul.list-column-one {
	width: 2.25in;
	margin: 0 1in 0.5em 0;
	padding: 0;
	float: left;
}

#content-box-wide ul.list-column-two {
	width: 2.25in;
	margin: 0 0 0.5em 0;
	padding: 0;
	float: left;
}

#content-box-wide ul.list-column-one li, #content-box-wide ul.list-column-two li {
	list-style: none;
	margin-bottom: 1.2em;
}

#footer-box {
	margin: 0;
	padding: 1em 0.1em;
	font-size: 0.8em;
	border-top: 1px solid #ddd;
}