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

body {
	background: #ffffff url(/images/bg.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
#base {
	width: 913px;
}
a {
	color: #d91038;
	text-decoration: underline;
}
#fembot {
	background: url(/images/fembot_bg.gif) repeat-x top;
	color: #ffffff;
}
.homeblurb {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #4467b4;
}
#sendables a {
	color: #4568b5;
	text-decoration: none;
}
#sendables a:hover {
	text-decoration: underline;
}
#content {
	padding: 0 10px;
}
#content_type {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #d91038;
}
	
#page_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #d91038;
}
#sub_title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

/***************************************
dropdown nav 
***************************************/
#nav {
	height: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#nav_bar th {
	padding:0;
	border:0;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding:0;
	margin: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	padding: 0 11px 0 4px;
}
#nav li {
	float: left;
		width: auto !important;
	width: 1%;

}
#nav li ul {
	position: absolute;
	display: none;
	height: auto;
	width: 190px;
	font-weight: normal;
	border: 0px solid #ffffff;
	margin: 0;
}
#nav li li {
	height: 33px;
	padding-right: 1em;
	width: 200px;
	background: #4568b4;
	border-top: 1px solid #5a7aa9;
	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 a:hover {
	color: #ffffff;
	background: #4568b4;
}
#nav li:hover {
	background: #4568b4;
	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;
	color: #ffffff;
}
#nav li li a:hover {
	background: #d91038;
	color: #ffffff;	
}

#nav li.sfhover a {
	color: #ffffff;
}
#download_box {
	padding: 25px;
}
#subnav { 
	width: 100%px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*padding-left:20px;*/
	/*background:url(/images/bg_nav_grey.gif) top right no-repeat;*/
 }

#subnav ul {
	margin-left: 0;
	padding-left: 0px;
	list-style:none;
}

#subnav a {
	color:#336699;
	text-decoration:none;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 190px;
	border-bottom: 1px solid #cccccc;
	background: url(/images/arrow.gif) no-repeat 5px 9px;
}
#subnav a:hover {
	color: #cc0000;
	background: url(/images/arrow3.gif) no-repeat 5px 9px;
}
#subnav #selected a {
	color:#cc0000;
	font-weight: bold;
	background: url(/images/arrow3.gif) no-repeat 5px 9px;
}