@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F0EEEA;
	margin-top: 10px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	background-image: url(/images/ornamentLargeGold.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(/images/gradation1.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #D8C989;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(file:///Macintosh%20HD/Users/georgelbeasley/Client%20Websites/Residential%20Websites%202008/Posh2009/ornament1.png);
	background-repeat: no-repeat;
	background-position: 900px 5px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #666666;
}
.twoColFixLtHdr #container #sidebar1 li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: none;
	list-style-type: none;
	display: list-item;
	line-height: 20px;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #666666;
	text-decoration: none;
	padding-left: 3px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EEE7CB;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #313B66;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C9B45B;
	padding-left: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .intro {
	width: 750px;
	float: left;
	margin: 0px;
	height: 400px;
}
.twoColFixLtHdr .footer2 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
.twoColFixLtHdr .footer2 p {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	padding-left: 2px;
}
.twoColFixLtHdr #container #mainContent .featuredListing {
	float: right;
	width: 375px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #313A65;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -1px;
	font-weight: normal;
}
.padright {
	padding-right: 8px;
}
.style3 {
	color: #313B66;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .featuredListing a {
	color: #2B3460;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .mapInfo {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AAA1B3;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
}
select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}
.mapImage {
	padding: 2px;
	border: thin solid #DBD8CE;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .topNeighborhoods {
	width: 220px;
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(/images/gradation2.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .mostExpensive {
	float: left;
	width: 230px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	background-image: url(/images/gradation2.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .ads {
	float: left;
	width: 225px;
	margin-top: 15px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
	background-image: url(/images/gradation2.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(/images/gradation3.png);
	background-repeat: repeat-x;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DBD8CE;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #323B66;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.subhead {
	font-size: 10px;
	font-weight: bold;
	color: #C9B45B;
	padding-top: 5px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .topNeighborhoods p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .topNeighborhoods #button {
	background-color: #C9B45B;
	margin: 0px;
	border: 1px solid #3C2D59;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.featuredHeader {
	background-color: #C9B45B;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: normal;
	color: #FFFFFF;
	margin-right: 150px;
	background-image: url(file:///Macintosh%20HD/Users/georgelbeasley/Client%20Websites/Residential%20Websites%202008/Green%20Lake/Website/Images/ornament1.png);
	background-repeat: no-repeat;
	background-position: -2px -3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 0px;
}
.featuresHead {
	background-color: #C9B45B;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .featuredListing img {
	margin: 0px;
}
.twoColFixLtHdr .footer2 a {
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr .footer2 a:hover {
	color: #666666;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer p {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent .map iframe {
	border: 2px solid #D8C989;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 input {
	font-size: 11px;
	color: #2B3460;
	background-color: #C9B45B;
	padding-top: 3px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #container #mainContent .tour {
	padding-left: 40px;
	background-image: url(/images/car2.png);
	background-position: 525px 275px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.twoColFixLtHdr #container #mainContent .tour .tourText {
	width: 400px;
}
.twoColFixLtHdr #container #mainContent .map .NeighborhoodCopy {
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.twoColFixLtHdr #container #mainContent .map .NeighborhoodImage {
	width: 360px;
	margin-left: 300px;
	padding-top: 50px;
	padding-left: 40px;
}
.twoColFixLtHdr #container #mainContent .map .NeighborhoodImage iframe {
	background-color: #FFFFFF;
	padding: 2px;
	border: thin solid #999999;
}
.twoColFixLtHdr #container #mainContent .map .NeighborhoodCopy a {
	color: #5D688D;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .map .NeighborhoodCopy a:hover {
	color: #2B3460;
	text-decoration: underline;
}
.smallText {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .mostExpensive li {
	list-style-type: square;
	font-size: 14px;
	color: #313A65;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .mostExpensive a:hover {
	text-decoration: underline;
	color: #C9B45B;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .mostExpensive a {
	color: #454D78;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .ads a {
	color: #353E68;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .luxuryHomes .ads a:hover {
	color: #C9B45B;
	text-decoration: underline;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313A66;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.twoColFixLtHdr #container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #EEE7CB;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .contact {
	padding-top: 30px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent .contact .contactForm {
	width: 400px;
	padding: 10px;
	border: 1px solid #999999;
	background-color: #EEE7CB;
	margin-left: -10px;
}
.contactInfo {
	font-size: 18px;
	color: #666666;
}
.twoColFixLtHdr #container #mainContent .SelectanAgent {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent .SelectanAgent img {
	padding-right: 20px;
	padding-left: 50px;
}
.twoColFixLtHdr #container #mainContent .about {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent .about img {
	padding: 5px;
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .about h1 {
	padding-top: 20px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent .about p {
	width: 500px;
}
.imagePadRight {
	padding-right: 20px;
	margin-right: 20px;
}
.twoColFixLtHdr #container #mainContent .about a {
	color: #666666;
	text-decoration: underline;
}
.imagePadLeft {
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .about a:hover {
	color: #444B78;
}
.twoColFixLtHdr #container #mainContent .buying {
	padding: 30px;
}
.twoColFixLtHdr #container #mainContent .buying a {
	color: #444B78;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .buying a:hover {
	color: #C9B45B;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .buying p {
}
.twoColFixLtHdr #container #mainContent .buying img {
	padding-left: 70px;
}
.search {
	color: #993300;
}
.mediumText {
	font-size: 12px;
	background-color: #CCCCCC;
	padding-top: -10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 .neighborhoods {
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-position: -5px -5px;
	margin-bottom: 20px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	float: left;
	width: 150px;
}
.twoColFixLtHdr #container #sidebar1 .neighborhoods h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.twoColFixLtHdr #container #sidebar1 .neighborhoods #form2 {
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 .neighborhoods #form2 #jumpMenu2 {
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 65px;
}
.twoColFixLtHdr #container #sidebar1 #form2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 35px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 #form2 #jumpMenu2 {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .georgebeasley {
	background-image: url(/images/george4.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	padding-top: 30px;
	padding-right: 350px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent .intro .indexSearchPane {
	width: 250px;
	margin-left: 30px;
	border: 1px solid #FFFFFF;
	background-color: #EEE7CB;
	-moz-opacity: .90;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 210px;
	filter: alpha(opacity=90);
	opacity: .90;
	background-image: url(/images/ornamentLarge.png);
	background-repeat: no-repeat;
	background-position: -10px -5px;
}
.twoColFixLtHdr #container #mainContent .intro {
	background-image: url(/images/skyline.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 779px;
	margin-bottom: 10px;
}
.twoColFixLtHdr .footerSEOText {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 250px;
	padding-left: 20px;
}
.twoColFixLtHdr .footerSEOText .topNeighborhoods p {
	font-size: 12px;
	color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent .intro .indexSearchPane #form {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .intro .indexSearchPane #form #jumpMenu {
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent .intro .indexSearchPane h4 {
	font-size: 14px;
	font-weight: normal;
	color: #313A66;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 #form2 div {
	margin: 0px;
}
