@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*background: #42413C;*/
	background:#002400;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.content {

	padding: 0px 0;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#a1 {
  position: relative;
  background-image: url('../images/header.png');
  background-position:  left top;
  background-repeat: no-repeat;
  width: 1000px;
  height: 165px;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}

ul#nav, ul#nav li {

float:left;
list-style:none;
font-size:12pt;
padding:0 10px;
margin:auto;
margin-right:30px;
margin-left:0px;
text-transform:lowercase;
z-index: 1;
}

#b1 {
	position:absolute;
	width:1000px;
	height:54px;
	top: 140px;
	padding:0px;
/*background-color:#3C1300;*/
}


#nav a:link, #nav a:visited, #nav a:active {
	color: #649D2F;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#nav a:hover {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#c1 {
	position:relative;
	width:1000px;
	height:600px;
	top: 0px;
	padding:0px;
}

#sm1 {
	position:relative;
	width:1000px;
	height:1180px;
	top: 0px;
	padding:0px;
}

#c1a {
  position: relative;
  background-image: url('../images/home_bg.png');
  background-position:  left top;
  background-repeat: no-repeat;
  width: 461px;
  height: 201px;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}

#c1a .c1a_text {
  position: absolute;
  height: 180px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:justify;
  color:#FFF;
  top: 20px;
  width: 420px;
  left: 20px;
  padding: 0px;
  z-index: 10;
}

#c2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	
	}

#c2_right {
  position: relative;
  background-image: url('../images/home_right.png');
  background-position:  left top;
  background-repeat: no-repeat;
  width: 532px;
  height: 632px;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}

#c2_green_bg {
  position: relative;
  background-image: url('../images/green_sq.png');
  background-position:  left top;
  background-repeat: repeat;
  width: 500px;
  height: 60px;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}

#c2_green_bg .text {
  position: absolute;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  width: 450px;
  height: 40px;
  top: 7px;
  left: 90px;
  padding: 0px;
  z-index: 10;
}

#b2 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#arrow {
  position:relative;
  background-image: url('../images/arrow.png');
  background-repeat:no-repeat;
  width: 24px;
  height: 21px;
  top:-20px;
  left: 600px;
  padding: 0px;
  z-index: 10;

}

#b21 {
 	background-color:#78B339;
	width:650px;
	padding: 10px;
	font-weight: bold;

}

#b21 td, th, table.menu {
  font-family:Arial, Verdana, sans-serif;
  color:#003300;
  font-size:13px;
  vertical-align: top;
}

#b3 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b22 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}

#b4 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b23 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b5 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b24 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b6 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b25 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b7 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b26 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b8 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b27 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b9 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b28 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b10 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b29 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b11 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b30 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b12 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b31 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b13 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b32 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b14 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b33 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b15 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b34 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}
#b16 {
 	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#Fff;
	width:650px;
	height: 15px;	
	padding: 10px;
	text-transform:uppercase;
	cursor:hand;
}

#b35 {
 	background-color:#78B339;
	width:650px;
	padding:10px;
	font-weight: bold;

}

.g2 {
   color:#FFf;
   font-family:Arial;
   font-size:11px;
   font-style:italic;
   font-weight:normal;
   }
  
#option {
   color:#FC0;
   font-family:Arial;
   font-size:12px;
   font-style:italic;
   font-weight:bold;
   }
  
#contact_1 {
	  position: relative;
  background-image: url('../images/contact_bg.png');
  background-position:  left top;
  background-repeat: no-repeat;
  width: 553px;
  height: 499px;
  top: 20px;
  left: 0px;
  padding: 0px;
  z-index: 10;
	}
	
#contact_1 .text{
	position:absolute;
	color:#FFF;
	width:450px;
	height: 400px;
	top: 30px;
	padding: 20px;
}

#map {
	position:relative;
	top: -20px;
	padding: 20px;
	left:600px;
	z-index:10px;
	
	}
	
#e1A {
  position:absolute;
  background-image: url('../images/footer.png');
  background-repeat: repeat-x;
  width: 1000px;
  top: 940px;
  height: 30px;
  border: 0px dashed black;
  padding: 0px;
  z-index: 10;
}
	
#f1A {
  position:absolute;
  top: 1000px;
  left:800px;
  border: 0px dashed black;
  text-decoration: none;
  padding: 0px;
  z-index: 10;
}

#f1A .f2A:link, #f1A .f2A:visited, .f2A:active {
  font-size:10px;
  font-weight:normal;
  color:#FF6600;
	color: #CE5300;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#e2A {
  background-image: url('../images/footer.png');
  background-repeat: repeat-x;
  width: 990px;
  top: 940px;
  height: 30px;
  border: 0px dashed black;
  padding: -10px;
  z-index: 10;
}
	
#f2A {
  top: 1000px;
  left:800px;
  border: 0px dashed black;
  text-decoration: none;
  padding: 0px;
  z-index: 10;
}

#f2A .f3A:link, #f2A .f3A:visited, .f3A:active {
  font-size:10px;
  font-weight:normal;
  color:#FF6600;
	color: #CE5300;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#e3A {
  background-image: url('../images/footer.png');
  background-repeat: repeat-x;
  width: 1000px;
  top: 960px;
  height: 25px;
  border: 0px dashed black;
  padding: 0px;
  z-index: 10;
}
	
#f3A {
	position:absolute;
  top: 10px;
  width: 300px;
  left:800px;
  border: 0px dashed black; 
  text-decoration: none;
  padding: 0px;
  z-index: 10;
}

#f3A .f4A:link, #f3A .f4A:visited, .f4A:active {
  font-size:10px;
  font-weight:normal;
  color:#FF6600;
	color: #CE5300;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

#size {
	color:#FC0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	
	
	}

#line {
/*  position: relative;*/
  background-image: url('../images/line.png');
  background-repeat: repeat;
  width: 650px;
  height: 1px;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: 10;
}

#red_pt {
/*  position: relative;*/
  background-image: url('../images/red_pt.png');
  background-repeat: no-repeat;
  /*padding: 2px 1px 2px 15px;*/
  background-position:right top;
  /*vertical-align: middle;*/
  width: 6px;
  height: 6px;
  top: 0px;
  z-index: 10;
}

#set_right {
  position: relative;
  background-image: url('../images/denote.png');
  background-repeat: no-repeat;
  width: 247px;
  height: 20px;
  top: -1020px;
  left: 650px;
  padding: 0px;
  z-index: 10;
}

#top {
  position: relative;
  top: 20px;
  left: 50px;
  padding: 0px;
  z-index: 10;
}

