@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#container  {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #436083;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 284px;
}
#topNavbar  {
	background: #977c5c;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#topNavbar ul , #bottomNavbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topNavbar li , #bottomNavbar li{
	float: left;
}
#topNavbar ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: 16px;
	margin-left: 16px;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
}
#topNavbar ul a:hover , #bottomNavbar ul a:hover{
	color: #163257;
}
#bottomNavbar {
	background: #977c5c;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 85px;
}
#bottomNavbar ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	font: 12px/14px Verdana, Geneva, sans-serif;
	margin-right: 10px;
}
#mainContent  {
	padding: 10px 20px;
	color: #FFF;
	border-top: 0px solid #163257;
	font-size: 12px;
	line-height: 18px;
}
#footer  {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#163257;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.tagLine {
	text-align: right;
	margin: 10px 20px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
.ownedOperated {
	font-size: 11px;
}
#mainContent.mainContentRTpadding {
	padding-right: 200px;
}
#mainContent #homeFeaturedContainer {
	background: #163257;
	border: 1px solid #FFF;
	padding: 10px;
	font-size: 12px;
	width: 500px;
	float: left;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearFloat {
	font-size: 0px;
	line-height: 1px;
	clear: both;
}
#fastTrackList {
	padding: 0px;
	list-style: none;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#fastTrackList a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	padding-left: 30px;
}
#fastTrackList a:hover {
	text-decoration: underline;
}
#connieContainer {
	position: absolute;
	width: 170px;
	top: 336px;
	right: 10px;
	background: #977C5C;
	padding: 5px;
}
#connieContainer #connieContainerInner {
	padding: 10px 5px;
	border: 1px solid #FFF;
	text-align: center;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
}
#connieContainerInner h2 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#connieContainerInner p {
	margin: 5px 0px;
	padding: 0px;
}
#mainContent #featuredcontainer {
	float: left;
	height: 130px;
	width: 140px;
	margin: 5px 0px 15px 3px;
	padding: 10px;
	font: 10px/140% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}.featuredThumbnail {
	border: 1px solid #FFF;
}
img {
	border-style: none;
}
.seeAllListings {
	text-align: right;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.PropertyInfo {
	margin: 5px 0px 10px;
	padding: 0px;
}
#mainContent #listingsContainer {
	background: #163257;
	border: 1px solid #FFF;
	padding: 10px;
	font-size: 12px;
	width: 725px;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
#mainContent  #featured2Container {
	float: left;
	height: 130px;
	width: 200px;
	margin: 10px 0px 35px 15px;
	padding: 10px;
	font: 10px/140% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#connieContainer  #connieContainerInner .normalCase {
	font-variant: normal;
}
.status {
	color: #977c5c;
}
#connieContainer #connieContainerInner .smaller {
	font-size: 10px;
}
#propertyContainer, #innerMainContent {
	background: #153158;
	border: 2px solid #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
#mainContent #largephoto {
	float: left;
	margin-right: 15px;
}
#mainContent #LargeImageContainer {
	height: 390px;
	width: 569px;
	float: left;
	margin-right: 0px;
}

#mainContent #thumbnails {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	z-index: 1;
	text-align:right;
}
#mainContent #thumbnails2 {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	visibility: hidden;
	z-index: 2;
	text-align:right;

}
#mainContent #thumbnails3 {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	visibility: hidden;
	z-index: 3;
	text-align:right;
}
#mainContent #thumbnails4 {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	visibility: hidden;
	z-index: 4;
	text-align:right;
}
#mainContent #thumbnails5 {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	visibility: hidden;
	z-index: 5;
	text-align:right;
}
#mainContent #thumbnails6 {
	position: absolute;
	height: 60px;
	width: 345px;
	left: 610px;
	top: 435px;
	visibility: hidden;
	z-index: 6;
	text-align:right;
}



#mainContent #thumbnails img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
#mainContent #thumbnails2 img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
#mainContent #thumbnails3 img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
#mainContent #thumbnails4 img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
#mainContent #thumbnails5 img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
#mainContent #thumbnails6 img {
	margin: 5px 5px 1px 0px;
	height: 69px;
	width: 110px;
	cursor: pointer;
}
.artscontainer {
	width: 800px;
}


#mainContent #ListingDescription {
	margin-top: 0px;
	clear: both;
}
#LargeImageContainer #largephoto {

}
#mainContent #ListingDescription {
	line-height: 160%;
}
#propertyContainer #listingspecs {
	font-size: 12px;
	line-height: 220%;
	padding-left: 15px;
	position: absolute;
	left: 600px;
	top: 620px;
}
#propertyContainer .FeaturedListingHeading {
	font: bold 18px/120% Georgia, "Times New Roman", Times, serif;
	margin: 5px 0px;
	padding: 0px;
}
#propertyContainer .Specifications {
	margin: 0px 0px 5px;
	padding: 0px;
	font: bold 11px/14px Georgia, "Times New Roman", Times, serif;
}
#propertyContainer .openHouse {
	margin: 0px 0px 0px 500px;
	padding: 0px;
	font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #666;
}
#container #contactContainer {
	background: #163257;
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.mortgageandtitletable {
	padding-left: 20px;
}
.searchtypestextWF {
	padding-left: 25px;
}
