@charset "UTF-8";

/* CSS Document */

body {
	margin: 3px auto 3px auto;	
	text-align:center;
	padding: 0px;
	background: #a0bcd2 url(images/bg.gif) repeat-y 50% 0;
}

.respon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}

#wrapper {
	width:754px;
	margin: 0px auto;
	background-color: #264976;
	height:100%;
}

#headerTD {
	width: 754px;
	float:left;
	height: 150px;
}

#contentTD {
	background-color: #f8ecce;
	width: 569px;
	float:left;
	text-align: left;
	}
	
	
#contentTD p{
	padding: 0px 10px 0px 10px;
	}
	
.flipbookArea {
	width: 569px;
}
.contentArea {
	width: 525px;
	float:left;
	padding: 20px 22px 10px 22px;
	background-color: #f8ecce;
	height: 100%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #294B75;
	line-height: 125%;
	font-weight: normal;
}
.contentleft {
	float:left;
	width: 255px;
	padding: 20px 22px 10px 22px;
	background-color: #f8ecce;
}

#photoright {
	float:right;
	width: 270px;
	background-color: #f8ecce;
}

#photorightsm {
	float:right;
	width: 260px;
	background-color: #f8ecce;
}

.btmcontent {
	width: 525px;
	float:left;
	padding: 5px 22px 10px 22px;
	background-color: #f8ecce;
	height:auto;
}
.btmcontent ul li{
	list-style-type: disc;
}
.contentbox {
	display:block;
	float:left;
	width: 450px;
	background-color: #f8ecce;
	margin: 15px;
	border: 1px double #333333;
}

.contentbox ul li{
	list-style-type: disc;
	
}

.photosbox {
	display:block;
	float:left;
	width: 500px;
	background-color: #f8ecce;
	height:auto;
	margin-bottom:10px;
}

.print {
	display:block;
	float:right;
	width: 80px;
	height: 40px;
}
.pagetitle {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
a:link, a:visited {
	color: #11377E;
}
a:hover, a:active {
	color: #999999;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	list-style:disc;
}





/*------------------------LEFT MENU*/

#sidebarTD {
	width: 185px;
	float:left;
	height:auto;
	background-color: #264976;
}

#sidebarAddressTD {
	width: 185px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#menubarTD {
	background-image:  url(images/bg-menubar.gif);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	width: 754px;
	float:left;
}


#menubarTD a:link, #menubarTD a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menubarTD a:hover, #menubarTD a:active {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*------------------------FOOTER*/

.imaTD {
	width: 180px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #000;
	float:left;
	padding-top:10px;
}
.imaTD a:link, a:visited {
	color: #888;
	text-decoration: none;
}
.imaTD a:hover, a:active {
	color: #888;
	text-decoration: underline;
}
.copyrightTD {
	width: 574px;
	height: 35px;
	background-color: #000;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	text-align: center;
	padding-top:10px;
}



.box {
	float: right;
	position: relative;
	width: 190px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
}
.boxleft {
	float: left;
	position: relative;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.boxright {
	float: right;
	position: relative;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.boxfull {
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.leftcolumn {
	width: 333px;
}
.propertyimgs {
	vertical-align: top;
	width: 110px;
}
.propertypic {
	border: 1px solid black;
}
.propertydoc {
	margin-top: 5px;
}
.propertydesc {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.propertyline {
	border-bottom: 1px solid #cccccc;
	height: 1px;
	margin-bottom: 5px;
}
hr {
	clear: left;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	height: 1px;
	width: 333px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
}

.highlight {
	font-weight: bold;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}

#form{
	display: block;
	float: left;
	margin:0px;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border: 2px solid #999999;
	background-color: #eeeeee;
}

.clear {clear: both;}

div.bottom_print {
	display: none; 
}