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

html {
    overflow-y: scroll;
}

*, html {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/layout/bg.png);
	font: normal 13px/16px Verdana, Geneva, sans-serif;
	color: #4E4E4E;
	text-align: left;
}

a {
	color: #0972c1;
}

a img {
	border: none;
}

a:hover {
	color: #013b56;
}

p,
#content-block ol,
#content-block ul {
	margin: 0 0 10px;
}

#content-block ol,
#content-block ul {
	padding: 0 0 0 30px;
	overflow:hidden;

}

h1 {
	font: bold 18px/20px Verdana, Geneva, sans-serif;
	margin: 0 0 10px;
}

h2 {
	font: bold 16px/22px Verdana, Geneva, sans-serif;
	margin: 0 0 10px;
}

h3 {
margin-bottom:8px;
}


.border {
	border:1px solid #aaa
}

.clear {
	clear: both;
}



#wrapper-middle {
	background-color: #FFF;
	width: 960px;
	margin: 10px auto 20px;
	-moz-box-shadow: 6px 6px 6px #363636; 
   -webkit-box-shadow: 6px 6px 6px #363636; 
    box-shadow: 6px 6px 6px #363636; 
}
#wrapper-top {	
	padding: 14px 0 0;
}
#wrapper-bottom {	
	padding: 0 10px 14px;
}

#header {
	background: #F4F4F4;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	height: 142px;
}

.headers{
	margin-right:0 !important;
}

/* Top Social ----------------------------------------- */

.social {
	overflow: hidden;
	margin: 10px auto 0;
	width: 959px;
}

.social .twitter,
.social .youtube,
.social .facebook {
	float: right;
	width: 16px;
	margin: 0 0 0 3px;
}

.social .twitter {
	background: url(/images/layout/twitter-icon-over.png) no-repeat top left;
}

.social .facebook {
	background: url(/images/layout/facebook-icon-over.png) no-repeat top left;
}
.social .youtube {
	background: url(/images/layout/youtube-icon-over.png) no-repeat top left;
}
.social .facebook a,
.social .youtube a,
.social .twitter a {
	/* Make IE and older browsers play nice with our CSS Hovers */
	display: block;
	position: relative;
}
.social a:hover img {
	visibility: hidden;
}
.social .links {
	float: right;
	font: normal 10px/13px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #929191;
	padding: 2px 0 0;
}
.social .links a {
	color: #FFF;
	text-decoration: none;
}
.social .links a:hover {
	color: #FFF;
	text-decoration: underline;
}

#head-contact {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/layout/contact-header-bg.png) no-repeat top left;
	height: 64px;
	padding: 15px 20px 0;
	font: bold 16px/18px Verdana, Geneva, sans-serif; 
	color: #ffffff;
}
#head-contact a {
	font: bold 16px/18px Verdana, Geneva, sans-serif; 
	color: #ffffff;
}
#head-contact span {
	display: block;
	font: bold 23px/25px Verdana, Geneva, sans-serif;
}

#head-logo {
	left: 10px;
    position: absolute;
    top: 10px;
    z-index: 10;
}

#content-block {
	width: 700px;
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 10px;
	overflow: hidden;
}

#left-col {
	width: 220px;
	margin: 0 0 20px 10px;
}


/* inside right col ----------------------------------- */
#right-col {
	float: right;
	width: 200px;
	margin: 0 0 5px 20px;
}

.addthis_default_style {
	height: 20px;
}

/* Footer ----------------------------------- */

#footer {
	clear: both;
	height: 112px;
	background: #f4f4f4;
	font-size: 11px;
	padding-bottom: 20px;
}
#footer #endorsements {
	float: right;
    margin: 15px 10px 0 0;
    width: 360px;
}
#footer #endorsements table {
	width: 365px;
}
#footer #endorsements table td {
	padding: 0 0 0 8px;
	vertical-align: middle;
}
#footer #endorsements table td:first-child {
	padding: 0;
}

#footer #footer-links {
	padding: 18px 0 0 10px;
	color: #0972c1;
	width: 390px;
}

.blog_border {
	border:1px solid #AFAFAF;
	padding:10px;
}
#inside-splash {
	margin: 0;
}

/* Fix for IE7: Add stuff that no other browser needs! */
#container {
	width: 710px;
	float: right;
	overflow: hidden;
}

