/* GENERAL SITE STYLES ----------------------------------- */

body {
	background: #afafaf url(/images/layout/site_bg.jpg) repeat-x top;
	margin: 0;
}

#wrapper {
	width: 985px;
	margin: 0 auto 40px;
}

#header {
	background: url(/images/layout/header_bg.png) no-repeat bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 14px 25px;
	height: 94px;
}

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	padding: 25px 40px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #999;
	*display: inline-block;
}

#footer a {
	color: #555;
	text-decoration: underline;
}

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

#footnav {
	display: block;
	margin-bottom: 5px;
}

#footnav a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}

#footnav a:hover {
	text-decoration: underline;
}


#sitebottom {
	width: 985px;
	height: 20px;
}

/* Top Right Header */

#topinfo {
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	float: right;
	width: auto;
	margin: 0 8px 25px 0;
}

#topinfo span {
	display: inline-block;
	padding-top: 2px;
}

#topinfo #topnav {
	font-size: 11px;
}

#topinfo #topnav a, #topinfo #topnav a:visited {	
	text-decoration: none;
	color: #333;
}

#topinfo #topnav a:hover {
	text-decoration: underline;
}

#toptext {
	float: right;
}

#bbb {
	float: right;
	margin: 0 0 0 15px; 
}

#contactnav {
	float: right;
	margin: 0 8px 0 0;
	height: 28px;
	width: auto; 
}

#contactnav a {
	float: right;
	margin-left: 5px;
}

#contactnav span {
	font-size: 17px;
	float: right;
    padding: 5px 10px 0 0;
	display: inline-block;
}

#logo {
	float: left;
}

/* Main Content Body */

#sitewrap {
	background: url(/images/layout/content_bg.png) repeat-y;
	display: inline-block;
	width: 935px;
	padding: 0 25px;
}

#content {
	width: 700px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
}

#content h1 {
	font-size: 20px;
	line-height: 24px;
	color: #333;
}

#content h2 {
	font-size: 16px;
	line-height: 20px;
	color: #555;
}

#content h3 {
	font-size: 16px;
	line-height: 20px;
	color: #be0101;
}

#content h4 {
	font-size: 14px;
	line-height: 18px;
	color: #be0101;
}

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

#content a {
	color: #be0101;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

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

/* Left Column Area */

#leftcol {
	width: 220px;
	float: left;
}

#citycont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

#citymap {
	border: 1px solid #555;
	border-bottom: 0;
	padding: 5px;
}

#cityblock {
	background: url(/images/layout/cityblock_bg.png) repeat-y;
	padding: 6px 8px 0 8px;
}

#cityblock p {
	margin: 0 0 3px 5px;
	font-weight: bold;
	color: #555;
}

#city-scroll {
	background: #FFF;
	color: #333;
	height: 88px !important;
}

#citybottom {
	background: url(/images/layout/testimonial-bottom.png) no-repeat left bottom;
}

#citybottom a {
	padding: 4px 15px 7px;
	display: block;
	color: #555;
	text-decoration: underline;
}

#citybottom a:hover {
	text-decoration: none;
}

.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	background: url(/images/layout/testimonial-bg.png) repeat-y;
	margin-bottom: 10px;
}

.testimonials p {
	margin: 0 10px 5px;
	padding-bottom: 7px;
	/* Next line adds dashed border to separate testimonials. Comment out next line and make bottom margin=0 two lines above if only showing 1 testimonial */
	border-bottom: 1px dashed #ccc;
}

.testimonials p:first-child {
	display: none;
}


.testimonials p a {
	margin: 2px 0 0 0;
	padding: 0;
	background: 0;
	display: block;
	color: #be0101;
	text-decoration: underline;
}

.testimonials p a:hover {
	text-decoration: none;
}

.testimonials a {
	padding: 6px 10px 7px;
	display: block;
	background: url(/images/layout/testimonial-bottom.png) no-repeat left bottom;
	color: #555;
	text-decoration: underline;
}

.testimonials a:hover {
	text-decoration: none;
}

.blog_border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	background: url(/images/layout/testimonial-bg.png) repeat-y;
	margin-bottom: 10px;
}

.blogitem, .blogcredit {
	margin: 0 10px;
}

.blogitem a, blogcredit a {
	color: #be0101;
	text-decoration: underline;
}

.blogitem a:hover, blogcredit a:hover {
	text-decoration: none;
}

.blogcredit {
	margin-bottom: 5px;
	padding: 2px 0 7px 0;
	border-bottom: 1px dashed #ccc;
}

.blog_more {
	padding: 6px 10px 7px;
	display: block;
	background: url(/images/layout/testimonial-bottom.png) no-repeat left bottom;
}

