/* RWC Specific */

/*Non-map elements*/

html, body 
{
	background: white;
	overflow: hidden;
	width:100%;
	height:99%;
	margin:0px;
	padding:0px;
}

body{
	font-size: 70%;
	font-family: Verdana, sans-serif;
}

a, a:visited, a:active{
	color: #095898;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

div#heading
{
	position: absolute;
	top:10px;
	left:15px;
	height:30px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

div#largeMap{
	top: 1em; right: 20px;
	color: white;
}

div#mapCopyright
{
	position: absolute;
	width:98%;
	bottom: 5px; left: 0px;
	text-align: left;
	font-size: 7pt;
	background: white;
	height:20px;
	margin-bottom:0px;
	padding-left:15px;
}

div#mapCopyright a, div#mapCopyright a:hover,
	div#mapCopyright a:visited{
	color: #000000;
}

img#logo 
{
	position: absolute;
	bottom:5px;
	right:30px;
	border-style:none;
}

#aspContainer
{
	margin:0px;
}

.secondaryMap
{
	position: absolute;
	left:40px;
	width:120px;
	bottom:40px;
	height:120px;
	border-style:solid;
	border-color:Black;
	border-width: 2px;
}

/* Map elements */
.embeddedMap {
	position: absolute;
	top: 40px;
	left: 0px;
	right: 0px;
	bottom: 35px;
	padding: 0px;
	margin:0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
* html div#embeddedMap 
{
	position:absolute;
	top:40px;
	overflow:hidden;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

geonamesOverlay
{
	position:relative;
	margin: 5px;
}