/* mbhuju@gmail.com */

body {
    margin:0px;
	
	background-color: #074012;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}
	
td {
	font-size:15px;
	color:#4b4b4b;
	line-height: 24px;
}


a:link, a:active, a:visited {
	color: #215373;
	font-size:16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

.footer, a.footermenu:link, a.footermenu:active, a.footermenu:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#358f47;
	font-weight: bold;
	line-height: 24px;
	text-decoration:none;
	}

a.footermenu:hover {
	color:#ffffff;
}


h1{
	
	font-size:28px;
	color: #074012;
	font-weight:bold;
	line-height: 30px;
	margin:0px;
	text-transform:uppercase;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #fbd83f;
	font-weight:bold;
	line-height: 24px;
	font-style:italic;
	margin:0 0 0px 0;
}


.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #4b4b4b;
	font-weight:normal;
	line-height: 24px;
}	
.style2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #40894e;
	font-weight:bold;
	line-height: 24px;
}	
	
	
	
/*******
FORM
*********/
.form1{width:100%;}
input, textarea, select { height:25px; background:#f5f5f5; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:100px; height:30px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#048652; border:1px solid #000000; font-size:15px; margin-top:10px; text-align:center;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}	
	
	
	
	
	
.small{
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	
}
.white{
	color: #fff;
}


.img {
	border:3px solid #D7D7D5;
	/*padding:5px;*/
	
}
.noborder{
	border:0px;
}

div.scrollable {
	overflow:auto;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#600B0D;
	scrollbar-highlight-color:#600B0D;
	scrollbar-face-color:#600B0D;
	scrollbar-shadow-color:#600B0D;
	scrollbar-darkshadow-color:#600B0D;
	scrollbar-track-color:#934143;	
	
}