@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #525252;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 776px;
	border: solid #b6dcfc;
	border-width: 0 1px 1px 1px;
	margin: 0 auto;
	background: #fff;
}


/* General Styles -------------------------------------- */

a {
	color: #0023b9;
}
a:hover {
	color: #b70b00;
}

a img {
	border: none;
}

/* Header Styles -------------------------------------- */
#header {
	height: 112px;
	background: url(../images/layout/header-bg.png) repeat-x top;
}

#header #logo {
	padding: 16px 0 0 13px;
}

#header #top-links {
	color: #0023b9;
	float: right;
	width: 375px;
	padding: 8px 0;
}

#header #service-area-contact {
	float: right;
	clear: right;
	margin: 0 10px 0 0;
	background: url(../images/layout/service-area-header.png) no-repeat top left;
	height: 69px;
	width: 449px;
}

#header #service-area-contact #head-map {
	float: right;
	margin: 8px 14px 0 0;
}

#header #service-area-contact #head-contact {
	color: #b70b00;
	font-size: 18px;
	padding: 10px 0 0 15px;
}

#header #service-area-contact #head-contact span {
	display: block;
	font-size: 15px;
}

#header #service-area-contact #head-contact span #head-button {
	display: inline-block;
	padding: 2px 0 0;
}

#header #service-area-contact #head-contact span #head-button a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 21px;
	width: 165px;
	font-size: 14px;
	padding: 2px 0 0;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/layout/service-area-header-contact-button.png) no-repeat top left;
}
#header #service-area-contact #head-contact span #head-button a:hover {
	text-decoration: underline;
}


/* Top Nav Styles -------------------------------------- */
#top-nav {
	height: 26px;
	border-bottom: 1px solid #d2dfea;
	color: #fff;
	background: #054d89 url(../images/layout/top-nav-bg.png) repeat-x top;
	text-align: center;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 7px 0px 0px 0px;
	margin: 0 0 10px;
}

#top-nav ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 9px;
}

#top-nav ul li:first-child {
	border: none;
}

#top-nav ul li a {
	color: #fff;
	text-decoration: none;
}

#top-nav ul li a:hover {
	text-decoration: underline;
}

/* Body Styles -------------------------------------- */

#content {
	float: right;
	width: 526px;
	margin: 0 10px 0 0;
	line-height: 16px;
	padding: 0 0 15px
}

p, h1, ol, ul {
	margin: 0 0 14px;
}

#content ol, #content ul {
	padding: 0 0 0 20px;
}

h1 {
	font-size: 18px;
	color: #b70b00;
	line-height:20px
}
h2 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-style:italic
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.border {
	border: 1px solid #666;
}
.clear {
	clear: both;
}

.caption {
	font-size: 10px;
	line-height:11px;
	color:#444;
	text-align:justify;
	margin-top:5px
}

#intro-splash {
	margin-bottom: 10px;
}

#front-breakouts {
	clear: both;
	border: 1px solid #d3d3d3;
	font-size: 11px;
	margin: 0 0 10px;
	background: #f3f3f3;	
}
#front-breakouts p {
	margin: 0;
}
#front-breakouts #rbreakout,
#front-breakouts #lbreakout {
	height: 140px;
	line-height: 14px;
}

#front-breakouts h2 {
	padding: 3px 0 0;
}

#front-breakouts h2 span {
	float: right;
	margin: -4px 0 0;
}

#front-breakouts h2 a {
	display: block;
}


#front-breakouts #rbreakout {
	float: right;
	width: 248px;
	background: #f3f3f3;
	padding: 6px;
	border-left: 1px solid #d3d3d3;
}
#front-breakouts #lbreakout {
	width: 248px;
	padding: 6px;
	background: #f3f3f3;
}

/* Left Column Styles -------------------------------------- */
#left-column {
	width: 220px;
	margin: 0 0 0 4px;
}

#seenontv {
	background: #feffde;
	border: 1px solid #d4d4d4;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	margin: 0 0 10px;
}
#seenontv img {
	margin: 3px 0;
}
/* --- Nav styles */
#nav {
	padding: 0 0 0 10px;
}
#nav ul li {
	list-style: none;
	margin: 0 0 3px;
	font-weight: bold;
}
#nav ul li ul {
	padding: 2px;
	margin: 0;
}
#nav ul li ul li {
	font-weight: normal;
	margin: 0 0 3px 8px;
}
#nav ul li ul li:before {
	content: "\002D \0020";
}
#nav ul li a {
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}


/* --- News styles */
#news {
  background: #EEF4F9;
	/*background: #eef4f9;*/
	color: #545353;
	padding: 10px;
	margin: 0 0 10px;
}

#news span {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
  padding: 3px;	
}

#news a {
	display: block;
  padding: 3px;	
}

.blogcredit {
	margin-bottom: 6px;
}



/* Footer Styles -------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #d2dfea;
}

#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin-bottom: 10px;
}
#footer ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid #000;
	padding: 0 5px;
}

#footer ul li:first-child {
	border: none;
}

div.scroll {
height: 150px;
width: 200px;
overflow-Y: scroll;
border: 1px solid #666;
padding: 8px;
margin-bottom: 10px;
}


/* Front page awesomeness ------------------------------- */
#intro-splash-services {
	background: url(../images/splash-bg.png) no-repeat top left;
	height: 285px;
	padding: 0 0 0 13px;
	margin: 0 0 10px;
}
.service {
	width: 112px;
	text-align: center;
	float: left;
	margin: 90px 0 0 17px;
}
.service:first-child {
	margin-left: 0;
}
.service a {
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	display: block;
}
.service a img {
	border: none;
	margin: 2px;
}
.service a:hover img {
	border: 2px solid #f7f8b7;
	margin: 0;
}

#intro-splash-services .estimate-button {
	clear: both;
	padding: 10px 0 0 167px;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 220px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 220px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0px 0px 0px 222px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 220px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 220px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a, ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background-color: #054d89;
	padding: 6px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 13px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(/images/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(/images/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#leftnavi {
	width: 220px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

table#opinion td {
            padding: 5px;
            vertical-align: top;

}

div#hp-bbb {
	float:right;
	width:220px;
	padding:8px;
	border:2px solid #ddd;
	margin:0px 0px 10px 10px;
	color:#222;
	background-color:#eaeaea
}


/* Radon Services */

table.radon-facts {
	border:1px solid #cacaca;
	background-color:#f1f1f1;
	margin:25px 0px 25px 0px
}

table.radon-facts th {
	padding:8px;
	background-color:#b70b00;
	color:#fff;
	font-size:16px
}

table.radon-facts td {
	padding:10px 8px 0px 8px;
	vertical-align:top
}

table.radon-facts ul {
	list-style:square;
	color:#b70b00;
}

table.radon-facts ul p {
	color:#000;
	padding-bottom:8px;
}

div#radon-works {
	color:#b70b00
}

div#radon-works ul {
		list-style-type:none;
		margin-top:12px
}

div#radon-works li {
	background-image:url('http://www.innovativebasementsystems.com/images/checkmark.gif');
	background-repeat:no-repeat;
	background-position:0em -.3em;
	padding-left:2.7em;
	padding-bottom:15px;
	margin-left:-15px
}

div#radon-works h3 {
	font-size:16px;
	line-height:20px
}

.radon-steps {
	color:#000
}

.red{
	font-weight:bold;
	color:#b70b00;
	font-style:italic
}

.radon-contact-leftdiv {
	background-color:#cacaca;
	float:right;
	padding:8px;
	width:200px;
	margin-left:10px
}