.text  { color: black; font-size: 12px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.bold { color: black; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.boldwhite  { color: white; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.disclaimer { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.header  { color: black; font-weight: bold; font-size: 28px; line-height: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.subhead   { color: black; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.subheaditalic { color: black; font-style: italic; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/*------ nav -------*/

/* maybe someday
    
	#nav {
    position: fixed;
	top: 175px;
	left: 0;
}*/

#tdNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 141px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	}
#tdNav ul li {
	position: relative;
	}
#tdNav li ul {
	position: absolute;
	font-size: 14px;
	left: 140px;
	top: 0;
	display: none;
	}
#tdNav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #b56d3d;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html #tdNav ul li { float: left; }
* html #tdNav ul li a { height: 1%; }
/* End */
#tdNav ul li a:hover { color: #fff; background: #ce9778; } /* Hover Styles */
#tdNav li:hover ul, #tdNav li.over ul { 
	display: block;
	}
