/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #573a1f url(images/body.jpg) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	line-height: 20px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	line-height: 20px;
}


p {
	text-align: left; 
	color: #000;
	padding: 0;
	margin: 5px 0;
	font-size: 14px;
	
}
h1 {
	font-size: 18px;
	color: #61121a;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 15px;
	color: #61121a;
	margin: 10px 0 0 0;
	padding: 0;
}
address {
	text-align: left;
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica;
	font-style: normal;
	margin: 20px 0 10px 0;
	color: #000;
	position: absolute;
	left: 644px;
	top: 281px;
}

li {
	font-size: 12px;
}

dt {
	font-weight: 800;
	text-decoration: underline;
	color: #2054a5;
	margin: 10px 0 5px 0;
}
strong {
	color: #61121a;
}
a:hover {
	color: #9d2e1a;
}
blockquote {
	text-align: left;
	margin: 15px 0 0 0;
	padding:0;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	position: relative;
	margin: 0 auto;
	width: 823px;
	background: url(images/container.gif) repeat-y;
}
div#header {
	background-image: url(images/header.jpg);
	height: 232px;
	width: 823px;
	background-repeat: no-repeat;
	
}
div#content {
	width: 880px;
	padding: 37px 15px 5px 25px;
	margin: 0 30px 0 0;
	text-align: left;
	background-image: url(images/container.gif);
	background-repeat: repeat-y;
}
div#footer {
	height: 93px;
	width: 823px;
	padding: 0;
	margin: 0;
	background: url(images/footer.jpg) no-repeat;
}
div#context {
	width: 600px;
}
div#item {
	width: 340px;
	padding: 2px;
	float: left;
}
/* ----------------- Top Nav --------------------- */

ul#mainnav {
	margin: 0px;
	padding: 0px;
	height: 35px;
	float: none;
	position: absolute;
	top: 58px;
	left: 50px;
	height: 35px;
	z-index: 2;
}

 

ul#mainnav li {

  	display: block;
	list-style: none;
	font-size:13px;
	font-family: Tahoma, Verdana, Helvetica;
	margin: 2px 1px 2px 1px;
	text-align: left;
	text-transform: uppercase;
	width: 221px;
}

 

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {

   	color: #fff;
	text-decoration: none;
	display: block;
	/* white-space: nowrap; */
	background: none;
	font-weight: 800;
	height: 28px;
	line-height: 28px;
	padding: 0 26px 0 26px;
	border: thin #fff solid;
}

 

ul#mainnav li a:hover{    
	color: #fff;
	background: url(images/current_nav.jpg) no-repeat center;
	font-weight: 800;
	height: 28px;
	line-height: 28px;
	padding: 0 26px 0 26px;
	border: thin #fff solid;
}

 

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
				
	background: url(images/current_nav.jpg) no-repeat center; 
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 26px 0 26px;
	border: none;
	border: thin #fff solid;
}

 

* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */

   	width: 1%;
}

/* ---------------------- Main Divs ------------------------- */


div#content ul {
	margin: 0;
	padding: 0;
}
div#content li {
	margin: 0;
	list-style: none;
	background: url(images/bullet.gif) no-repeat center left;
	padding: 7px 0 5px 25px;
}
div#content a {
	text-decoration: underline;
}
div#content a:hover {
	color: #0d253f;
}
div#footer ul {
	margin: 0 auto;
	padding: 54px 0 0 15px;
	width: 823px;
	text-align: left;
}
div#footer li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
	font-size: 12px;
}
div#footer a {
	color: #fff;
	text-decoration: underline;
}
div#footer a:hover {
	color: #9d2e1a;
}
div#copyright {
	font-size: 9px;
	margin: 10px auto 0 auto;
	padding: 0;
	color: #fff;
	line-height: 13px;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
}
div#copyright a:hover {
	color: #9d2e1a;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 0;
}
img.right {
	float: right;
	clear: right;
	margin: 5px 7px 3px 7px;
}
clear {
	clear: both;
}
img {
	border: none;
}
 /* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Helvetica;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Verdana, Helvetica;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #6699CC;
	font: 12px Tahoma, Verdana, Helvetica;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
   
/* --------------- Custom ---------------*/

.clear {
	clear: both;
}
div#map {
	border: thin solid #61121a;
	width: 550px;
}