@charset "UTF-8";
/* CSS Document */

/* MAP CONTENT */
#print { 
	margin: 0 0 0.5em 0;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	text-align:right;
	padding:0 10px 0 0;
	}

a, a:link, a:visited { color: #333; text-decoration: underline; }

a:hover { color: #E60; text-decoration: underline; }

.mapcopy {
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	width:290px;
	}

#form-space {
	padding:5px 0 0 0;
	}

#mapfield {
	display:inline-block;
	float:left;
	}

#mapfield_submit {
	margin:5px 0 0 60px;
	padding:0;
	width:75px;
	}

#map {
	width:490px;
	margin:0;
	padding:0 0 10px 0;
	}

.mapform label {
	float:left;
	text-align:right;
	margin:0;
	padding:4px 10px 5px 0;
	display:inline-block;
	width:50px;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	}

.mapform input,
.mapform textarea,
.mapform select { 
	padding:3px;
	background: #FBFBFB; 
	border: 1px solid #F0F0F0; 
	vertical-align:top;
}
.mapform input:hover,
.mapform textarea:hover,
.mapform select:hover	{
	background:#CEDDDF; 
}

.mapform input:focus,
.mapform textarea:focus,
.mapform select:focus	{ 
	background:#F3F8F8; 
}

.mapform textarea,
.mapform input {
	width:150px; 
}
.mapform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}

.clear {
	clear:both;
	}

#noprint {
	display:none;
	}