@charset "utf-8";
/* CSS Document */

body {
	font-family:  Arial, Lucida Grande, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background: #c3c3c3 url(/images/new_bg.jpg) top no-repeat ;
}
.base {
	width: 930px;
}

/******************HEADER*******************/

#social a {
	font-size: 0.9em;
	padding: 5px;
	color: #666666;
}
#social a:hover {
	color: #333333;
}

/******************HOMEPAGE*******************/

#rendering a {
	text-decoration: none;
	color: #a6a6a6;
}
#rendering a:hover {
	text-decoration: none;
	color: #333333;
}
#rendering span {
	color: #666666;
}

/******************UNIVERSAL*******************/

a {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#left_col {
	width: 20%;
	background: #ffffff url(/images/nav_corner_tl.gif) top left no-repeat;
}
.divider {
	background: url(/images/divider.jpg) top no-repeat right;
}
#right_col {
	width: 80px;
	background: #ffffff;
	padding: 8px;
}
#fembot {
	padding-top: 7px;
	background: url(/images/fembot_bg.gif) repeat-x top;
}




/***************************************
dropdown nav 
***************************************/
/*#nav_bar td {
	height: 20px;
	background: #333333 url(/images/nav_bg.gif) repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}*/
/*#nav_bar th {
	padding:0;
	border:0;
}*/

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin: 0;
	height: 50px;
	white-space: nowrap;
}
#nav a {
	display: block;
	height: 30px;
	/*line-height: 44px;*/
	color: #333333;
	text-decoration: none;
	padding: 7px 10px;
}
#nav li {
	float: left;
	border-right: 1px solid #ffffff;
}
#nav li ul {
	position: absolute;
	display: none;
	height: auto;
	text-transform: none;
	width: 190px;
	font-weight: normal;
	border: 0px solid #ffffff;
	margin: 0;
}
#nav li li {
	height: 33px;
	padding-right: 1em;
	width: 190px;
	background: #2e2e2e;
	border-top: 1px solid #474747;
	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: 203px;
}
#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: #e70303 url(/images/list_over.jpg) no-repeat top;	
}
#nav li:hover {
	color: #ffffff;
	background: url(/images/nav_over.gif) top repeat-x #343434;
}
#nav a:hover {
	color: #ffffff;
}

#nav li.sfhover a {
	color: #ffffff;
}


/*****************SUBNAV**********************/
#subnav {
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
#subnav a {
	text-decoration: none;
	padding: 7px;
	display: block;
	color: #333333;
	background: url(/images/subnav_under.gif) right no-repeat;
}
#subnav a:hover {
	background: #ed0e0e url(/images/arrown_under.gif) right no-repeat;
}
#subnav #selected a:hover {
	color: #ffffff;
}
#subnav #selected a {
	background: #333333 url(/images/subnav_selected_arrow.gif) right no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#subnav td.link {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	line-height: normal;
	text-transform: none;
	background: #cccccc;
	background-image: none;
}
#subnav td.link a {
	background: none;
}
#content_blurb {
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
#content_blurb:hover {
	color: #ffffff;
}
#blurb {
	font-size: 0.9em;
	text-transform: none;
	color: #8b8a8a;
	padding-bottom: 5px;
	font-weight: normal;
}
#social_stuff a {
	color: #666666;
	text-decoration: none;
}
#footer a {
	color: #d40000;
}