/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-align:center;
	margin: 0;
	font-size: 12px;
	background-color:#00162a;
}
a:link, a:visited {
	color:#efa026;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
img {
	border: 0 none;
	padding:0;
	margin:0;
}
img.border {
	border:1px solid #315f87;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div#wrapper {
	background:#00162a url(../images/wood-bg.jpg);
}
div#container {
	text-align:left;
	width:876px;
	margin:0 auto;
	background:#315f87 url(../images/container-bg.gif) no-repeat;
}
div#header {
	margin:0;
	padding:0;
	width:876px;
	height:241px;
	background:url(../images/header-bg.gif) no-repeat right top;
}
div#logo {
	padding:16px 0 0 19px;
	width:147px;
	height:148px;
	float:left;
}
div#slideshow {
	padding:10px 34px 0 0;
	width:650px;
	height:200px;
	float:right;
}
div#breadcrumb-nav {
	clear:both;
	font-size:11px;
	color:#fff;
	padding:8px 0 0 192px;
}

div#content {
	float:right;
	width:650px;
	padding-right:34px;
}
div#content p {
	line-height:1.4;
}
div#content-wrapper {
	background:url(../images/content-bg.gif) no-repeat bottom right;
}
div#content-left {
	width:447px;
	float:left;
	background:url(../images/content-text-bg.gif) repeat-y  ;
}
div#content-text {
	float:left;
	width:372px;
	padding:27px 45px 0 30px;
	background:url(../images/content-text-header.gif) no-repeat;
}
div#content-text h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}
div#content-text h1, h3, h5 {
	color:#003768;
}
div#content-text h2, h4, h6 {
	color:#315f87;
}
div#content-text h1 {
	border-bottom:1px dotted #315f87;
	padding-bottom:3px;
	font-size:18px;
}
div#content-text h2 {
	border-top:1px dotted #315f87;
	padding-top:10px;
	font-size:14px;
}
div#content-text h3 {
	font-size:12px;
	margin-bottom:6px;
}
div#content-text h2.subHeader {
	border:none;
	margin-top:-25px;
}

div#content-text p, div#content-text li {
	padding-bottom:8px;
}

div#content-text #location {
	/*border-top:1px dotted #315f87;*/
	padding-bottom:20px;
}
div#content-text #location h2 {
	padding:0;
	margin:0;
	padding-top:5px;
}

div#content-text #location p {
	padding:0;
	margin:0;
}


div#content-module {
	width:140px;
	height:240px;
	float:right;
	padding:0 17px 0 20px;
	background:url(../images/content-module-bg.gif) no-repeat;
	color:#fff;
}
div#content-module ul {
	margin:0 0 25px 16px;
	padding:0;
	line-height:1.5em;
}
div#content-module h2 {
	color:#efa026;
	font-size:14px;
	font-variant:small-caps;
	margin:10px 0;
	padding:0;
}
div#content-module h2.first {
	margin-top:20px;
}
div#content-module ul#more-links a, div#content-module ul#other-links a {
	color:#f0db83;
}
div#content-module ul#more-links, ul#other-links {
	color:#efa026;
}
div#content-module a:hover {
	color:#fff;
}
div#content-module p {
	line-height:1.4em;
}
div#content-module p.quote {
	color:#fff;
}
div#content-module p.quoteName {
	color:#fff;
	/*text-align:right;*/
	padding-bottom:10px;
}

div#left-navigation {
	font-size:13px;
	/*position:absolute;
	top:179px;*/
	margin-top:-67px;
	float:left;
	width:192px;
	height:273px;
	background:url(../images/leftnav-bg.gif) no-repeat;
}
div#left-navigation ul {
	list-style:none;
	margin:0 34px 0 25px;
	padding:0;
}
div#left-navigation a {
	display:block;
	height:22px;
	padding:7px 0px 0px 16px;
	color:#6d3900;
}

div#base {
	clear:both;
	height:35px;
}

div#footer {
	font-size:92%;
	width:100%;
	padding-bottom:30px;
	background:#00162a url(../images/footer-wood.jpg) repeat-x;
}
div#footer a {
	color:#315f87;
}
div#footer a:hover {
	color:#fff;
}
div#footer #footer-copyright {
	padding:20px 10px;
	text-align:right;
	color:#996600;
}
div#footer #footer-notes {
	width:876px;
	margin:0 auto;
	text-align:left;
}
div#footer #footer-links {
	float:left;
}
div#footer #footer-links ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#footer #footer-links li {
	margin-left:192px;
}
div#footer #footer-msc {
	color:#999;
	float:right;
	width:350px;
	line-height:1.25em;
}
div#footer #footer-msc img {
	padding:0 10px 10px 0;
}
