﻿.RotatingGraphic {
	background: #00346b url(../images/rotating-graphic-bg.jpg) bottom right no-repeat;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}

.RotatingGraphic img.RotatingGraphicImage {
	float: left;
	width: 508px;
	height: 359px;
	margin-bottom: -1px;
}

.RotatingGraphic div.RotatingGraphicInfo {
	float: right;
	width: 240px;
	padding: 10px 0 0 0;
	margin-right: 10px;
}

.RotatingGraphic div h1 {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #5f7185;
}

.RotatingGraphic div p {
	color: #fff;
	font-size: .7em;
}

.RotatingGraphic div a img {
	margin-top: 10px;
}

#rotatingGraphicDiv {
	width: 781px;
}

#rotatingGraphicControlDiv {
	margin-top: -28px;
	position: relative;
	float: left;
	width: 781px;
	display: block;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv {
	background: url(../images/home-left-bg.gif) top left no-repeat;
	float: left;
	display: block;
	width: 101px;
	height: 22px;
	color: #000;
	text-decoration: none;
	padding: 6px 0 0 28px;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv {
	background: url(../images/home-right-bg.gif) top right no-repeat;
	float: right;
	display: block;
	width: 94px;
	height: 22px;
	text-align: right;
	color: #000;
	text-decoration: none;
	padding: 6px 35px 0 0;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv:hover, 
#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv:hover {
	text-decoration: underline;
}

#rotatingGraphicTopImage, #rotatingGraphicBottomImage {
	width: 781px;
	height: 4px;
	clear: both;
	float: left;
}
