@charset "UTF-8";
A { color: #472701; }
A:visited { color: #472701; }
B { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }
strong { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }
.leading { line-height: 20px; }

.header {
 font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
 font-weight: bold;
 color: #472701;
 font-size: 16px;
}

/* DO NOT EDIT BELOW THIS LINE */
.search {
 font-size: 10px;
 background-color: #FFFFFF;
 width: 90px;
 height: 14px;
 margin: 10px 0 0 3px;
 border: 1px solid #a17744;
}
.searchresults {
 font-size: 12px;
 line-height: 15px;
}
.searchresults2 {
 font-size: 12px;
 line-height: 17px;
}
.formfield {
 font-size: 11px;
 background-color: #FFFFFF;
 height: 15px;
 border: 1px solid #a17744;
}
TEXTAREA {
 font-size: 11px;
 background-color: #FFFFFF;
 border: 1px solid #a17744;
}
SELECT {
 font-size: 11px;
 height: 17px;
 background-color: #FFFFFF;
}
OL {
 list-style-image: url(/images2/bullet.gif);
 list-style-type: circle;
 line-height: 20px;
}
.navbg {
 background-image: url(/images2/nav_bg.gif);
 background-repeat: no-repeat;
 height: 40px;
}
a.subnav {
	color: #472701;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.subnav:hover { color: #713f02; text-decoration: none; }
a.subnav:visited { text-decoration: none; }
a.subnav:visited:hover { color: #713f02; text-decoration: none; }

.welcome {
 background-image: url(/images2/welcome_bg.gif);
 background-repeat: no-repeat;
 height: 221px;
 padding: 0;
 margin: 0;
}

/* Styles for Menu Items */
.navbottom { border-bottom: solid 1px #713f02; }

ul {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 179px; /* Width of Menu Items */
	}

ul li { position: relative; }
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #472701;
	background: none; /* IE6 Bug */
	padding: 12px 12px 0px 18px;
	}
	
#footer ul {
	list-style:none;
	width:980px;
	height:32px;
	margin:0 auto;
}
#footer ul li {
	float:left;
	padding: 8px 12px 0px 12px;
	color:#ffffff;
}
#footer ul li a {
	color:#ffffff;
	text-decoration:none;
	padding: 0;
	background: none; /* IE6 Bug */
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* force "layout" in IE 7 */
ul, li, li a { box-sizing:content-box; vertical-align:bottom; }

ul li a:hover { color: #FFFFFF; } /* Hover Styles */
		
li ul li a { 
	padding: 5px 5px; 
	background: #ffc278; 
	border: solid 1px #713f02; 
	border-bottom: 0; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block;z-index:1; } /* The magic */
