/* RWC Specific */

/*Non-map elements*/


.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;
}
