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

/*****************************/
/********** Header ***********/
/*****************************/
.header {
	background: url("bannernotext.jpg") no-repeat top; /* 850 * 107 */
	width: 850px;
	height: 107px;
	margin: 20px auto 0px auto;
	position: relative;
	padding: 0px;
	text-align: left;
}

.container {
	background-color: #452A15;
	margin: 0 auto;
	width: 850px;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
}

#headerButtons{
	position:absolute;
	top: 84px;
	left: 12px;
}

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

ul.headerButton li {
	margin-right: 20px;
	width: 100px;
	color: #000000;
	padding: 2px;
	background-color: #FFCC00;
	border-width: 1px;
	border-style: solid;
	border-color: #BD2203;
	text-align: center;
	float: left;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

ul.headerButton li.selected {
	background-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	border-color: #BD2203;
}

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

ul.headerButton a:hover{
	color: #FF0000;
}

#placeDetails {
	padding: 5px 0px 3px 0px;
	margin: auto;
	font-family: arial bold;
	font-weight: bolder;
	background-color: #452A15;
	border-color: #F47504;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}

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

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


/*****************************/
/********** Content **********/
/*****************************/
.content {
	padding:8px;
	background-color: #452A15;
	border-color: #F47504;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

div.extLink {
	text-align:center;
	margin-bottom: 20px;
}
div.extLink a{
	font-size: 8pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	text-align:center;
	color:#000000;
}

/*****************************/
/******** Virtual Tour *******/
/*****************************/
div.imgPics {
	background-color: #fff;
	width: 700px;
	padding: 1px;
	margin: auto;
}

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

/*****************************/
/********* Home Info *********/
/*****************************/
.homeInfo {
	padding-left: 60px;
	padding-Right: 60px;
	padding-bottom: 10px;
	color: #002851;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	background: url("housebkgrnd.jpg") no-repeat top;
	height: 484px;
}
.homeInfo h3{
	font-size: 14px;
	font-weight: bolder;
}


/*****************************/
/********** Contact **********/
/*****************************/
.contact {
}

.contactLeft {
	left: 1px;
}
.contactRight {
	right: 1px;

}

.contactLeft, .contactRight  {
	position: absolute;
	z-index: 2;
	top: 30px;
	background-color: #691200;
	width: 185px;
	height: 377px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	text-align: left;
	padding: 10px;
	margin: 0px;
	font-family: arial;
	font-size: 8pt;
	color: #fff;
}

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

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

.contactCenter {
	height: 344px;
	margin: 0px 200px;
	padding: 20px;
	background-color:#452A15;
	z-index: 1;
}

.clear {
	clear: both;
}

#contactForm{
	margin: 0px;
	padding: 0px;
	width: 315px;
	text-align: right;
}
input{
	width: 100%;
}

#contactName, #contactPhone, #contactEmail, #contactMessage{
	text-align:left;	
	display: inline;
	float: left;
}
#contactName{
	width: 315px;
}
#contactPhone{
	width: 100px;
	margin-right:10px;
}
#contactEmail{
	width: 205px;
}
#contactMessage{
	width: 315px;
}

.contactFormHeader{
	padding-left: 2px;
	padding-top: 5px;
	font-family: arial;
	font-size: 10pt;
	font-weight: lighter;
	color: #fff;
}

.submit{
	background-color: #691200;
	font-weight: bold;
	color: #fff;
	border: 1px solid white;
	width: 318px;
	margin-top: 3px;
}
