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

* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	
}

body {
	margin:0px auto;
	padding:0px;

}




#wrapper {
	width: 1000px;
	height:auto;	
	margin:0px auto;


}

header{
	height: 264px;
	width: 1000px;
	background-color: #fff;
	position: relative;
	-moz-box-shadow: 0 0 10px #0d0d0d;
  	-webkit-box-shadow: 0 0 10px#0d0d0d;
  	box-shadow: 0 0 10px #0d0d0d;
}

.header-right{
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute; right: 0px; bottom: 0px;
	z-index: 1;

	opacity:0;  
    filter:alpha(opacity=0); 
}

.qlinks{
	position: absolute; right: 20px; top: 15px; 
	font-size: 11px;
	color: #c8c8c8;
	display: none;
}

.qlinks a{
	color: #c8c8c8;
	text-decoration: none;
}

.qlinks a:hover{
	color: #a3a3a3;
	text-decoration: underline;
}

.logo{
	margin-left: 40px; padding-top: 35px; float: left;
	opacity:0;  
    filter:alpha(opacity=0); 
}

.content_wrap{
	width: 1000px;
	margin-top: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #0d0d0d;
  	-webkit-box-shadow: 0 0 10px#0d0d0d;
  	box-shadow: 0 0 10px #0d0d0d;
  	height: auto;
  	margin-bottom: 10px;
  	float: left;



}

.nav_bar{
	height: 45px;
	width: 1000px;
	border-bottom:solid #67a928;

}

.nav_bar a
{
text-decoration:none;
color: #282828
}

ul.nav{
	list-style: none;
	padding-top: 12px;
	margin-left: -15px; 
	padding-bottom: 20px;
	color: #282828;
}

li.nav_list{
	display: inline; 
	padding-left: 15px; 
	font-size: 18px; 
	color: #282828;
	text-decoration:none;
}

li.nav_list a:hover{
	color: #848484;
	text-decoration:none;


}

li.nav_list a:visited{

}

.heading{
	color: #484848;
	font-size: 28px;
	margin-left: 40px;
	margin-top: 15px;

	


}

.content{
	width: 670px;
	margin-left: 40px;
	margin-right: 30px;
	margin-top: 10px;
	height: auto;
	float: left;
	

	opacity:0;  
    filter:alpha(opacity=0); 

	
}

.sidebar{
	width: 200px;
	height: auto;
	margin-top: 10px;
	float: left;
}

.testimonials{
	height: auto;

}

.testimonials span{
	font-family: "Times New Roman",Georgia,Serif;
	font-style: italic;
	font-size: 16px;
	color: #959595;

}

.slider-wrapper{
	width: 920px;
	height: 305px;
	/*margin: 0px auto;
	margin-top: 20px;
	border: solid #67a928;
	overflow: hidden;*/
	margin-left: 40px;
}



.spacer{
	height: 30px;
	width: 100%;
	float: left;
}

footer{
	float: right;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 30px;
	width: 100%;
	margin-left: 40px;
}

footer p{
	margin-top: 0px;
	padding-left: 40px;
	color: white;
	text-decoration: none;
}

footer p a{
	color: white;
	text-decoration: none;
}

footer p a:hover{
	text-decoration: underline;
}

textarea {
    resize: none;
}

.contact_form{
	margin-top: 20px;
/*	font-weight: bold;*/
	font-size: 12px;
}

/*SLIDER CSS*/
.nivoSlider {
    position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
    width: 920px;
	height: 305px;
	margin: 0px auto;
	margin-top: 20px;
	border: solid #67a928;
	/*overflow: hidden;*/
	-moz-box-shadow: 0 0 15px #888;
  	-webkit-box-shadow: 0 0 15px #888;
  	box-shadow: 0 0 15px #888;
  	float: left;
}

.nivoSlider img {
    position: relative;
    top:0px;
    left:0px;
    border: 0px;

}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

#slider {
	font-size: 12px;
}
/*end slider styles*/




