/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #abab91 url(images/bg-body.jpg) top left 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, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	padding-right: 20px;
	padding-left: 10px;
	font: 14px/22px Arial, Helvetica, sans-serif;
}
h1 {
	color: #37322e;
	text-transform: none;
	padding-top: 0px;
	border-bottom: 1px dotted #37322e;
	font: bold 32px Arial, Helvetica, sans-serif;
	margin-right: 30px;
	margin-left: 10px;
	width: 645px;
}
h2 {
	color: #000000;
	text-transform: none;
	border-bottom: 1px ridge #018B9A;
	font: bold 20px "Times New Roman", Times, serif;
	width: 280px;
	float: left;
	margin-left: 10px;
}
#address {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	width: 500px;
	border: 1px solid #3B3531;
	clear: both;
	float: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}
li {
	font: 14px/22px Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
}
applet {
	float: right;
	margin: 15px 0 0 0;
}
/* ----------------- LINK STYLE ----------------- */

a:link {
	color:#000000;
	text-decoration:underline;
}
a:hover, a:active {
	color:#018B9A;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 990px;
	margin: 0px auto;
	background: none;
}
div#mainContent {
	width:958px;
	position:relative;
	background: #fff;
	display: inline-block;
	float: left;
	margin: 0 auto 0 18px;
	border-right: 1px solid #37322e;
	border-left: 1px solid #37322e;
}
div#content {
	float: left;
	width: 656px;
	margin: 0 1px 15px 18px;
	padding: 0 15px 10px 0;
	background: white;
	border-right: 1px dotted #37322E;
}
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 990px;
	margin: 0px auto;
	height: 366px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}
/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 266px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	color: black;
	background: white;
}
div#footer {
	clear: both;
	height: 50px;
	width: 990px;
	margin: 0;
	background: url(images/bg-footer.png) top center no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: none;
}
/* ----------------- NAVIGATION ----------------- */

ul#mainnav {
	clear: both;
	width: 958px;
	margin: 1px 0 0 0;
	padding: 0 0 0 19px;
	list-style-type: none;
	height: 49px;
	float: left;
}
ul#mainnav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 191px;
}
ul#mainnav li a {
	display: block;
	margin: 0 auto;
	padding: 0px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	background: none;
	height: 34px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0;
}
ul#mainnav li a:hover, ul#mainnav li a.current {
	color: yellow;
	background:#10833e;
	font-weight: bold;
}
ul#utilitynav {
	margin: 0;
	padding: 15px 20px 20px 0;
	list-style-type:none;
	text-align: center;
}
ul#utilitynav li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: solid 1px #666666;
}
ul#utilitynav li a {
	color: #fff;
	text-decoration: none;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#utilitynav li.first {
	border-left: none;
}
/* ----------------- COPYRIGHT ----------------- */

div#copyright {
	font: normal Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#404f11;
	text-align:left;
	float:left;
	padding:0;
	width:990px;
	margin:25px auto 10px 15px;
}
div#copyright img {
	border: none;
	float:right;
	margin:-56px 10px 0 -96px;
}
div#copyright a {
	font:normal 10px verdana;
	color:#666;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- CUSTOM ----------------- */

.clear {
	clear: both;
}
#video {
	width: 315px;
	height: 265px;
	float:right;
	margin: 0 0 15px 15px;
}
.imgRight {
	border:1px solid #37322e;
	margin:0 0 15px 15px;
	float:right;	
}
