html {
	min-height: 100%;
	font: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	min-height:100%;
}

a {color: #D14339;}
a:hover {color: #000000; text-decoration:none;}

legend {color: #555555;}

body { 
padding: 0;
margin: 0;
background: #42D6F2 url(images/bkpage.jpg) repeat-x;
font: normal 11px verdana, arial, helvetica , sans-serif;
color: #555555;
}

td {
margin: 10px 0; 
}

img.pic {
margin: 0 10px;
border: 1px #EC4C40 solid;
padding: 6px;
clear: both;
}


h1 {
	background: url(images/h1.jpg);
	text-align: right;
	padding: 9px 35px 7px 0;
	font: bold 15px verdana, arial, helvetica, sans-serif;
	color: #F6D5D0;
	border-left: 2px #F6D5D0 solid;
	border-right: 2px #F6D5D0 solid;
	border-bottom: 1px #707070 solid;
}

h2 {
clear: both;
height: 15px;
color: #EC4C40;
font-weight: bold;
padding: 5px 0 3px 15px;
border-left: 3px #EC4C40 solid;
/* border-right: 3px #EC4C40 solid; */
border-top: 1px #EC4C40 solid;
/* background-image: url(images/bg.jpg); */
margin-top: 30px;
font-size:12px;
}

H3 	{
COLOR: #333333; 
font-size: 11px;
padding: 5px 0 5px 15px;
background: #eeeeee url(images/bg.jpg);
border: #eeeeee 1px solid;
text-decoration: underline;
font-weight: normal;
}

.border {
padding: 15px;
background: #eeeeee url(images/borderback.jpg);
border: 1px #eeeeee solid;
margin: 15px 0 15px 0;
}

.pad {
padding: 10px 40px 0 0;
}

.display {
min-height:100%;
float:right;
padding: 10px;
text-align: center;
}

.foot {
position:relative;
top: 30px;
float: left;
width: 680px;
color: #D14339;
border-top: 3px #D14339 dotted;
text-align: center;
font-size: 10px;
clear: both;
margin: 0;
padding: 10px 0 0 0;
}

.foot a {
color: #D14339;
text-decoration:none;
font-weight: normal;
}

.foot a:hover {
text-decoration:underline;
}

.footer {
clear: both;
position:relative;
width: 680px;
border-top: none;
text-align: center;
font-size: 10px;
padding: 0 0 0 0;
margin: 0 0 80px 0;
color: #42D6F2;
clear: both;
}

.footer a {
color: #42D6F2;
text-decoration:none;
}

.glossymenu, .glossymenu li ul{
text-align: left;
font-size: 11px;
list-style: none;
margin: 0;
padding: 0;
width: 188px; /*WIDTH OF MAIN MENU ITEMS*/
position: relative;
}

.glossymenu li{
font-size: 11px;
list-style: none;
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
border: 1px #FDB03C solid;
list-style: none;
position: absolute;
width: 280px; /*WIDTH OF SUB MENU ITEMS*/
font-weight: bold;
left: 0;
top: 0;
display: none;
background: #FFC237;
filter:alpha(opacity=90);
-moz-opacity:0.90;
z-index:150; 
}

.glossymenu li a{
list-style: none;
border-bottom: 1px #FDB03C solid;
font: normal 11px Verdana, Helvetica, sans-serif;
color: #D14339;
display: block;
width: auto;
padding: 5px 0px;
margin: 0px;
padding-left: 11px;
text-decoration: none;
font-weight: bold;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: #EEEEEE;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
list-style-type: none;
color: #D14339;
}

.glossymenu li a:hover{
font-weight: bold;
border-bottom: 1px #FDB03C solid;
color: #FF0000;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }



td.thumb {
  text-align: center;
  width: 150px;
  height: 150px;
  background-color: #F5F5F5;  
  background-image: url(images/slide.jpg);
  border: none;
}

img.thumb {
  border-top: 2px #AAAAAA solid;
  border-left: 2px #AAAAAA solid;
  border-right: 2px #EEEEEE solid;
  border-bottom: 2px #EEEEEE solid;
}


/* 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }


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

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.clear {clear:both;}

.textbox {
width: 350px;
background: #eeeeee;
font: normal 11px verdana, arial, helvetica , sans-serif;
}

img.slide {
border: 1px #ffffff solid;
}

.foot {
padding: 1px 0 0 20px;
}

.foot a {
text-decoration:none;
color: 444;
}

.small {
font-size: 10px;
}

.small a {
font-size: 10px;
text-decoration:none;
color: 444;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: #FFD83F;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

