@charset "UTF-8";

#bodyOuterContainer
{
	width: 990px;
	margin: 0 auto;
	background: transparent url(/images/body_bg.gif) repeat-y 0 0;
}
#headerContainer
{
	width: 970px;
	height: 105px;
	margin: 0 auto;
	background: transparent url(/images/header_bg.gif) no-repeat left bottom;
	position: relative;
	z-index: 3000;
}
#toolsNavContainer, #toolsNavContainerHome
{
	position: absolute;
	top: 14px;
	right: 25px;
	/*border: 1px solid red;*/
}
#toolsNavContainer
{
	width: 180px;
}
#toolsNavContainerHome
{
	width: 134px;
}
#photobarContainerKeysToGrowth, #photobarContainerGrowthExpertise, #photobarContainerGrowthResults, #photobarContainerGrowthInsights, #photobarContainerAboutUs, #photobarContainerGeneric
{
	width: 970px;
	height:90px;
	margin: 0 auto;
	position: relative;
}
#photobarContainerKeysToGrowth
{
	background: transparent url(/images/photobar_keys_to_growth.jpg) no-repeat 0 0;
}
#photobarContainerGrowthExpertise
{
	background: transparent url(/images/photobar_growth_expertise.jpg) no-repeat 0 0;
}
#photobarContainerGrowthResults
{
	background: transparent url(/images/photobar_growth_results.jpg) no-repeat 0 0;
}
#photobarContainerGrowthInsights
{
	background: transparent url(/images/photobar_growth_insights.jpg) no-repeat 0 0;
}
#photobarContainerAboutUs
{
	background: transparent url(/images/photobar_about_us.jpg) no-repeat 0 0;
}
#photobarContainerGeneric
{
	background: transparent url(/images/photobar_generic.jpg) no-repeat 0 0;
}
#photobarContainerKeysToGrowth #quoteContainer, #photobarContainerGrowthExpertise #quoteContainer, #photobarContainerGrowthResults #quoteContainer, #photobarContainerGrowthInsights #quoteContainer, #photobarContainerAboutUs #quoteContainer, #photobarContainerGeneric #quoteContainer
{
	width: 425px;
	position: absolute;
	left: 305px;
	top: 16px;
	cursor: pointer;
}
#contentAreaContainer
{
	width: 970px;
	margin: 0 auto;
	background: transparent url(/images/content_area_bg.gif) no-repeat 0 0;
}
#contentAreaContainer #leftColumn
{
	width: 160px;
	float: left;
	padding-bottom: 30px;
}
#contentAreaContainer #centerColumn
{
	width: 500px;
	float: left;
	display: inline;
	margin:35px 0 45px 45px;
}
#contentAreaContainer #rightColumn
{
	width: 220px;
	float: left;
	display: inline;
	margin: 70px 0 45px 40px;
}

#footerContainer
{
	width: 990px;
	height: 69px;
	margin: 0 auto 35px auto;
	background: transparent url(/images/footer_bg.gif) no-repeat 0 0;
}

