@charset "UTF-8";
/* business.com home page styles - to be integrated */

/*Provided by business.com
-------------------------------------------------------
-------------------------------------------------------*/
/* DEFAULTS */
#home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}

a:link, a:visited {color:#03c;text-decoration:none;}
a:hover, a:active {color:#03c;text-decoration:underline;}

	
/*Added by David Ramirez
-------------------------------------------------------
-------------------------------------------------------*/

/*General
-------------------------------------------------------*/
p {
	margin:0;
	padding:0;
	}
h1 {
	font-size:25px;
	color:#cc6633;
	}
h2 {
	font-size:18px;
	color:#827b00;
	}
	
/*Main Framework
-------------------------------------------------------*/
#homeWrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align: left;
	}
#container_page {
	/*color:#f9f9f9;*/
	padding:10px 0;
	margin: 0 10px;
	}
.col_a {
	width:180px;
	float:left;
	margin-right: 10px;
	}
.col_b {
	float:left;
	width:790px;
	}
.col_c {
	float:left;
	width:302px;
	margin-left:10px;
}
	
/*Headings
-------------------------------------------------------*/
#hd_resources {
	border:1px #ccc solid;
	padding:6px 0 6px 6px;
	background-color:#fff;
	}
#hd_moreindustries {
	color:#666;
	float:left;
	margin:2px 5px 0 0;
	display:inline;/*ie6 floatbug*/
	font-size: 16px;
	}	
#hd_moreindustries a:link, #hd_moreindustries a:hover, #hd_moreindustries a:visited, #hd_moreindustries a:active {
	color:#666;
	}
#hd_moreindustries a:link, #hd_moreindustries a:visited {
	text-decoration:none;
	}
#hd_moreindustries a:hover, #hd_moreindustries a:active {
	text-decoration:underline;
	}
	
#hd_newsletter {
	width:148px;
	height:73px;
	margin-bottom:5px;
	}
#hd_banner {
	margin-bottom:10px;
	}
#hd_retailmgmt,
#hd_construction,
#hd_restaurantmgmt,
#hd_realestate,
#hd_healthcare {
	margin-bottom:12px;
	}
	
/*Modules
-------------------------------------------------------*/
#resources,
#newsletter_signup,
#banner, 
#wwfb,
#businesstoolkit,
.advertisement {
	margin-bottom:10px;
}
.advertisement {
	padding:4px;
}	
#banner .content,
#wwfb .content,
#businesstoolkit .content {
	background-color:#fff;
	border:1px #ccc solid;
	}

/*Newsletter Signup - moved to new.css
-------------------------------------------------------*/	

/*Advertisement
-------------------------------------------------------*/
.advertisement p {
	border:1px #ccc solid;
	}
	
/*Resources Module - Navigation
-------------------------------------------------------*/
#nav_resources {
	font-size:14px;
	list-style:none;
	margin:0;
	padding:0;
	}
#nav_resources li {
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px 1px;
	}
#nav_resources li a {
	display:block;
	padding:4px 0 4px 7px;
	background:#fff url('bg_subnavitem_a.gif') repeat-x bottom;
	}
#nav_resources li a:hover {
	background:#1f4b78;
	color:#fff;
	text-decoration:none;
	}

/*Banner / Slideshow section
-------------------------------------------------------*/
#banner { width:780px; }
#banner .content {
	padding:15px 7px 9px 11px;
	}
#slideshow {
	border:1px #ccc solid;
	position:relative;
	overflow:hidden;
	height:153px;
	}
.nav_slides {
	display: none;
	}
#nav_slideshow {
	z-index:40;
	position:absolute;
	top:126px;
	left:10px;
	display:block;
	height:16px;
	background:#f1f1f1 url('bg_industryNav_lt.gif') no-repeat left;
	padding-left:5px;
}
#nav_slideshow img#slideAction {
	width:6px;
	height:9px;
	float:left;
	margin:3px 5px 0 2px;
	cursor: pointer;
}
ul#nav_slideList {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	height:16px;
	float:left;
}
ul#nav_slideList li {
	float:left;
	font-size:28px;
	color:#ccc;
	padding:0 3px 0 0;
	cursor: pointer;
}
ul#nav_slideList li.active {
	color:#c63;
}
ul#nav_slideList li.last {
	float:left;
	background:#f1f1f1 url('bg_industryNav_rt.gif') no-repeat right;
	padding-right:5px;
	height:16px;
}
#slideshow .subcats.first {
	float:left;
	width:230px;
	}
#slideshow .subcats {
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	line-height:1.1em;
	}
#slideshow .subcats li {
	padding-bottom:9px;
	}
