#bannerbyline
{
	position: absolute;
	top: 230px;
	right: 30px;
	font-family: "Calisto MT", "Palatino Linotype", "Times New Roman", serif;
	font-size: 24px;
	color: #ffffff;
	/*background: url(images/byline_bg.png) bottom right no-repeat;*/
	width: 330px;
	height: 28px;
	display: block;
}

#main_cols_wrapper
{
	float: left;
	width: 727px;
	overflow: hidden;
}

#col_1_wrapper, #col_2_wrapper, #col_3_wrapper
{
	float: left;
	width: 239px;
	padding: 0 0 9999px 0;
	margin: 0 0 -9999px 0;
	background: #ffffff;
}

#col_1_wrapper, #col_2_wrapper
{
	margin-right: 5px;
}

#main_cols_wrapper h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 25px;
	margin: 0;
	line-height: 40px;
}

#col_1_wrapper h2
{
	background: #1491d5;
}

#col_2_wrapper h2
{
	background: #7fb109;
}

#col_3_wrapper h2
{
	background: #fda100;
}

#col_1_content, #col_2_content, #col_3_content
{
	padding: 30px 25px 70px;
}

#main_cols_wrapper a, #main_cols_wrapper a:link, #main_cols_wrapper a:active, #main_cols_wrapper a:visited, #main_cols_wrapper a:hover
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#right_col_content .surveyitems .NormalBold, #right_col_content .surveyitems label, #right_col_content .surveyresultsitems .NormalBold, #right_col_content .YourCompanyNameSurveyResults
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a.poll_vote, a.poll_vote:link, a.poll_vote:active, a.poll_vote:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	width: 80px;
	line-height: 28px;
	text-align: center;
	background: url(images/poll_vote_bg.gif) top left no-repeat;
	display: block;
	margin: 6px 0 0 0;
}

a.poll_vote:hover
{
	text-decoration: none;
	background: url(images/poll_vote_bg.gif) bottom left no-repeat;
}

a.poll_results
{
	display: none;
}

/********** TABBED PANELS **********/

#right_col_content .TabbedPanelsTabGroup
{
	margin: 0;
}

#right_col_content .TabbedPanelsTab
{
	position: relative;
	top: 1px;
	float: left;
	/*display: inline;*/
	border: 0;
	width: 102px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
}

.PollTab
{
	background: url(images/PollTab_bg.gif) top left no-repeat;
	margin-right: 1px;
}

.BlogTab
{
	background: url(images/BlogTab_bg.gif) top left no-repeat;
}

.TabbedPanelsContent
{
	padding: 10px 18px 14px;
}

.PollPanel
{
	background: #878787;
}

.BlogPanel
{
	background: #7fb109;
}

/********** END TABBED PANELS **********/