.blog_more a {
	color: #555;
	text-decoration: underline;
}

.blog_more a:hover {
	text-decoration: none;
}

/* NAV STYLES ----------------------------------- */

#navtop {
	display: block;
	height: 33px;
}

ul.nav, ul.nav ul, ul.nav ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav {
	margin-bottom: 10px;
}

ul.nav li /* last style with asterisk is removing 1px spacing between links in ie7 */  {
	margin: 0;
	padding: 0;
	*margin-top: -1px;
}

/* Top Level Styles */

ul.nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

ul.nav li a {
	color: #FFF;
	background: #555 url(/images/layout/nav_arrow.png) no-repeat 7px 11px;
	border-top: 1px solid #777;
	padding: 9px 10px 9px 23px;
	margin: 0;
	text-decoration: none;
	display: block;
}

ul.nav li a:hover, ul.nav li a.active {
	background: #be0101 url(/images/layout/nav_arrow_wht.png) no-repeat 7px 11px;
}

ul.nav li.wchild a {
	color: #FFF;
	background: #555 url(/images/layout/nav_plus.png) no-repeat 7px 11px;
}

ul.nav li.wchild a:hover {
	background: #be0101 url(/images/layout/nav_plus_wht.png) no-repeat 7px 11px;
}

ul.nav li.wcactive a {
	color: #FFF;
	background: #be0101 url(/images/layout/nav_minus_wht.png) no-repeat 7px 11px;
}

/* 2nd Level Styles */

ul.nav li.wcactive ul li a {
	color: #666565;
	background: #c0bebe url(/images/layout/nav_arrow_dg.png) no-repeat 23px 5px;
	border: 0;
	padding: 3px 10px 5px 39px;
	text-decoration: none;
	display: block;
}

ul.nav li.wcactive ul li:first-child a,
ul.nav li.wcactive ul li:first-child a.active,
ul.nav li.wcactive ul li:first-child.wchild a,
ul.nav li.wcactive ul li:first-child.wchild a.active, 
ul.nav li.wcactive ul li:first-child.wcactive a,
ul.nav li.wcactive ul li:first-child.wcactive a.active {
	padding-top: 9px;
	background-position: 23px 11px;
}


ul.nav li.wcactive ul li:last-child a {
	padding-bottom: 9px;
}

ul.nav li.wcactive ul li a:hover {
	color: #333;
	background-image: url(/images/layout/nav_arrow_blk.png);
}

ul.nav li.wcactive ul li a.active {
	color: #333;
	background: #c0bebe url(/images/layout/nav_arrow_blk.png) no-repeat 23px 5px;
	text-decoration: underline;
}

ul.nav li.wcactive ul li.wchild a {
	color: #666565;
	background: #c0bebe url(/images/layout/nav_plus_dg.png) no-repeat 23px 5px;
}
ul.nav li.wcactive ul li:first-child.wchild a:hover {
	background: #c0bebe url(/images/layout/nav_plus_dg.png) no-repeat 23px 11px;
}


ul.nav li.wcactive ul li.wchild a:hover {
	color: #333;
	background: #c0bebe url(/images/layout/nav_plus_blk.png) no-repeat 23px 5px;
}
ul.nav li.wcactive ul li:first-child.wchild a:hover {
	background: #c0bebe url(/images/layout/nav_plus_blk.png) no-repeat 23px 11px;
}

ul.nav li.wcactive ul li.wcactive a {
	color: #333;
	background: #c0bebe url(/images/layout/nav_minus_blk.png) no-repeat 23px 5px;
}

ul.nav li.wcactive ul li.wcactive a:hover {
	text-decoration: underline;
}

/* 3rd Level Styles */

ul.nav li.wcactive ul li:first-child.wcactive ul li a, ul.nav li.wcactive ul li:first-child.wcactive ul li a.active {
	padding-top: 4px;
	background-position: 39px 6px;
}

ul.nav li.wcactive ul li.wcactive ul li a {
	color: #666565;
	background: #c0bebe url(/images/layout/nav_arrow_dg.png) no-repeat 39px 6px;
	padding: 4px 10px 4px 55px;
}

ul.nav li.wcactive ul li.wcactive ul li a:hover {
	color: #333;
	background: #c0bebe url(/images/layout/nav_arrow_blk.png) no-repeat 39px 6px;
	text-decoration: none;
}

ul.nav li.wcactive ul li.wcactive ul li a.active {
	color: #333;
	background: #c0bebe url(/images/layout/nav_arrow_blk.png) no-repeat 39px 6px;
	text-decoration: underline;
}

