/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5c543b;
	background-image: url(images/bg_main.jpg);
	background-position: top left;
	background-repeat: repeat;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #005939;
	text-decoration: none;
}
a:hover {
	color: #005939;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #005939;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #5c543b;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
h1 { /* see sifr-config.js for additional styles */
	color: #005820;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 { /* see sifr-config.js for additional styles */
	
}
ul {
	list-style-type: none;
	list-style-image: url(images/arrow.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#container {
	min-height: 250px;
	background-image: url(images/bg_head.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#main {
	margin: 0 auto;
	width: 933px;
}
#logo_container {
	float: left;
	position: relative;
	top: 10px;
	left: 50px;
	z-index: 1;
}
/* duplicate for IE 6 purposes only */
#index_tab_container {  
	float: right;
	position: relative;
	top: 94px;
	width: 612px;	
	z-index: 2;
}
#tab_container {
	float: right;
	position: relative;
	top: 94px;
	width: 680px;	
	z-index: 2;
}
#btna a {
	float: left;
	background-image: url(images/btna.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	line-height: 30px;
	width: 68px; 
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#btna a:hover {
	background-image: url(images/btna_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn1 a {
	float: left;
	background-image: url(images/btn1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	line-height: 30px;
	width: 145px; 
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#btn1 a:hover {
	background-image: url(images/btn1_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn1 a.on {
	background-image: url(images/btn1_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn2 a, #btn5 a {
	float: left;
	background-image: url(images/btn2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	line-height: 30px;
	width: 97px; 
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#btn2 a:hover, #btn5 a:hover {
	background-image: url(images/btn2_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn2 a.on, #btn5 a.on {
	background-image: url(images/btn2_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn3 a {
	float: left;
	background-image: url(images/btn3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	line-height: 30px;
	width: 153px; 
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#btn3 a:hover {
	background-image: url(images/btn3_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn3 a.on {
	background-image: url(images/btn3_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn4 a {
	float: left;
	background-image: url(images/btn4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	line-height: 30px;
	width: 106px; 
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
#btn4 a:hover {
	background-image: url(images/btn4_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#btn4 a.on {
	background-image: url(images/btn4_on.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}
#index_content {
	position: absolute;
	top: 124px;
	background-image: url(images/bg_index.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 512px;
	width: 887px;
}
#index_copy {
	float: right;
	width: 360px;
	padding-top: 40px;
	padding-right: 22px;
}
#index_title {
	color: #135030;
	font-size: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 15px;
	padding-top: 15px;
}
#index_map {
	background-image: url(images/bg_map.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 158px;
	width: 384px;
	position: relative;
	left: -25px;
}
#index_map_padd {
	padding: 15px 12px 15px 12px;
}
#map_text {
	float: left;
	width: 138px;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 20px; 
}
#locations_map {
	float: left;
}
#index_footer {
	font-size: 10px;
	padding-left: 30px;
}
#footer_links {
	float: right;
	color: #b29345;
	padding-right: 35px;
}
#footer_links a {
	font-size: 12px;
}
#footer_links a.on {
	text-decoration: underline;
}
#copy_top {
	background-image: url(images/content_top.jpg);
	background-position: 0px -6px;
	background-repeat: no-repeat;
	min-height: 219px;
	width: 933px;
}
#copy_rpt {
	background-image: url(images/content_rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 243px;
	width: 933px;
}
#copy_btm {
	background-image: url(images/content_btm_new.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 411px;
}
#copy_padd {
	padding: 30px 33px 75px 30px;
}
#left_column {
	float: left;
	width: 190px;
	padding-right: 15px;
}
#left_column ul {
	padding-left: 15px;
}
#left_column a {
	color: #5c543b;
}
#left_column a:hover {
	color: #005936;
	text-decoration: none;
}
#left_column a.on {
	color: #005936;
	text-decoration: none;
}
#right_column {
	float: left;
	width: 650px;
}
#footer {
	background-image: url(images/bg_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 65px;
	padding-top: 35px;
	padding-left: 15px;
	font-size: 10px;
}
.mapheader {
	color: #856c04;
	font-size: 13px;
}
.scrollmapcontent {
	color: #494644;
	font-size: 11px;
}
.scrollmapcontent a{
	color: #856c04;
	text-decoration: underline;
}
.scrollmapcontent a:hover {
	text-decoration: none;
}
.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #333333;
	font-size: 12px;
	width: 250px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #666666;
	font-size: 12px;
	width: 340px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 243px;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #ffffff;
	color: #3c3020;
	border: none;
	border: 1px solid #3c3020;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	color: #8c462f;
	background-color: #ffffff;
	border: 1px solid #3c3020;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
/*
Pop UP
*/
#popupmain {
	background-color: #ffffff;
	color: #634134;
}
#popupclosebar {
	background-color: #ffffff;
	background-image: url(images/tb_header.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-right: 20px;
	text-align: right;
	font-size: 13px;
}
#popupclosebar a {
	line-height: 49px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px 15px 15px 30px;
	font-size: 12px;
	width: 650px;
	/*float: left;*/
}
#popupimage {
	/*float: left;*/
	width: 200px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	font-size: 13px;
	background-color: #ffffff;
}
.popupbody a{
	color: #005939;
	text-decoration: none;
}
.popupbody a:hover{
	text-decoration: underline;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: 12px;
}
#popupphoto_left {
	float: left;
	width: 205px;
}
#popupphoto {
	width: 205px;
	height: 249px;
}
#popupright {
	float: right;
	width: 400px;
}
#popupright h2, #popupimagecell h2, #popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #494644;
}
#hidelogo {
	display: none;
}
#popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupmain h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#popuptitle {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-left: 20px;
}