@charset "utf-8";

/* CSS Document */

/* Bleh comment */

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size: small;
	background: #830404
}
.base {
	width: 100%;
}
a {
	color: #ffffff;
	text-decoration: underline;
	border: none;
}

img { 
	border:0px;
}

#cta_area > a > img {
	border: 4px solid #bc1a18;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
.header_container {
	background: #ae1212 url(/images/header_bg.gif) top center no-repeat;
	height: 89px;
}
.header {
	width: 900px;
}
#header_quick_links a {
	color: #d86176;
	text-decoration: none;
}
#header_quick_links a:hover {
	color: #ffffff;
}
#content_area {
	width: 900px;
}
#content {
	color: #ffffff;
	padding: 0 10px 0 20px;
}

#page_title {
	font-size: 2.0em;
}
.footer {
	width: 100%;
	color: #ffffff;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #cccccc;
}
#footer_links a {
	color: #ffffff;
}
#footer_links a:hover {
	color: #cccccc;
}
#bclc {
	height: 45px;
	background: #001018;
}
.navigation {
	width: 1100px;
}
.navigation_content {
	width: 1150px;
}
.navigation_container {
	background: #5b0000;
	height: 50px;
	padding-top: 10px;
}
#navigation {
	text-align: right;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding:0;
	margin: 0;
	height: 50px;
	white-space: nowrap;
}
#nav a {
	display: block;
	height: 20px;
	/*line-height: 44px;*/
	color: #ffffff;
	text-decoration: none;
	padding: 7px 10px;
}
#nav li {
	float: left;
	border-right: 1px solid #e37474;
}
#nav li ul {
	position: absolute;
	display: none;
	height: auto;
	text-transform: none;
	width: 260px;
	font-weight: normal;
	border: 0px solid #ffffff;
	margin: 0;
}
#nav li li {
	height: 33px;
	padding-right: 1em;
	width: 260px;
	background: #3d0000;
	border-top: 1px solid #530303;
	text-align: left;
}
#nav li li a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	line-height: 30px;
}
#nav li li a:hover {
	color: #ffffff;
}
#nav li ul a {
	width: 273px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block; 
}
#nav li li a:hover {
	background: #ae1212;	
}
#nav li:hover {
	color: #ffffff;
	background: #9d0b0b;
}
#nav a:hover {
	color: #ffffff;
}
#subnav { 
	width: 220px;
 }

#subnav ul {
	margin-left: 0;
	padding-left: 0px;
	list-style-image: url(/images/arrow_list.gif);
	font-family: Arial, Helvetica, sans-serif;
}

#subnav a {
	color:#b93434;
	font-size: 1.1em;
	text-decoration:none;
	display: block;
	padding: 5px 5px 5px 20px;
	width: 245px;
	border-bottom: 1px dotted #b93434;
	background: url(/images/arrow3.png) right no-repeat;
}

#subnav a:hover {
	background-color: #620101;
	color: #fff;
}
#subnav #selected a:hover {
	color: #ffffff;
}
#subnav #selected a {
	background-color: #620101;
	color: #fff;
	font-weight: bold;
}
#fembot_home {
	background: url(/images/fembot_bg.jpg) top center no-repeat;
	height: 390px;
}
#fembot_content {
	background: url(/images/fembot_bg.jpg) top center no-repeat;
	height: 270px;
}
#fembot {
	background: url(/images/fembot_fade.png) top repeat-x;
	width: 900px;
	height: 370px;
}
#options {
	background: #8c0404;
	height: 180px;
}