@charset "UTF-8";
/* CSS Document */

select{min-width:150px; line-height:20px; font-size:13px;}

#location{
margin:25px 0 0 15px;
}

#map{
float:left;
width:625px; 
height:420px;
/*background:url(../_images/usa.png) no-repeat;*/
margin-right:20px;
position:relative;
margin-bottom: 20px;
}

#mapContent{
float:right;
width:200px;
margin-right:10px;
}
#mainArea p{
font-size:12px;
}

#locationContent{
float:right;
width:300px;
}

#regForm{
float:left;
}
#mainArea{
/*clear:both;*/
float: left; 
/*width:60%;*/
width: 200px;
margin-top:15px;
}

.locationListing{
float:left;
width: 200px;
margin: 10px 0 20px 0;
}

img.dot{
background:url(../_images/pin.png) no-repeat;
}

img.dot:hover{
background:url(../_images/pin_over.png) no-repeat;
}

#regForm table label {
	font-weight: bold;
	display: block;
}

#regForm table input {
	width: 250px;
	margin-bottom: 5px;
}

#regForm table select {
	margin-bottom: 5px;
}

#regForm table span.example {
	font-style: italic;
}
#regForm table td {
	margin: 0 0 20px 0;
}
