@charset "utf-8";
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}
a:link {
	color: #4F669A;
	text-decoration: underline;
}
a:visited {
	color: #85653A;
}

a:active {
	font-weight: normal;
	color: #4F669A;
}
a:hover {
	background-color: #ffffff;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;

}
a {
	text-decoration: underline;
}
.footer {
	font-size: 9px;
	color: #666666;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.h1Brown {
	color: #977342;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	color: #4F669A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}



/* Navigation elements */

td.state {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 100px;
	padding: 10px 10px 25px 10px;
	white-space: nowrap;
	color: #333333;
}

div.nav
{
	width: 820px;
	height: 61px;
	background:url(images/navigation_background.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: left;
	font-size: 11px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	
	color:#fff;
}

#nav, #nav ul {
	float: left;
	width: 800px; /*if you make this number smaller, the links get bumped down. Making number bigger has no obvious effects*/
	list-style: none;
	line-height: 33px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 9px 0 1px;
	border: 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	color: #fff;
	padding: 2px 2px 2px 0px;
}

/*contols rollover color of both blue btns and beige sub links*/
#nav a:hover,active
{
	color: #663300;
	font-weight: bold;
	background-color: #D4BD9D;
}

#nav li {
	float: left;
	color: #fff;
	padding: 0 35px 0 6px; /*seems to control space between the main nav btns in blue. 25px was the original number when we also had our work as a link*/
	text-align: left;
	vertical-align: bottom;
	border-right: 1px solid #fff;
}

#nav li.last {
	border-right: none;
}
#nav li.lastMainNav {
	border-right: none;
}
#nav li.last a:hover{
	color:#4f669a;
}

/*Beige bar*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 700px; /* adjusts the width of the beige bar */
	overflow: visible;
	height: 24px;
	font-weight: bold;
	/*border-width: 0.25em;*/
	/*margin: 0px 0 0 -12px;*/
	padding: 0;
	background-color: #D4BD9D;
}



#nav li ul li {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 20px;
	width: 148px; /* adjusts space between sub menu items */
	text-align: left;
	clear: none;
	float: left;
}

#nav li ul.list-right li {
	float: right !important;
}

#nav li ul a {
	min-width: 100%;
	color: #663300;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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;
}

/* doesn't effects links, the unordered list line item, the li */
#nav li:hover, #nav li.sfhover {
	color: #663300;
	background: #D4BD9D;
}
.biggerFont {
	font-size: 12px;
}

