
.header
{
 width:100%;
 height:68px;
 padding-top:12px;
 padding-right:20px;
 font-family:sans-serif;
 font-size:12;
 color:yellow;
 background: url(images/header.jpg);
}

.clouds
{
 width:100%;
 height:168px;
 padding-right:10px;
 background: url(images/sprouts.jpg);
}

.shade-up
{
 width:100%;
 height:8px;
 background: url(images/shade-up.jpg) repeat-y;
}

.shade-down
{
 width:100%;
 height:8px;
 background: url(images/shade-down.jpg) repeat-y;
}

.updates
{
 width:100%;
 height:134px;
 margin-left:30px;
 margin-right:30px;
 background: url(images/updates-bg.jpg) repeat-y;
}

.updatesText
{
 padding-left:30px;
 padding-right:15px;
 font-family:sans-serif;
 font-size:14px;
 line-height: 20px;
 /* color:#FCFF95; */
 color: #000000;
}

.body
{
 font-size: 14px;
 color: black;
 width:100%;
 height:5px;
 background: url(images/body.gif) repeat-y;
}

.floatleft 
{ 
 float: left; 
 padding-right:15px;
}


.footer
{
 width:100%;
 height:33px;
 padding-bottom:10;
 font-family:sans-serif;
 font-size:12px;
 color:black;
 background: url(images/footer.jpg);
}

.hbar
{
 padding: 5px;
 font-size:x-large;
 font-weight: bold;
 color: #348F16;
 border-top:solid;
 border-left:solid;
 border-width:1px;
 /* background: url(images/menu-list-bg.jpg) repeat-y; */
}

.bodyOutText
{
 padding-left:60px;
 padding-right:60px;
 font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

.bodyText
{
 border-top:solid;
 border-left:solid;
 border-width:1px;
 padding-right: 30px;
 padding-left: 30px;
 padding-top: 15px;
 padding-bottom: 15px;
 background-color: #EBF2F0;
}

.bodyText a:link,
.bodyText a:visited,
.bodyText a:hover,
.bodyText a:active
{
 color:green;
}

.bodyTextWhite
{
 font-size: 14px;
 color: black;
 width:100%;
 height:5px;
 background: url(images/body.gif) repeat-y;
}

.bodyTextWhite a:link,
.bodyTextWhite a:visited,
.bodyTextWhite a:hover,
.bodyTextWhite a:active
{
 color:green;
}


.bodyTextSmall
{
 border-width:1px;
 padding-right: 20px;
 padding-left: 20px;
 padding-top: 5px;
 padding-bottom: 15px;
 font-size: 12px;
 background-color: #EBF2F0;
}

.tableText
{
 font-size: 14px;
}

.dottedTextBox
{
 font-size: 14px;
 background-color: #FFFFF0; 
 padding: 15px;
 border-style: dashed;
 border-color: red;
 border-width: 1px;
}

.dottedTextBoxGreen
{
 font-size: 14px;
 background-color: #FFFFF0; 
 padding: 15px;
 border-style: dashed;
 border-color: green;
 border-width: 1px;
}

.quickLinks
{
 width: 180px;
 font-size: 14px;
 padding: 10px;
 border-left: dashed;
 border-color: black;
 border-width: 1px;
}


/* simulates a paper note */
.noteTop
{
 width: 550px;
 height: 50px;
 background: url(images/noteSheetTop.jpg) no-repeat;
}

.noteMid
{
 background: url(images/noteSheetMid.jpg) repeat-y;
}

.noteText
{
 width: 500px;
 padding-left: 20;
 padding-right: 20;
 line-height: 25px;
}

.noteBot
{
 width: 550px;
 height: 40px;
 background: url(images/noteSheetBot.jpg) no-repeat;
}
/* end paper note */

.noteBook
{
 width: 375px;
 padding: 10px;
 color: green;
 background: url(images/notebook.png) repeat-y;
 border-style: solid;
 border-color: green;
}

.noteBook a:link,
.noteBook a:visited,
.noteBook a:hover,
.noteBook a:active
{
 color:green;
}

.noteBookSide
{
 width: 30px;
 height: 80px;
 float: left;
}

/* link colors */
a:link 
{ 
 color: yellow;
 text-decoration: none;
}
a:visited 
{ 
 color: yellow;
 text-decoration: none;
}
a:hover 
{
 text-decoration: underline;
}
a:active 
{ 
 color: #333333;
}


/* ------------ */
/* lightbox 2.0 */
#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(lightbox_2.0/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(lightbox_2.0/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox_2.0/images/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%	
	}

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


/* end--------- */
/* lightbox 2.0 */



/* ------- */
/* NavMenu */
.ddmx 
{
 font: 11px tahoma;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited, /*ccl*/
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited /*ccl*/
{
    padding: 3px 10px 3px 10px;
    font: 12px arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2:visited, /*ccl*/
.ddmx .item2-active:hover,
.ddmx .item2-active:visited /*ccl*/
{
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}





/*.ddmx .item2 
{
}*/

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
    background: yellow;
}

.ddmx .arrow,
.ddmx .arrow:hover 
{
    padding: 3px 16px 4px 8px;
}

.ddmx .item2 img,
.ddmx .item2-active img
{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .section 
{
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: url(images/menu-list-bg.jpg);
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */


