



body {
	color: #FFF;
	background-color: #E5E5E5;
	background-image: url(/sites/www.mmmrealestate.com/graphics/bg.jpg);
	font-family: Arial, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

a {
	color: #3F9D39;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: black;
}

a img {
	border: none;
}

h1 {
	font-size: 16pt;
	font-family: "Trebuchet MS";
}

h2 {
	font-size: 12pt;
	font-family: "Trebuchet MS";
}

.Content form {
}

.Frame {
	background-image: url(/sites/www.mmmrealestate.com/graphics/header_long_top.jpg);
	background-repeat: no-repeat;
	padding: 21px 0 0 0;
	width: 829px;
	margin-left: auto;
	margin-right: auto;
}

.Center {
	background-color: #0D500F;
	margin: 0 14px 0 13px;
}

.Banner img {
	padding: 0;
	margin: 0;
	/* Removes the gap from beneath the image */
	display: block;
	float: left;
}

.Filler {
	background-color: #FFF;
	height: 1px;
	border-top: solid 2px #92012A;
	border-bottom: solid 2px #92012A;
}

.NavMenu {
	background-image: url(/sites/www.mmmrealestate.com/graphics/nav_bg.gif);
	background-repeat: repeat-x;
	height: 41px;
}

.NavMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;         
}

.NavMenu li {
	float: left;
}

.NavMenu img {
	display: block;
}

.NavMenu li ul {
	position: absolute;
	left: -999em;
	padding-left: 10px;     
}
.NavMenu li ul li {
	float: none;
}
.NavMenu li ul li a {
	background-color: #FFF;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
}
.NavMenu li ul li a:hover {
	background-color: #EEE;
}
.NavMenu li:hover ul {
	left: auto;
}
.FormElement {
	padding: 5px 0 5px 0;
}

.QuickSearch {
	float: left;
	width: 160px;
	height: 320px;
	padding: 35px 13px 13px 13px;
	margin-right: 20px;
	background-image: url(/sites/www.mmmrealestate.com/graphics/qs_tree_bg.jpg);
	background-position: -1px 0;
	background-repeat: no-repeat;
	position: relative;
}

.QuickSearch .Label {
	display: block;
	float: left;
	width: 100px;
}

.QuickSearch-bottom {
	background-image: url(/sites/www.mmmrealestate.com/graphics/qs_bottom.jpg);
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 185px;
}

option {
	text-transform: capitalize;
}

.Content {
	padding: 13px;
	float: left;
	min-height: 400px;
	width: 570px;
}

.SearchResultsList {
	float: left;
}

.SearchResult {
	margin: 15px 0 15px 0;
	background-color: #F4F5FA;
	color: black;
	width: 570px;
}

.SearchResult .TopRow {
	background-color: #386E26;
}

.SearchResult .MlsNumber {
	font-weight: bold;
	color: #000;
	background-color: #799D42;
	text-align: center;
	width: 150px;
	display: block;
	float: left;
	padding: 7px;
}

