.menutext1 { font-size: 12px; font-weight: bold; line-height: 14px; margin: 0; padding: 2px 4px 2px 10px; }
.menutext2 { font-size: 12px; font-weight: bold; line-height: 15px; margin: 0; padding: 2px 4px; }
.textmain { font-size: 12px; line-height: 19px; margin: 8px 24px; }
.text2 { font-size: 12px; line-height: 15px; margin: 6px; padding: 0; }
.headingmain { font-size: 16px; line-height: 20px; margin: 8px 24px; }
.heading2 { font-size: 13px; line-height: 19px; margin: 16px 24px 8px; }
.heading3 { font-size: 13px; line-height: 19px; margin: 16px 4px 8px; padding: 0; }
.heading4 { text-align: center; margin: 8px 2px; padding: 0; }
.headingfront { color: #fff; font-size: 17px; line-height: 22px; margin: 2px; }
.comments { color: #fff; font-size: 13px; line-height: 16px; margin: 2px; padding: 2px; }

.commentscontainer {
	display: -moz-inline-box;	/* firefox 2 */
	display:inline-block;
	width:275px;
	margin: 35px 10px 10px;
}

* html .commentscontainer { display:inline; }  /* for IE 6 */
* + html .commentscontainer { display:inline; }  /* for IE 7 */

#contact_details {
	width: 150px;
	display: -moz-inline-box;	/* firefox 2 */
	display:inline-block;
	text-align: right;
	margin: 35px 0px 0px;
	padding: 0px;
	vertical-align: top;
}

.margin_left {
	margin-left: 25px;
}

* html #contact_details { display:inline; }  /* for IE 6 */
* + html #contact_details { display:inline; }  /* for IE 7 */

.cpyrght { color: #fff; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; margin: 6px; padding: 0; }
.leftspace1 { margin: 0 0 0 150px; padding: 0; }
.bgarrowup1 { background-image: url(../media/arrow-dbl-up-white.gif); background-repeat: no-repeat; }
.bgarrowdown1 { background-image: url(../media/arrow-dbl-down-white.gif); background-repeat: no-repeat; }
.vmenucontainer { font-weight: bold; width: 160px; height: auto; margin: 24px 2px 30px 15px; }
.textarea { margin: 24px 4px 20px; }
.textarea_gallery {
	margin: 24px 0px 20px;
}
.ldivcontainer { width: 98%; margin-left: 20px; display: inline; }
.ldiv { float: left; margin: 0; padding: 0; display: inline; }
.imagepress1 { color: #fff; font-size: 10px; line-height: 12px; text-align: left; width: 260px; float: left; margin: 2px 2px 2px 8px; padding: 1px; }
.imagepress2 { color: #fff; font-size: 10px; line-height: 12px; text-align: left; width: 175px; margin: 2px; padding: 1px; float: left; }
a.menu:link { text-decoration: none; display: block; padding: 2px 3px }
a.menu:visited { text-decoration: none; display: block; padding: 2px 3px }
a.menu:hover { text-decoration: none;}
a.menu:active { }
a.mend:link { text-decoration: none; padding: 2px 3px; display: block; }
a.mend:visited { text-decoration: none; padding: 2px 3px; display: block; }
a.mend:hover { text-decoration: none;}
a.mend:active { }
a.plain:link { color: #fff; text-decoration: none; padding: 2px 3px; }
a.plain:visited { color: #fff; text-decoration: none; padding: 2px 3px; }
a.plain:hover { color: #fff; text-decoration: none; }
a.plain:active { color: #fff; text-decoration: none; }

/* ------------------- Lightbox setup ----------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{
	padding: 10px 10px 0px;
	margin: 0px;
}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/*#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }*/
#hoverNav{
	top: 0;
	left: 0;
	height: 32px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	padding: 0px 0px 5px;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 32px;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	margin: 0px;
	padding: 0px;
}
#prevLink {
	left: 0;
	float: left;
	background: url(../jscripts/lightbox/prevlabel.gif) no-repeat left top;	/* shows prev button all the time */
	}
	
#nextLink {
	right: 0;
	float: right;
	background: url(../jscripts/lightbox/nextlabel.gif) no-repeat right top;	/* shows next button all the time */
	}

/*
#prevLink:hover, #prevLink:visited:hover { background: url(../jscripts/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../jscripts/lightbox/nextlabel.gif) right 15% no-repeat; }
*/
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0px;
}

#imageData{
	padding:0 10px;
	color: #666;
	margin: 0px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* -------------------------- END LIGHTBOX */