@charset "UTF-8";

body {
	margin: 0px;
}
.body_width {
	width: 768px;
}
.Left_Menu1, .Left_Menu2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.Additional_Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D5CAB;
}
body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #0072bb;
}
a:visited {
	text-decoration: none;
	color: #0072bb;
}
a:hover {
	text-decoration: underline;
	color: #6eba37;
}
a:active {
	text-decoration: underline;
	color: #6eba37;
}

H1 {
	font-size: 16px; 
	color: #0D5CAB;
	font-weight:normal;
	margin:0px;
}
H2 {
	color: #5db128; 	/*dark green*/
	font-size:14px;
	font-weight:bold;
}
H3 {
	color: #333333; 	/*dark gray	//text-transform: uppercase;*/
	font-size:14px;
	font-weight:normal;
}
.bolder {
	font-weight: bold;
}
.ltgray {
	color:#999999;
}
.dkgray {
	color:#333333;
}
.green {
	color:#5db128;
}
.blue {
	color:#0c5cab;
}
p {
	margin: 12px 0 12px 0;
}


.Left_Menu1 {
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.Left_Menu2 {
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

A.Left_Menu1:link {
	color: #666666;
}
A.Left_Menu1:hover {
	color: #6eba37;
}
A.Left_Menu1:visited {
	color: #666666;
}
A.Left_Menu1:active {
	color: #6eba37;
}
A.Left_Menu2:link {
	color: #666666;
}
A.Left_Menu2:hover {
	color: #6eba37;
}
A.Left_Menu2:visited {
	color: #666666;
}
A.Left_Menu2:active {
	color: #6eba37;
}



.Agent_Details {
	width: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	margin-left: 20px;
}
.Agent_Header {
	font-size: 16px;
	font-weight: bold;
}
.Footer {
	padding: 8px 0 30px 0;
	font-size: 11px; 
	color: #666666;
}

.Property_Photos {
	margin: 10px 0 0 10px;
}
.Main_Photo {
	width: 250px;
}
.Thumbnail_Photo {
	width: 113px;
}
.PushToTalk {
	z-index: 200;
	width: 160px;
	height: 50px;
	float: right;
	margin-left: 608px;
	margin-right: 0px;
	position:absolute;
	background: url(../images/Agent_PushToTalk.gif) top right no-repeat;
}