/* ---------------------------------------

Client: Radon Repair
Version: 1.0
Author: Rock Creek Strategic Marketing
Website: http://www.rockcreeksm.com

Colors:

Dark Blue: #33608f
Grey: #535050
Green: #568a2d

NOTE:
All Images and CSS files are located at the root in http://www.radonrepair.com/img/ and /css/ folder

------------------------------------------*/

/* GLOBAL
-------------------------------------------------------------------*/

body { 
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background:#27485e url(http://www.radonrepair.com/img/bg.gif) top left repeat-x;
	color:#444;
	}
	
h1 {}

h2 {}

h3 {
	color:#568a2c;
	font-size:14px;
	margin-bottom:0px;
	line-height:20px;
}


#faq h3 {
	color:#333;
	margin-bottom:0px;
	
}

h4 {}

p, ul {
	font-size:12px;
	line-height:20px;
	margin:0 0 10px 0;
	}
	#home p, #home ul {
	line-height:22px;
	}
	#home ul {
	margin:0;
	}
	
hr {
	height:1px;
	border:0;
	border-top:1px solid #d6e2ea;
	background:transparent;
	}

a {color:#568a2d;text-decoration:none;}

a:hover{color:#6e90aa;}

 #about-us a#nav_about-us,#home #nav_home, #faq a#nav_faq, #contact a#nav_contact  {
 	text-decoration:underline;
	color:#77787B;
 }
 
 ol {
 	list-style:decimal;
 }
 ol li {
 	margin:0 15px 15px 17px;
	line-height:18px;
 }
 
  ol li p.leadIn {
  	color:#333!important;
	text-transform:capitalize;
	margin-bottom:5px!important;
  }

/* LAYOUT
-------------------------------------------------------------------*/

#wrapper {
	margin:0 auto 0;
	width:950px;
	position:relative;
	}
/* Hides from IE-Mac \*/
* html #wrapper {
	height:1%;
}
/* End hide from IE-Mac */
	
#branding {
	background:#fff url(http://www.radonrepair.com/img/bkgd_page_top.gif) top right no-repeat;
	height:128px;
	position:relative;;
	}


/* BRANDING
-------------------------------------------------------------------*/

#branding h1 {
	background:url(http://www.radonrepair.com/img/logo_radon.gif) 0px 0px no-repeat;
	height:96px;
	width:279px;
	text-indent:-9999px;
	position:absolute;
	top:28px;
	left:22px;
	}
	
/* Secondary Nav */

#nav_secondary {
}
#nav_secondary ul {
	font-weight:bold;
	font-size:11px;
	letter-spacing:-.5px;
	position:absolute;
	right:15px;
	top:32px; 
	margin:0;
	line-height:12px;
	}
	
#nav_secondary ul li {
	border-right:1px solid #6e90aa;
	float:left;
	}
	
#nav_secondary ul li.last {
	border-right:none;
	}
	
#nav_secondary li a {
	color:#6e90aa;
	text-decoration:none;
	padding:0 10px;
	text-transform:uppercase;
	}
	
#nav_secondary li a:hover {
	color: #77787b;
	}
	
	
	
	
/* GLOBAL NAVIGATION
-------------------------------------------------------------------*/

#nav_global { 
	position:absolute;
	width:658px;
	top: 49px;
	left:315px;
	z-index:3;
}

#nav_global ul {
	background:url(http://www.radonrepair.com/img/nav.gif) 0px 0px no-repeat;
	height:83px;
	position:relative;
	}
	
#nav_global li {
	position:absolute;
	top:0px;
	}
	
#nav_global li,
#nav_global a {
	display:block;
	height:83px;
	}
	
#nav_global li a {
	text-indent:-9999px;
	}
	
#nav_what {
	left:0px;
	width:132px;
	}
	
#nav_mitigating {
	left:132px;
	width:131px;
	}
	
#nav_choosing {
	left:263px;
	width:131px;
	}
	
