.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;

}


.dividerLine
{
border-bottom:dashed 1px #0081ff;
margin:10px 0;
padding:5px 0;
clear:both;
}

.dividerLineGrey
{
border-bottom:dashed 1px #ccc;
margin:10px 0;
padding:5px 0;
clear:both;
}




.profileShot
{
margin:0 15px 15px 0;
float:left;
border:solid 1px #0081ff;
}




h2
{
font-family:Arial, Helvetica, sans-serif;
color:#0099FF;
font-size:1.4em;
}


#map
{
margin:0;
padding:0;
width:100%;
border:solid 1px #0081ff;
}

#frmContact input,
#frmContact select,
#frmContact textarea{
	float:left;
	margin-bottom:10px;
}

#frmContact label{
        float:left;
	width:250px;
	clear:left;
	margin-bottom:10px;
}

#frmContact label.check{
	clear:none;
	width:auto;
}

p.error{
	color:#a00;
}

