/* ---------- Page Head and Body ---------- */
/* Commented Backslash hack for IE5 Mac \*/ 
html, body {
	height: 100%;
	/* End hack */
} 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #2a426d url(../media/bg.jpg) repeat-x;
	color: #4076a2;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
}
/* IE "hasLayout" Holly Hack, w/ commented Backslash hack for IE5 Mac \*/ 
* html #wrapper, #header, #subHeader, #navigation, #navMenu, #content, #footer {
	height: 1%;
	/* End hack */
}
h1, h2, h3, h4, h5, h6 { 
	border: 0;
	color: #a24045;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 { 
	margin: 10px 0 0 16px;
}
img {
	border: 0;
}

/* ---------- Anchor links ---------- */
a:link, a:visited, a:active {
	color: #a24045;
	text-decoration: none;
}
a:hover {
	color: #4076a2;
	text-decoration: underline;
}

/* ---------- Layout ---------- */
#wrapper {
	background: #f3f3f3;
	height: auto;
	margin: 0 auto 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 770px;
}
* html #wrapper {
	height: 100%;
}
#header {
	color: #4076a2;
	font-weight: bold;
	height: 31px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#header .slogan {
	float: left;
	padding: 10px 0 0 12px;
	text-align: left;
}
#header .contact {
	float: right;
	padding: 10px 12px 0 0;
	text-align: right;
}
#subHeader {
	height: 192px;
}

/* ---------- Navigation ---------- */
#navigation {
	background:  url(../media/nav_BG.gif) repeat-y;
	/* IE "Double-margin" bug fix */
	display: inline;
	float: left;
	min-height: 462px;
	margin: 0 0 0 4px;
	position: relative;
	width: 207px;
}
ul#navMenu {
	color: #003366;
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0;
}
ul#navMenu .nav_logo {
	height: 73px;
}
ul#navMenu li {
	border-bottom: 1px solid #ccc;
	width: 187px;
}
ul#navMenu li a:link, ul#navMenu li a:visited {
	background: url(../media/nav_itemBG.gif);
	color: #4076a2;
	display: block;
	padding: 18px 0 18px 58px;
	text-align: left;
	text-decoration: none;
}
ul#navMenu li a:hover {
	background: url(../media/nav_itemBGOver.gif);
	padding: 18px 0 18px 58px;
}
.nav_bottom {
	bottom: 0;
	position: absolute;
}

/* ---------- Content ---------- */
#content {
	background: url(../media/content_BG.gif) no-repeat;
	/* IE "Double-margin" bug fix */
	display: inline;
	color: #4076a2;
	float: right;
	margin: 23px 17px 0 0;
	min-height: 91px;
	text-align: left;
	width: 536px;
}
#content p {
	margin: 15px 19px 15px 19px;
}
.contentTitle {
	margin: 20px 0 0 19px;
	padding: 0;
}
.contentArea {
	margin: 0;
	padding: 0;
}

/* ---------- Content Boxes ---------- */
.contentBox {
	background: url(../media/contentBox_BG.png) no-repeat;
	float: left;
	margin: 13px 2px 0 0;
	min-height: 263px;
	width: 169px;
}
* html .contentBox {
	height: 263px;
}
.contentBox li {
	list-style: none;
	margin: 0 0 0 -8px;
}
.contentBox2 {
	background: url(../media/contentBox_BG.png) no-repeat;
	float: right;
	margin: 13px 8px 0 8px;
	min-height: 263px;
	width: 169px;
}
* html .contentBox2 {
	height: 263px;
}
.contentBox3 {
	background: url(../media/contentBox_BG2.png) no-repeat;
	float: left;
	margin: 13px 2px 0 0;
	min-height: 275px;
	width: 169px;
}
.contentBox3 li {
	list-style: none;
	margin: 0 0 0 -8px;
}
* html .contentBox3 {
	height: 275px;
}
.contentBox_sc {
	border: 2px solid #f3f3f3;	
	margin: 8px 0 0 8px;
}
.contentBox_title {
	margin: 8px 0 0 9px;
}
.contentBox p {
	color: #a24045;
	margin: 0;
	padding: 0px;
}
.contentList {
	margin: 8px 8px 0 24px;
	padding: 0;
}

/* ---------- Contact Form ---------- */
.contactForm form {
	margin: 0;
	padding: 0;
}
.contactForm p {
	margin: 0;
	padding: 10px 0 0 10px;
}
.contactForm_button {
	float: left;
}
.contactForm label {
	float: left;
	width: 30%;
}
.contactForm select, textarea, input {
	color: #a24045;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
.content {
	color: #a24045;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#errormsg {
	background: #FFF;
	border: 1px solid #dbdee1;
	color: #800000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}    
.error {
	background: #FFF;
}

/* ---------- Footer ---------- */
#footer {
	background: #e7e7e7;
	bottom: 0;
	left: 0;
	height: 31px;
	position: absolute;
	width: 100%;
}
/* IE Rounding bug fix*/
* html #footer {
	margin: 0 0 -1px 0;
}
/* Clear top margin for mozilla */
div, p {
	margin: 0;
}
#footerClear {
	clear: both;
	height: 31px;
	width: 100%;
}
.webStandards {
	color: #a24045;
	float: left;
	margin: 0;
	padding: 9px 0 0 34px;
	text-align: left;
}
.copyrightStatement {
	color: #a24045;
	float: right;
	margin: 0;
	padding: 9px 34px 0 0;
	text-align: right;
}

/* ---------- Skip Links ---------- */
.skipLinks {
	left: -999px;
	position: absolute;
}
.skipLinks a:focus, .skipLinks a:active {
	background: #a24045;
	border: 1px inset #ccc;
	color: #fff;
	display: block;
	left: 54em;
	padding: 0.5em 1em;
	position: absolute;
	top: 2em;
	width: 12em;
	z-index: 100;
}