table#meet_the_team td {
	padding: 5px;
	border-bottom: 1px dashed #666;
}

#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}

#spaced li {
margin-bottom:10px;
}

div#youtube_videos {
	font-size: 12px !important;
	line-height: 15px !important;
	padding:6px !important;
	width:136px !important;
	margin:20px 15px 0px 0px !important;
	height: 142px !important;
	background-color:#eaeaea
}

div#youtube_videos a {
	text-decoration:none !important;
	color:#2d2d2d !important;
}

div#youtube_videos a:hover {
	color: #003c78 !important;
	text-decoration:underline !important
}

div#youtube_videos img {
	margin-bottom:5px !important;
	border:1px solid #ccc !important
}

.bread-crumbs {
	padding: 4px 10px 1px;
	background-color:#eeeeee;
	color:#004278;
	width:680px;
	font: normal 11px/18px Tahoma, Geneva, sans-serif;
	margin:0 0 10px;
}

/* Search Bar ----------------------------------------- */

.search-bar {
	background: #E6A03D url("/images/layout/nav-bar-bg.png") repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
    padding: 4px 10px 4px 0;
    width: 950px;
}
.search-bar .box {
	float: right;
}
.search-bar input {
	float: right;
	margin: 0 0 0 10px;
}
.search-bar #search-button {
    background: none repeat scroll 0 0 #797979;
    border: 1px solid #D1D1D1;
    color: #FFFFFF;
    font: bold 12px/18px Verdana,Geneva,sans-serif;
    height: 24px;
    margin: 0 0 0 5px;
    padding: 0 15px 3px;
}

.search-bar #search-q {
	font: normal 12px/14px Tahoma, Geneva, sans-serif;
	padding: 2px;
	height: 18px;
	width: 256px;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.newstop {
    background-color: #F7F7F7;
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    color: #4A4A4A;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}
.newsbox {
	background-color:#FFF;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	color:#000000;
	font-size:12px;
	line-height:16px;
	padding:8px 12px;
}


#nav {
	border: 2px solid #cacaca;
	margin: 0 0 15px 0;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
}
#nav li {
	list-style: none;
}
#nav > ul > li {
	margin-top: 2px;
	font-weight: bold;
}
#nav > ul > li:first-child {
	margin: 0;
}
#nav a {
	display: block;
	color: #191919;
	padding: 8px 0 0 16px;
	min-height: 22px;
	text-decoration: none;
}


#nav ul li a {
	background: #a9a9a9;
}
#nav li.wcactive > a,
#nav a.active {
	font-weight: bold;
}
#nav > ul > li > a:hover,
#nav > ul > li > a.active,
#nav > ul > li.wcactive > a,
#nav ul li.wchild a:hover,
#nav ul li.wcactive a:hover,
#nav ul ul a.active {
	color: #fff;
	background-color: #0464b0;
}
#nav ul li.wchild a:hover {
	background-image: url(/images/layout/nav-top-arrow-r.gif);
}

#nav ul ul a:hover {
	background-color: #547990;
	color: #fff;
}
#nav ul ul {
	background-color: #F0EFEF;
}
#nav > ul > li > ul {
	padding: 5px 0;
}
#nav ul ul a {
	padding: 3px 5px 3px 22px;
	min-height: 16px;
	color: #505050;
}
#nav ul ul a, 
#nav ul ul ul a {
	background-color: #F0EFEF;
}
#nav ul > li > ul > li > a {
	/* Fixing IE6 Absurdity */
	background-color: #F0EFEF;
}
#nav ul ul ul a {
	padding-left: 32px;
}
#nav ul ul ul ul a {
	padding-left: 42px;
}
#nav ul li.wchild a {
	background: #a9a9a9 url(/images/layout/nav-arrow-r-dark.gif) no-repeat 7px 10px;
}
#nav ul li.wcactive > a {
	background: #0464B0 url(/images/layout/nav-top-arrow-d.gif) no-repeat 4px 12px;
}
#nav ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 11px 5px;
}
#nav ul ul li.wcactive > a {
	background: #0464B0 url(/images/layout/nav-top-arrow-d.gif) no-repeat 10px 7px;
	color: #fff;
}
#nav ul ul ul li.wchild a {
	background: #F0EFEF url(/images/layout/nav-arrow-r.gif) no-repeat 21px 5px;
}
#nav ul ul ul li.wcactive > a {
	background: #0464B0 url(/images/layout/nav-top-arrow-d.gif) no-repeat 20px 7px;
	padding-bottom: 4px;
}

