*


html { }


/* html>body { overflow: hidden; }	/* hides scrollbars in Opera - 100% h/w exceed bounds */
div#header 
{
	background: url(../images/logo3.jpg);
	margin-top: 1%;	
  	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	width: 420px;
	height: 60px;
	#margin-left: auto; 
	#margin-right: auto; 
}

div#header h1
{
	font-size: 22px;
	font-family: Sans;
	font-weight: bold;
	text-align: left;
	color: #005577;
	padding: 30px 0 0 5px;
}

div#header h2
{
	font-size: 12px;
	font-family: Sans;
	color: black;
	text-align: left;
	margin-left: 2.1%;
	margin-top: -4.0%;
}

div.googleadmap
{
	position: absolute;
	top: 18px;
	left: 500px;
}

div#mapad
{
	padding: 0;
	margin:0 5px;
	width: 160px;
}

#mapcontent
{
	margin: 15px;
	border: 1px solid #73a5d7;
	background-color: #f5f5f2;
}

html, body { overflow: hidden; }

#head
{
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #73a5d7;
}

#info
{
	position: absolute;
#	top: 94px;
	left: 16px;
	width: 207px;
	overflow: hidden;
	border-right: 1px solid #73a5d7;
	text-align: justify;
}

#info #info2 p
{
	font-size: 1.0em;
	line-height: 1.4em;
	color: #666;
}

.backlink
{
	margin-left: 10px;
	font-size: 1.0em;
	line-height: 1.4em;
}

#info iframe
{
	margin-left: 10px;
	margin-top: 20px;
}

#info2 { padding: 0; }

div.spacer
{
	clear: both;
	height: 0;
}

h3
{
	padding: 0;
	margin: 10px 10px 0 10px;
	width: auto;
}

h5
{
	padding: 0;
	margin: 0px 10px 0 10px;
	width: auto;
}

p { margin: 5px 10px 10px 10px; }

/* famfamfam Silk icons are the best thing ever.
http://www.famfamfam.com/lab/icons/silk/ */
	
#map
{
	margin: 0px 0 0 200px;
	position: relative;
}

a#suggestthisbutton
{
	position: absolute;
	top: 126px;
	right: 31px;
	width: 130px;
	height: 18px;
	background: #fff url(../images/submitthis.gif) scroll no-repeat top left;
	display: block;
	z-index: 10;
}

a#linkthisbutton
{
	position: absolute;
	top: 126px;
	right: 160px;
	width: 118px;
	height: 18px;
	background: #fff url(../images/showlink.gif) scroll no-repeat top left;
	display: block;
	z-index: 10;
}

a#suggestthisbutton:hover, a#suggestthisbutton:active, a#linkthisbutton:hover, a#linkthisbutton:active { background-position: bottom left; }