/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: left;
	background-repeat: repeat;
	background-color: #000000;
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #6C6868;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 25px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 15px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	color: #6F6C6C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
h2 {
	font-size: 11px;
	margin-left: 45px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFC600;
}
a:hover {
}

address {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	text-transform: none;
	font-style: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 23px;
}
address a:link, address a:visited, address a:hover {
	padding: 0px;
	margin: 0px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 750px;
	height: 165px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/header-nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Creates the div container for the site. */
div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #996600;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 550px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	padding: 0px;
	width: 750px;
	background-color: #FFFFFF;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	text-transform: capitalize;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#copyright a {
	font-size: 9px;
	text-decoration: underline;
	font-weight: normal;
	color: #666666;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 200px;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#leftnav {
	padding: 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
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;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFC600;
	background-color: #510505;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
	background-color: #6C6767;
}

ul#list {
	font-size: 11px;
	padding: 0px;
	margin-left: 80px;
	line-height: 16px;
}
ul#list li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

div#leftnav img {
	margin: 10px 0 0 10px;
	padding: 0;
	border-top: 3px solid #636363;
	border-bottom: 7px solid #636363;
	}

iframe {
	padding: 0px;
	clear: both;
	float: none;
	margin: 0px;
	border: 1px solid #990000;
}

div#content img {
	clear: right;
	float: right;
	margin-right: 35px;
	padding-left: 20px;
	padding-bottom: 0px;
}
div#content img.center {
	margin-bottom: 20px;
	padding: 2px;
	margin-right: 15px;
	clear: none;
	float: none;
}
strong {
	color: #510505;
}
div#form {
	font-size: 11px;
	color: #6C6868;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 35px;
	padding: 0px;
	line-height: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #949494;
}
div#map {
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
}

div#ps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #949494;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

