/*** Contact Us Page ***/

body.contact h1 {
margin-left: 7px;
}
body.contact #left {
width: 428px;
float: left;
margin-right: 20px;
}
body.contact #contact-form {
clear: both;
float: left;
background: transparent url(../img/agent_contact_bg.png);
background-position: top left;
background-repeat: repeat-y;
width: 428px;
}
body.contact #contact-form-content {
padding: 0px 18px;
}
body.contact #contact-form dt {
font-weight: bold;
width: 130px;
padding: 0px 15px 5px 7px;
}
body.contact #contact-form form {
border-top: 1px solid #cccccc;
margin: 10px 0px 0px 0px;
float: left;
padding: 15px 7px 0px 7px;
width: 375px;
}
body.contact #contact-form form p.title {
padding-bottom: 5px;
}
body.contact #contact-form form label {
width: 85px;
}
body.contact #contact-form form input,
body.contact #contact-form form textarea {
width: 270px;
}
body.contact #contact-form form select {
width: 274px;
}
body.contact #right {
width: 490px;
padding-top: 22px;
float: right;
}
body.contact #right h3 {
margin-bottom: 10px;
}
body.contact dl.category {
border-bottom: 1px solid #cccccc;
margin-bottom: 12px;
width: 100%;
}
body.contact dl.category dt {
font-weight: bold;
width: 170px;
}
body.contact dd .staff-member {
padding-bottom: 8px;
}
body.contact dd .staff-member p {
margin-bottom: 5px;
}

/* multi select google map tabs */

body.contact #container {
width: 416px;
margin: 20px 0px 20px 7px ;
float: left;
}
body.contact #container ul {
list-style: none;
list-style-position: outside;
height: 28px;
}
body.contact #container ul.tabs li{
float: left;
margin-right: 5px;
text-transform: uppercase;
font-weight: bold;
display: block;
padding: 6px 10px 8px 10px;
background: #efefef;
margin-bottom: -1px;
border: 1px solid #999999;
position: relative;
color: #333333;
cursor: pointer;
}
body.contact #container ul.tabs li.active{
background: #ffffff !important;
border-bottom: 0;
color: #000000;
height: 14px;
}
body.contact #container .content{
margin: 0pt auto;
border: 1px solid #999999;
text-align: left;
padding: 7px 10px 7px 10px;
}
body.contact #container .content.streetview {
display: none;
}

body.contact #container #streetview_map_canvas,
body.contact #container #map_canvas{
width:395px;
height:220px;
}

body.contact #contactagent {
	margin:15px;
	width: 500px;
}
