* {
 padding: 0;
 margin: 0;
}

body {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 background-color: #333333;
 background-image: url(humidor-pink.gif);
 background-repeat: repeat;
 font-size: 14px;
}

#wrapper {
 width: 900px;
 background-color: #FFFFFF;
 border: 1px solid #000000;
 min-height: 700px;
 max-height: none;
}


#header {
 width: 900px;
 height: 240px;
 background-color: #FFFFFF;
 height: 275px;
 margin: 0px 0px 10px 0px;
}

#headerleft {
 margin: 15px 15px 0px 15px;
 padding: 0px;
 background-color: #FFFFFF;
 float: left;
}

img {
 border: 0px;
}

#headerright {
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background-color: #FFFFFF;
 float: right;
 width: 454px;
}

#headtext {
 color: #FFFFFF;
 float: left;
 background-color: #CC0099;
 font-weight: bold;
 font-size: 18px;
 width: 370px;
 height: 100px;
 margin: 15px 15px 0px 10px;
 padding: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

#headtext h3 {
 line-height: 17px;
 font-size: 19px;
}

#lower {
 width: 900px;
 background-color: #FFFFFF;
}

#maincontent {
 width: 690px;
 background-color: #8cdbde;
 padding: 15px;
 padding-bottom: 30px;
 margin: 10px 10px 10px 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 float: left;
}

#projectmain {
 text-align: left;
 background-color: #8cdbde;
 padding: 5px;
 margin: 10px 5px 10px 5px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

#projectmain h4 {
 text-align: center;
}

#projectmain h3 {
 text-align: center;
}

#projectmain h5 {
 text-align: center;
}

#regmaincontent {
 background-color: #8cdbde;
 padding: 5px;
 margin: 10px 5px 10px 5px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

#quicktip {
 color: #000000;
 background-color: #CC66FF;
 width: 690px;
 margin: 5px 10px 10px 10px;
 padding: 15px;
 float: left;
  border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

#quicktip a {
 color: #FFFFFF;
 padding-right: 20px;
 text-decoration: none;
}

#rightcolumn { 
 border: 1px solid #ccc;
 height: 383px;
 width: 148px;
 background-color: #FFFFFF;
 margin: 10px 0px 0px 0px;
 display: inline;
 float: right;
}

a {
 color: #CC00CC;
}

a.nav:link, a.nav:visited {
color: #CC00CC;
text-decoration: none;
text-align: justify;
}

a.nav:hover {
color: #e957e7;
}

#navbar {
 text-align: justify;
 background-color: #FFFFFF;
 width: 850px;
 margin: 0px 0px 0px 0px;
}

#navbar li {
 text-align: justify;
 display: inline;
 list-style-type: none;
 padding-left: 2.5%;
 padding-right: 2.5%;
 float: none;
 font-size: 17px;
 font-family: Arial, Helvetica, sans-serif;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 background-color: #FFFFFF;
 text-decoration: none;
}

#navbar li a#current {
 color: #942690;
 text-decoration: none;
 text-align: justify;
}

#navdiv h3.prev {
 position: absolute;
 left: 250px;
}

#navdiv h3.next {
 position: absolute;
 right: 250px;
}

#footer {
 text-align: right;
 width: 900px;
 font-size: 10px;
 color: #333333;
}

#regoptions
{
 padding: 5px;
 margin: 0px 0px 0px 0px;
}

#classinfo
{
 padding: 10px;
 width: 710px;
 text-align: left;
}

.regnav
{
 color: #942690;
 cursor: hand;
 font-size: 15px;
}

#photonav {

 width: 860px;
 padding-left: 20px;
 padding-right: 20px;
}

.prev {
 float: left;
}

.next {
 float: right;
}


/* Begin lightbox CSS */


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

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

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

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.lightbox img {
 height: 75px;
}
