html {
     overflow: -moz-scrollbars-vertical;
}
#menu {
    /*background:url(images/menu/menu.png);*/
    padding:0;
    width:100%;
    height:27px;
    vertical-align:middle;
    }
#menu a {
    font-family:Arial;
    font-size: 14px; 
    text-decoration:none;
    color:#666666;/*#660033;*/
	padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    border:0px;
    vertical-align:middle;
    height:100%;
    }

#menu a.hover {
	/*background:url(images/menu/menu.png);*/
    /*background:url(images/menu/background3.jpg);
    border-left:1px solid #660033;
    border-right:1px solid #660033;*/
    }
    
#menu span {
    display:none;
    }
    
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
    
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
    
#subnav span {
    color:silver;
    margin-right:1em;
    }
    
    
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.transMenu .content {	position:absolute;	}

.transMenu .items {
	position:relative;
	left:0px; top:0px;

	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color:#666666;
    font-size:12px;
    font-family:Arial;
    text-decoration:none;
	cursor:pointer;
	cursor:hand;
	}


.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
    /*background:url(images/background2.jpg);*/
    background:url(images/grey-40.png);
    border:1px solid #666666;/*#660033;*/
	
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}


.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .item.hover {
	/*background:url(images/menu/background4.jpg);*/
	/*background:url(images/menu/menu.jpg);*/
    }

.transMenu .item img {
	margin-left:10px;
	}
	
	td {
    color:#666666;
    font-size:12px;
     font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	}
	
	A:link {
  color: #878787;
 font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
	font-size: 10pt;
}

	
A:visited {
    color: #878787;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  	font-size: 10pt;
}

	
A:hover {
    color: #C0C0C0;
font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  	font-size: 10pt;
}

.detailsMapLink {
display: block;
width: 100px;
height: 15px;
background: url(../images/mapIcon.gif) no-repeat top right;
font-size: 12px;
padding-top: 5px;
padding-right: 15px;
font-weight: bold;
color: #23478A;
text-decoration: none;
margin-bottom: 20px;
}
#gMapHold {
width: 518px;
height: 280px;
background-color: #DDD;
margin: 10px 0;
border: 1px solid #003f7a;
}
