@charset "utf-8";

body {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	padding: 0;
	margin: 1em auto;
	background-color:#CCC;
	
}

#wrapper {
	border: 1px solid #495569;
	margin: 0 auto -4px auto;
	width: 760px;
	background-color:#FFF;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}

ul {
	margin: 0 auto;
	padding: 0 auto;
}




/* Main Header */
#header {
	height: 90px;
	background: url(../images/header-bg.png) repeat-x top;
}
img#logo {
	border: 0;
}
#contact {
	float: right;
	text-align: right;
	color: white;
	margin: 20px 10px 0 0;
	font-size: 12px;
	width: 240px;
}
#contact img {
	margin-top: -20px;
	margin-left: 5px;
	border: 0;
}

#contact a {
	color: #f195bf;
	border-bottom: 1px solid #f195bf;
}
#contact a:hover {
	border-bottom: 2px solid #f195bf;
}
#contact span#phone {
	font-size: 20px;
	font-weight: bold;
}
#contact span#email {
	font-weight: bold;
}

/* Menu business */
#nav-wrap {
	float: left;
}
#nav {
	border: 1px solid #cde0eb;
	width: 210px;
	margin: 3px;
}

#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 10px 0;
}
#nav ul ul li {
	font-size: 11px;
	margin: 1px 0;
}
li#active {
	list-style-image: url(../images/related-arrow.gif);
}
#nav ul li#active ul.submenu li {
	list-style-image: none;
}

#tv-spots {
	margin: 5px;
	border: 1px solid #cde0eb;
	padding: 5px;
	font-size: 110%;
	text-align: center;
	width: 210px;
}

#tv-spots h3 {
	font-size: 14px;
	margin: 8px;
	padding: 0;
}

#tv-spots img {
	border: 0;
}

/* Front Page */
#splash {
	background: #cde0eb;
}
img#splash-img {
	border: 0;
}

#primary, #secondary, #tertiary {
	border: 1px solid #cde0eb;
}

#primary {
	background: #f9eded;
}

#primary h1, #secondary h1, #tertiary h1 {
	margin: 0 5px 3px 5px;
}

#primary h1 a {
	color: #EC1D26;
	font-size: 18px;
	text-decoration: none;
}
#primary img,  #secondary img, #tertiary img {
	float: right;
	border: 0;
	margin: 5px 5px;
}
#secondary {
	background: #f2f9ed;
}
#secondary h1 a {
	color: #EC1D26;
	font-size: 16px;
	text-decoration: none;
}
#tertiary {
	background: #edf2f9;
}
#tertiary h1 a {
	color: #EC1D26;
	font-size: 16px;
	text-decoration: none;
}
#primary h1 a:hover, #secondary h1 a:hover, #tertiary h1 a:hover {
	text-decoration: underline;
}
#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: none;
	border: 0;
}
#subs h2 a img {
	margin: 3px 0 0 5px;
	border: 0;
}


/* Content Styles*/
#content {
	float: right;
	margin: 3px;
	border: 1px solid #cde0eb;
	width: 500px;
	padding: 10px;
	line-height:16px;
}

#content a {
	color: blue;
	text-decoration: none;
	border-bottom: 0px;
}

#content a:hover {
	border-bottom: 0px;
}

#content p {
	margin: 0 0 6px 0;
}

#content h1 {
	text-align: center;
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #000066;
}

#content h2 {
	font-size: 14px;
	margin: 10px 0 5px 0;
}

#content ul {
	margin: 0 0 5px 25px;
	padding: 0;
}

#content li {
	margin: 12px;
}

#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: 0;
}

#content div#related a:hover {
	text-decoration: none;
}

#content div#related h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

#content div#related ul {
	margin: 0 0 5px 15px;
	padding: 0;
	list-style: disc url(../images/related-arrow.gif) outside;
}
#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: none;
}

div#foot-address {
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
}

div#foundation-main {
float:right;
margin: 3px;
width:210px;
font-size:10px;
}
div#foundation-main a {
	border: 0;
}
div#foundation-main a:hover {
	border: 0;
}

