@charset "utf-8";
/* CSS Document */

a:link, a:hover, a:active, a:visited { color:inherit; text-decoration:none; }
#featured {
	margin-top:15px;
	margin-left:25px;
	width:365px;
	height:485px;
	position:relative;
	float:left;
	overflow:hidden;
	z-index:2;
	}
#slides {
	position:absolute;
	top:18px; left:18px;
	width:329; height:449px;
	background:none;
	overflow:hidden;
	z-index:3;
}
#controls {
	position:absolute;
	top:0px; left:135px;
	width:86; height:24px;
	background:none;
	overflow:hidden;
	z-index:4;
}
#right {
	margin-top:15px;
	margin-right:25px;
	width:365px;
	position:absolute;
	top:0px;
	left:405px;
}
#right img { float:none; }
.words {
	font-size:12px;
	font-family:"Georgia", "Century", "Hoefler Text", "Times New Roman", serif;
	text-align:center;
	width:336px;
	margin:18px 0px 0px 17px;
	margin-left:17px;
	margin-right:0px;
	margin-top:12px;
	margin-bottom:0px;
	position:relative;
	float:left;
	}
.footer {
	padding-top:4px;
	border-top:1px #444444 solid;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, sans-serif;
	text-transform:uppercase;
	color:#444444;
	text-align:center;
	width:336px;
	margin-left:17px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:15px;
	position:relative;
	float:left;
	}

ul {
	list-style-type:none;
	padding: 0px;
	width:310px;
	margin:0px 0px 0px 28px;
	}
li {
	margin:0px;
	border-bottom:1px #666 dotted;
	padding:4px 0px 5px 5px;
	font-size:12px;
	line-height:100%;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-transform:none;
}
li:hover { background-color:#666; color:#000; }
li.first {
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	}
li.last {
	border:none;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	}
.alert { background-color:#800; }
.alert:hover { background-color:#F00; color:#000; }
#divider {
	width:365px;
	height:15px;
	position:relative;
	float:left;
	margin-top:10px;
	}
.spot {
	padding:2px 0px;
	margin:15px 0px 5px; 0px;
	border-color:#FFF;
	border-style:solid;
	border-width:1px 0px;
	text-align:center;
	font-size:10px;
	font-style:italic;
	display:block;
}
