/* 
======================================================
== File: main.css
== Project: thewestcoastreign.com
== Author: Grant McKenzie
== Date: September 2008
== More information at http://www.thewestcoastreign.com
======================================================
*/

body {
	 background-color:#94E4E8;
	 margin: 0px;
	 font-family: verdana;
	 font-size: 12px;
}
div#about {
	position:absolute;
	width:390px;
	left: 50%;
	margin-left: -212px;
	height:280px;
	z-index:2;
	top: 70px;
	background-color:#ffffff;
	display: none;
	padding:0px;
	color: #3b85c1;
}
div#help {
	position:absolute;
	width:390px;
	left: 50%;
	margin-left: -212px;
	height:280px;
	z-index:2;
	top: 70px;
	background-color:#ffffff;
	display: none;
	padding:0px;
	color: #3b85c1;
}
.base
{
    position:absolute;
    top: 100px;
    margin-left: -219px;
    left: 50%;
    color: #ffffff;
    width: 438px;
    height: 364px;
    padding: 20px;
    background-image: url('img/geotweeter_bg.gif');
    background-color: #94e4e8;
    background-repeat: no-repeat;
}
.links {
	position: relative;
	width:398px;
	padding-top:15px;
	padding-right:5px;
	text-align:right;
	color:#94e4e8;
}
.content {
	position: relative;
	width:398px;
	color:#3b85c1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:20px;
}

/* MAP */
.base_map
{
    position:absolute;
    top: 100px;
    margin-left: -325px;
    left: 50%;
    color: #ffffff;
    width: 650px;
    height: 520px;
    padding: 20px;
    background-color: #94e4e8;
    background-image: url('img/geotweeter_map_bg.gif');
    background-repeat: no-repeat;
}
.content_map {
	position: relative;
	width:550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:40px;
}
div#map {
	width: 590px; 
	height: 400px; 
	border:1px solid #333333;
}

table#maintable {
	width:398px;
	padding:0px;
}
input.location {
	width:260px;
	border:1px solid #6eb0cb;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	padding:3px 5px 3px 5px;
	background-color: #f5ffff;
}
input.username {
	width:147px;
	border:1px solid #6eb0cb;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	padding:3px 5px 3px 5px;
	background-color: #f5ffff;
}
input.counter {
	text-align:right;
	border:0px;
	font-family:verdana;
	font-size:10px;
	color:#6eb0cb;
}

textarea {
	width:340px;
	height:80px;
	border:1px solid #6eb0cb;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	padding:3px 5px 3px 5px;
	background-color: #f5ffff;
}
A:link {
	color: #6eb0cb;
	font-size:10px;
}
A:visited {
	color: #6eb0cb;
	font-size:10px;
}
A:active {
	color: #6eb0cb;
	font-size:10px;
}
A:hover {
	color: #fc9999;
	font-size:10px;
	text-decoration: none;
}






