﻿/* ADD Any additional Home Page Styles or overrides here*/

#flashHeader {
	/*background-image: url('../images/flash.jpg'); background-repeat: no-repeat;*/
	width:630px;height:337px;
	margin-right: 21px;
	margin-left: 10px;
	float: left; display: inline;

}

#rightGreenBox {
	background-image: url('../images/greenRoundedTopBox.jpg'); background-repeat: no-repeat;
	width: 272px; height: 327px; /* Height offset of 20 */
	margin-right: 17px;
	padding-top:10px;/* Height offset of 20 */
	float: right; display: inline;
}


#rightGreenBox .breaker {
	background-image: url('../images/breakerFill.gif'); background-repeat: repeat-x;
	background-position: left center;
	width: 222px;
	height: 20px;
	margin-top: 10px; margin-bottom: 5px;
	margin-left: 24px;
}

#rightGreenBox h2 {
	font-size: 14px;
	color: white;
	padding-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	padding-left: 20px;

}

#rightGreenBox p {
	font-size: 13px;
	color: white;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 8px;
}

#rightGreenBox a.click {
	background-image: url('../images/arrowOnWhite.jpg'); background-repeat: no-repeat; background-position: left center;
	padding-left: 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin-left:20px;
}

#rightGreenBox a.click:hover,a.click:active {
	text-decoration:underline;


}
