body { 
font-family:"Courier New", Courier, sans-serif;
font-size: 8pt; 
color: #000000; 
background: #ffffff;
margin:0 0 0 0;
padding:0 0 0 0;
background: #ffffff url(images/mouse_header.jpg) no-repeat;
}

.wrap {
position:relative;
width:800px;
margin:175px 0 0 0;
padding:0 0 0 0;
text-align:right;
}

.header {
position:relative;
clear:none;
width:570px;
height:50px;
margin:150px 0 0 200px;
padding:0 0 0 0;
color:#000000;
text-align:right;
font-family:tahoma;
letter-spacing:.3em;
}

.header_title {
position:absolute;
clear:both;
top:0px;
right:-21px;
width:500px;
margin:-120px 0 0 0;
padding:0 0 0 0;
background:transparent;
color:#000000;
text-align:right;
/*line-height:1em;*/
}

.leftnav {
position:relative;
clear:none;
width:150px;
margin:55px 0 0 10px;
padding:0 0 0 0;
color:#000000;
text-align:left;
line-height:2em;
font-family:tahoma;
}

.rightarea {
	position:relative;
	float:right;
	clear:none;
	width:620px;
	margin:0;
	border-left: #eeeeee 2px solid;
	color:#000000;
	text-align:left;
	font-size:9pt;
	font-family:tahoma;
	left: 3px;
	top: -11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/*this section is for displaying tooltips */
.rightarea a span {display: none;
}
.rightarea a {position: relative;}
.rightarea a:hover span {
	top: 5px;
  	left: 50px;
	position: absolute;
	display: block;
	background-color:#FFFFFF;
	border: 1px dotted blue;
	color:#333333;
	text-decoration:none;
}  


.rightarea a{
	text-decoration: underline;
}
.rightarea a:hover {
color:#FFA800;
}

.rightarea ul li {
	list-style-image: url(images/bullet.jpg);
	line-height: 2em;
	list-style-position: inside;
	font-size:1.25em;
	vertical-align: text-bottom;	
}

.rightarea ol li {
	line-height: 2em;
	font-size:1em;	
}

.code {
background-color:#D2D2D2;
margin-left:20px;
padding: 5px 5px 5px 5px;
}

.rightarea th {

font-size:1em;
font-weight:bold;
color:#FFA800;
background-color:#F2F2F2;

}
.rightarea td {
	border-left-width: thin;
	border-left-style: dotted;
	padding-left: .5em;
}

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

#over a {
color:#020202;
text-decoration:underline;
background:#ffffff;
}

#over a:hover {
color:#F0A434;
text-decoration:none;
background:#ffffff;
}

#grey {
color:#818181;
background:#ffffff;
}

.news_date {
color:#818181;
font-weight:bold;
background:#ffffff;
}

.rightarea h2 {
font-family:Tahoma;
font-size:16pt;
color:#727272;
background:#ffffff;
font-weight:normal;
}
.rightarea h3 {
font-family:Tahoma;
font-size:12pt;
color:#727272;
background:#ffffff;
font-weight:normal;
}

.leftnav strong {
font-family:tahoma;
font-size:9pt;
color:#FFA800;
background:#ffffff;
}

.pagetitle {
font-family:"Tahoma";
font-size:20pt;
letter-spacing:.4em;
color:#383833;
background:transparent;
}

.pagedescription {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
letter-spacing:.2em;
color:#979797;
background:transparent;
}


#toolbar {
	margin-left: 3.5em;
	background-image: url(images/toolbar.jpg);
	background-repeat: no-repeat;
	height: 75px;
	
}

#toolbar li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-right: 1.2em;
	list-style-image: none;
	line-height: 2.5em;
	vertical-align: middle;
}


#toolbar li a {
color:#000000;
text-decoration:none;
}

#toolbar li a:hover {
color:#000000;
text-decoration:underline;
}


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

.clearfix {display: inline-table;}

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


/* LIGHT BOX STYLES */

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