

body {
	font-family: Arial;
	font-size: 12px;
}

a img {
	border: none;
}

.Frame {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
}

.Frame img {
	display: block;
	margin: 0;
	padding:0;
	float: left;
}

.NavMenu {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 660px;
	background-image: url(/sites/www.strattonhome.com/graphics/nav_bg.gif);
}

.NavMenu li {
	display: inline;
}

.NavMenu li a {
	display: block;
	float: left;
	height: 29px;
	background-image: url(/sites/www.strattonhome.com/graphics/menu.gif);
	border-right: solid 1px #FFF;
}

.NavMenu #homeLink {
	width: 110px;
}
.NavMenu #homeLink:hover {
	background-position: 0 -29px;
}
.NavMenu #allListings {
	width: 105px;
	background-position: -110px 0;
}
.NavMenu #allListings:hover {
	background-position: -110px -29px;
}
.NavMenu #localInfo {
	width: 95px;
	background-position: -215px 0;
}
.NavMenu #localInfo:hover {
	background-position: -215px -29px;
}
.NavMenu #aboutUs {
	width: 90px;
	background-position: -310px 0;
}
.NavMenu #aboutUs:hover {
	background-position: -310px -29px;
}
.NavMenu #contactUs {
	width: 105px;
	background-position: -400px 0;
}
.NavMenu #contactUs:hover {
	background-position: -400px -29px;
}
.NavMenu #links {
	width: 63px;
	background-position: -505px 0;
}
.NavMenu #links:hover {
	background-position: -505px -29px;
}
.NavMenu .menuText {
	display: none;
}

.Center {
	border: solid 1px #E7E7E7;
	margin-left: 17px;
	margin-right: 17px;
	background-color: #FFF;
	padding-bottom: 10px;
	min-height: 500px;
}

.QuickSearch {
	background-image: url(/sites/www.strattonhome.com/graphics/quick_search.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	clear: both;
	float: left;
	padding: 30px 0 0 5px;
	width: 150px;
}

.QuickSearch .Label {
	display: block;
	width: 110px;
}

.Content {
	padding: 10px;
	float: left;
}

.Footer {
	clear: both;
	text-align: center;
	padding: 5px;
}

.SearchResultsList {
	float: left;
}

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

.SearchResult .TopRow {
	background-color: #A6B8CB;
}

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

.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 .Photo {
	width: 290px;
	height: 218px;
	float: left;
	padding: 4px;
}

.gwt-TabBarFirst {
	display: none;
}

.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;
	padding: 5px;
	width: 230px;
}

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

.SearchResult .Data .Label {
	color: #008;
	font-weight: bold;
	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 {
	width: 520px;
	float: left;
}

.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 {
	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: 260px;
	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 .Label {
	display: block;
	width: 110px;
	float: left;
	font-weight: bold;
}

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

.Spacer {
	clear: both;
}

#featuredPropertyRotator {
	width: 550px;
}
#featuredPropertyRotator img {
	display: block;
	padding:0;
	margin:0;
	width: 540px;
	height: 406px;
	float: none;
}
#featuredPropertyRotator h1 {
	display: none;
}
#featuredPropertyRotator .Info {
	padding: 10px 0 0 0;
	clear: both;
}