#leftcol ul.nav li.wcactive ul li.wcactive ul li.wcactive > a.active {
	background-position: 39px 11px;
}

ul.nav li.wcactive ul li.wcactive ul li:last-child a {
	padding-bottom: 7px;
}

ul.nav li.wcactive ul li.wcactive ul li.wchild a {
	color: #666565;
	background: #c0bebe url(/images/layout/nav_plus_dg.png) no-repeat 39px 6px;
	padding: 4px 10px 4px 55px;
}

ul.nav li.wcactive ul li.wcactive ul li.wchild a:hover {
	color: #333;
	background: #c0bebe url(/images/layout/nav_plus_blk.png) no-repeat 39px 6px;
	text-decoration: none;
}

ul.nav li.wcactive ul li.wcactive ul li.wcactive a {
	color: #333;
	background: #c0bebe url(/images/layout/nav_minus_blk.png) no-repeat 39px 6px;
	padding: 4px 10px 4px 55px;
}

ul.nav li.wcactive ul li.wcactive ul li.wcactive a:hover {
	text-decoration: underline;
}

/* 4th Level Styles */

ul.nav li.wcactive ul li.wcactive ul li.wcactive ul li a {
	color: #666565;
	background: #c0bebe url(/images/layout/nav_arrow_dg.png) no-repeat 55px 6px;
	padding: 4px 10px 4px 71px;
}

ul.nav li.wcactive ul li.wcactive ul li.wcactive ul li a:hover {
	color: #333;
	background: #c0bebe url(/images/layout/nav_arrow_blk.png) no-repeat 55px 6px;
	text-decoration: none;
}

ul.nav li.wcactive ul li.wcactive ul li.wcactive ul li a.active {
	color: #333;
	background: #c0bebe url(/images/layout/nav_arrow_blk.png) no-repeat 55px 6px;
	text-decoration: underline;
}

ul.nav li.wcactive ul li.wcactive ul li.wcactive ul li:last-child a {
	padding-bottom: 7px;
}

/* HOMEPAGE STYLES ----------------------------------- */

#homesplash {
	width: 700px;
	height: 265px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
}

#homesplash_test {
	background: #FFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 280px;
	padding: 7px;
	font-size: 11px;
	line-height: 15px;
	margin: 70px 0 0 20px;
	display: inline-block;
}

#homesplash_test a img {
	margin-right: 10px;
	float: left;
	display: inline-block;
}

#homesplash_test p {
	color: #333;
	margin: 0 0 5px;
}

#homesplash_test p.toptest {
	margin-bottom: 2px;
}

#homesplash_test a {
	color: #be0101;
	display: block;
	font-weight: bold;
	text-decoration: underline;
}

#homesplash_test a:hover {
	text-decoration: none;
}

#homesplash_text {
	height: 72px;
	padding: 0 10px;
	margin-top: 15px;
}

#homesplash_text p {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	padding-top: 7px;
	margin: 0;
}

#homesplash_text a img {
	margin-right: 15px;
	float: left;
	display: inline-block;
}

#homesplash_thumbs {
	width: 700px;
	height: 90px;
	margin: 10px 0 12px;
	float: right;
}

#homesplash_thumbs a {
	float: right;
	margin-left: 14px;
}

#homesplash_thumbs a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.reg {
	font-size: 9px;
}

/* INNER PAGE STYLES ----------------------------------- */

#inner_splash {
	width: 700px;
	height: 120px;
	display: block;
	float: right;
	margin: 0 0 12px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#breadcrumbs {
	height: 25px;
	background: url(/images/layout/breadcrumbs_bg.png) no-repeat right top;
	padding: 6px 30px 0 10px;
	display: inline-block;
	width: auto;
	float: left;
}

#breadcrumbs a {
	color: #FFF;
	text-decoration: none;
	display:
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

table#meet_the_team td {
    padding:10px;
    vertical-align:top
}

.home-display {
text-align: center;
margin: 0 auto;
width: 670px;
}

.home-display p {
text-align: center;
margin: 0 auto;
}

.home-display-list {
width: auto;
float: left;
text-align: left;
margin-left: 35px;
}

.home-display-list li {
margin-bottom: 3px;
}

.home-tip-box {
    background: none repeat scroll 0 0 #EFEFEF;
    color: #686868;
    line-height: 17px;
	border: 1px solid #CC0000;
	width: 251px;
}
#reviews {
 clear:both; 
 margin-bottom:20px; 
 border:1px solid #e0e0e0; 
 background-color:#f3f3f3; 
 padding:8px;
}
#review-comments {
 float:right;
 width:520px;
}
