/* CSS Document */
* {
	margin:0;
	padding:0;
}
#nav ul li #directions {
	color:gold;
	background-color:#73171F;
}
body {
	background-color:#F2efe9;
	padding:0;
	margin:0;
	background-image:none;
}
#logo {
	float:left;
}
html, body, #map {
	width:100%;
	height:100%
}
html {
	overflow:hidden;
}
/*
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:91px;
}
*/
#map {
	position:relative;
	/*top:91px;*/
	top:0px;
}
#pop_up {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#black;
	background-image:url(../images/logo_grad_200.jpg);
	background-position:5px 15px;
	background-repeat:no-repeat;
	width:200px;
	height:115px;
	border:3px double #8F0827;
	padding:5px;
}
#pop_up #title {	
	font-size:20px;
	font-weight:bold;
	color:black;
}
#title_sub {	
	font-size:16px;
	font-weight:bold; 
}
#close {
	cursor:pointer;
	position:absolute;
	top:10px;
	left:750px;	 
}	
#close_h2 {
	color:#666666;
	border-bottom:1px solid #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	padding:8px;
}
#contact {
	display:none;
}
#print {
	position:relative;
	left:110px;
	cursor:pointer;
}

