/* CSS Document */

html, body{ 
	margin:0; 	padding:0; 
	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;
	color:#000000;
}
/*
a{
	color:#333333;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color:#CC9966;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;

}
*/
a.nav{
	color:#FFCC00;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
	font-weight: bold;
}

a.nav:hover{
	color:#CC9966;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;

}

a.darkerbg:link, a.darkerbg:visited{
	color:#CC9966;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

a.darkerbg:hover{
	color:#FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a.lighterbg:link, a.lighterbg:visited{
	color:#5C3C20;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
	font-weight: bold;
}

a.lighterbg:hover{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}


.header1 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 22px;
}

.header1-sm {
	color: #FFCC00;
	font-weight: bold;
	font-size: 16px;
}

a.header1-sm {
	color: #FFCC00;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

a.header1-sm:hover {
	color: #CC9966;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.category-txt {
	color:#000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;

}





/* Sliding Menu Code */
ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  color: #5C3C20;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

ul#menu li {
  line-height: 15px;
  color: #5C3C20;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

ul#menu ol li {
	color:#5C3C20;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: bold;
}

/*
ul#menu ol li:before {
 	content: "- ";
}
*/

ul#menu ol li a {
	color:#5C3C20;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: bold;
}

ul#menu ol li a:hover {
	color:#CC9966;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

ul#menu ol li a.active {
  color: #5C3C20;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

