@charset "utf-8";
/* TOP Media Group */

/* Shared Styles */
body {
	background: url('/images/shared/bg.jpg') repeat-x center top;
	margin-top: 0px;
	background-color: #DDDFE0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}

#site {
	border: 0px;
	width:990px;
	margin: 0 auto;	
}
#left {
	width:290px;
	margin:2px;
	float:left;
	overflow:inherit;
	display:inline;
}
#right {
	width:688px;
	float:left;
	margin:2px;
	overflow:inherit;
	display:inline;
}
#bottom {
	float:left;
	width:990px;
	margin:10px 0px 0px 0px;
	display:inline;
}
#footer {
	float:left;
	text-align:center;
	width:990px;
	margin:4px 0px 0px 0px;
	font-size:10px;
	color:#999;
	overflow:inherit;
}
.clearfloat {
	clear:both;
	height:0px;
}
.logo {
	float:left;
	padding:4px;
	margin: 0px 10px 0px 64px;
}
.hours {
	float:left;
	margin: 4px;
}
.special {
	float:left;
	margin-top:4px;
}
.nav {
	float:right;
	width:690px;
	height:50px;
	margin-bottom:4px;
}
.promo {
	float:left;
	width:690px;
	overflow:inherit;
}
.promo_home {
	float:left;
	width:690px;
	margin:48px 0 0 0;
	overflow:inherit;
}
.home_box {
	float:left;
	margin:6px 6px 20px 6px;
}
.vert_divider {
	float:left;
	margin: 34px 20px 0px 20px;
	width:8px;
	height:170px;
	background-image: url('/images/shared/vert_divider.png');	
}
.hor_divider {
	float:left;
	margin: 10px 0px 0px 14px;
	width:960px;
	height:8px;
	background-image: url('/images/shared/hor_divider.png');	
}
.h1 {
	float:left;
	width:660px;
}
.h2 {
	float:left;
	color:#09F;
	margin: 0px 0px 4px 10px;
}
.h3 {
	float:left;
	color:#09F;
	margin: 0px 0px 4px 10px;
	font-size:16px;
}
.h4 {
	float:left;
	color:#09F;
	margin: 0px 0px 4px 0px;
	font-size:16px;
}
.content {
	float:left;
	padding:5px;
	background-color:#ddd;
	margin: 0px 0px 0px 10px;
}
.content2 {
	float:left;
	padding:5px;
	overflow:inherit;
	margin: 6px 0px 0px 10px;
}
.services_container {
	float:left;
	width:690px;
	overflow:inherit;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.services_container_1 {
	float:left;
	width:690px;
	overflow:inherit;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/services/services_01.jpg);
}
.services_container_2 {
	float:left;
	width:690px;
	overflow:inherit;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/services/services_02.jpg);
}
.services_container_3 {
	float:left;
	width:690px;
	overflow:inherit;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/services/services_03.jpg);
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 16px;
}
.services_titles {
	color: #17afd5;
	font-weight: normal;
	font-size: 20px;
	padding-left: 10px;
}

.side_ad {
	float:left;
	width:260px;
	height:80px;
	margin:10px 0 0 6px;
}
.areacode {
	font-size:10px;
	color:#555;
}

/********************** FORM PIECES *************/
.textfield {
	height:18px;
	width: 190px;
}
.textfield2 {
	height:19px;
	width: 93px;
}
.textarea {
	height:64px;
	width: 520px;
}
.textarea2 {
	height:100px;
	width:290px;
}
.dropdown_month {
	width:90px;
}
.dropdown {
	width:60px;
}

.button {
	background-color: #09F;
	color: #FFFFFF;
	border-color: #fff;
}
	