#city-scroll {
background: #FFF;
border: 0 !important;
}

#side-servicearea {
border: 1px solid #CCCCCC;
margin: 10px 0;
}

#side-servicearea img {
border-bottom: 1px solid #ccc;
}

.inside-splash {
margin-bottom: 10px;
}

#flashcontent {
margin-left: 20px;
}

.breakout h2, .breakout h3 {
padding-left: 10px;
}

#top-open {
    background: url("/images/layout/open-sign-bg.png") no-repeat scroll left top transparent;
    color: #035aa0;
    float: right;
    font-weight: bold;
    height: 75px;
    margin-top: 10px;
    padding: 12px 0 0 65px;
    text-align: center;
    text-transform: uppercase;
    width: 279px;
}

#top-open span {
    font-size: 19px;
    line-height: 19px;
}

#top-open a {
    color: #035aa0;
}
#top-open a:hover {
    color: #1370B3;
}
#top-open span a {
    text-decoration: none;
}

#top-open-wrapper {
padding-top:24px;
margin-left: -2px;
}

#top-open .o-callout {

}

#top-open .o-phone {
font-size:13px;
}

#top-open .o-email {
font-size:15px;
}

#top-open .o-email a {
text-decoration:underline;
}

.testimonials { 
    border:1px solid #AFAFAF;
    padding:10px;
	margin-bottom:10px;
}

#header .contact {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #505050;
    border-radius: 13px 13px 13px 13px;
    color: #35688B;
    float: right;
    height: 78px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    width: 360px;
}
#header .tagline {
    color: #035aa0;
    font: bold 21px/21px Verdana,Geneva,sans-serif;
    overflow: visible;
    padding: 8px 0 0;
    text-align: center;
    text-transform: uppercase;
}
#header .button {
    left: 200px;
    position: absolute;
    top: 38px;
}
#header .phone, #header .offline {
    background: url("../images/layout/contact-phone-header-bg.png") no-repeat scroll left top transparent;
    font-size: 14px;
    height: 40px;
    left: 18px;
    padding: 0 0 0 42px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 37px;
}
#header .offline {
    background: none repeat scroll 0 0 transparent;
    padding: 8px 0 0;
}
#header .phone span, #header .offline {
    display: block;
    font: bold 14px/16px Verdana,Geneva,sans-serif;
}

#side-contact {
    background-color: #EEEEEE;
	margin-top: 10px;
}
#form-container {
    text-align: center;
}
#form-container a {
    color: #0000FF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    outline: medium none;
    padding: 3px 0 5px;
}
#form-container a:focus {
}
#sideform {
    display: block;
    font-size: 10px;
    height: 295px;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    text-align: left;
}
div.form-item {
    margin: 0 0 4px;
    overflow: hidden;
}
div.form-item input, div.form-item select {
    float: right;
}
div.form-item input {
    width: 124px;
}
div.form-item textarea {
    width: 200px;
}
div.form-item input.zip {
    width: 68px;
}
div.form-item select {
    font-size: 12px;
    margin-right: 5px;
    width: 50px;
}
.formlabel {
    display: block;
    margin-top: 3px;
}
#startphone {
    background-image: url("/images/layout/get-started-phone-bg.png");
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    padding-top: 9px;
    text-align: center;
    width: 220px;
}

#service-area-table td {
    padding: 6px;
}
#service-area-table {
    margin: 0 auto;
}

#home-table {
    width: 275px;
    border: 1px solid #aaaaaa;
}

#home-table td {
padding: 6px;
}

.youtubeVideoHeader {
	border-bottom: 1px solid #AFAFAF;
	background-color: #F7F7F7;
    color: #4A4A4A;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}
#youtubeVideoWrapper {
	border: 1px solid #AFAFAF;
	color:#000000;
	font-size:12px;
	line-height:16px;
	margin-top:10px;
}

.youtubeVideoShowAll {
	padding:5px 0px 8px 10px;
}

.youtubeVideo {
    overflow: hidden;
    padding: 5px 0 0 10px;
}
