/* =========================================================================
 * Base CSS for Screen v0.5
 *
 * Copyright 2005 Dakkota Integrated Systems, LLC.
 * ========================================================================= 
 * Red:	#df0000
 * Blue:	#0e2e70
 * ========================================================================= */

/* -------------------------------------------------------------------------
 * General HTML Elements
 * ------------------------------------------------------------------------- */
 
body {
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #8b8b8b;
	background: url("../images/page_background.gif") bottom center no-repeat; 
	text-align: center; 
}
h1 {
	margin: 0 0 0.8em -40px;
	padding: 0 0 0 40px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../images/h1_arrow.gif") left no-repeat;
}
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: #df0000;
	background: transparent;
}


p {
	line-height: 1.75em;
	margin: 0 0 1.25em 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #333;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #df0000;
	background: transparent;
	text-decoration: underline;
}

img {
	border: none;
}

b {
	color: #333;
	font-weight: bold;
}

ul {
	list-style-image: url("../images/bullet.gif");
	margin-left: 2em;
	padding: 0;
}

li {
	margin: .5em 0;
	padding: 0;
}

lh {
	margin-left: -2em;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

address {
	margin-bottom: 1.75em;
	font-style: normal;
}
/* -------------------------------------------------------------------------
 * General Page Layout Blocks
 * ------------------------------------------------------------------------- */

.spacer {
	font-size: 1px;
	clear: both;
}


#page-box {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#header-box {
	padding-bottom: 28px;
	background-color: #fff;
}


#logo-box {
	background-color: #0e2e70;
	border-bottom: 2px solid #fff;
}

#body-box {
	padding-bottom: 60px;
}

#main-menu-box {
	width: 134px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	float: left;
	padding-left: 16px;
}

#main-menu-box ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

#main-menu-box ul li {
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style: none;
}

#main-menu-box ul li a:link {
	text-decoration: none;
}

#main-menu-box ul li a:visited {
	text-decoration: none;
}

#main-menu-box ul li a:hover {
	text-decoration: none;
}


#main-menu-box ul ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#main-menu-box ul ul li {
	margin: 0 0 0.75em 0;
	padding: 0;
	list-style: none;
}

#main-menu-box ul li a:link {
	text-decoration: none;
}

#main-menu-box ul li a:visited {
	text-decoration: none;
}

#main-menu-box ul li a:hover {
	text-decoration: none;
}


#content-box {
	width: 450px;
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
}

#content-box-narrow {
	width: 340px;
	margin: 0;
	padding: 0 0 0 75px;
	float: left;
}

#content-image-box {
	width: 100px;
	margin: 0 0 0 35px;
	padding: 0 0;
	float: left;
}

#content-image-box img {
	margin: 0 0 30px 0;
}

#page-nav {
	margin: 0;
	padding: 0 10px 20px 0;
	list-style: none;
}

#page-nav li {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 10px 0 0;
	display: inline;
}

#page-nav ul li a:link {
	text-decoration: none;
}

#page-nav ul li a:visited {
	text-decoration: none;
}

#page-nav ul li a:hover {
	text-decoration: none;
}

#photo-box {

}

#footer-box {
}
