/* CSS Document */
body {
	background:	url(../image/bg-contact.jpg);
	font-family:Arial, Verdana, Tahoma,;
	margin: 10px 0px 5px 0px;
	color:#ffffff;
	font-size:12px;
	text-align:left;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#336600
	;;
}
/* header */
#header {
	margin: 0 auto;
	width: 777px;
}
.topBnr1{
	float:left;	
}
.topBnr2{
	float:left;	
}
#menu {
	clear:both;
}
.menuBg {
	background:url(../image/btn-bg1.jpg) repeat-x;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	height: 41px;
	text-align:center;
	color:#ffffff;
}
.menuBg a {
	color:#ffffff;
	text-decoration:none;
}
.menuBg a:hover {
	color:#e0ee39;
	text-decoration:none;
}
/* middle */
#middle {
	background:url(../image/content-bg-contact.jpg) repeat-x;
	background-position:top;
	margin: 0 auto;
	width: 775px;
	border:1px solid #a4ce7a;
	background-color:#669933;
}
#midContents {
	float:left;
	padding:18px 18px 18px 18px;
	margin:0px 0px 0px 0px;
	clear:both;
	width:739px;
}
#midContents h1 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	height:26px;
	color:#000000;
	margin:0px 0px 0px 0px;
}
#midContents p{
	margin:0px 0px 0px 0px;
	color:#ffffff;
	text-align:left;
}
#midContents p a{
	color:#ffffff;
	text-decoration:underline;
}
#midContents p a:hover{
	color:#f4f33e;
}
.boldNormal{
	color:#f4f33e;
	text-align:center;
	font-weight:bold;
}
.boldBlack{
	color:#000000;
	font-weight:bold;
}
#customTable tr td{
	padding:3px;
}
#contactForm{
	padding:10px;
	color:#ffffff;
	margin-left:165px;
	float:left;
	width:400px;
}
.redStar{
	color:#ff0000;
}
.textField
{
	font-size:12px;
	text-align:left;
	padding:0px 0px 0px 0px;
	color:#303030;
	width:150px;
	font-size:12px;
	height:20px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #8b8a8a;
	border-left:1px solid #8b8a8a;
	border-bottom:1px solid #cecece;
	border-right:1px solid #cecece;
}
.textarea
{
	font-size:12px;
	text-align:left;
	color:#303030;
	width:200px;
	font-size:12px;
	height:80px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #8b8a8a;
	border-left:1px solid #8b8a8a;
	border-bottom:1px solid #cecece;
	border-right:1px solid #cecece;
	scrollbar-arrow-color: #0c3259;
	scrollbar-base-color: #898718;
	scrollbar-darkshadow-color: #898718;
	scrollbar-track-color: #898718;
}
/* footer */
#footer {
	background:url(../image/ftr-bg.gif) repeat-x;
	margin: 0 auto;
	width: 777px;
	clear:both;
	padding:15px 0px 8px 0px;
}
#footer p{
	margin:0px;
	text-transform:capitalize;
	color:#132403;
	font-size:11px;
	text-align:center;
}
#footer a{
	color:#132403;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	color:#5a9323;
	font-size:11px;
	text-decoration:none;
}
.footerCopyrite {
	color:#1c3305;
	font-size:11px;
}
/* misc */
.clearBoth {
	clear:both;
	width:777px;
	margin: 0 auto;
}
.underConstruction {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#f4f33e;
	text-align:center; 
	height:125px; 
	padding-top:75px;
}
