@charset "utf-8";

html, body, ul, ol, li, a, img, h1, h2, h3 {padding: 0; margin: 0; border: 0; list-style: none; text-decoration: none;}

p {
	margin: 10px 0 5px 0;
	line-height:1.4em;
	}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	padding: 1px 0;
	background: #ccc;
	/*background: #cdb375;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
	
	/*Home Page header */

#header {
	margin: 15px 0 5px 0;
	height: 300px;
	background: url(images/header.png) center no-repeat;
	} 

#header h1 {
	position: absolute;
	left: -3000px;
	font-size:12px;
	}
	
#header h2 {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:0;
	margin:0 30px 0 0;
}

/*End Home Page Header */

/* Start Inside Page Header */

#header_inside {
	margin: 0 0 -10px 0;
	height: 120px;
	width:960px;
	background: url(images/header_inside3.png) center no-repeat;
		} 

#header_inside h1 {
	position: absolute;
	left: -3000px;
	font-size:12px;
	}
	
#header_inside h2 {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding:0;
	margin:0 30px 0 0;
}

#header_inside ul {
	padding:10px 0 20px 30px;
	margin:0 0 0 10px;
	
}

#header_inside Ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style-type:disc;
}


/* End Inside Page Header */



/*** Top Menu ***/

#nav-bar {
	width: 950px;
	height: 66px;
	padding: 0;
	margin:0 0 0 5px;
	background: url(images/nav_bar2.png) center no-repeat;
		}
		
#nav-bar li {
	float:left;
	padding:0;
	margin:10px 0 0 20px;
	list-style:none;	
	}

#nav-bar a {
	float:left;
	padding: 11px 15px;
	color: #fff;
	}

#nav-bar a:hover {
	color:#edd395;
	text-decoration: underline;
	}


/*** Content ***/

#content { 
	float: left;
	width: 100%;
	background: url(images/twocols-bottom.png) left bottom no-repeat;
	} 

#content .content-inner {
	background: url(images/twocols-top.png) left top no-repeat;
	padding: 8px 11px;
	}
	

#mainbox {
	float: left;
	width: 696px;
	}

#mainbox .inner {
	padding: 15px 12px 15px 20px;
	} /* maintain at least 1px of vertical padding to trap margins inside */

#mainbox #imagecontainer {
	float: right;
	margin: 0 20px 10px 15px;
	}

#mainbox h2 {
	font-weight:bold;
	color: #15392c;
	font-size:16px;
	margin:20px 0 0 0;
	}
	
#mainbox .inner span h2 {
	font-size:24px;
	font-weight:bold;
	color:#00F;
}
	
	
#mainbox h3 {
     color: #ae4a18;
	 font-size:14px;
	
	}


#mainbox p {
	/*color: #15392c;*/
	color: #042308;
	}


/*** Sidebar ***/

#sidebar1 {
	float: right;
	width: 219px;
	}

#sidebar1 .inner {
	padding: 1px 1px;
	} /* maintain at least 1px of vertical padding to trap margins inside */
	
#sidebar1 .inner img{
	padding: 1px 0 0 8px;
		} 

#sidebar1 h2 {
	font-weight:normal;
	color: #15392c;
	padding: 0;
	}
	
#sidebar1 h3 {
	color: #ae4a18;
	padding-left: 43px;
	}
	

#sidebar1 p {
	color: #042308;
	padding:0;
	margin:0 8px 0 8px;
	}
	

/*** Footer ***/

#footer { 
	float: left;
	width: 100%;
	position: relative;
	margin: 4px 0 15px 0;
	background: url(images/onecol-bottom.png) left bottom no-repeat;
	} 

#footer .footer-inner {
	background: url(images/onecol-top.png) left top no-repeat;
	padding: 18px 30px;
	} /* maintain at least 1px of vertical padding to trap margins inside */

#footer .footer-inner h2 {
	font-weight:normal;
	color: #15392c;
	}
	
#footer .footer-inner h3 {
	font-weight:normal;
	color: #15392c;
	padding:0;
	margin:0;
	}
	

.footer-credits  {
	font-size: .60em;
	color: #15392c;
	padding: 0;
	margin: 20px 0 0 0;
	} 
	
#Hours {
	margin-left: 330px;
	margin-top: -195px;
	width: 230px;
	line-height: 1.6;
	color: #15392c;
	}


#footer p {
	color: #042308;
	margin-left:0;
	}
	
#footer #footopt h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	margin:50px 0 0 0;
	color:#999;
	text-align:center;
}

#footer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #15392c;
}
ul {
	padding:10px 0 20px 30px;
	margin:0 0 0 10px;
	
}

Ul li {
	list-style-type:disc;
	padding:0 0 5px 0;
	margin:0;
}

/*#hours {
	position: absolute;
	left: 390px;
	top: 50px;
	font-size: 90%;
	line-height: 1.8;
	}
*/

/*** Googlemap ***/

#googlemap {
	float: right;
	margin: 0 0 20px 20px;
	}

#googlemap a {
	font-size: 80%;
	}


/*** Slideshow ***/

.home_slideshow {
	float: right;
	position: relative;
	left: 10px;
	width: 315px;
	height: 315px;
	margin: 0 10px 10px 10px;
		}
	
	
.home_slideshow .pic1 {background-image: url(images/30_years.jpg); display: block;}

.home_slideshow div {
	display: none;
	width: 300px; 
	height: 300px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}



.about_slideshow {
	float: right;
	position: relative;
	left: 10px;
	width: 315px;
	height: 315px;
	margin: 0 10px 10px 10px;
		}
	
	
.about_slideshow .pic1 {background-image: url(images/aa.jpg); display: block;}

.about_slideshow div {
	display: none;
	width: 300px; 
	height: 300px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}
	
/*  Service Slideshow  */
	
.service_slideshow {
	float: right;
	position: relative;
	left: 10px;
	width: 315px;
	height: 315px;
	margin: 0 10px 10px 10px;
		}
	
	
.service_slideshow .pic1 {background-image: url(images/service1.jpg); display: block;}

.service_slideshow div {
	display: none;
	width: 300px; 
	height: 300px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}




.slideshow {
	float: right;
	position: relative;
	left: 10px;
	width: 315px;
	height: 315px;
	margin: 0 0 10px 10px;
		}

.slideshow div {
	display: none;
	width: 300px; 
	height: 300px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

.pic1 {background-image: url(images/rotator/pic-1.jpg); display: block;}
.pic2 {background-image: url(images/rotator/pic-2.jpg);}
.pic3 {background-image: url(images/rotator/pic-3.jpg);}



/*** Special rules ***/

.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: 0 0 8px 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 8px 8px 0;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 0;
	line-height: 0;
	}
	
dt {
	padding:0;
	margin:10px 0 0 40px;
}

#cc_showcase img {
	padding:0;
	display:block; /*allows the element to take auto margins*/ 
    margin:0 auto; /*centers in compliant browsers*/ 
    text-align:center; /*centers in old versions of IE*/ 
	}
		

#map {
	float:right;
}

#googlemap_sidebar a{
	padding:0;
	margin:0 0 0 55px;	
}

#side_call {
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	background-color:#FF0;
}

#contact_phone {
	float:right;
	padding:0;
	margin:-45px 30px 0 0;	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	padding:0px;
	margin:0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
	color:#999;
}