@charset "utf-8";
/* Hack for IE7 */
*+html body { background-position: 0px 143px; }

/* CSS */
body {
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../site-images/bgif.jpg);
	background-repeat: repeat-x;
	background-position: 0px 136px;
	

}
a {
	color: #1E4908;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #1e4908;
	font-size: 18px;
	margin: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}


h2 {
	color: #787878;
	font-size: 17px;
	font-style: italic;
	margin: 0;
}
h3 {
	color: #1e4908;
	font-size: 15px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header {
	height: 110px;
}
#header #logo {
	width: 175px;
	height: 110px;
	float: left;
}
#header #logo img {
	margin: 15px 0 0 15px;
}
#headtitle {
	width: 375px;
	height: 95px;
	float: right;
	padding-right: 15px;
	text-align: right;
	padding-top: 15px;
	
}
#phone {
	color: #c8c8c8;
	font-size: 40px;
}




#navi {
	height: 65px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navbar {
	background-color: #1e4908;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#navbar ul  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
	padding: 0px;
	height: 25px;
	padding-top: 7px;
	position: static;


}
#navbar li  {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
#navbar li   a{
	color: #FFF;
	display: inline;
	text-decoration: underline;
	padding: 0 0 0 5px;
	background-image: url(../site-images/navidiv.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #1E4908;
}
#navbar ul li #first {
	background-image: none;
}
#calltoaction {
	float: right;
	width: 390px;
	left: 20px;
	height: 50px;
	position: relative;
	bottom: 37px;
}
#calltoaction img {
	border: none;
	margin: 0;
	padding: 0;
}







#main {
	/* height: 400px; */
	width: 800px;
}
#main  { min-height:400px; } * html #main { height:400px; }

#leftcontent {
	float: left;
	width: 385px;
	padding: 15px 10px 0 25px;
	border-right: solid #cecece 1px;
}
#leftcontent p {
	padding-right: 25px;
}

#subnav {
	width: 385px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#subnav ul li {
	background-color: #e5e5e5;
	margin-bottom: 2px;
	padding: 6px;
}
#subnav ul li:hover {
	background-color: #cecece;
	margin-bottom: 2px;
	padding: 6px;
	color: #000;
}

#subnav ul li a {
	color: #1E4908;

}
#subnav ul li a:hover {
	color: #000;

}



#rightcontent {
	float: right;
	width: 364px;
	padding: 0 0 0 15px;
	margin-top: 15px;
	/* border-left: solid #cecece 1px; */
}
#rightcontent p {

}
#rightcontent #pic {
	width: 300px;
	margin-left: 20px;
}


#footer {
	border-top: solid #cecece 1px;
	width: 750px;
	margin: 20px 25px 0px 25px;
}
#footer #copy {
	float: left;
	margin-top: 5px;
}
#footer #links {
	float: right;
	margin-top: 5px;
}
#rightcontent #pic a {
	border: none;
}
#pic img {
	border: none;

}
.blogNext, .blogPrevious {
 background-color: #1e4908;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 border:1px #1e4908 solid;
 cursor: pointer;
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
 text-transform: uppercase;
 margin-top: 15px;
}
.blogNext {
	float:right;
}
.disclaimers {
	font-size:9px;
	color:#666666;
	margin-top:20px;
}
.hide {
	display:none;
}
/* Contact Us Form formatting  */
.Contact_Us label {
	background-color: #1E4908;
	color:#FFFFFF;
	width: 130px;
	margin-bottom: 8px;
	float: left;
	padding: 3px;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:tahoma, verdana;
	font-size:13px;
	text-align:center;
}
form.Contact_Us {
	width: 475px;
	padding-bottom: 15px;
	margin-left: 0px;
}
.Contact_Us textarea {
	height: 60px;
	width: 230px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #1E4908;
	font-family:tahoma, verdana;
	font-size:13px;
}
.Contact_Us input {
	width: 225px;
	border: 1px solid #1E4908;
	margin-right: 6px;
	margin-bottom:10px;
	float: left;
	padding: 3px;
	font-family:tahoma, verdana;
	font-size:13px;
	height:22px;
}
.captcha {
	height:50px;
	clear:both;
}
.submitarea {
	display:block;
}
.submitarea label {
	background-color:#FFFFFF;
	width: 130px;
	padding: 3px;
	margin-right: 5px;
}
input.submit  {
	background-color: #1E4908;
	color: #FFFFFF;
	cursor: pointer;
	height:30px;
	width:225px;
}
.error {
	padding: 5px;
	border: 1px solid #DF1F26;
	margin-bottom:5px;
}
/***** AUTO SUGGEST *****/
/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;  /* Never change this one */
  width:175px;  /* Width of box */
  height:250px;  /* Height of box */
  overflow:auto;  /* Scrolling features */
  border:1px solid #317082;  /* Dark green border */
  background-color:#FFF;  /* White background color */
  text-align:left;
  font-size:0.9em;
  z-index:100;
}
#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;    
  padding:1px;
  cursor:pointer;
  font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#317082;
  color:#FFF;
}
#ajax_listOfOptions_iframe{
  background-color:#F00;
  position:absolute;
  z-index:5;
}
.search_options {
	background-color:#FFF;
	border:1px #000 solid;
	width:215px;
	display:inline;
}
.hide {
	display:none;
}