body, html {
	height: 100%;
}
body {
	margin: 0px;
	background: #FFFCE8;
}

img {
	border: none;
}

h3 {
	color: #7B706A;
	font: bold 17px arial;
	padding: 0px 0px 14px 0px;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: #2C2B26;
	text-decoration: none;
}
a:hover {
	color: #7B706A;
}

#container {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	height: 30px;
	background: #BCAE76;
}

#content {
	padding-bottom: 30px; /* bottom padding for footer */
	width: 830px;
}

#left {
	width: 166px;
	float: left;
}
#midcontent {
	float: left;
	color: #2C2B26;
	font: 11px/15px verdana;
}

div.footer {
	position: absolute;
	width: 100%;
	bottom:0; /* stick to bottom */
	background: #BCAE76;
	height: 22px;
	font: bold 11px verdana;
	color: #4A3C33;
	padding-top: 8px;
}
.footer div {
	padding-left: 155px;
}

div#logo {
        margin-top: 15px;
        margin-left: 10px;
}

ul.leftmenu {
	margin: 33px 0px 0px 30px;
	padding: 0px;
	list-style: none;
	color: #2C2B26;
	font: 11px/15px verdana;
}
.leftmenu a:active, .leftmenu a:link, .leftmenu a:visited {
	color: #2C2B26;
	text-decoration: none;
	padding-left: 10px;
}

.leftmenu a:hover {
        background: url('/images/dot-guld.gif') 0px 5px no-repeat;
	color: #7B706A;
}

div.topintro {
	height: 67px;
	padding-top: 23px;
	padding-left: 13px;
}
span.intro {
/*	color: #5D467C;*/
	color: #7B706A;
	font: bold 11px/15px verdana;
}

div.topmenu {
	height: 67px;
	padding-top: 23px;
	margin-left: 15px;
	text-align: center;
	width: 620px;
}
div.topmenu.wide {
	margin-left: 40px;
}

.topmenu td {
	padding-right: 30px;
	padding-bottom: 5px;
	font: bold 11px verdana;
}
.topmenu td.wide {
	padding-right: 80px;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	color: #7B706A;
}


.photothumbnails img {
   border: 2px solid #a0966c;
}

.photothumbnails a:link, .photothumbnails a:visited, .photothumbnails a:active {
   position: relative;
   display: block;
}

.photothumbnailover {
   filter:alpha(opacity=7); opacity:0.07; -moz-opacity:0.07;
   position: absolute;
   width: 80px;
   height: 120px;
   background: black;
   display: none;
   margin: 2px;
   cursor: pointer;
}




body.overlay {
	text-align:left; overflow-x: hidden;
}
body.nooverlay {
	text-align:left;
}
.overlay_pgembd {
	position: absolute; top: 0px; width: 1001px; z-index: 1000;
	background: #555555;
	opacity: 0.01; -moz-opacity: 0.01; filter:alpha(opacity=01);
}
.content_pgembd_loading {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white url('/images/pgembd/loading.gif') center center no-repeat;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd_loaded {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white;
}
.content_pgembd_init {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
}
.pgembd_cp {
	padding: 0px; margin: 0px;
	background: white;
	height: 33px; width: 34px;
	position: absolute; top: 0px; z-index: 1100;
	overflow: hidden;
}
.embdpframe {
	border: 1px solid #eeeeee;
}
.pgembd_cp A:link, .pgembd_cp A:active, .pgembd_cp A:visited {
	color: black; text-decoration: none; -moz-outline-style:none; font: 12px verdana;
}
.pgembd_cp A:hover {
	color: black; text-decoration: underline;
}

div.pgembd_hoverbutton {
	display: block;
	width: 200px;
	height: 300px;
	z-index: 3000;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background: white;
        filter:alpha(opacity=0); opacity:0.0; -moz-opacity:0.0;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_prev {
	left: 10px;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_next {
	right: 10px;
}
img#pgembd_hoverbutton_prev {
	position: absolute;
	top: 100px;
	left: 10px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0

}
img#pgembd_hoverbutton_next {
	position: absolute;
	top: 100px;
	right: 10px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0
}

div.pgembd_photoselector {
	z-index: 3001;
	right: 10px;
	bottom: 10px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0;
	background: #cccccc;
	color: black;
	font: 10px verdana;
	position: absolute;
	padding: 0px 2px 0px 2px;
}

.pgembd_photoselector ul {
        margin: 0px;
        padding: 0px;
	list-style: none;
}
.pgembd_photoselector li {
	float: left;
	padding: 2px 2px 2px 2px;
}
.pgembd_photoselector a:link.active, .pgembd_photoselector a:visited.active, .pgembd_photoselector a:active.active {
	text-decoration: underline;
        color: black;
}
.pgembd_photoselector span {
	color: black;
}





input.inputfield {
	width: 200px;
	border: 1px solid black;
}

input.inputfield.error {
	border: 1px solid red;
}

textarea.textareamessage {
	width: 300px;
	border: 1px solid black;
}

textarea.textareamessage.error {
	border: 1px solid red;
}
#contactsubmitindicator {
	visibility: hidden;
}



