body { 
  background-color:#5B491F;
  color:#000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0; padding: 0;
  }

p,dl,td,tr, li	{ font-size: 11pt; line-height: 13pt; font-weight: 500;}

b { font-weight: bolder; }
  
h1	{ font-size: 18pt; line-height: 24pt; font-weight: normal;
  		margin-bottom:4px; border-bottom: 1pt solid #000000;}

h2	{ font-size: 16pt; line-height: 16pt; font-weight: bold;
		margin-bottom:4px;}
 
h3	{ font-size: 14pt; line-height: 14pt; font-weight: bold;
		margin-bottom: 4px; margin-top: 6pt; color: #493a16;}
 
h4	{ font-size: 12pt; line-height: 12pt; font-weight: bold; margin-bottom:6px;}
 
.footer	{font-size: 8pt; margin-top:10px; font-weight: normal;}

.small	{font-size: 8pt; color: #493a16; font-weight: normal;}
 
.hours {
	font-size: 9pt;
	color: #ffffff; 
	margin-left:10px; 
	margin-right:10px;
}
		
.ntitle	{ font-size: 11pt; line-height: 13pt; font-weight: bold; margin-top:0px; margin-bottom:0px; color: #000000;}

.news	{ font-size: 9pt; line-height:11pt; margin-top:0px; color: #000000}
 
.notop {margin-top:0px}

.fullwidth {
	width: 100%;
}

.content {
	background-color: #aaaa79;
	padding: 12px;
}

#btmshadow {
	background: url(../images/btmshadow.gif) repeat-x top left;
}

#rightshadow {
	background: url(../images/rightshadow.gif) repeat-y top left;
}

.newsborder { 
	width: 100%;
	background-color: #e6e6d7;
	border: 2px solid #000000;
	padding: 10px;
}


input.formstyle	{
	background: #e6e6d7;
	font-size: 9pt;
	border: 1px solid #000000;
}

A:link 	    {color: #000000; text-decoration: underline;}
A:active 	{color: #000000; text-decoration: underline;}
A:visited 	{color: #5B491F; text-decoration: underline;}
A:hover 	{color: #5B491F; text-decoration: underline;}



/*rollover leftnavigation*/
#nav, #nav ul { /* all lists */
	font-size: 11pt;
	margin: 0; padding: 0;
	list-style: none;
	 width: 150px;
	 margin-left: 6px;
	 margin-right: 6px;
 }

#nav a { text-decoration: none; }

#nav li   { 
	float: left; display: block;
	padding-bottom: 6px;
	
}

#nav li a { 
	color: #000000; display: block; width: 145px;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: bold;
}

#nav li a:hover  {color: #ffffff; display: block;}

#nav li ul { /* second-level lists */
	border: 1px solid;
	position: absolute;
	background: #6c5c36;
	margin: -30px 0 0 140px;
	*margin: -40px 0 0 140px;
	padding-left: 4px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { float: left; display: block;}

#nav li ul a { 
	color: #000000; display: block; width: 140px;
	font-size: 9pt; font-weight: bold;
}

#nav li ul a:hover { color: #ffffff; display: block; background: #63522a;}


#nav li ul ul { /* third-level lists */
	position: absolute;
	background: #63522a;
	margin: -30px 0 0 140px;
	*margin: -40px 0 0 140px;
	padding: 3px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {     left: -999em; } 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {     left: auto; }
