body {
	font-family: geneva, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

#titleToolTip {
	display: none;
	font-size: 12px;
	border: black solid 1px;
	font-family: verdana;
	position: absolute;
	background-color: #ffd038;
}

#topBar {
	position: absolute;
	top : 0px;
	left : 0px;
	height : 80px;
}

img.tabImage {
}

#sidebar {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 220px;
	font-size: 15px;
	font-family: interstate, arial, sans-serif;
	overflow: visible;
}

.sidebarblack {
	font-weight: bold; 
	font-size: 12px;
}

#search {
	position: relative;
	width: 220px;
}

#create {
	position: relative;
	clear: both;
	width: 220px;
}

#sifter {
	position: relative;
	clear: both;
	width: 220px;
}

#cities {
	position: relative;
	clear: both;
	width: 220px;
}

#leftColumn {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 220px;
	font-size: 15px;
	background-color: #CCCCCC;
	text-align: center;
	overflow-x: visible;
	overflow-y: auto;
}

#mainColumn {
	position: absolute;
	top : 80px;
	left : 230px;
	width : 620px;
	background-color : white;
}

#titleImage {
	position: absolute;
	top : 10px;
	left : 20px;
}

#header_message {
	font-size : 11px;
	position: absolute;
	top : 10px;
	left : 350px;
	width : 450px;
}

#map {
	width: 700px;
	height: 500px;
}

#cityColumn {
	font-size : 11px;
}

#map_explorer_container	{
	display : none;
	position : absolute;
	top : 25px;
	left : 70px;
	font-size : 15px;
	background-color : white;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

#sifter_overflow_message {
	display : none;
	position : absolute;
	top : 25px;
	left : 70px;
	font-size : 20px;
	font-weight: bold;
	color: black;
	width: 300px;
	background-color : red;
	border: black solid 1px;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

#news_span {
	display : none;
	position : absolute;
}

#about_form_container {
	display : none;
	position : absolute;
}					

#FAQ_container {
	display: none;
	position: absolute;
}

#contact_info_container {
	display: none;
	position: absolute;
}

div.mapover {
	display: none;
	position: absolute;
	background-color : white;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	border: black dashed 1px;
}

#searchPage {
	top : 10px;
	left : 70px;
	width: 400px;
	height: 100px;
	overflow: hidden;
}

#sifter_span {
	top : 30px;
	right : 30px;
	width: 410px;
	height: 445px;
}

#sifterTitle {
	font-size : 18px;
	position: absolute;
	top: 0px;
}

#sifterExplanation {
	position: absolute;
	top: 20px;
}	
	
#sifter_form {
	overflow: auto;
	position: absolute;
	top: 100px;
	width: 400px;
	height: 330px;
}

#creationFormContainer {
	top : 10px;
	left : 70px;
	width: 410px;
	height: 445px;
}

div.creationPage {
	display: none;
	position: absolute;
	top: 20px;
	height: 400px;
	left: 5px;
	width: 400px;
}

#creationPage2{
	overflow: auto;
}

#markerCreationTitle {
	font-size : 18px;
	position: absolute;
	top: 0px;
}

#markerCreationButtons {
	position: absolute;
	top: 420px;
	left: 5px;
}

div.textdisplay {
	display: none;
	position: absolute;
	top: 0px;
	width: 500px;
}

#marker_info_area {
	display: none;
	position: absolute;
	top: 180px;
	width: 520px;
	overflow: hidden;
}

a.markerOption {
}

a.markerOption:hover {
	background-color: #99FF33;
}

#marker_options {
	font-size: 12px;
	font-weight: bold;
}

div.markerAreaDisplay {
	display: none;
	position: absolute;
	top: 180px;
	left: 0px;
	width: 470px;
}

#expand_map_button {
	display: none;
	position: absolute;
	top: 7px;
	left: 95px;
	height: 18px;
	width: 130px;
	text-align: center;
	background-color: #3399FF;
	font-family: sans-serif;
	font-size: 14px;
	cursor: pointer;
	border: black solid 1px
}

#back_to_map {
	display: none;
	height: 35px;
	width: 500px;
	text-align: center;
	background-color: #3399FF;
	font-family: sans-serif;
	font-size: 25px;
	border: black solid 1px;
}

a.noPurple:visited {
	color: blue;
}

#markerLastEditInfo {
	font-style: italic;
}

#loadMarkerMessage {
	display: none;
}

#moveMode {
	top: 125px;
	left: 70px;
	width: 200px;
}

.rbroundbox {background: url(nt.gif) repeat;}
.bl {background: url(bl.gif) 0 100% no-repeat;} 
.br {background: url(br.gif) 100% 100% no-repeat;} 
.tl {background: url(tl.gif) 0 0 no-repeat;} 
.tr {background: url(tr.gif) 100% 0 no-repeat; padding: 10px;} 
.clear {font-size: 1px; height: 1px;}