﻿#homepageMediaArea
{
	position: relative;
	height: 446px;
}
#homepageImage
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
#watchButton
{
	position: absolute;
	z-index: 2;
	top: 205px;
	left: 75px;
	cursor: pointer;
}
/* Move button to right to make from for new ConnectToYourIssues button.  09/19/2011. BD */
/* Added for webtour.   12/21/2010.  BD. */
#watchWebTourButton
{
	position: absolute;
	z-index: 2;
	top: 205px;
	left: 315px;
	cursor: pointer;
}
/* Move button down per Kerry.  09/19/2011. BD */
#learnMoreButton
{
	position: absolute;
	z-index: 2;
	top: 255px;
	left: 315px;
	cursor: pointer;
}
/* Added for Connect to your issues button.   09/19/2011.  BD. */
#connectToYourIssuesButton
{
	position: absolute;
	z-index: 2;
	top: 255px;
	left: 75px;
	cursor: pointer;
}

#homepageRight
{
	position: absolute;
	z-index: 2;
	width: 381px;
	height: 434px;
	padding-top: 12px;
	padding-left: 14px;
	top: 0px;
	left: 547px;
	background-color: black;
	opacity: .6;
	filter: alpha(opacity=60);
}
#homepageRightContent
{
	position: absolute;
	z-index: 2;
	/*width: 367px; */
	height: 434px;
	padding-top: 12px;
	/*padding-left: 14px;
	padding-right: 14px; */
	padding-left: 10px;
	padding-right: 5px;
	top: 0px;
	left: 547px;
	font-size: 16px;
	color: #fff;
}
.homepageQuote
{
	color: #ffd204;
	font-style: italic;
}
#homepageQuoteByLine
{
	color: #ffd204;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}
#homepageBullets
{
	margin-top: 0px;
}
#homepageBottom
{
	background-color: #f2f2f2;
	padding: 18px 18px 0px 18px;
}
.homeCatHead
{
	background: url('../images/homepageCatHead.jpg');
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 285px;
	height: 23px;
	padding-left: 12px;
	padding-top: 4px;
	text-align: left;
}
.homeCatHeadReg
{
	background: url('../images/homepageCatHead_blue.jpg');
}
.homeCatTable
{
	background-color: #ffffff;
}
.homeCatImage
{
	border-top: 2px solid #ffffff;
}
.homeCatContent
{
	width: 269px;
	padding-top: 6px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 19.2px;
}
.homeCatLink
{
	font-size: 16px;
	color: #009ddc;
}
.homeCatRegContent
{
	width: 269px;
	padding-top: 6px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
}
#homeRegButton
{
	margin-top: 20px;
	margin-bottom: 12px;
	cursor: pointer;
}
.alreadyReg
{
	color: #666666;
	font-size: 11.68px;
	padding-bottom: 10px;
	text-decoration: none;
}
.forgotPw
{
	color: #4d7e2c;
	font-size: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#homeLoginBox
{
	width: 281px;
	background-color: #fff;
	text-align: left;
	border-top: 3px solid #eaeaea;
	padding-left: 16px;
}
.homeLoginInputs
{
	width: 213px;
	height: 22px;
}
#homeLoginButtonTable
{
	margin-top: 8px;
}
#loginButton
{
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
#returnHome
{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	height: 19px;
	width: 110px;
	overflow: hidden;
	background-color: #C60839;
	color: White;
	position: absolute;
	z-index: 500;
	display: none;
	top: 68px;
	left: 827px;
}

