body {
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.header {
	background: url("bannernotext.jpg") no-repeat top; /* 780 * 160 */
	width: 780px;   
	height: 100px;
	margin: 50px auto 0px auto;
	position: relative;
	padding: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686663;
}

.container {
	background-color: #eae8e8;
	margin: 0 auto;
	width: 780px;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #686663;
}

.content {
}

#headerButtons{
	position:absolute;
	top: 80px;
	left: 125px;
}

ul.headerButton {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

ul.headerButton li {
	margin-right: 30px;
	text-align: center;
	padding: 3px;
	width: 100px;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #686663;

	background-color: #ccf;
	background-color: #9BB9FF;
	background-color: #B5CCFF;
	
}

ul.headerButton li.selected {
	color: #ff9;
	background-color: #99f;
	background-color: #7AA2FA;

}

ul.headerButton a {
	text-decoration: none;
	color: #ff9;
}

ul.headerButton a:hover{
	color: #686663;
}
div.imgPics {
	background-color: #fff;
	width: 710px;
	padding: 10px 5px;
	margin: auto;
}
div.extLink {
	text-align:center;
}
div.contactExtLink {
	position: absolute;
	top: 354px;
	width: 780px;
	left: 0px;
}
div.extLink a{
	font-size: 8pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	text-align:center;
	color: #686663;
	padding-bottom: 10px;
}

#placeDetails {
	padding: 5px 0px 3px 0px;
	margin: auto;
	font-family: arial bold;
	font-weight: bolder;
}

#placeAddress {
	font-size: 15px;
	color: #000;
	padding-right:10px;
}

#placePrice{
	font-size: 12px;
	color: #666;
}

.contact {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #686663;
}

#gallery {
	margin-top: 20px;
	font-family: arial, sans serif;
	font-size: 9pt;
	font-weight: bold;
}

.homeInfo {
	padding-left: 60px;
	padding-Right: 60px;
	padding-bottom: 10px;
	color: #002851;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	background: url("housebkgr	nd.jpg") no-repeat top;
	height: 484px;
}

.contactLeft {
	left: -1px;
	z-index: 2;
	position: absolute;
	top: 27px;
	background-color: #ffb;
	width: 190px;
	height: 270px;
	margin-bottom: 0px;
	border-left: 1px solid #686663;
	border-bottom: 1px solid #686663;
	text-align: left;
	padding: 20px;
	margin: 0px;
	font-family: arial;
	font-size: 8pt;
}

.contactCenter {
	position: absolute;
	width: 520px;
	height: 270px;
	top: 27px;
	left: 220px;
	margin: 0px;
	padding: 20px;
	background-color:#fff;
	z-index: 1;
	border-right: 1px solid #686663;
	border-bottom: 1px solid #686663;
}

.contactLeft td{
	font-family: arial;
	font-size: 8pt;
}

.contactLeft h3{
	font-size: 15pt;
	font-weight: bold;
}

.clear {
	clear: both;
}

#contactForm{
	margin: 0px;
	padding: 0px;
	width: 504px;
	text-align: left;
}
input{
	width: 100%;
}
#contactName{
	text-align:left;	
	width: 504px;
}
#contactPhone{
	text-align:left;	
	width: 144px;
	float: left;
	margin-right:10px;
	display: inline;
}
#contactPhoneAndEmail {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

#contactPhoneAndEmail tr, #contactPhoneAndEmail td {
	margin: 0px;
	padding:0px;
	border: 0px;
	border-collapse: collapse;
}

#contactEmail{
	width: 349px;
	text-align:left;	
	float: left;
	display: inline;
}
#contactMessage{
	width: 100%;
	text-align:left;	
	float:left;
	margin-bottom:10px;
}
.contactFormHeader{
	padding-left: 2px;
	padding-top: 5px;
	font-family: arial;
	font-size: 10pt;
	font-weight: lighter;
}

.homeInfo h3{
	font-size: 14px;
	font-weight: bolder;
}