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

body,td,th {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	text-align:center;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size:13px;
	color:#d6bd08;
	margin:0px;
}
h3 {
	font-size:13px;
	color:#373737;
	margin:0px;
}
div {
	margin:0px;
	padding:0px;
}
input {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width:129px;
	margin-bottom: 4px;
}
input.searchBtn {
	width:61px;
	height:19px;
}
input.callBtn {
	width:56px;
	height:19px;
}
textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width:129px;
	margin-bottom: 4px;
}
select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	width:135px;
	margin-bottom: 4px;
}
form {
	padding:10px;
}
#wrapper {
	width:947px;
	margin: 10px auto;
}
#wrapper2 {
	width:947px;
	padding: 0px;
	margin: 0px;
	background-image: url(/media/images/site/skin-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#logo {
	width:232px;
	height:103px;
	margin:10px auto;
	padding-bottom:10px;
}
#banner {
	width:948px;
	height:133px;
	background-color:#FFFFFF;
	margin-bottom:2px;
}
.bannerImage {
	width:157px;
	height:133px;
	float:left;
	margin-right:1px;
	/*background-color:#CCCCCC;*/
}

#banner .img {
	width: 155px;
	height: 105px; 
	padding: 1px;
	margin: 0px;
}
#banner .text { 
	display: block;
	padding: 3px 0 0 0;
	text-align: center;
	font-weight: bold;
}

#banner a:hover { 
	color:#fbeda6;
}

#leftCol {
	width:710px;
	float:left;
	text-align:left;
	padding:10px 35px 0px 35px;
}
.property {
	background-image:url(/media/images/site/dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding-top:10px;
}
.property img {
	float:left;
	border:1px solid #616161;
	margin-right:15px;
	margin-bottom: 15px;
}
.property .nopadding {
	border:1px solid #616161;
	padding: 0px;
	margin: 0px;
}
.property .noimage {
	float:left;
	border:1px solid #616161;
	margin-right:15px;
	margin-bottom: 30px;
	width: 160px;
	height: 120px; 
}

#rightCol {
	width: 157px;
	float: right;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#search {
	width:157px;
	background-color:#eeeeee;
	background-image:url(/media/images/site/search_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border: none;
	border-bottom: 2px solid #FFFFFF;
	margin: 0px
}
#contact {
	width:157px;
	background-color:#616161;
	background-image:url(/media/images/site/contact_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
}
#footer {
	width:947px;
	height:25px;
	border-top: 2px solid #dec506;
	margin-top:10px;
	line-height:25px;
	text-align:left;
	font-size:11px;
	color:#999999;
}
.charcoal {
	color:#333333;
}

#mainContent
{
	width: 840px;;
	text-align:left;
	padding:10px 35px 0px 35px;
}

.property_view {
	margin-bottom:10px;
	padding-top:10px;
}
.property_view img {
	border:1px solid #616161;
}
#property_main_image {
	float: left;
	margin: 0 20px 10px 0;
}


#gmap_wrapper {
	float: right;
	/*border:1px solid #616161;	*/
	padding: 5px; 
	margin: 0 0 15px 5px;
}
#gmap {
	border:1px solid #616161;
}
#gmap_options {
	text-align: right;
}
.gmap_thumb {
	float: left; 
	margin: 0 5px 5px 0; 
	border: none;
	border:1px solid #616161;
}


a {
	color: #d6bd08;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration: underlined;
}
