/* CSS Document */

#centeredDIV {
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	border: 0;
	top: 0px; 
}
body {
	background-color: #6c0c0f;
	margin-left: 30px;
	margin-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	margin-top: 0px;
	line-height: 1.1em;

}

.maplink a:link, .maplink a:visited {
	color: #6c0c0f;
	text-decoration: none;
}
.maplink a:hover, .maplink a:active {
	color: #6c0c0f;
	text-decoration: underline;
}

.LINKS a:link, .LINKS a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}
.LINKS a:hover, .LINKS a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6c0c0f;
	text-decoration: none;
}

.overflow {
position: relative; overflow: auto; height: 301px; width: 165px; top: 8px;
}
.bodyHead {
	color: #6c0c0f;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	}
.style5 {
	font-size: 10px; 
	color: #EFEAD4; 
	font-family:Arial, Helvetica, sans-serif;	
}
.smallNAV {
margin-top: -14px;
margin-left: 145px;
color: #fff;
}
.smallNAV a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.smallNAV a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.smallNAV a:hover, .smallNAV a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.menu {
font-size: 11px;
font-weight: bold;
z-index:100;
position: absolute; 
right: 0px; 
top: 5px; 
height: 30px; 
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif; 
color:#000; 
height:30px; 
font-weight: bold;
text-align: center;
background: #f0ebd7;
text-align: left;
}
* html .menu a {
height: 30px;
}

.menu ul a:active {
	font-weight: bold;
	font-size: 11px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#f0ebd6;


}
/* style the second level hover */
.menu ul ul a.drop:hover{
background: #f0ebd7;
font-family: Arial, Helvetica, sans-serif;
}

.menu ul ul a.drop:active{
background:#f0ebd7;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.menu ul ul :hover > a.drop {
background:#f0ebd7;

}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility: hidden;
position:absolute;
height:0;
top:30px;
left: -1px; 
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:29px;
left: -1px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f0ebd7; 
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal; 
height:auto; 
line-height:1em; 
padding-top: 3px;
padding-bottom: 4px; 
padding-left: 10px;
font-size: 11px;
text-align: left;
border-left: 1px solid #000;
border-right: 1px solid #000;
/* yet another hack for IE5.5 */
}
.menu ul ul a:active {
	font-size: 11px;
	font-weight: normal;
	}



/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background: #f0ebd6;
color:#6c0c0f; 
}
.menu :hover > a, .menu ul ul :hover > a {
background: #f0ebd6;
color:#6c0c0f;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility: visible;
}

#copy { padding: 3px; }
