@charset "utf-8";
html{ margin:0; padding:0}
body {
	background:url('images/bg.jpg') scroll center top no-repeat;
	cursor:default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
a, a:visited {
	color:#0F64A5;
	text-decoration:none;
}
a:hover {
	color:#9EC303;
	text-decoration: none;
}
/* END UNDER LINE MENU*/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#617D02;
	font-weight:normal;
}
h2{
	font-size:18px;
	color:#617D02;
	font-weight:normal;
	/* [disabled]padding: 5px; */
}
h3{
	/* [disabled]font-family:"Myriad Pro"; */
	font-size:14px;
	color:#333333;
}
h4{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#696a6a; padding-bottom:10px; }
img {
	border:0px;
}
.fl {
	float:left;
}	/*float left*/
.fr {
	float:right;
}	/*float right*/
.cb {
	clear:both;
}	/*clear both*/
/* CSS Document */

#wraper {
	width:942px;
	margin:0 auto;
}
.headWrap{
	height: 130px;
	padding: 15px 0 10px 0;
}

.logo{ float:left;}
.headingWrap{
	font-size: 22px;
	color: #FFF;
	float: right;
	width: 300px;
	margin-top: 10px;
}
.topmenu{
	width:942px;
	height:44px;
	float:left;
	background: url(images/menubg.png) 0 0 no-repeat;
	/* [disabled]padding-left: 10px; */
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	/* [disabled]float: left; */
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
	margin: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFF;
	padding: 15px 15px;
	text-decoration: none;
	}

.solidblockmenu li a:visited{
	}

.solidblockmenu li a:hover, .solidblockmenu li .current{color: #794422;	}
.rotatingbanner {
	width:942px;
	clear: both;
	height: 260px;
	background: url(images/menubg2.png) 0 220px no-repeat;
}
.banner-left {width:610px;float: left;}
#banners {width:610px;height: 252px;position: relative;	margin:auto;}

#banners .banner{position: absolute;top:0;left:0;display:block;}
.banner.current{z-index: 2;}

#controls{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}
#controls li { list-style:none; display:inline;}

#controls li a{
	display:-moz-inline-box; /* < = FF2 hack */
	display:inline-block;
	margin-right:2px;
	font-size:12px;
	padding:2px 4px;
	text-decoration:none;
	color: #282769;
	background:#CCC; /* Specify a fall back color */
	background:rgba(204,204,204,.7);
	border:1px solid #CCC;
	outline:none;
}

#controls li.active a{
	border-color:#FFF;
	color:#FFF;
	background-color:#333;
}
#controls li a:hover{
	border-color:#FFF;
	color: #FFF;
	background-color:#333;
	}
.banner-right {
	width:270px;
	float: left;
	background: #617d02;
	height: 252px;
	color:#FFF;
}
.banner-right h2 {
	color: #FFF;
	margin: 5px;
	
}
.banner-right h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 15px 0 0 0;
	float: left;
	margin: 0;
}
.contactinfo {
	float:left;
	width: 300px;
	padding: 10px 0 0 0;
	font-size: 14px;
}
.contactinfo a {
	font-size: 14px;
	color:#FFFFFF;
}
/*********signup left ********/

.signup2{
	float:left;
	width: 260px;
	padding: 10px 0 0 10px;
}

.signup2  input.name{
	background-color:#F8F9FE;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	width: 100px;
	/* [disabled]float: left; */
	/* [disabled]background-color: transparent; */
	color: #867c7c;
	height:20px;
	font-size:12px;
	border: 1px solid #617d02;
	padding: 2px 5px;
	margin: 5px 0;
}
.signup2 input.text{
	background-color:#F8F9FE;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	width: 230px;
	float: left;
	/* [disabled]background-color: transparent; */
	color: #867c7c;
	height:20px;
	font-size:12px;
	border: 1px solid #617d02;
	padding: 2px 5px;
	margin: 5px 0;
}

.signup2  input.email{
	background-color:#F8F9FE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:12px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

	width: 230px;
	float: left;
	/* [disabled]background-color: transparent; */
	color: #867c7c;
	height:20px;
	font-size:12px;
	border: 1px solid #e7edfd;
	padding: 2px 5px;
	margin: 5px 0;
}
.signup2 input.gobtn{
	width: 70px;
	height: 36px;
	float: right;
	margin: 0 30px 0 0;
}


