* html #footer {
top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
    position:absolute;
}
* html {/* stop jitter by adding a 1px transparent gif to background of html*/
    background-image: url(../Photos/cleardot.gif);
}
#header {
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:128px;
	z-index:1;
}
#sidebar {
	position:absolute;
	left: 0px;
	top: 128px;
	width:237px;
	height:700px;
	z-index:0;
	overflow: hidden;
}
#sidebar #oldad {
	position: absolute;
	top: 55px;
}
#sidebar #cleveinfo {
	width: 90%;
	margin: 40px auto 0 auto;
	border: 3px solid #008542;
	background: #fff;
	text-align:center;
}
#sidebar #cleveinfo p {
	margin: 1em 0 0 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}
#sidebar #cleveinfo h4, #sidebar #cleveinfo h5 {
	margin: 1em 0 0 0;
	font: bold 0.9em Helvetica, Arial, Geneva, sans-serif;
}
#sidebar #cleveinfo h4 a {
	color: #808040;
	margin: 1em 0 0 0;
	text-decoration: none;
}
#sidebar #cleveinfo h4 a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar #cleveinfo p.hilite a {
	color: #FFF;
	background: red;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	line-height: 2em;
	padding: 0em 0.2em 0 0.2em;
	text-decoration: none;
}
#sidebar #cleveinfo p.hilite a:hover {
	color: #ffcb45;
	background: #008542;
	text-decoration: underline;
}
#sidebar #cleveinfo p a {
	color: #000;
	text-decoration: none;
}
#sidebar #cleveinfo p a:hover {
	font-weight: bold;
	color: #008542;
	text-decoration: underline;
}
#havppage #sidebar {
	overflow: visible;
}
#sidebar #havp {
	width: 90%;
	margin: 15px 0 0 0;
}
#sidebar #havp h3 {
	text-align: center;
	margin: 1em 0 0.5em 0;
	color: #008542;
	font-size: 0.9em;
	border-bottom: 1px solid #008542;
}
#sidebar #havp p {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0 1em 1em 1em;
}
#menubar {
	position:absolute;
	margin: 0;
	padding: 0;
	left:237px;
	top:128px;
	width:763px;
	height:55px;
	z-index:18;
}
/* styles for content block and contained panels */
#content {
	position:absolute;
	left:258px;
	top:160px;
	width:542px;
	margin-bottom: 300px;
	height:100%;
	z-index: 1;
}
/* override content width for 2-column pages */
/* assign class="fullwidth" to content div on those pages */
#content.fullwidth {
	width: 700px;
}
#content p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
#content p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content p a:hover {
	color: #008542;
	text-decoration: underline;
}
#content p a:visited {
	color: #999;
}
#content ul {
	margin: 0 0 0 2em;
	padding: 0;
}
#content ul li {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
#content #clevephotoplayer {
	float: right;
	top: 100px;
	right: 0;
}
/* style for contacts table*/
#content #contactstable {
	font: normal 0.8em Helvetica, Arial, Geneva, sans-serif;
}
#content #contactstable h3 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	text-align: center;
}
#content #contactstable .cname {
	font-weight: bold;
}
#content #contactstable .ctitle {
	font-style: italic;
}
#content #contactstable .clocations {
	font: bold 0.9em Helvetica, Arial, Geneva, sans-serif;
}
#content #contactstable .contactheader {
	background: #008542 url(../Photos/bgtile-black.gif) repeat-x 0 50%;
}
#content #contactstable td a {
	color: #222;
}
#content #contactstable a:hover {
	color: #FFF;
	background: #008542;
}
#photopanel {
	position:absolute;
	left: 0;
	top: 40px;
	width: 230px;
	height: 420px;
	text-align: center;
	border: 2px solid #EEE;
	z-index:16;
}
#timelapsepanel {
	position:absolute;
	left: 250px;
	top: 40px;
	width: 420px;
	height: 420px;
	border: 2px solid #EEE;
	z-index:19;
}
#gallerygrid {
	position:absolute;
	left: 0;
	top: 40px;
	width: 90%;
	z-index:17;
	border: 2px solid #EEE;
	background-color: #FFF;
}
#gallerygrid table {
	margin: 0 auto 0 auto;
}
#gallerygrid .gridlabel {
	margin: 0.5em 0 0 0;
	padding: 0;
	text-align: center;
	font: normal 0.7em Helvetica, Arial, Geneva, sans-serif;
}
/* style for request forms*/
#Info_Request {
	width: 90%
}
#Info_Request p {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.7em;
}
#Info_Request legend {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #008542;
}
#Info_Request input#FirstName, #Info_Request input#LastName, #Info_Request input#Email, #Info_Request input#Phone2 {
	color: red;
	font-weight: bold;
}
.formhilite {
	color: red;
}
#scroller {
	position:absolute;
	left:820px;
	top:183px;
	width:180px;
	height:217px;
	z-index:17;
	background-color: #FFFFFF;
}
#photoview {
	position:absolute;
	left:820px;
	top:400px;
	width:180px;
	height:182px;
	overflow: hidden;
	z-index: 90;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 1000px;
	height: 40px;
	background: #008542 url(../Photos/footer-bg.gif) repeat-x 0 50%;
	z-index: 100;
}
#footer p {
	padding: 0;
	margin: 4px 0 0 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #fff;
}
#footer .update {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: italic;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffcb45;
	text-decoration: underline;
}
/* misc class styles */
.photoleft {
	float: left;
	border: 1px solid black;
	margin: 0 0.5em 0 0;
}
.photoright {
	float: right;
	border: 1px solid black;
	margin: 0 0 0 0.5em;
}
/*was .style3*/
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #808040;
}
h1 {
	font-size: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #808040;
}
