/* CSS Document */

html {
scrollbar-face-color: #5A5D39;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #5A5D39;
scrollbar-darkshadow-color: #5A5D39;
scrollbar-track-color: #E8E9E3;
scrollbar-arrow-color: #ffffff;
}

body {
	background-color: #3B3F1A;
	color: #333333;
	font: 13px "Times New Roman", Times, serif;
	background-image: url(images/strip_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

h1 {
	color: #70734D;
	font-size: 14px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 12px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	color: #265988;
	font-size: 1.0em;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#outer {
	background-image: url(images/green_leaves_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	background-color: #FFFFFF;
	margin-top: 66px;	
}

#logo_bg {
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;	
}

#hd {
	padding-top: 14px;
	padding-bottom: 12px;
	text-align: center;
}

.txt {
	text-align: justify;	
}

p {
	text-align: justify;	
}

.map_border {
	border: 1px solid #B85112;	
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;

}

.sitemap a:link, .sitemap a:visited {
	color: #676767;
	padding-left: 4px;
	text-decoration: none;
	font-size: 0.8em;
	float: left;
}
.sitemap a:hover {
	color: #2E5B84;
	padding-left: 4px;
	text-decoration: none;
	font-size: 0.8em;
	float: left;
}

.copyright {
	color: #676767;
	padding-right: 19px;
	font-size: 0.8em;
	float: right;
}

.inputbox {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #EDEDED;
  border           : 1px solid #595B38;
  width: 130px;
}

.inputbox_small {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #EDEDED;
  border           : 1px solid #595B38;
  width: 50px;
}

.dropdown1 {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #EDEDED;
  border           : 1px solid #595B38;
  width: 65px;
}

.textbox {
  font-family		: Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
  background-color : #EDEDED;
  border           : 1px solid #595B38;
  width: 300px;
}

.button {
  font-family		: Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 11px;
  font-weight      : bold;
  background-color : #EDEDED;
  color            : #444728;
  border           : 1px solid #595B38;
}


#footer_txt {
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	color: #858F61;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_txt a:link, #footer_txt a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #858F61;

}
#footer_txt a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #858F61;
}

#footer_txt_bot {
	text-align: center;
	font-size: 10px;
	color: #53573A;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_txt_bot a:link, #footer_txt_bot a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #53573A;

}
#footer_txt_bot a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #53573A;
}