@charset "utf-8";
/* CSS Document */

#branding-home {
	height: 119px;
	background: #424242;
}

#logo {
	width: 309px;
	height: 80px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom: 0px;
}

#content-home {
	border: none;
}


#content-home h2 a {
	text-decoration: none;
	color: #000;
}

#content-home h2 a:hover {
	text-decoration: underline;
	color: #7E7E7E;
}

#content-home a {
	text-decoration: none;
	color: #000;
}

#content-home a:hover {
	text-decoration: underline;
	color: #7E7E7E;
}

#introduction {
	background: transparent url(../images/home2009/introduction.png) no-repeat top left;
	width: 939px;
	height: 78px;
	margin: 10px auto;
	padding: 2px 6px 2px 6px;
}

#introduction p {
	font-size: 11px;
}

#bizclinic {
	background: transparent url(../images/home2009/bizclinic.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 10px;
	padding: 2px 6px 2px 6px;
}

#bizclinic p {
	line-height: 18px;
}


#businessadvisor {
	background: transparent url(../images/home2009/businessadvisor.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#businessadvisor p {
	line-height: 18px;
}

#acceleratorclub {
	background: transparent url(../images/home2009/acceleratorclub.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#acceleratorclub p {
	line-height: 18px;
}

#speaking {
	background: transparent url(../images/home2009/speaking.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#speaking p {
	line-height: 18px;
}

#speaking {
	background: transparent url(../images/home2009/speaking.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
	margin-bottom: 10px;
}

#speaking p {
	line-height: 18px;
}

.separator {
	height: 2px;
	border-top: 1px dashed #000;
	clear: both;
	width: 939px;
	margin: 10px auto;
}

#press-release {
	background: transparent url(../images/home2009/pressrelease.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 10px;
	padding: 2px 6px 2px 6px;
}

#press-release p {
	line-height: 18px;
}

#case-studies {
	background: transparent url(../images/home2009/casestudies.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#case-studies p {
	line-height: 18px;
}

#testimonials {
	background: transparent url(../images/home2009/testimonials.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#testimonials p {
	line-height: 18px;
	color: #fff;
}

#on-the-mind {
	background: transparent url(../images/home2009/onthemind.png) no-repeat top left;
	width: 200px;
	height: 237px;
	float: left;
	margin-left: 30px;
	padding: 2px 6px 2px 6px;
}

#on-the-mind p {
	line-height: 18px;
}

#add-this {
	margin-top: 5px;
	margin-left: 5px;
}

.addthis {
	margin-top: 5px;
}

#content-bizclinic {
	padding: 15px;
	background-color: #DAEFDA;
	clear: both;
}

#content-bizclinic p, #content-bizclinic li {
	font-size: 12px;
	line-height: 18px;
}

.center-align {
	align: center;
}

.red-text {
	color: #ff0000;
}

#footer-content-holder {
	width: 920px;
	margin: 0 auto;
}

#final-content {
	width: 920px;
	margin: 0 auto;
}

/* New top navigation style - top be rolled out across site */

/* 
Markup for rollover block navigation for the top menu

Assumes the navigation is a bulleted list within  the topnav div
*/

#topnav {
	font-size: 1.0em;
	height: 29px;
	line-height: 14px;
	padding: 0 10px;
	background-color: #000;
	margin-bottom: 12px;
	padding-left: 440px;
}

#nav-holder {
	width: 900px;
	margin: 0 auto;
}
#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav ul li {
	letter-spacing: 1px;
	display: inline;
	text-align: center;
}
#topnav ul li a {
	padding: 7px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#topnav ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #0000EE;
}

#topnav ul li a:hover {
	background-color: #424242;
}
