a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #626938;
	text-decoration:none;
}
a:hover{
	text-decoration: none;
	color: #282b16;
}

*
{
border: 0;
margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6a7d40;
}

#main{
	margin: 0 auto;
	width: 810px;
}
/* begin Box, Sheet */
.main-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 810px;
	min-width:20px;
	min-height:20px;
	
}
.main-Sheet-body
{
	position: relative;
	z-index:1;
	margin-left: 5px;
	width: 800px;
	background-color: #e4e6b5;
}
.main-Sheet-cr, .main-Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.main-Sheet-cr, .main-Sheet-cl
{
	top: 0px;
	bottom: 0px;
	width: 10px;
	background-image: url('../images/sheet-v.png');
}

.main-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 5px);
}

.main-Sheet-cl
{
	left:0;
	clip: rect(auto, 5px, auto, auto);
}
/* end main-Sheet*/

#header{
	width: 800px;
	margin: 0 auto;
	height: 231px;
	background: url('../images/header.jpg') no-repeat top; 
	border-bottom: 1px solid #3f501a;
}

#logo{
	padding-left: 0px;
	text-align: left;
	padding-top: 0px;
	height: 200px;
	background: url('../images/head_logo.png') no-repeat top left; 
}

#menu{
	width: 790px;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px;
	background: url('../images/menubg.gif') repeat-x; 
	border-top: 1px solid #3f501a;
}
#menu ul {
    padding-left: 0px;
}
#menu li {
	display: inline;		
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #e4e6b5;
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding-top: 0px;
	margin: 0px;
}
#menu a span
{
  display: block;
  padding: 0 16px;
  margin: 0px;
  line-height: 30px;
  text-align: center;
  background-image: url('../images/menu_line.png');
  background-position: top right;
  background-repeat: no-repeat;
}
#menu a span.lastitem{
	background-image: none;
}
#menu a:hover {
	color: #FFFFFF;
}

.submenu{
	width: 720px;
	height: 20px;
	margin: 0;
	padding: 0px;
	background-color: #6a7d40;
}
.submenu ul {
    padding-left: 0px;
}
.submenu li {
	display: inline;		
}
.submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #e4e6b5;
	display: block;
	float: left;
	width: 120px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.submenu a:hover {
	color: #FFFFFF;
}

#content_bg{
	width: 800px;
	height: auto;
	margin-left: 5px;
	padding-top: 5px;
	z-index: -10;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0 15px;
	margin-left: 10px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4e5c33;
	font-size: 20px;
	padding: 10px 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4e5c33;
	font-size: 16px;
	padding: 5px 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #030;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
img.gallery {
	margin: 0px;
	padding: 0px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.hr {
	border-bottom: 1px solid #4e5c33;
	width: 91%;
	margin: 10px 0;
	padding: 10px 0;
}

/* ************ start sub *********** */
.list-item {
	margin: 0;
	padding: 0;
	width: 91%;
}
.list-item img {
	float: left;
	width: auto;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 1px solid #4e5c33;
} 
.list-item p {
	float: left;
	width: 420px;
	text-align:justify;
}
.list-item a {
	text-decoration: none;
}
.list-item a:hover {
	text-decoration: underline;
}
.sub-content {
	margin: 0;
	padding: 0;
	width: 95%;
}
.sub-content .heading {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #4e5c33;
	font-size: 16px;
	padding: 5px 0px;	
}
.sub-content img {
	width: auto;
	margin: 5px;
	padding: 0;
	border: 1px solid #4e5c33;
} 
.text-content {
	padding: 10px 0;
}
.text-right {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #4e5c33;
}
/* ************ end sub *********** */

input, textarea {
	border: #3f501a solid 1px;
}
input.disabled
{
	color: #666;
}

.errornote {
	font-weight: bold;
	color: #900;
	text-align: left;
}
p.notes, .note {
	font-weight: bold;
	color: #4e5c33;
	padding: 4px 0;
}

/* ********** Member's Login ************* */
.loginbox {
	margin: 0px;
	padding: 0px;
	width: 370px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #3f501a;
}
.loginbox fieldset {
	border: 1px solid;
}
.loginbox legend {
	color: #3f501a;
	font-size: 12px;
}
.loginbox table tr td {
	color: #3f501a;
}		  

.errorMessage {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

/* begin Button */
.buttonarea {
	float: right;
	display: block;
	width: 420px;
	margin-right: 15px;
}
.button a, input.button, .abutton a {
	background: #4e5c33 none repeat-x scroll bottom left;
	border: 1px solid #3f501a;
	padding: 4px;
	margin: 10px 0 0 20px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 80px;
	text-align: center;
	text-decoration: none;
	float: right;
}
.abutton a {
	background-color: #42586f;
	border-color: #003;
	color: #FFFFFF;
	width: 110px;
}
/* end Button */

/* TABLE */
table.rates tr th {
	text-align: left;
	background-color: #d7d9a7;
}
table.rates tr td {
	background-color: #eff0d1;
}
#footer
{
	height: 30px;
	width: 800px;
	font-size: 10px;
	color: #e4e6b5;
	text-align: center;
	clear:both;	
	margin: 5px 0;
	padding-top: 5px;
	background-color: #4e5c33;
	border-bottom: 2px #000 solid;
}
#footer p {
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.footernote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f501a;
	text-align: center; 
}

.right{float:right}
.left{float:left}

.imgBlock{text-align:center;padding: 10px;display:inline-block}
.imgBlock img {display:block}

.box1,.box2,.box3,.box4,.box5,.box6 {padding-left:5px; float:left}

.box1 h3,.box2 h3,.box3 h3,.box4 h3,.box5 h3,.box6 h3 {font-size:18px} 

.box1 h4,.box2 h4,.box3 h4,.box4 h4,.box5 h4,.box6 h4 {font-size:18px; font-weight:lighter; clear:both}

.box1{width:73px}
.box2{width:151px}
.box3{width:229px}
.box4{width:310px}
.box5{width:355px}
.box6{width:405px}


.pullup {margin-top:-70px}

.highlight_li{ background:#7eb18b; color:#FFF; border-top:2px solid #2c2d1b; border-right:2px solid #2c2d1b; line-height:1.5em; font-size:1.2em; margin-left:-2em; padding: 1em 0 0 2em}
.highlight_dk{background:#c0d7ce; color:#375439}
