﻿/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #06C;
}
a:hover {
	color: #06C;
}

body {
	background-color: #eceae2;
	background: #eceae2;
	color: #000;
	font: normal 12px Arial, Helvetica sans-serif;
	padding-top: 0px;
	margin: 0px;
}

p, code {
	padding-bottom: 1.2em;
}

h1 {
	color: #18559d;
	font: bold 18px Arial,sans-serif;
	line-height: 35px;
}
h2 {
	color: #521434;
	font: bold 14px Arial,sans-serif;
	line-height: 25px;
	border-bottom: dotted 1px #000;
	margin-bottom: 10px;
}
h3 {
	font: bold 12px Arial,sans-serif;
}
form, input {
	margin: 0;
	padding: 0;
	display: inline;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(Images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* structure */
.inner-container {
	border-left: 2px solid #D7D7D2;
	border-right: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0px 15px 0px 15px;
	width: 1005px;
}

.outer-container {
	background: #eceae2;
}

/* header & title */
.header {
	background: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	width: 1000px;
	position: relative;
}
.header .title {
	color: #355B34;
	text-align: center;
	width: 1000px;
}
.header .title .banner {
	padding-bottom: 0px;
}
.header .title .subBanner {
	background-color: #521434;
	padding-bottom: 8px;
	background-image: url(Images/grd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 21px;
	display: block;
	clear: both;
}
.header .title .sitename {
	float: left;
	padding: 2px 0px 2px 8px;
	display: block;
}
.header .title .sitename a {
	color: #ffffff;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.header .title .slogan {
	color: #ffffff;
	font: bold 14px 'Times New Roman' , Times, serif;
	padding: 2px 8px 2px 0px;
	text-decoration: none;
	font-style: italic;
	float: right;
}
.header .title a:hover {
	border-color: #F60;
}
/* path */
.header .path {
	color: #013c82;
	font: normal 11px Verdana,sans-serif;
	padding: 8px 12px;
	z-index: 1001;
	height: 15px;
	position: absolute;
	top: 92px;
	left: 185px;
}
.header .path a {
	color: #013c82;
	text-decoration: none;
	z-index: 1000;
}
.header .path a:hover {
	text-decoration: underline;
	z-index: 1000;
}

/* main */
.main {
	padding: 0px 5px 0px 5px;
	min-height: 400px;
}

/* content */
.content {
	float: right;
	width: 788px;
	border-right: dotted 1px #000;
	border-left: dotted 1px #000;
	padding: 25px 15px 6px 14px;
}
.content ol, .content ul {
	margin-left: 2.6em;
}
.content li {
	padding-bottom: 1.2em;
}
/* navigation */
.navigation {
	float: left;
	width: 175px;
}
.navigation h2 {
	color: #000000;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation li {
	border-bottom: dotted 1px #000000;
}
.navigation li a {
	display: block;
	text-decoration: none;
}

/* footer */
.footer {
	color: #C3ACB8;
	font: normal 80% Arial,Helvetica,sans-serif;
	background-color: #521434;
	height: 47px;
	margin-bottom: 15px;
	width: 990px;
	padding: 2px 5px 2px 5px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: underline;
}
.pipe {
	padding-left: 3px;
	padding-right: 3px;
}
/* Site Map Styles */
.siteMapContainer {
	margin-bottom: 5px;
}
.siteMapLinksContainer {
	margin: 10px 0px 10px 10px;
}
