/*
 * CSS for CoreVault 2009 Web
 * These styles only apply to the homepage.
 */


#tabSection{
	margin: 40px 0 30px;
	position: relative;
	width: 535px;
	height: 214px;
}

#tabSection div{
	overflow: hidden;
}

#leftTab, #rightTab{
	float: left;
	text-align: center;
	color: #1102A5;
	font-style: italic;
	font-size: 13pt;
	height: 29px;
	padding: 8px 0 0;
	cursor: pointer;
}

#leftTab{
	background-image: url(../images/homepage/tabSectionLeftTab.png);
	width: 266px;
	clear: left;
}

.activeTab{
	background-image: url(../images/homepage/tabSectionLeftTab.png);
}

#rightTab{
	background-image: url(../images/homepage/tabSectionRightTab-off.png);
	width: 268px;
	clear: right;
}

#leftTabContent, #rightTabContent{
	position: absolute;
	height: 156px;
	width: 504px;
	background-image: url(../images/homepage/tabSectionContentBG.png);
	padding: 5px 15px 15px;
	top: 37px;
	clear: both;
}


#growthometer{
	position: relative;
	width: 534px;
	height: 164px;
	margin: 0 0 25px 0;
	background-image: url(../images/homepage/growthometerBG.png);
}

#growthLabel{
	position: absolute;
	left: 15px;
	bottom: 17px;
	font-size: 16pt;
	color: #C98711;
}

#growthHelp{
	font-size: 10pt;
	color: #CCC;
}

#growthGigs{
	position: absolute;
	top: 30px;
	left: 25px;
	right: 25px;
	height: 50px;
	font-size: 36pt;
	color: #fff;
	text-align: center;
	padding: 10px 0 10px;
}

#bodyRCol .contentHolder{
	margin-top: 40px;
}

#growthTooltip{
	position: absolute;
	bottom: 40px;
	right: 65px;
	background-color: #000;
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-border-radius: 7pt;
	border-radius: 7pt;
	padding: 5px 10px;
	margin: auto auto auto 250px;
	z-index: 999;
}

#growthHelp{
	cursor: pointer;
}

#growthEstimated{
	font-size: 8pt;
	color: #999;
	position: absolute;
	right: 22px;
	top: 75px;
}

.newsSection{
	position: relative;
}

.newsSection h2{
	display: inline;
	font-size: 14pt;
}

.newsSection .viewAll{
	/*position: absolute;
	right: 20px;*/
	font-size: 8pt;
}









/*
STUFF THAT COPIED OVER FROM DOBSON... PROBABLY NOT NEEDED
*/


#promoImage{
	margin:5px 0 0;
}

#contentarea{
	float:left;
	width:auto;
}

#rightbar{
	padding:37px 0 0;
}

#HomeNewsAndAnnounce{
	width:524px;
}

#HomeNewsAndAnnounce td{
	width:50%;
	padding:5px;
	vertical-align:top;
}