#alert2 {
	/* [disabled]float: left; */
	float: left;
	padding: 0 20px;
	clear: left;

}
#alert2 #required2 {
	color: #F00;
	font-weight: bold;
}
#alert2  #bademail2  {
	color: #F00;
	font-weight: bold;
}
#alert2 #badserver2 {
	color: #F00;
}
#alert2 #success2 {
	color: #FFFFFF;
	font-weight: bold;
}




#services {
	width: 942px;
	margin: 0 auto;
	clear: both;
	float: left;
	margin-top: 10px;
	/* [disabled]padding-left: 3px; */
}


#services ul {
	

}

#services ul li {
	display:inline;
	/* [disabled]padding:0 6px; */
}

#contents-top{
	width: 942px;
	margin: 15px  0 0 0 ;
	clear: both;
	float: left;
	height:40px;
	background: url(images/cbg.png) 0 0 no-repeat;
	


}
#contents{
	width: 942px;
	/* [disabled]margin: 10px auto; */
	clear: both;
	float: left;
	/* [disabled]-moz-border-radius:9px 9px 0px 0px; */
	/* [disabled]-webkit-border-radius:9px 9px 0px 0px; */
	/* [disabled]border-radius:9px 9px 0px 0px; */
	background: #FFFFFF;
	/* [disabled]border-top: 30px solid #617D02; */
	/* [disabled]color: #617D02; */

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}

#contents ul, #contents ol {
	/* [disabled]margin-left: 30px; */
	padding-left: 40px;
	}
#contents #leftcol{
	width: 620px;
	float: left;
	/* [disabled]margin: 0 15px; */
}
#contents #home {
	width: 942px;
	float: left;
	/* [disabled]margin: 0 15px; */
}


#contents  #rightcol {
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#contents  #rightcol h2{
	margin-left: 10px;
	background:#617d02;
	padding:5px 5px;
	color:#FFFFFF;
	/* [disabled]text-transform: uppercase; */
}

#services2 {
	width: 300px;
	float: left;
	margin-top: 20px;
}
#services2 ul {
	margin: 0;
	padding: 0;
}
#services2 ul li {
	display:block;
	padding:0;
	margin: 10px 0;
	list-style: none;
}
#contents #leftcolcontactpage{
	width: 580px;
	float: left;
	margin: 0 15px;
}

#contents  #rightcolcontactpage {
	width: 300px;
	float: left;
	margin-left: 10px;
}
.testimonials {
	font-size:12px;
	border-bottom: 2px dashed #bbbbbb;
	width: 550px;
	margin: 0 20px;
	padding: 10px  0;
}

.quote {
	width: 200px;
	float: right;
	margin-top: 5px;
}
.separator{
	margin: 10px 0 10px 0;
	height: 30px;
}

.heading {
		font-size:16px;
	color: #3B3B3B;
}

#footerwrap{
	background: url(images/fbg.jpg) left bottom repeat-x;
	clear: left;
}
.footer{
	margin: 0 auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 942px;
	/* [disabled]float: left; */
	height: 100px;
	padding-top: 50px;
	}
.copyRight{
	font-size:12px;
	padding-left: 20px;
	width: 500px;
	float: left;
}
.poweredBy{
	float:right;
	width:300px;
}
.poweredBy a {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	
}
.poweredBy a:hover{
	color:#9ACB3C
}

.call{
	width: 500px;
	margin: auto;
	 }
.call a.rollover {
	background: url(images/call.jpg) left top no-repeat;
	display: block;
	width: 470px;
	height: 79px;
	text-decoration: none;
	float: left;
	}
 .call a.rollover:hover {
	background-position: 0px -79px;
}
 .call .displace {
	position: absolute;
	left: -80000px;
}
.galleryWrap {
	padding:30px; /*border:1px solid red;*/
	margin: 0 auto;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
	/* [disabled]background-color: #FFF; */
	/* [disabled]padding: 10px 25px; */
	/* [disabled]width: 650px; */
	}
	#gallery ul {
	list-style: none;
	padding: 0;
}
	#gallery ul li {
	display: inline;
}
	#gallery ul img {
	border: 2px solid #03447E;
	margin: 3px;
	padding: 3px;
	}
	#gallery ul a:hover img {
	border: 2px solid #EF7A2B;
	/* [disabled]color: #EF7A2B; */
	}
	#gallery ul a:hover {
	color: #03447E;
}

