@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

body  {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	background: #4a71a1;
	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;
}

h1, h2, h3 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #1a2025;
}

h1 {
	font-size:1.8em;
}

p {
	font-size:90%;
}

a:link {color:#183D69;}

a:visited {color:#5D54AB;}

a:hover, a:active {color:#330000;}


.twoColFixLtHdr #container { 
	width: 850px;  
	background: #FFFFFF;
	margin: 1em auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #a3aab1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden; /* fix for leftnav to match mainContent height */
	
} 
.twoColFixLtHdr #header { 
	height:160px;
	padding: 0;
	margin: 0;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	background-color: #a3aab1; 
} 

#header p {
	margin: 0;
}

#topbar {
	height:18px;
	background-color:#b6cadb;
}

#address {
	width:10em;
	font-weight:bold;
	padding-top:27px;
	margin-left:auto;
	margin-right:0;
	text-align:center;
	padding-right:2em;
}

.twoColFixLtHdr #sidebar1 {
	padding: 2px 10px 0px 0px;
	background-color: #b6cadb;
	border-right:1px solid #8c8c8c;
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
	
}

.twoColFixLtHdr #sidebar2 {
	border-right:1px solid #b3b3b3;
}

.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-right:1px solid #d1d1d1;
	margin:0;
	
}

.twoColFixLtHdr #sidebar1 #nav {
	border-top:1px solid #a3aab1;
	border-right:1px solid #a3aab1;
	border-bottom: 1px solid #a3aab1;
	padding:2px 15px 2px 0px;
	text-align:right;
}

#nav a {
	display:block;
	text-decoration:none;
	padding:12px 2px 0px 0px;
	
}

#nav a:link, #nav a:visited {
	color:#2e595d;
}

#nav a:hover, #nav a:active {
	color:#330000;
	background-color:#dbe5ed;
}

.twoColFixLtHdr #sidebar1 #nav ul {
	list-style-type:none;
	font-size:80%;
}

#nav ul li{
	padding-top:1px;
	border-bottom:1px dotted #999999;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 55px 20px 20px 70px;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
} 

#mainContent ul, #mainContentli {
	font-size:90%;
}

.twoColFixLtHdr #content { 
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	background-color:#FFFFFF;
	} 

.twoColFixLtHdr #footer { 
	width:850px;
	margin: 0 auto 1em auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px; 
	background:#3d4b56; 
	border-top:1px solid #999999;
	border-bottom:2px solid #999999;
} 

#footer span {
	color:#1a2025;
}

#footer a {
	font-size:55%;
	text-decoration:none;
	color:#b6cadb;
}

#footer a:hover, #footer a:active {
	text-decoration:underline;
}

#copy {
	width: 850px;  
	margin: 1em auto;
	text-align: left; 
	color:#999999;
	font-size:80%
}

#copy a {
	font-size:70%;
	text-decoration:none;
	color:#1a2025;
}

table.properties ul {
	font-size:90%;
	
	margin:0;
}

table.properties th {
	border-right:1px solid #999999;
	text-align:right;
}

table.properties td, table.properties th {
	vertical-align:top;
	border-bottom:1px solid #999999;
	padding:1em;
}

#gallery {
	padding:1em;
	height: expression( this.scrollHeight < 634 ? "633px" : "auto" ); /* sets min-height for IE */
	min-height: 633px; /* sets min-height value for all standards-compliant browsers */

}

table.gallery {
	width:90%;
	border:none;
	font-size:90%;
}

table.gallery td, table.gallery th {
	vertical-align:top;
	padding:.5em;
	text-align:left;
}

table.gallery a {
	font-size:80%;
}

table.gallery .sold td{
	background-color:#999999;
}

table.gallery .title td{
	font-size:70%;
	vertical-align:top;
	padding-top:0;
	text-align:center;
}

#contact, #agents {
	border:2px solid #333333;
	background-color:#FFFFFF;
	}

#contact td, #agents td {
	border-bottom:1px solid #999999;
}


#contact p, #agents p {
	padding: 0;
	margin:0;
}

#agents td {
	padding:12px;
}

.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;
}


