/* CSS Document */

/* Replace Printsheet styles*/
body {
	font: 9pt/130% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 20px 0;
	
}
h2, h3 {
	font-size: 9pt;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#nav, #nav_b {
	visibility: visible;
}

/* Begin Stylesheet  styles */
body {
	width: auto;
	margin: 0;
	background: #000 url('../../images/body_bg.jpg') repeat-y center top;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#container {
	width: 775px;
	margin: 0 auto;
}

/* Header divs */
#header {
	width: 775px;
	padding-top: 25px;
	background: url('../../images/heading_bg.jpg') no-repeat 0 25px;
}
a#title_link {
	display: block;
	height: 35px;
	text-decoration: none;
}
#header h1 {
	text-indent: -1000px;
	border: none;
	margin: 0;
}

/* Nav */
#nav {
	width: 775px;
	height: 28px;
}
#nav div {
	width: 110px;
}
#nav a {
	display: block;
	height: 19px;
	padding: 9px 5px 0 5px;
	font: 10pt/100% "Perpetua Titling MT", sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#nav a:hover {
	padding: 9px 0 0 0;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

/* Nav_b */
#nav_b {
	width: 650px;
	height: 28px;
	padding: 30px 0 0 125px;
}
#nav_b div {
	width: 110px;
}
#nav_b a {
	display: block;
	color: #FFF;
	font: 8pt/100% sans-serif;
	text-decoration: none;
	text-align: center;
}
#nav_b a:hover {
	text-decoration: underline;
}

/* Content */
#content_splash, #content {
	width: 775px;
	background: #FFF;
}
#content_splash {
	height: 358px;
}
#content {
	background: #FFF url('../../images/int_content_bg.jpg') repeat-y left top;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#mission {
	width: 385px;
	padding: 15px 0 0 360px;
	font-size: 8pt;
	color: #000;
}
#banner_bottom {
	padding: 93px 50px 83px 296px;
}


/* Footer divs */
#footer {
	width: 775px;
	clear: both;
}
#contact_splash {
	padding-top: 25px;
}
#contact_splash p, #contact p {
	text-align: center;
	color: #FFF;
}
#contact_splash p {
	font-size: 11pt;
	text-align: center;
	padding: 0;
	margin: 0;
}


/* Float left */
#nav div, #nav_b div {
	float: left;
	display: inline;
}

/* Misc. Styles */
div, span {
	margin: 0;
}
p {
	margin: 0 0 10px 0;
}
.clear {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
img {
	border: 0;
}
h4 {
	font-size: 9pt;
	font-weight: normal;
	margin: 20px 0 10px 0;
	text-align: center;
}
fieldset {
	padding: 5px;
}
fieldset p {
	margin: 5px 10px;
	font-size: 8pt;
}
legend {
	color: #000;
}
ul {
	list-style-type: none;
}