﻿.RotatingGraphic {
	background:#fff url(../images/rotating-bg.gif) bottom right repeat-x;
	border-top:4px solid #003976;
	border-bottom:4px solid #003976;
}

.RotatingGraphic img.RotatingGraphicImage {
	float: left;
	width: 508px;
	height: 359px; 
}

.RotatingGraphic div.RotatingGraphicInfo {
	float:right;
	width:240px;
	padding:10px 0 0 0;
	margin-right:10px;
}

.RotatingGraphic div h1 {
	color:#003976;
	font-size:1.6em;
	font-weight:normal;
	cursor:pointer;
	margin:0;
	padding:0 0 6px 0;
	border-bottom:1px solid #cc0000;
}

.RotatingGraphic div h1:hover {
	pointer: cursor;
	text-decoration: underline;
}	

.RotatingGraphic div p {
	color: #000;
	font-size: .75em;
}

.RotatingGraphic div a img {
	margin-top: 10px;
}

#rotatingGraphicDiv {
	width: 781px;
}

#rotatingGraphicControlDiv {
	margin:-50px 7px 0 0;
	position:relative;
	float:right;
	width:252px;
	display:block;
	font-size:.9em;
	font-weight:bold;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv {
	background:url(../images/home-left-bg.gif) top left no-repeat;
	float:left;
	display:block;
	width:96px;
	height:26px;
	line-height:26px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 25px;
}

#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv {
	background:url(../images/home-right-bg.gif) top right no-repeat;
	float:right;
	display:block;
	width:99px;
	height:26px;
	line-height:26px;
	text-align:right;
	color:#fff;
	text-decoration:none;
	padding:0 30px 0 0;
}

.RotatingGraphicInfo a#findOutMoreLink {
}

#rotatingGraphicControlDiv a#rotatingGraphicControlPreviousDiv:hover, 
#rotatingGraphicControlDiv a#rotatingGraphicControlNextDiv:hover {
	text-decoration:underline;
}

#rotatingGraphicTopImage {
	display:none;
}
