/* using separate CSS for inside pages because page width is wider than home page */
body {
	margin: 20px 0px 0px 0px;
	text-align: center;
	min-width: 770px;
	background-color: #320308;
}
/*inside page has different background color - attached body id of "inside" to change color*/
#inside {
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-width: 370px;
	background-color: #FFFFFF;
}
/*now target iframes thumbnail pages body id with the following*/
#inside-thumbs {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	min-width: 315px;
	text-align: left;
}
#inside-properties {
	background-color: #e6e0d3;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 242px;
	text-align: left;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
/*body and wrapper width is different for home page and inside pages - assigned "home" to home page body id*/
#home {
	margin: 20px 0px 0px 0px;
	text-align: center;
	min-width: 759px;
	background-color: #320308;
}
#home #wrapper {
	width: 780px;/*759*/
	margin: 0 auto;
	text-align: left;
	background-color: #e6e0d3;
}
/*body id for large images*/
#large-images {
	background-color: #320308;
	min-width: 700px;	
}

/*containers home page*/

#home-left-container {
	float:left;
	width: 441px;
	height: 465px;
	margin: 0px 0px 0px 0px;
	padding: 126px 26px 0px 26px;
	background-image:url(../index/images/left-background.jpg);
	background-repeat:no-repeat;
	text-align: left;
	
}
#home-right-container {
	float:left;
	width: 287px;/*266*/
	height: 573px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	background-color: #e6e0d3;
}

/*containers inside pages*/

#inside-header {
	float:left;
	width: 744px;
	height: 53px;
	margin: 0px 0px 0px 0px;
	padding: 47px 26px 0px 0px;
	text-align: right;
	background-image:url(../images/inside-top.jpg);
}
#main-body-container {
	float:left;
	width: 770px;
	/*height: 402px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}
#home-page-link {
	float:left;
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	text-align: right;
}

#left-container {
	float:left;
	width: 427px;
	/*height: 402px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
#right-column {
	float:left;
	width: 343px;
	/*height: 386px;*/
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	text-align: left;	
}
#left-column-image {
	float:left;
	width: 404px;
	height: 215px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 23px;	
}
#left-column-iframe {
	float:left;
	width: 390px; /*404px*/
	/*height: 156px;*/
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 23px;
	text-align: left;	
}
#left-column-iframe-copy { 
	float:left;
	width: 370px; /*370*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}

#disclaimer {
	float:left;
	width: 780px;/*759*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #320308;
}
.bodycopyMaroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660711;
	line-height:13px;
	font-weight: bold;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:14px;
}
.bodycopy  a:link {
	text-decoration: none;
	color:#660711;
}
.bodycopy  a:visited {
	text-decoration: none;
	color:#660711;
}
.bodycopy  a:hover {
	text-decoration: none;
	color:#660711;
}
.bodycopy  a:active {
	text-decoration: none;
	color:#660711;
}
.disclaimercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:10px;
}
.disclaimercopy  a:link {
	text-decoration: none;
	color:#FFFFFF;
}
.disclaimercopy  a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.disclaimercopy  a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.disclaimercopy  a:active {
	text-decoration: underline;
	color:#FFFFFF;
}
/* iFrame code below removed because of a bug in ie7 - places space after the scrollbar when using overflow property as hidden

iframe {
overflow-y: scroll;
overflow-x: hidden;
} 

*/ 
.listingcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #684A26;
}
.listingcopy  a:link {
	text-decoration: none;
	color: #684A26;
}
.listingcopy  a:visited {
	text-decoration: none;
	color: #684A26;
}
.listingcopy  a:hover {
	text-decoration: underline;
	color: #684A26;
}
.listingcopy  a:active {
	text-decoration: underline;
	color: #684A26;
}
.virtualtourcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #78070C;
}
.virtualtourcopy  a:link {
	text-decoration: none;
	color:#78070C;
}
.virtualtourcopy  a:visited {
	text-decoration: none;
	color:#78070C;
}
.virtualtourcopy  a:hover {
	text-decoration: underline;
	color:#78070C;
}
.virtualtourcopy  a:active {
	text-decoration: underline;
	color:#78070C;
}

.addresscopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #78070C;
}
.listingcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #684A26;
}
.closewindowcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}
.closewindowcopy  a:link {
	text-decoration: none;
	color:#FFFFFF;
}
.closewindowcopy  a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.closewindowcopy  a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.closewindowcopy  a:active {
	text-decoration: underline;
	color:#FFFFFF;
}