#nav_locations {
	left:394px;
	width:131px;
	}
	
#nav_request {
	left:525px;
	width:133px;
	}
	
	
/* Hover States */

#nav_what a:hover, #what-is-radon #nav_what a {
	background:url(http://www.radonrepair.com/img/nav.gif) 0px -83px no-repeat;
	}
	
#nav_mitigating a:hover, #mitigating-radon #nav_mitigating a, #gallery #nav_mitigating a, #techniques #nav_mitigating a, #vent-fans #nav_mitigating a {
	background:url(http://www.radonrepair.com/img/nav.gif) -132px -83px no-repeat;
}
	
#nav_choosing a:hover, #choosing-a-contractor #nav_choosing a {
	background:url(http://www.radonrepair.com/img/nav.gif) -263px -83px no-repeat;
	}
	
#nav_locations a:hover, #locations-we-serve #nav_locations a {
	background:url(http://www.radonrepair.com/img/nav.gif) -394px -83px no-repeat;
}
	
#nav_request a:hover, #request-an-estimate #nav_request a {
	background:url(http://www.radonrepair.com/img/nav.gif) -525px -83px no-repeat;
}
	
	
/* CONTENT STYLES
-------------------------------------------------------------------*/

#wrap_content, #about-us #wrap_content{
background:#fff url(http://www.radonrepair.com/img/bkgd_main_reading.jpg) top left no-repeat;
	width:100%;
	position:relative;
	min-height:700px;
}

#home #wrap_content
{	
		background:#fff url(http://www.radonrepair.com/img/bkgd_main_home.jpg) top left no-repeat;
		height:474px;
		min-height:0;
}


	
#locations-we-serve #wrap_content {
	background:#fff url(http://www.radonrepair.com/img/bkgd_houses.jpg) top left no-repeat;
}
	
 #request-an-estimate #wrap_content, #mitigating-radon #wrap_content {
	background:#fff url(http://www.radonrepair.com/img/bkgd_mitigation.jpg) top left no-repeat;
	
	}	
#choosing-a-contractor #wrap_content{
	background:#fff url(http://www.radonrepair.com/img/bkgd_contractor.jpg) top left no-repeat;
	
	}
	
#faq #wrap_content, #contact #wrap_content {
	background:#fff url(http://www.radonrepair.com/img/bkgd_contact.jpg) top left no-repeat;
	
	}
	 
#request-an-estimate #btn_request, #contact #btn_request{
	display:none;
}
		
#btn_request {
	position:absolute;
	top:55px;
	right:16px;
	height:40px;
	width:197px;
}
	#home #btn_request {
		/*top:317px;*/
                top:367px;
		right:46px;
	}

#content_main {
	float:left;
	display:inline;
	width:478px;
	margin: 70px 0 0 442px;
	background:transparent url(http://www.radonrepair.com/img/bkgd_opac_95.png);
	z-index:1;
	min-height:600px;
	}
#home #content_main {
		width:430px;
		/*height:266px;*/
                height:316px;
		margin:71px 0 0 497px;
		background:transparent url(http://www.radonrepair.com/img/bkgd_opac_90.png);
		min-height:0;

	}
.content_padding {
	padding: 30px 36px;
	z-index:1;
	}
	#home .content_padding {
	padding:20px 28px;
	}
	
#content_main h2 {
	font-size:33px;
	color: #33608f;
	line-height:36px;
	margin:0 0 12px 0;
	letter-spacing:-1px;
	font-weight:bold;
	font-family:'trebuchet ms';
	}
	#home #content_main h2 {
		font-size:31px;
		margin-bottom:6px;
	}
	
#content_main p.leadIn {
	color:#568a2c;
	font-size:13px;
	margin:0 0 12px 0;
	}

#content_main ul li{
	padding-left:20px;
	background:url(http://www.radonrepair.com/img/bullet_arrow.gif) 0 60% no-repeat;
	}

#faq p {
	padding: 0 10px 0 16px;
}
	
