@charset "utf-8";
/* CSS Document */

body {
	background-color: #351B00;
}
body,td,th {
	color: #000;
}
img {
	border: none;
	} 
a:link {
	color: #960;
}
a:visited {
	color: #960;
}
a:hover {
	color: #960;
}
a:active {
	color: #960;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.footerlink a{
	color:#ffc;
	text-align: center;
}
.featured {
	border: 1px solid #999;
	}
.type {
	background:#745e46;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.docTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:italic;
}
.popup {
	cursor:pointer;
	color:#960;
	font-size:12px;
	text-decoration:underline;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000; }
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold;
	}
.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
.style7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	 }
.style11 {
	font-family: Georgia, "Times New Roman", Times, serif
	}
.style12 {
	font-weight: bold; 
	font-style: italic; 
	font-size: 12px;
	}
.style13 {
	font-style: italic; 
	font-size: 12px; 
	}
.style21 {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	}
.style20 {
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	}
.style21 {font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.style23 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-style: italic; }
.style31 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.style101 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic; 
	font-size: 12px;}
.style111 {
	font-family: Georgia, "Times New Roman", Times, serif
	}
.style112 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
.style211 {
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#avail td {
	border-bottom: 1px dashed #999;
	vertical-align: top; }
#avail th {
	background:#745e46;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	border-bottom: none;
 }

.boxInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	border-right: 1px solid #BCB29D;
	border-top: 10px solid #BCB29D;
	}
	
/**************** menu coding *****************/
#menu {
width: 100%;
float: left;
background-color: #593A02;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2, #menu h3 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
}

#menu h2 a{
font: bold 11px/16px arial, helvetica, sans-serif;
color: #fff;
text-transform: uppercase;
padding: 0px 50px;
}

#menu a {
color: #000;
text-decoration: none;
}

#menu a:hover {
color: #a00;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]
/**************** end menu coding *****************/
