body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #ECE9D8;
}
bgtop {
	background-color: #ECE9D8;
}
.top {
	line-height: 12px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.middle {
	background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom {
	line-height: 12px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom_menu {
	background-image: url(../images/bottom_menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottom_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.left {
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.right {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #333333;
}

.leftbody_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}
.page_title {
	font-family: Tahoma, Verdana;
	font-size: 18px;
	line-height: 22px;
	color: #AC2F2B;
	text-decoration: none;
	font-weight: normal;
}
.testimonial {
	font-family: Tahoma, Verdana;
	font-size: 16px;
	line-height: 18px;
	color: #AC2F2B;
	text-decoration: none;
	font-weight: normal;
}
.rightbody_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.right_title {

	font-family: Tahoma, Verdana;
	font-size: 17px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
}
.pagesubtitle {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #AC2F2B;
}
.thumb_spacingonright {
	padding-right: 5px;
}
.white_line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.leftbody_textwline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}
.rightline {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.page_titlesmaller {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	line-height: 17px;
	color: #AC2F2B;
	text-decoration: none;
	font-weight: bold;
}
/**Lightbox**/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;
	}

#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;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #333333; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
.disclaimer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
}.view_galley {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

