@charset "utf-8";
*, html {
	margin: 0px auto;
	padding: 0px;
}
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	color: #660000;
	background: #FAF5BE url(../nav/bg_main.jpg) no-repeat;
	text-align: center;
	padding-top: 20px;
}
a {
	font: 16px Arial, Helvetica, sans-serif;
	color: #77363A;
	text-decoration: none;
}
a:hover {
	font: 16px Arial, Helvetica, sans-serif;
	color: #1392C5;
}
h1 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size:small;
	color: #000;
	line-height: 25px;
	padding-top: 20px;
	font-weight: normal;
}
h2 {
	padding-top: 10px;
	color: #000;
	padding-right: 50px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
}
p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size:small;
	color: #660000;
	line-height: 25px;
	font-weight: normal;
}
.largeTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
}

.image{
	float:right;
}
	

#clear { 
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0; 
}
#wrapper {
	width: 1024px;
	position: relative;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
	z-index: 1;
}
#nav{
	margin: 0;
	padding: 0 0 0 50px;
	width: 974px; /* 1024px -50px */
	position: relative;
	text-align: center; 
	background: #003300;
	z-index: 2;
	height: 36px; /* needed to 'prop' open the nav because UL's are now display: inline instead of 'inline-block' */
}

#header {
	width: 1024px;
	position: relative;
}
#header_side {
	position: absolute;
	top: -10px;
	left: 815px;
	width: auto;
	z-index: 2000;
}
#content {
	width: 924px;
	text-align: left;
	position: relative;
	float: left;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
	padding: 0px 30px 30px 70px;
}
#content_inner img {
	padding: 0px 30px 0px 30px;
}
#content_inner {
	text-align: left;
	display: inline;
	position: relative;
	float: left;
	background: #FAF5BE url(../nav/bg_content.gif) repeat;
}
#side {
	width: 515px;
	position: relative;
	display: inline;
	float: left;
}
#regions {
	float: left;
	position: relative;
	margin-top: 0;
	margin-left: 50px;
}
#locator_map {
	padding:10px;
	
}
#footer {
	clear: both;
	width: 1024px;
	position: relative;
	text-align: center;
	color: #000;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #999999;
}
