.maintext  { color: black; font-size: 11px; font-family: Verdana }
body { background: black url(images/fwusa_bk.jpg) repeat-x}
.copyright   { color: white; font-weight: bolder; font-size: 10px; font-family: Verdana; padding: 5px }
.bartext { color: #003c6b; font-weight: bolder; font-size: 10px; font-family: Verdana }

h1  { color: #003c6b; font-weight: bold; font-size: 18px; font-family: Verdana;text-align: left; padding-bottom: 5px; padding-left: 3px; border-bottom: solid 1px #fbc414 }
h3  { color: #c80e0a; font-weight: bold; font-size: 12px; font-family: Verdana;text-align: left; padding-bottom: 5px; padding-left: 3px;padding-top: 5px; border-bottom: dotted 1px #003c6b;border-top: dotted 1px #003c6b }
li { color: black; font-size: 11px; font-family: Verdana }
p {color: black; font-size: 11px; font-family: Verdana }
td {color: black; font-size: 11px; font-family: Verdana }

A:link  { color: #003c6b; font-weight: bolder; font-size: 11px; font-family: Verdana; text-decoration: none }
A:visited  { color: #003c6b; font-weight: bolder; font-size: 11px; font-family: Verdana; text-decoration: none }
A:active  { color: #003c6b; font-weight: bolder; font-size: 11px; font-family: Verdana; text-decoration: none }
A:hover  { color: #c80e0a; font-weight: bolder; font-size: 11px; font-family: Verdana; text-decoration: underline }


A.white:link  { color: white; font-weight: bolder; font-size: 10px; font-family: Verdana; text-decoration: none }
A.white:visited  { color: white; font-weight: bolder; font-size: 10px; font-family: Verdana; text-decoration: none }
A.white:active  { color: white; font-weight: bolder; font-size: 10px; font-family: Verdana; text-decoration: none }
A.white:hover  { color: #c80e0a; font-weight: bolder; font-size: 10px; font-family: Verdana; text-decoration: none}

div.event {margin:8 8 8 8; border-top:1px dotted #ccc;}
h2.event-title {font-weight:bold; font-family:verdana; font-size:14px; color:#003c6b;}
p.event-date {font-weight:100; font-size:10px; color:#A6A6A6; font-family:verdana; line-height:10px;}
div.event-body {font-size:11px; color:#000000;}


.inline {float: left;padding-left: 5px;padding-right: 10px;}

.close{
	width: 160px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	margin: 0px;
	padding: 0px;	
	z-index: 100;
	}


/* 
	 ********CSS DROPDOWN - MULTI-LEVEL MENU**********
	Code by: http://www.tjkdesign.com/articles/dropdown/1.asp
	MULTI-LEVEL addition by: Aaron Keith
	Original code edited on 5/27/05 							

*/


/* Overall properties of the Menu as a whole */
#nav,#nav ul {
	padding:0px;
	margin:0px;
	width: 160px;
	/*height: 21px;*/
	list-style: none;
	background-color: #EBEBEB;
	font-weight: bold;
	font-family: verdana;
	font-size: 10px;
	
}

/* Properties for all Main Menu Links */
#nav li a{ 
	display: block;
	width: 160px;
	color: #003c6b;
	text-decoration: none;
	padding: 0px;
}



/* properties for main menu list */
#nav li {
	float:left;
	width:160px;
	position:relative;
	list-style-type:none;
	font-weight:bold;
	/*height: 16px;*/
}


/* properties for sub list */
#nav li ul{
	visibility:hidden;
	position: absolute;
	left: 160px;
	width:160px; /* fix for netscape */
	/*height: 16px;*/

	
}


/* properties of 1st level on HOVER */
#nav li:hover ul, #nav li.msieFix ul{
     visibility:visible;
     background-color:#FBC414;
     width: 160px;
     top: 4px;
}



#nav li li:hover ul#nav7 a.sub2, #white li li.msieFix ul#white7 a.sub2 {
   	border-right: 1px solid #666666;
   	border-left: 0px;
   	background-color:#FBC414;
   	width: 160px;	
}




/* --------------------------------- Addons: */

#nav li a.cat:hover, #nav li a.cat2:hover,#nav li a.cat5:hover{

	background-color: #FBC414;
	}
	
#nav2 li:hover, #nav4 li a:hover, #nav5 li a:hover, #nav6 li:hover,
#nav2 li a:hover, #nav6 li a:hover{
	background-color: #FBC414;
/*	height: 16px; */

}


#nav a.cat, #nav a.cat2, #nav a.cat5{
	position: relative;
	top: 4px;
	text-align: left;
	padding-top:3px;
	padding-bottom:4px;
	padding-left: 4px;
	width: 160px;
	/*height: 17px;*/
	vertical-align: middle;
}


#nav a.cat{
	
	}
	
#nav a.cat2{

	
	}
	
	
 #nav a.cat5{
 	
	} 
	
	
#nav a.sub, #nav a.sub2, #nav a.sub3, #nav a.sub4{
	display: block;
	width: 160px;
	text-align: left;
	background-color: #D8D8D8;
	/*
	border-bottom: 1px solid #000000; */
	color: #003c6b;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	top: 2px;
	}






/* 
	**********************END MULTI-LEVEL CSS MENU**********************
*/