.SearchResult .ListingStatus  {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.SearchResult .BrIcon {
	display: block;
	float: left;
	padding: 3px 0 0 3px;  
}

.SearchResult .ListPrice {
	font-weight: bold;
	float: right;     
	padding: 5px;
}

.SearchResult .Description {
	color: #3F699D;
	background-color: #000;
	padding: 5px;
	clear: both;
	font-weight: bold;
	text-align: center; 
}

.SearchResult .Description a {
	color: #EEE;
}
.SearchResult .Description a:hover {
	color: #FFF;
}

.SearchResult .PhotoAndData {
	border-right: solid 1px #B4C4CC;
}

.SearchResult .Photo {
	width: 290px;
	height: 218px;
	float: left;
	padding: 4px;
}

.gwt-TabBarItem {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	padding: 3px;
	border: solid 1px #888;
	margin-right: 2px;
	cursor: pointer;
	border-bottom: none;
	background-color: #DDD;
	position: relative;
	border-bottom: solid 1px #888;
	top: 1px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.gwt-TabBarItem-selected {
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}

.gwt-TabPanelBottom {
	border: solid 1px #888;
	color: #000;
	background-color: #FFF;
	margin-left: 4px;
	padding: 5px;
	width: 235px;
}

.SearchResult .Data {
	padding: 5px;
	width: 240px;
	float: left;
}

.SearchResult .Data .Label {
	color: #888;
	display: block;
	width: 130px;
	float: left;
}

.SearchResult .Data .Value {
	float: left;
	width: 100px;
}

.SearchResult .OfficeAndAgentName {
	font-weight: bold;
	color: #000;
	background-color: #EAC061;
	padding: 5px;
}

.SearchResult .OfficeName {
	display: block;
	float: left;        
	width: 200px;
}

.SearchResult .AgentName {
	display: block;   
	float: right;
}

.SearchResult .Remarks {
	border: solid 1px #B4C4CC;
	padding: 3px;
	clear: both;
}

.SearchResult .Links {
	text-align: center;
	padding: 3px 10px 3px 10px;
	float: left;
	width: 175px;
	cursor: default;
}

.SearchResult .Links img {
	
	display: block;
	float: left;
}

.SearchResult .Links span {
	display: block;
	float: left;
	padding-right: 5px;
}

.SearchResult .tabPanel .tab {
}

.ListingDetails .tabPanel {
	padding: 5px 0 10px 0;
	color: #000;
	float: left;
	margin-left: 4px;
}

.ListingDetails .tabPanel .tab {
	padding: 3px 8px;
	background-color: #FFF;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.ListingDetails .tabPanel .tabPanelBottom {
	padding: 5px;
	background-color: #FFF;
	width: 516px;
}

.ListingDetails .tabPanelBottom .Label,
.ListingDetails .gwt-TabPanelBottom .Label {
	color: #888;
	display: block;
	width: 100px;
	float: left;
}

.ListingDetails .gwt-TabPanelBottom .Label {
	width: 200px;
	float: left;
}

.ListingDetails .gwt-TabPanelBottom .Value {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 5px;
}

.ListingDetails .tabPanelBottom .Value {
	width: 150px;
	float: left;
}

.ListingDetails .Money {
	position: relative;
	left: -11px;
}

.ListingDetails .Money input {
	width: 100px;
	text-align: right;
	position: relative;
}

.ListingDetails .Number input {
	width: 100px;
	text-align: right;
}

.ListingDetails .TopLinks {
	padding: 0;
	margin: 0;
}

.ListingDetails .TopLinks li {
	display: inline;
}

.ListingDetails h1 {
	font-size: 12pt;
}  

.ListingDetails .OfficeAndAgentName {
	padding: 0 0 3px 0;
}

.ListingDetails .Images {
	width: 300px;
	float: left;
}

.ListingDetails .ImageList img {
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;  
	cursor: pointer;
}

.ListingDetails .Data {
	width: 270px;
	float: left;
	line-height: 1.5em;
}

.ListingDetails .Links {
	clear: both;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;         
}

.ListingDetails .Links li {
	background-repeat: no-repeat; 
	margin: 5px 0 5px 0;
}

.ListingDetails .Remarks {
	clear: both;
	padding: 15px 0 15px 0;
}

.ListingDetails .gwt-TabBarItem {
	padding-left: 10px;
}

.ListingDetails .gwt-TabPanelBottom {
	width: 514px;
	min-height: 250px;
}

.ListingDetails .galleryTab {
	display: block;
	width: 75px;
}

.ListingDetails .googleTab {
	display: block;
	width: 105px;
}

.ListingDetails .mortgageCalcTab {
	display: block;
	width: 160px;
}

.ListingDetails .ListingStatus {
	color: #F00;
	font-weight: bold;
}

.addToFavorites {
	cursor: pointer;
}

.DataElement .Label {
	font-weight: bold;
	display: block;
	width: 120px;
	float: left;
}

.DataElement .Value {
	display: block;
	float: left;
	width: 120px;
}

.DataBox {
	float: left;
	width: 300px;
}

.DataBox .DataElement .Label {
	width: 150px;
}

.DataBox .DataElement .Value {
	width: 150px;
}

.AboveFooter {
	border-top: solid 8px #000;
}

.Footer {
	clear: both;              
	background-color: #4A5E72;
	position: relative;
}

.Footer img {
	display: block;
	margin: 0;
	padding: 0;
}

.Footer .EmailImg {
	position: absolute;
	right: 0;
	bottom: 1px;
}

.FinePrint {
	padding: 10px;
	font-size: 9px;
}

.Spacer {
	clear: both;
}
#featuredPropertyRotator {
	background-color: #386E26;
	display:block;
	width:224px;
	height:450px;
	float:right;
	font-size:11px;
	padding-bottom:10px;
	margin: 10px;
}
#featuredPropertyRotator .Info {
	padding: 10px;
}
#featuredPropertyRotator a {
	text-decoration: underline;
}
#featuredPropertyRotator img {
	display: block;
	padding:0;
	margin:0;
	width: 224px;
}
#featuredPropertyRotator h1 {
	background-color: #FFF;
	padding:5px;
	margin: 0 0 5px 0;
	color :#000;
	font-weight:normal;
	text-transform:uppercase;
	font-size:13px;
}       

#advancedSearch {
	width: 560px;
	margin: 0 auto 0 auto;
}

#advancedSearch form {
    padding: 10px;
}

#advancedSearch .Label {
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.AdvancedSearchTowns {
    padding-left: 120px;
}

.AdvancedSearchTownBox {
    width: 140px;
    float: left;
}

.AdvancedSearchTownBox select {
    width: 100px;
    height: 150px;
    overflow: auto;
}

.AdvancedSearchTownBox p {
    font-size: 10px;
}

.AdvancedSearchTownButtons {
	float: left;
	margin-top: 100px;
    width: 100px;
}
