/* ************************ Defaults ************************ */

body{ 
	font:0.73em Arial, Helvetica, sans-serif; 
	color:#727272; 
}
body, h1, h2, h3, h4, h5, p, table, table th, form, a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size:1.90em;
	color:#4A6D62;
}
h2{
	font-size:1.40em;
	color:#4A6D62;
}
a{
	color:#4A4A4A;
	text-decoration:none;
}
a:hover{
	color:#4A4A4A;
	text-decoration:underline;
}


/* ************************ structural ************************ */

#header{
    width: 685px; height: 210px;
    margin:0; padding: 0;
}

#content{ 
	margin:0px; 
	padding:0px 0px 0px 215px;
	width:685px;
	background:url('../images/header.jpg') top right no-repeat;
}

/* ************************ top navigation ************************ */

#topnav{
	background:#E8E8E8;
	padding:20px 0px 5px 0px;
}
.basictab ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.basictab li{
	display:inline;
	font-size:1.30em;
	padding:0px 5px 0px 5px;
}
.basictab li a,.basictab li a:hover{
	text-decoration: none;
	color: #8E8E8E;
}
.basictab li a:hover{
	text-decoration: none;
	color: #FF0000;
}
.tabcontainer{
	background:#D9D9D9;
	height:20px;
	padding:6px 0px 0px 9px;
}
.tabcontent{
	display:none;
}
.tabcontent ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tabcontent li{
	display:inline;
	font-size:1.00em;
	padding:0px 6px 0px 0px;
}
.tabcontent li a{
	text-decoration: none;
	color: #8E8E8E;
}
.tabcontent li a:hover{
	text-decoration:underline;
	color: #8E8E8E;
}

/* ************************ page text ************************ */

.pagetext{
	padding:32px 0px 32px 0px;
}
.pagetext p{
	padding:9px 0px 9px 0px;
}
.hometext{
	width:480px;
	float:left;
}
.special{
	float:right;
	padding:30px 0px 0px 0px;
	background: white url('/images/offers_bg.jpg') no-repeat;
	width: 165px;
	height: 125px;
}

#slideshow{
	padding: 0 10px;
	font-size: 1.5em;
}
#slide{
	padding: 10px 0;
}

.pagetext .appoint{
	font-size:16px;
	background:url('../images/appoint.gif') center left no-repeat;
	padding:9px 0px 9px 25px;
}
.appoint a{
	color:#727272;
	text-decoration:none;
}
.appoint a:hover{
	color:#727272;
	text-decoration:underline;
}
.clear{
	clear:both;
}


.prices{		
			padding: 0px;
			border: 0px;
			font-size: 11px;
}

.prices_header{
			background: #d9d9d9;
			font-weight: bold;
}
   
.alt_row{
			background: #e8e8e8;
}
   
 .col1{
			width: 200px;
			font-weight: bold;
}

.col2{
			width: 92px;
}

.col3{
			width: 120px;
}

#contact{
            width: 100%;
}

#contact td{
            vertical-align: top;
}

#map {
            width: 400px;
            height: 300px;
            float: right;
            margin-right: 5px;
}

/* ************************ footer ************************ */

#footer{
	background:url('../images/footerbg.gif') top right repeat-x;
	padding:0px 0px 0px 215px;
}
.footerlinks{
	height:370px;
}
.footerlinks ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footerlinks ul li{
	margin:0px;
	padding:0px;
	float:left;
	width:160px;
	padding-right:15px;
	color:#A8A9AD;
	font-size:1.25em;
	line-height:130%;
}
.footerlinks ul li.find{
	padding:0px;
}
.copyright{
	clear:left;
	color:#727272;
}
.copyright p{
	padding:0px 0px 25px 0px;
}
.copyright a{
	color:#727272;
	text-decoration:none;
	font-size:0.93em;
}
.copyright a:hover{
	color:#727272;
	text-decoration:underline;
}
