@charset "UTF-8";

/****************/
/**** Header ****/
/****************/
#logo
{
	display: block;
	width: 100px;
	height: 97px;
	position: absolute;
	left: 36px;
	top: 36px;
	z-index: 1000;
}
#logoText
{
	display: block;
	width: 173px;
	height: 49px;
	position: absolute;
	left: 136px;
	top: 36px;
}
#toolbar
{
	font-size: 11px;
	line-height: 13px;
	text-align:right;
	text-transform: uppercase;
	color: #52AC45;
}
#toolbar a
{
	color: #999;
	text-decoration: none;
}
#toolbar a:hover
{
	color: #064983;
}
#tagline
{
	display: block;
	width: 493px;
	height: 20px;
	position: absolute;
	left: 336px;
	top: 63px;
}
#consesusLogo
{
	display: block;
	width: 76px;
	height: 53px;
	position: absolute;
	left: 852px;
	top: 46px;
}
#imagebar
{
	display: block;
	width: 924px;
	height: 61px;
	margin-left: 22px;
}

/*********************/
/**** Left column ****/
/*********************/

ul#secondaryNav
{
	width: 162px;
	margin-left: 8px;
}
ul#secondaryNav li
{
	border-top: 1px dotted #777;
}
ul#secondaryNav li:first-child
{
	border-top: none;
}
ul#secondaryNav li a
{
	display: block;
	width: 150px;
	padding: 8px 0 9px 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #064983;
	text-decoration: none;
	background: url(../images/snav-bullet.gif) no-repeat 0 12px;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	color: #48913C;
}
ul#secondaryNav li a.highlight span
{
	color: #064983;
}
ul#secondaryNav li ul
{
	margin: -10px 0 6px 0;
}
ul#secondaryNav li ul li
{
	border-top: none;
}
ul#secondaryNav li ul li a
{
	display: block;
	width: 137px;
	padding: 0 0 0 25px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #064983;
	text-decoration: none;
	background: url(../images/snav-dash.gif) no-repeat 18px 7px;
}

/***********************/
/**** Center column ****/
/***********************/

.centerColumn h1
{
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #48913C;
	text-transform: uppercase;
}
.centerColumn h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #064983;
}
.centerColumn p
{
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin-bottom: 14px;
}
.centerColumn p.intro
{
	font-size: 18px;
	line-height: 20px;
	color: #064983;
	margin-bottom: 14px;
}
.centerColumn p.intro strong
{
	font-weight: bold;
	color: #48913C;
}
.centerColumn .footnote
{
	margin-bottom: 16px;
	padding: 5px 0;
	border-top: 1px dotted #48913C;
	border-bottom: 1px dotted #48913C;	
}
.centerColumn .footnote p
{
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin-left: 16px;
	margin-bottom: 6px;
	text-indent: -16px;
}
.centerColumn a
{
	color: #48913C;
	text-decoration: underline;
}
.centerColumn ul
{
	margin-bottom: 14px;
}
.centerColumn p + ul
{
	margin-top: -12px;
}
.centerColumn ul li
{
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin-bottom: 3px;
	padding-left: 12px;
	background: url(../images/list-bullet.gif) no-repeat 0 5px;
}
.centerColumn ol
{
	margin: 0 0 8px 0;
	list-style-type:decimal;
	/*border: 1px solid green;*/
}
.centerColumn ol li
{
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin-bottom: 3px;
	/*border: 1px solid red;*/
}


/******************************/
/**** Retailer list tables ****/
/******************************/

.listingTable
{
	margin-bottom: 20px;
}
.listingTable thead tr
{
	border-bottom: 2px solid #A9CBA3;
}
.listingTable tbody tr
{
	border-bottom: 1px dotted #48913C;
}
.listingTable tbody tr.divider
{
	border-bottom: 2px solid #A9CBA3;
}
.listingTable th, .listingTable td
{
	width: 180px;
	padding: 5px 0;
}
.listingTable th
{
	font-size: 12px;
	font-weight: bold;
	color: #48913C;
	text-align:left;
	padding-top: 10px;
}
.listingTable td
{
	font-size: 12px;
	color: #000;
	text-align:left;
}


/**********************/
/**** Right column ****/
/**********************/

#rightColumn .bracketsContainer
{
	width: 148px;
	margin: 0 0 20px 9px;
}
#rightColumn .bracketsContainer img
{
	display: block;
}
#rightColumn h1
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #48913C;
	text-align: center;
	margin-bottom: 15px;
}
#rightColumn .largerText p
{
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #064983;
	margin: 0 4px;
	padding: 8px 0;
}
#rightColumn .smallerText p
{
	font-size: 12px;
	line-height: 18px;
	color: #48913C;
	margin: 0 8px;
	padding: 8px 0;
	text-align: center;
}
#rightColumn .smallerText a
{
	color: #064983;
	text-decoration: none;
}
#brochureContainer
{
	width: 125px;
	margin-left: 20px;
}
#brochureContainer p
{
	font-size: 12px;
	line-height: 16px;
	color: #48913C;
	margin: 0 0 12px 5px;
}
#brochureContainer a
{
	color: #064983;
	text-decoration: underline;
}

/**** Sidebar rankings tables ****/

.rankingsContainer
{
	width: 158px;
	margin-left: 8px;
	text-align: center;
}
.rankingsContainer table
{
	margin-bottom: 20px;
}
.rankingsContainer tr
{
	border-bottom: 1px solid #C6C7C6;
}
.rankingsContainer .top th, .rankingsContainer .bottom th, .rankingsContainer td.company, .rankingsContainer td.score
{
	padding: 7px 0;
	font-size: 9px;
}
.rankingsContainer .top th, .rankingsContainer .bottom th
{
	font-weight: bold;
	text-align: center;
	width: 32px;
}
.rankingsContainer .top th
{
	color: #52AC45;
}
.rankingsContainer .bottom th
{
	color: #E0642A;
}
.rankingsContainer td.company
{
	width: 80px;
	text-align: left;
}
.rankingsContainer td.score
{
	width: 38px;
	text-align: center;
}
.rankingsContainer td.company, .rankingsContainer td.score
{
	color: #000;
}
.rankingsContainer p.footnote
{
	margin: 0 16px;
	font-size: 10px;
	line-height: 12px;
	color: #696A6B;
}
/****************/
/**** Footer ****/
/****************/

#footerInnerContainer p
{
	font-size: 10px;
	line-height: 12px;
	color: #888;
	text-align: center;
}
#footerInnerContainer a
{
	color: #888;
	text-decoration: none;
}
#footerInnerContainer a:hover
{
	color: #064983;
}
#footerInnerContainer a#linkedIn
{
	display: block;
	width: 60px;
	height: 17px;
	position: absolute;
	top: 16px;
	right: 28px;
}

/**************************************/
/**** Widely-scoped utility styles ****/
/**************************************/

.clearAll
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.greenText
{
	color: #48913C;
}
.blueText
{
	color: #064983;
}
.smallerText
{
	font-size: 10px;
	line-height: 12px;
}
.greenDottedHdiv
{
	border-bottom: 1px dotted #48913C;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.greenDottedHdiv span
{
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000;
	text-transform: none;
}
.underline
{
	text-decoration: underline;
}
