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


@import url("layout.css");
@import url("navLayout.css");
@import url("contentlayout.css");

html {
	font-size: .6em;	/** establish em-to-px scale at 100% **/
}


body  {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #B0A67A;
	background-color: #FFFFFF;
}
a:link {
	border-width: 0px;
	border-style: none;
	font-size: 90%;
	color: #b0a67a;
	text-decoration: none;
}
a:visited {
	border-width: 0px;
	border-style: none;
	font-size: 90%;
	color: #b0a67a;
	text-decoration: none;
}
a:hover {
	border-width: 0px;
	border-style: none;
	font-size: 90%;
	color: #9a7f55;
}
a:active {
	border-width: 0px;
	border-style: none;
}




#map {
	
/* 	background-color: #666666; */
	height: 251px;
	width: 385px;
	margin: 0;
	}
#mapLinks {
	margin-left: 0;
	position: absolute;
	top:290px;
}



#map img{

max-height: 289px;


}


#contactMap {
	
	background-color: #666666;
	height: 251px;
	width: 385px;
	margin: 0;
	position: absolute;
	top:33px;
	}



li {
	list-style: none;
}


#footer.adminFooter{

position: absolute;
left: -10px;

}


a.selected{
color: #775e37;

}