#slideshow .subcats a:link,
#slideshow .subcats a:visited,
#slideshow .subcats a:hover,
#slideshow .subcats a:active {
	color:#03c;
	}
.slide { 
	position: absolute; 
	padding:0;
	width:758px;/*should be 758px total*/
	height:153px;
}
#slideshow .slide h2 {
	padding: 10px 0 0 10px;
}
#slideshow ul.first {
	padding-left: 10px;
}
.slide.active {
    z-index:15;
}
.slide.last-active {
    z-index:9;
}
#slide_retailmgmt {
	background:#fff url('slide_retailmgmt.jpg') no-repeat right top;
	}
#slide_construction {
	background:#fff url('slide_construction.jpg') no-repeat right top;
	}
#slide_realestate {
	background:#fff url('slide_realestate.jpg') no-repeat right top;
	}
#slide_healthcare {
	background:#fff url('slide_healthcare.jpg') no-repeat right top;
	}
#slide_restaurantmgmt {
	background:#fff url('slide_restaurantmgmt.jpg') no-repeat right top;
	}
	
/*More Industries section
-------------------------------------------------------*/
#nav_moreindustries {
	background:#fff url('bg_nav_moreindustries.gif') repeat-y left bottom;
	padding:5px 10px;
	}
#sel_industry,
#sel_businesscategory,
#hd_moreindustries {
	display:inline;
	}/*IE6 floatbug*/
#sel_industry {margin-right:10px;}
#sel_businesscategory {margin-right:4px;}

/*What Works for Business
-------------------------------------------------------*/
#wellModules {
	width: 468px;
	float: left;
}
#whatWorks, #QAsplash {
	border: 1px solid #ccc;
}

#footer {clear:both;}

/* Additional styles
-------------------------------------------------------*/
#whatWorks h2 {
	padding: 15px 10px 0;
}

#whatWorks .featureGuide,
#whatWorks .moreguides {
	padding: 0 10px;
}

.featureGuide .blurb {
	display: inline;
	}

.moreguides h3 {
	font-weight: bold;
}

.moreguides h3 span {
	color: #999;
}

.moreguides .guideTitle {
	cursor: default;
	}

.featureGuide {
	border-top: none;
	margin-bottom: 5px;	
}

.featureGuide .guideTitle {
	font-size: 16px;
}

.featureGuide .byline {
	font-size: 12px;
}

.featureGuide .blurb {
	display: inline;
}	

.bucketHd {
	color: #999;
	font-size: 10px;
}

/* QA module */
#QAsplash { background: url('bg_qaModuleHome_btm.gif') repeat-x bottom; position:relative; padding-bottom:0; }
#QAsplash .innerMod { background: url('bg_qaModuleHome.gif') repeat-x top; padding:40px 10px 10px; } 
#QAsplash h2 { text-align:right; color:#014181; font-size:15px; font-weight:normal; }
.qaSplashHd { position:absolute; }

#QAsplash ul {
    list-style-type:none;
    margin:25px 10px 15px 0;
    padding:0;
}
#QAsplash li {
    border-bottom:0 none;
    padding: 15px 0 5px 0;
    clear:both;
    position:relative;
    zoom:1;
}
#QAsplash li img {
    border:1px solid #EDEDED !important;
    padding:2px !important;
    float:left;
}

.question { background: url('bg_qaBubble_top.png') no-repeat top left; width:383px; float:right; }
.question h1 { font-size:12px; font-weight:normal; line-height:18px; padding:5px 5px 5px 20px; background:url('bg_qaBubble_btm.png') no-repeat bottom left; }

.qCat { color:#666666; font-size:11px; text-align:right; width:383px; float:right;}
.expertAnswers { color:#827B00;font-weight:bold; }
.questionsFoot { position:relative;margin-top:10px; }
.questionsFoot a { font-weight:bold;font-size:15px; }
.questionsFoot img { position:absolute;right:20px; }

/* Business Tool Kit */
#btk img {
	float: right;
	}
	
#btk h2 {
	clear: both;
	}
	
#btk .btkHdHome {
	float:left;padding-top:10px;margin-bottom:0;
}

#btk .btkSponsor {
	float:right;text-align:left;width:90px;padding-bottom:5px;margin-bottom:0;
}

#hpSponsor {
	border: 1px solid #ccc;
}
 
.storydiv h1{
margin-top:10px;
margin-bottom:10px;
line-height:25px;
}

.mylogo{ 
display:block;
margin-top:3px;
}

.wuottiittext{
font-style:italic;
}

.uterrquote{
margin-top:5px;
}
 

.nameemailspan{
display:block;
float:left; 
width:100px;
}
 
.newspp{
width:150px;
margin:0 auto;
}
 
#join{
display:block; 
margin-top:10px;
margin-left:5px;

}