@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColLiqHdr #container {
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFD9;
	border-left: #CCCCCC solid;
	border-right: #CCCCCC solid;
	
} 
.thrColLiqHdr #header { 
	background: #DDDDDD; 
} 
.thrColLiqHdr #header h1 {
	margin: 0; 
}
.thrColLiqHdr #mainContent {
	width: 770px;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFD9;
	height: auto;
}

td { vertical-align:top; text-align:left;}

.thrColLiqHdr #footer { 
	background:#DDDDDD;
} 
.thrColLiqHdr #footer p {
	margin: 0;
}

.content {font-family:Arial, Helvetica, sans-serif; color:#666666;}

.contentheadinggrey {color:#666666; font-size: 18px; font-weight:bold;}
.contentheadingpurple { color:#993F8E; font-size:18px; font-weight:bold;}

a.footerlink {color: #527455;}

a.footerlink:link {
	color: #527455;
	text-decoration: none;
}
a.footerlink:visited {
	color: #527455;
	text-decoration: none;
}
a.footerlink:hover {
	text-decoration: underline;
}
a.footerlink:active {
	text-decoration: none;
}

.contentlink {color:#993F8E;}

a.contentlink:link {
	color: #993F8E;
	text-decoration: none;
}
a.contentlink:visited {
	color: #993F8E;
	text-decoration: none;
}
a.contentlink:hover {
	text-decoration: underline;
}
a.contentlink:active {
	text-decoration: none;
}

a:link {
	color: #527455;
	text-decoration: none;
}
a:visited {
	color: #527455;
	text-decoration: none;
}
body,td,th {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#footertext { font-family:Arial, Helvetica, sans-serif; font-size: x-small; background-color:#FFFFD9; text-align:right; color:#527455;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftgreenbox { padding: 15px; background-color:#527455; color:#FFFFFF;}
.purpleTextbox { padding: 15px; background-color:#993F8E; color:#FFFFFF;}

.imageborder {border: solid; border-color: #CCCCCC}
.formmandatory {color:#FF0000;}


#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; background: url(images/prev_label.gif) no-repeat left 15%; }
#nextLink { right: 0; float: right; background: url(images/next_label.gif) no-repeat right 15%; }

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

#imageData{	padding:0 10px; color: #666;}
#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;
	}
	
.galleryborder { border-color: #DFDFDF; border-width: 6px;} 
.galleryheader {font-family:Arial, Helvetica, sans-serif; font-size:x-large; color:#993F8E; font-weight:bold;}

.hide {display: none;}

.TD {vertical-align: top;}