img.img-right {
margin-left: 5px;
margin-bottom: 5px;
margin-top: 3px;
}

img.img-left {
margin-right: 5px;
margin-bottom: 5px;
margin-top: 3px;
}

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;
}

#crawlspace-splash {
	background: #144379 none repeat scroll 0 0;
	height: 142px;
	width:500px;
	margin-bottom: 10px;
}

#crawlspace-splash a {
	border: 0 none;
}
#crawlspace-splash a:hover {
	border: 0 none;
}
.spimg
  {
  display:inline;
  margin:5px;
  padding-right:12px;
  height:auto;
  width:auto;
  float: right;
  text-align:center;
  }
  
  .spimg a img {
	  border: 0px none;
	  text-decoration: none;
  }

  .desc
  {
  text-align:center;
  font-weight:bold;
  color:#eee;
  margin:4px 0;
  }
  
  #city-block {
	margin: 10px 0 10px 5px;
}

div.scroll {
	height: 150px;
	width: 200px;
	overflow-y: scroll;
	border: 1px solid #CDE0EB;
	padding: 8px;
	margin-left: 3px;
	background-color: #FFFFFF;
}

#trusted-partners {
	background: #FFFFFF none repeat scroll 0 0;
	border:1.5px solid #CDE0EB;
	margin: 10px;
	padding: 0 0 10px 10px;
	width: 200px;
	height: 200px;
	float: right;
}
#trusted-partners a {
	border: none;
}

#trusted-partners a:hover {
	border: none;
}
 .title {
border-bottom:1px solid #9BECB3;
color:#242424;
font-size:18px;
margin-bottom:10px;
padding:10px 10px 0 0;
text-align:center;
text-transform:uppercase;
 }
 .clear {
clear:both;
}
#testimonials {
border:1px solid #cecece;
float:right;
height:200px;
margin:2px;
padding:6px;
width:200px;
}

#testing {
border:1px solid #cecece;
margin:5px;
padding:5px;
width:205px;
}
/* ------------------------------------------------------------------------------------------------------------------- */

/* 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: #1e6aa9;
	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(/img/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(/img/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: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px;
}

#freeins {
	width: 220px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
table#opinion td {
            padding: 5px;
            vertical-align: top;
}
#fungibox {
		width: 300px;
		height:350px;
		border:1px;
		border-style:solid;
		border-color:#2c6600;
		background: #fff url(http://www.basementsystemscolorado.com/images/crawlspace-fungus.jpg) no-repeat top left;
		float:right;
		margin: 0px 0px 15px 15px;
}

#fungibox h2 {
	padding-left:10px;
	padding-top:8px;
	color:#266503;
	}

#fungibox li {
	color:#2665032e7c06;
	}

#fungibox li {
	margin-left:10px;
	margin-bottom:5px;
	}
	
#fungibox p {
	margin-left:10px;
	}

#fungibox2 {
		width: 300px;
		border:1px;
		border-style:solid;
		border-color:#2c6600;
		float:left;
		margin: 0px 15px 15px 0px;
}

#fungibox2 h2 {
	padding-left:10px;
	padding-top:8px;
	color:#266503;
	}

#fungibox2 li {
	color:#2665032e7c06;
	}

#fungibox2 li {
	margin-left:10px;
	margin-bottom:5px;
	}
	
#fungibox2 p {
	margin-left:10px;
	}
	
#factoid li {
	margin-bottom:10px;
}
#factoid h3 {
	margin:6px 0px;
	
}.border {
  border: 1px solid #333;
}

/* TABs for Specifications ----------------------------------- */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(http://www.basementsystemscolorado.com/images/tabs-blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:180px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
}

div.panes {
  margin-bottom: 15px;
}

div.panes div table td {
  vertical-align: top;
}

table#cap-table td {
  padding: 0 3px;
}
table#cap-table td:first-child {
  text-align: right;
}
