@charset "utf-8";

body {
	font: 11px verdana, helvetica, serif;
	text-align: left;
	padding: 0;
	margin: 1em auto;
	color: #000066;
}

#wrapper {
	border: 1px solid #495569;
	margin: 0 auto -4px auto;
	width: 760px;
}

td {
	vertical-align: top;
}

ul {
	margin: 0 auto;
	padding: 0 auto;
}

/* Main Header */
#header {
	height: 95px;
	text-align:right;
	background-image: url('/images/top-bg.jpg');
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold; padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}
.tagline {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
a.yellow:link, a.yellow:visited, a.yellow:active{
	color:#FFFF00;
}
.headerlogo{
	font-size:9px;
	float:left;
	height:125px;
}
img#logo {
	border: 0px none;
}
#contact {
	float: right;
	text-align: right;
	color: white;
	margin: 20px 10px 0 0;
	font-size: 12px;
	width: 450px;
}
#contact img {
	margin-top: -20px;
	margin-left: 5px;
	border: 0px none;
}

#contact a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	/*border-bottom: 1px solid #f195bf;*/
}
#contact a:hover {
	border-bottom: 2px solid #f195bf;
	color: #FF0000;
}
#contact span#phone {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
#contact span#email {
	font-weight: bold;
}

/* Menu business */
#nav-wrap {
	float: left;
	width: 225px;
}
#nav {
	border: 1px solid #cde0eb;
	padding: 5px;
	font-size: 110%;
	width: 210px;
	margin: 3px;
}

#nav ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 10px 0;
}
#nav ul ul li {
	font-size: 11px;
	margin: 1px 0;
}

#nav ul li#active ul.submenu li a{
	margin-top:0;
	color:
}

a.active:link, a.active:visited{
	color:#FF0000;
}

#tv-spots {
	margin: 3px;
	border: 1px solid #cde0eb;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	width: 210px;
}

#tv-spots h3 {
	font-size: 18px;
	margin: 8px;
	padding: 0;
}
#tv-spots a:hover
{
	color: #FF0000;
}

#tv-spots img {
	border: 0px none;
}

/* Front Page */
#splash {
	background: #cde0eb;
}
img#splash-img {
	border: 0px none;
}

#primary, #secondary, #tertiary {
	border: 1px solid #cde0eb;
}

#primary {
	background: #f9eded;
}

#primary h1, #secondary h2, #tertiary h3 {
	margin: 0 5px 3px 5px;
}

#primary h1 a {
	color: #EC1D26;
	font-size: 18px;
	text-decoration: underline;
}
#primary img,  #secondary img, #tertiary img {
	float: right;
	border: 0px none;
	margin: 5px;
}
#secondary {
	background: #f2f9ed;
}
#secondary h2 a {
	color: #EC1D26;
	font-size: 14px;
	text-decoration: underline;
}
#tertiary {
	background: #edf2f9;
}
#tertiary h3 a {
	color: #EC1D26;
	font-size: 14px;
	text-decoration: none;
}
#primary p, #secondary p, #tertiary p {
	margin: 0px 5px 5px 5px;
}
#subs h2 {
	margin: 0;
}
#subs h2 a {
	background: #edf2f9;
	padding: 3px 0;
	float: right;
	width: 236px;
	border-bottom: 2px solid #cde0eb;
	color: #EC1D26;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}
#subs h2 a:hover {
	text-decoration: underline;
}
#subs h2 a img {
	border: 0px none;; margin-left:5px; margin-right:0; margin-top:3px; margin-bottom:0
}


/* Content Styles*/
#content {
	float: right;
	margin: 3px;
	border: 1px solid #cde0eb;
	width: 500px;
	padding: 10px;
}


#content a:hover, #nav a:hover {
	/*border-bottom: 2px solid blue;*/
	text-decoration: underline;
	color: #FF0000;
}

#content p {
	margin: 0 0 10px 0;
}

#content h1 {
	font-size: 20px;
	margin: 0 0 15px 0;
}

#content h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
}

#content ul {
	margin: 0 0 5px 25px;
	padding: 0;
}

#content ul li {
	margin: 0;
}

#content div#related {
	float: right;
	width: 180px;
	padding: 10px;
	background: #edf2f9;
	border: 1px solid #495569;
	margin: 0 0 5px 5px;
}

#content div#related a {
	color: blue;
	border: 0px none;
}

#content div#related a:hover {
	text-decoration: underline;
}

#content div#related h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

#content div#related ul {
	padding: 0;
	list-style-type:disc; list-style-image:url('../images/related-arrow.gif'); list-style-position:outside; margin-left:15px; margin-right:0; margin-top:0; margin-bottom:5px
}
#content div#related ul li {
	margin: 5px 0;
}

/* Footer */
#footer {
	clear: both;
	background: url('../images/footer-bg.png') repeat-x top;
	height: 23px;
	color: white;
	text-align: center;
	line-height: 23px
}

#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

div#foot-address {
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
}

img.img-right {
margin-left: 5px;
margin-bottom: 5px;
}

img.img-left {
margin-right: 5px;
margin-bottom: 5px;
}

img.border {
	border: 1px solid #000066;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px;
	margin-right: 0;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px;
	margin-left: 0;
}

table.service-area {
	width: 100%;
}
table.service-area td {
	background: #F0F0F0;
	margin: 2px;
	padding: 4px;
	vertical-align: top;
}

#city-block {
	align: left;
	margin: 0 0 10px 20px;
}
div.scroll {
	height: 97px;
	width: 160px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #CCC;
	padding: 8px;
	background-color: #FFFFFF;
	text-align: left;
}