/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2C2C2C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #11406C;
	text-indent: 5px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}
h2 {
	font-size: 14px;
	color: #C80708;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-top: 0px;
	text-transform: uppercase;
	background-color: #C6DCEA;
	padding: 5px;
}
h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #00533F;
}
iframe {
	margin-left: 30px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #0E784A;
}
div#left {
	float: left;
	width: 235px;
	margin: 0px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	padding-left: 0px;
}
address {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px 0px;
	margin: 0px 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
address strong {
	font-size: 11px;
	color: #FFFFFF;
}

address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 318px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 752px;
}

div#content img {
	padding: 2px;
	margin: 0px 35px 20px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	clear: right;
	float: right;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 990px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px auto 0px;
	padding: 0px;
	width: 990px;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
div#list {
	float: left;
	width: 185px;
	padding-left: 35px;
}
div#flash {
	margin: 0px;
	text-align: left;
	clear: right;
	float: right;
	padding: 0px 35px 0px 15px;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	width: 206px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: absolute;
	top: 134px;
	left: 0px;
}

ul#leftnav {
	padding: 0px;
	margin: 0px;
	width: 206px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #920A0A;
	color: #FFFFFF;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	margin: 0px;
	width: 235px;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00909;
}
ul#leftnav li a:hover {
	background-color: #2C2C2C;
	color: #FFFFFF;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	background: #11406C;
	color: #FFFFFF;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-left: 70px;
}

ul#list li {
	list-style-type: square;
	list-style-position: outside;
	color: #000;
	margin-bottom: 5px;
}
a.style1 {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}

.map {
	border: 1px solid #48432D;
	margin-bottom: 20px;
	margin-left: 35px;
}
.name {
	color: #0E784A;
}
div#content img.none {
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#box {
	clear: both;
}
