#header {
/*	background-color: #f8f6e8; */
/*	background-color: #012501; */
	background-color: #d6c39f;
	background-color: #c9b185;
/*	background-color: #008e32;*/
	padding: 0 5px;
	background-repeat: repeat-y;
	margin: 0;
	background-image: url('headerbg.png');
	background-position: 96%;
	position: relative;
	z-index: 100;
}

.intro #header {
	padding: 0 5px;
	margin: 200px 0;
	background-image: none;
}

#header img {
	vertical-align: bottom;
}

body {
	margin: 0 auto;
	font-family: sans-serif;
}

#intro {
	display: block;
	text-align: center;
}

#intro img {border: none}

html {
	background-color: #f8f6e8;
	overflow: auto;
	font-size: 10pt;
}

#content {
	background-color: white;
	background-image: url('pagebg.png');
	background-repeat: repeat-y;
	background-position: 96% 0%;
	padding-left: 60px;
	position: absolute;
	top: 89px;
	bottom: 0;
	left: 0px;
	right: 0px;
}


.intro #content {position: relative; top: 0px; padding-left: 0}

#contentframe {
	overflow: auto;
	position: absolute;
	top: 0;
	bottom: 25px;
	left: 60px;
	right: 0;
	height: auto;
}

.intro #contentframe {
	display: none;
	overflow: hidden;
	left: 0;
}

.contentpadding {
	padding: 10px 20px;
}

#content p {text-align: justify}

#headerbar {
/*	float: left;*/
	position: absolute;
	left: 0px; top: 0px;
	bottom: 0px;
	width: 60px;
/*	background-color: #d6c39f;*/
	background-color: #dac8a7;
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: solid #c0b092 1px;
}

#headerbar h2 {display: none}

* html #headerbar {
	height: expression(document.getElementById('content').offsetHeight + "px");
}

.intro #headerbar {width: 0px}

#headerbar img {
	padding: 10px 12px;
}

.intro #headerbar img {display: none}

#linksbar {clear: both; margin-left: 0; position: absolute; bottom: 0px; width: 100%; height: 25px; z-index: 200}
#linksbar ul {display: block; margin: 0; text-align: center}
#linksbar ul li {display: inline}

#linksbar, #linksbar a {color: black; background-color: #d6c39f; font-weight: bold}

.intro #linksbar ul {visibility: hidden}

.intro #linksbar {background-color: #f8f6e8} 


ul.links a {
	padding: 0 5px;
	font-size: 9pt;
	text-decoration: none;
}

/*
ul.links a:hover {
	color: #CFC;
	position: relative;
	bottom: 20px;
	padding-bottom: 20px;
	background-color: black;
	-moz-border-radius: 4px;
	padding-top: 1px;
}*/

.photobar {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.photobar img {display: block; cursor: pointer; margin-bottom: 0; border: 0}

.photobar img:hover {opacity: 0.7}

.photobar.nohover img:hover {opacity: 1}
.photobar.nohover img {cursor: default}

.photobar.photobar_right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

#largeimdiv {
	position: absolute;
	left: 310px;
	top: 74px;
	z-index: 10;
	width: auto;
}

* html #largeimdiv {top: 73px}

#largeimdiv img {cursor: pointer}

#largeimdiv img.enlarged {
/*	border: solid silver 1px;
	background-color: white;
	padding: 5px;*/
	width: 696px;
	cursor: auto;
}

#largeimdiv p {position: absolute; bottom: 0; left: 0; right: 0; width: 40%; text-align: justify; padding: 0.2em 0.4em; color: white;}

.intropic {
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
}

* html .intropic {width: evaluate(document.body.offsetWidth + 'px')}

.infopointim {position: absolute}

ul.infopoints li {position: absolute; background-color: #f8f6e8; padding: 2px 5px 2px 22px; border: solid #d3cea9 1px; z-index: 2; -moz-border-radius: 6px; line-height: 1.5em; z-index: 2; list-style: none; cursor: text}
ul.infopoints li img {position: absolute; top: -5px; left: -5px; visibility: visible; cursor: default}

#slideshow {overflow: auto; position: relative; width: auto; height: 500px; cursor: e-resize}
#slideshow_scroller {width: 7172px; position: absolute; top: 0; left: 0}

#transbar {position: absolute; background: url('pagebg_trans.png') repeat-y top right;
	   right: 3.7%; top: 0; width: 113px; height: 480px;
	   z-index: 1;
	   cursor: e-resize;
	   }

#transbar.full {right: 3.5%; height: 100%; cursor: default}

* html #transbar {	 
	   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/pagebg_trans.png',sizingMethod='scale');
	   background-image: none;
}

/*
* html #transbar {
	   filter:alpha(Opacity=40);
}
*/

#logos { float: right; width: 61px; text-align: center; margin-right: 150px}
#logos img {
	padding-bottom: 20px;
}


.forsaleblock {height: 195px; padding: 1px;}

h3 {margin-top: 2em}
