body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
}
#map {
	margin-bottom: 20px;
}
#columnRight {
	float: right;
	width: 284px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#columnLeft {
	float: left;
	width: 676px;
	margin-top: 30px;
}
#columnLeft #price{
	float: right;
	height: 60px;
	width: 131px;
	background-color: #F46201;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#columnLeft #price span{
	display: block;
	padding-top: 20px;
}
#columnLeft #addressBar p {
	font-size: 16px;
	font-weight: bold;
	color: #405F24;
	padding-top: 11px;
	padding-left: 20px;
}
#columnLeft ul {
	list-style-image: url(../images/shared/bullet.gif);
	font-size: 12px;
	margin-left: 15px;
	padding-left: 0px;
	color: #333;
}
#columnLeft ul li{
	margin-bottom: 2px;
}




#propertySearch {
	background-color: #E4F1DA;
	width: 284px;
	padding-top: 22px;
}



#propertySearch form {
	padding-left: 22px;
	margin-bottom: 0px;
	padding-bottom: 22px;
}

#switcher {
	background-color: #E4F1DA;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	*padding-bottom: 0px;
	margin-bottom: 20px;
}
#switcher p {
	font-size: 14px;
	font-weight: bold;
	color: #2C5F12;
	float: right;
	position: relative;
	top: 6px;
}

.button {
	background-repeat: no-repeat;
	background-position: left -27px;
	height: 27px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
	margin-right: 15px;
}



.button span {
	padding-top: 6px;
	padding-left: 9px;
	display: block;
}


.button:hover {
	background-position: left top;
}
.buttonActive {
	background-position: left top;
}
.buttonReverse span {
	display: block;
	padding-top: 7px;
	padding-left: 21px;
}
.buttonReverse:hover {
	background-position: left top;
}


.buttonReverse {
	background-repeat: no-repeat;
	background-position: left -27px;
	height: 27px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.propertyListing {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54B221;
	padding-bottom: 20px;

	*padding-bottom: 00px;
	margin-bottom: 20px;
}
.propertyListing img {
	float: left;
}
.propertyListing .description {
	width: 438px;
	float: right;
}
.description h4  {
	font-size: 16px;
	color: #405F24;
	padding: 0px;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.description h5   {
	font-size: 16px;
	color: #405F24;
	padding-top: 0px;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.description .price {
	font-size: 16px;
	font-weight: bold;
	color: #F46100;
	margin-bottom: 10px;
}

#paging {
	padding-top: 5px;
	text-align: center;
}
#paging #pagingWrapper {

}


#paging .moreLinkLargeGrayReverse {
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #51792E;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	top: -1px;
	padding-right: 15px;
	padding-left: 5px;
	background-color: #CCC;
}

#paging .navbynumbers_current {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #EF6001;
	text-decoration: none;
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#paging .navbynumbers_page {
	font-size: 14px;
	font-weight: bold;
	color: #51792E;
	text-decoration: none;
	background-color: #E6E6E6;
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}



#paging .navbynumbers_prev {

	font-size: 14px;
	font-weight: bold;
	color: #51792E;
	text-decoration: none;
	background-color: #E6E6E6;
	width: 45px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#paging .navbynumbers_next {

	font-size: 14px;
	font-weight: bold;
	color: #51792E;
	text-decoration: none;
	background-color: #E6E6E6;
	width: 45px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#paging a:hover {
	color: #FFF;
	background-color: #51792E;
}

#paging a span {
}
#pagingDots {
	background-image: url(../images/shared/paging-dots.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
	display: inline-block;
	width: 14px;
	margin-right: 10px;
}
#paging .pagingButton {
	font-size: 12px;
	font-weight: bold;
	color: #51792E;
	text-decoration: none;
	background-color: #E6E6E6;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.mapIcons {
	font-size: 12px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	height: 23px;
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 7px;
	_padding-top: 4px;
}
#detailsRight {
	float: right;
	width: 373px;
}
#detailsRight p {
	font-size: 14px;
	color: #333;
}

#detailsRight h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #F26000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#detailsLeft {
	float: left;
	width: 285px;
}
#detailsLeft h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 20px;
	border-bottom-width: 1px;
	float: none;
}

#detailsLeft form {
	background-color: #E4F1DA;
	padding: 15px;
	margin-top: 20px;
}
#detailsLeft form textarea {
	border: 1px solid #97C86A;
	width: 253px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 80px;
}
#detailsLeft form .formField {
	width: 252px;
}
#detailsLeft .thumbnail {
	margin-right: 10px;
	margin-top: 8px;
}
#propertyMap {
	margin-bottom: 20px;
	margin-top: 20px;
}
hr {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #E4F1DA;
	height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.formFieldSmall {
	border: 1px solid #97C86A;
	height: 20px;
	width: 117px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#addressBar {
	background-color: #E4F1DA;
	float: left;
	height: 60px;
	width: 545px;
}
.contentColumn {
	float: left;
	width: 205px;
	margin-right: 30px;
}
.contentColumn h4 {
	font-size: 14px;
	color: #F26000;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.contentColumn h4 a {
	color: #F26000;
	text-decoration: none;
}
.multiLine {
	height: 84px;
	width: 430px;
	border: 1px solid #97C86A;
}

h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C0DEA5;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 55px;
	overflow: hidden;
	padding: 0px;
}
h1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
}
h1 strong {
	display: block;
}
#content img {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}

