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

body {
	margin-top:0;
	padding:0;
	background:url(images/background/background.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

h1{
	font-size: 15px;
	color: #38679F;
	font-size:1.5em;
	font-weight:bold;
	padding: 0px;
	margin: 0 0 10px 0;
}

h2{
	color: #32639D;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

h3{font: 12px;
font-style:italic;
padding:5px;
margin:0;
font-size:1em; }

h4{font: 12px;
font-style: normal;
font-weight:normal;
color:#38679F;
padding:0;
margin:0;
font-size:1em; }

a{text-decoration:none; color:black;}

a:hover{color: #39C;}

#main_container, table{
	width:820px;
	margin: 0 auto;
background:white;
	 
}



#main_content{
	width:900px;
	height: auto;
}
#wrapper{
	width:900px;
	height:auto;
	border-top: 20px;
}



#right_column ul{
	 padding:0;
	margin:0;
}


#right_column li{ list-style:none;
}

#right_column ul ul{ border-bottom: dashed 1px #CCCCCC;
	margin-bottom:20px;
	padding-bottom:10px;
}


#wrapper_content{
	padding: 0 35px;
	margin: 0;
}
.height2{
	height: 1050px;

}

body { behavior: url("csshover3.htc"); }


#nav{
	list-style:none;
	font-weight:normal;
	/* Clear floats */
	width:100%;
	position:relative;
	z-index:100;
	height: 36px;
	background-color:#FFF;
	margin-bottom: 20px;
	
}
#nav-wrapper{ 
	background:#96C843 url(images/general/nav-bg.jpg) repeat-x; 
	width:875px; 
	height:36px; 
	padding-left:75px;
}

#nav li{
	float:left;
	list-style:none;
	position:relative;
	width: 160px;
	padding:0;
	margin:0;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#96C843 url(images/general/nav-bg-hover.jpg) repeat-x;
	text-decoration:none !important;
}

#nav a{
	display:block;
	padding:10px 0;
	margin:0;
	color: #333;
	text-decoration:none;
	text-align: center;
	font-size:14px;
}



#nav a:hover{
	color:#fff;
	text-decoration:none !important;
	
}



/*--- DROPDOWN ---*/
#nav ul{
	background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	padding:0;
	margin:0;
}

html>body #nav ul li{margin-bottom: -3px;}

#nav ul li{
padding: 0; 
margin: 0;
float:none;
	
}
#nav ul a{
	white-space:nowrap;
	 /* Stop text wrapping and creating multi-line dropdown items */
	 padding:10px 0;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	z-index: 200;
}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	background-image:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
	text-decoration:none !important;
}


#main_container
{
	width:950px;
	margin: 0 auto;
	/*border: 1px #999999 solid;*/
}



#main_content{
	width:820px;
	height: auto;
}
#wrapper{
	width:900px;
	height:auto;
	border-top: 20px;
}



#left_column{
	width:650px;
	padding:0;
	margin: 5px;
	margin: 0px;
}


#right_column{
	width:250px;
	float:right;
	text-align: center;
	border-left: dashed 1px #CCCCCC;
	margin: 0  0 0 20px;
}

#right_column ul{
	 padding:0;
	margin:0;
}


#right_column li{ list-style:none;
}

#right_column ul ul{ border-bottom: dashed 1px #CCCCCC;
	margin-bottom:20px;
	padding-bottom:10px;
}


#wrapper_content{
	padding: 0 10px;
	margin: 0;
}
.height2{
	height: 300px;

}

#subfooter{
	padding:0;
	margin: 20px 0 0 0;
	text-align: center;
}


.style4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
}

.style3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#div.styleffu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
}

.style7 {color: #008900}


a:link {
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#gallery{
	width:700px;
	padding: 0;
	margin: 20px 0 0 0;
}

#gallery ul{
margin:0;
padding:0;
}

#gallery li{
	list-style:none;
	display: inline;
	padding: 0;
	margin: 0;
}

#gallery img{
	border:none;
	margin: 2px;
	padding: 0;
	width: 95px;
}

#content {
	padding:15px;
	width: 760px;
}

a.why{
	color:#0033CC;
}

a.why:hover{
	color:#003366;
}

a.why:visited{
	color:#666666;
}

#rt_column{
width:370px;
float:right;
}

iframe{margin:0;
padding:0;}

#lt_column{
width:370px;
}

.led li{
	list-style:none;
	display:inline;
	margin-top: 10px;
}

.led li a{
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}

.led li a:hover{
}

img{
	border:none;
	margin: 0 5px;
}
.slideshow {
	margin:0;
	text-align: center;
}
.slideshow img {
	margin: 0;
	
}

#sitemap ul{ padding:0; margin:0;}

#sitemap li{ list-style:none; text-decoration: none; }

#servicelist{
	width:650px;
	color:#38679F;
}

#servicelist li{
	list-style: disc;
	list-style-type: disc;
}

#servicelist_left{
	float:left;
	margin: 0px 20px 0px 0px;
}
#servicelist_right{
	float:left;
	display:block;
	margin: 0 20px 0 0;
	
}

ul#servicelist_home{
	float:left;
	display:block;
	margin: 0 5px 10px 0;
	padding: 0;
	width: 155px;
}

ul#servicelist_home li{
	list-style:none;
	text-decoration:none;
	color:#38679F;
	font-size:11px;
	margin-left:10px;

}

#contact{width:615px; text-align:center;}

#stars img{
	margin:0;
	padding:0;
	width:55px;
	}
	
#gaurentee{
	padding:0;
	margin:0;
	width: 600px;
	clear: left;
	}
	
#gaurentee li{ 
	padding:0 0 20px 0;
}

.testi_underline p {
	border-bottom:#CCC solid thin;
	padding-bottom: 20px;
}

#popup_content{
	width:600px;
	padding: 0;
	margin: 0;
}

#popup_content img{ 
	padding:0;
	margin:0;}

#stars{width:600px;}

#ba_container{
	margin:0;
	padding:0;
}
#ba_container img{
	margin:0;
	padding:0;
}

#ba_container a{
	font-weight:bold;
}

iframe{margin:0;
	padding:0;}
	
#header {
	height:300px;
	width:950px;
	overflow: hidden;
}
#header img {
	margin:0;
	padding:0;
}



#sub-nav{
	list-style:none;
	font-weight:normal;
	width:100%;
	
}
#sub-nav-wrapper{
	width:800px;
	border-top: 2px solid #38679F;
	margin:0 auto;
	height: 100px;
	background-image: url(images/general/sub-nav-bg.jpg);
	background-repeat: no-repeat;
	padding: 10px 0;
	background-position: top center;

}

#sub-nav ul{
	list-style:none;
	padding:0;
	margin:0;
	float: left;
	width: 160px;
	}


#sub-nav li{
	display: inline;
	list-style:none;
	padding: 0;
	margin: 0;
	float:none;
	width: 200px;
	
}



#sub-nav img{
	margin:0 3px 3px 0;
	padding:0;
	float:left;
}

#sub-nav a{
	display:block;
	text-decoration:none;
	text-align: center;
	font-size:10px;
	font-weight:normal;
	font-size:10px;
	margin:3px 0 0 0;
	padding:0;
	text-decoration:none;
	color:#32639D;
}

#sub-nav a:hover{
	color: #333;
	}

#sub-nav a p{
	padding:0;
	margin:0;
	line-height:1.4em;
	
	}
	

