@charset "UTF-8";
/* Desc: Slideshow positioning
 Graphic Design: Jeanelle Isaacs
 CSS Author: Jeanelle Isaacs
*/

#rotator
{
	border: 1px solid #000;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 900px;
	height: 340px;
    background-image: url(images/slide-bg.gif);
	padding:0px;
}

#rotator img
{
	border: 0;
	width: 475px;
	height: 315px;
	padding: 12px 0px 0px 12px;
	float:left;
}

#rotator .slide-text{
font-size:21px;
display:block;
width: 370px;
float:left;
margin: 20px 10px 0px 16px;
padding-top: 20px;
line-height: 140%;
color: white;
font-family:georgia;
}
#rotator .noquote{
margin-left: 100px;
margin-top: 10px;
width: 250px;
line-height: 140%;
font-family:Arial, Helvetica, sans-serif;
font-size:21px;
}
#rotator .noquote ul{
margin-left: 0px;
padding-left: 0px;
}
#rotator .noquote ul li{
list-style-type:none;
background: url(images/bullet-slide.gif) no-repeat 0em center;
padding-left: 25px;
}
#rotator ul li a{
color: #fff;
text-decoration:none;
}
#rotator ul li a:active,
#rotator ul li a:hover{
color: #777;
text-decoration:none;
}

#rotator DIV IMG.openquote{
height:28px;
width:34px; 
padding:0px 15px 130px 0px;
margin-top: -5px;
}
#rotator DIV IMG.closequote{
height:28px;
width:34px; 
position:absolute;
left: 821px;
}

#rotator span.petition-btn a:link, #rotator span.petition-btn a:visited{
	padding: 0px 410px 100px 0px;
	margin: 221px 0px 0px 488px;
	position: absolute;
    background: url(images/petition-btn.gif) no-repeat;
}
#rotator span.petition-btn a:hover, #rotator span.petition-btn a:active {
    background-image: url(images/petition-btn.gif);
	border-top: 5px solid white;
}