/* MISC
-------------------------------------------------------------------*/

.clearfix {
	clear:both;
	}
	
	
/* FOOTER STYLES
-------------------------------------------------------------------*/

#footer_contact {
	width:950px;
	text-align:center;
	padding:12px 0;
	margin-top:9px;
	background:#fff;
	color:#26475c;
	position:relative;
	display:block;
	}
	#home #footer_contact {
		position:absolute;
		bottom:25px;
		left:0;
	}

#footer_contact address {
	color:#26475c;
	font-style:normal;
	font-size:11px;
	}
address a {
	padding-left:15px;
}
	
#btn_angies { 
height:152px;
left:28px;
position:absolute;
top:-45px;
width:152px;
}

#footer {
	width:950px;
	height:173px;
	margin:0 auto 0;
	text-align:center;
	background:#27485e url(http://www.radonrepair.com/img/bkgd_footer.jpg) top left no-repeat;
}
	
#certification {
	padding-top:15px;
	font-size:10px;
	color:#fff;
}
#epa {
	color:#65b561;
	text-transform:uppercase;
	font-size:11px;
}

#footer a {color: #ffffff;}

/* #Mitigating-Radon page with Tab menu and Slideshow Pro */

#mitigating-radon #content_main, #techniques #content_main,  #gallery #content_main,  #vent-fans #content_main, #slab-system #content_main, #sump-system #content_main, #multiple-component-crawlspace-systems #content_main, #passive-to-active-system #content_main, #garage-attic-system #content_main, #no-gravel-under-slab-system #content_main, #unobtrusive-installation #content_main, #hall-of-shame #content_main {
	margin:70px 0 0 30px;
	width:890px;

}

h3 em {
	font-size:12px;
	color:#666666;
	line-height:20px;
}

.ui-tabs .ui-tabs-panel {
	background:#EAECEE!important;
	
}

#s4 {
	height:290px;
	width:400px;
	float:right;
}

#tabs {
	min-height:426px;
	overflow:auto;
}

.tab {
	min-height:366px;
	overflow:auto;
}

#photo_pager  {
	margin:0 ;
	float:left;
}


#photo_pager  li {
	margin:15px 0;
}
#photo_pager a{
	color: #1F3A4B;

}

#photo_pager a:hover {
	color:#589C54;
	text-decoration:underline;
}

a#return_home{
	width:279px;
	height:96px;
	display:block;
	text-decoration:none!important;
	
}

/* sub nav for mitigating radon */
.sub_nav {
	list-style:none;
	width:500px;
	height:20px;
	overflow:hidden;
	margin-bottom:20px;
}

.sub_nav li {
	float:left;
	margin-right:30px;
	font-size:14px; 
}


#techniques #subnav_techniques, #gallery #subnav_gallery, #vent-fans #subnav_vent_fans{
	color:#6E90AA;
	text-decoration:underline;
}


#vent-fans ul#fan_installation_requirements li{
	background:none!important;
	list-style:circle;
	list-style-position:outside;
	padding-left:5px;
	margin:0 15px;

}


#about-us h3, #locations-we-serve h3{
	margin-bottom: 15px;

}

#about-us h4 {
padding-top:15px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#faq #faq_list{
	font-size:13px;
	margin:10px 0 30px;

}


#tabs .ui-tabs-nav li {
	background:none!important;
	padding-left:0!important;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
 
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#photo_gallery_btn {
	display:block ;
	width:197px;
	height:40px;
	float:right;
}

#illustrations{
	width:290px;
	float:left;
}

#tabs {
width:100%;
clear:both;

}

#btn_angies_2008, #btn_angies_2007 {
	position:absolute;
	

}

#btn_angies_2008{
	bottom: -67px;
	left:116px;
}

#btn_angies_2007{
	bottom: -72px;
	left:16px;
}

#home #btn_angies_2008{
	bottom: -80px;
	left:116px;
}

#home #btn_angies_2007{
	bottom: -85px;
	left:16px;
}
