body{background-color:white; color:black; font-size:12px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif; margin:0px; text-align:left; }
td,tr,th{text-align:left; color:black; font-size:12px; font-family:arial,verdana,sans-serif,monospace; }
img{border:0px;}
li{line-height:13px;}
.header_image{width:800px; height:88px; margin-left:auto; margin-right:auto; background-image:url("../images/header.jpg");} 


table.pageWrapper{width:100%; height:100%; padding:0px; }
table.page{width:100%; height:600px; padding:0px;}
	.page_barBackground{width:100% height:88px; }
	.page_barTop{height:39px; background-image:url("../images/bar_top.png"); background-repeat:repeat-x;}
		.page_topBox{height:39px; width:800px;}
		.page_data{height:340px; background-image:url("../images/data_background.png"); background-repeat:repeat-x;}
	.page_dataBox{position:relative; top:0px; left:0px; height:335px; width:800px; background-color:white; overflow:hidden;}
	.page_barBottom{height:51px; background-image:url("../images/bar_bottom.png"); background-repeat:repeat-x;}
	.page_copyright{width:800px;}
	.page_copyrightBox{width:550px; color:#999999}

	.subtext{font-size:9px;}


.tech_left{position:absolute; top:10px; left:20px; width:450px; font-size:11px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}
.tech_right{position:absolute; top:10px; right:50px; width:400px; font-size:11px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}
.tech_pdf{position:absolute; bottom:10px; left:20px; width:200px; font-size:10px;}

.about{
position:relative; padding:5px; background-color:white;
margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;
-moz-border-radius:4px; -webkit-border-radius:4px;
text-align:center;
}


.header_text{position:relative; top:0px; left:0px; margin-bottom:10px; font-size:24px;}
.about_left{position:absolute; top:10px; left:10px; width:380px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}
	.content{
	position:relative; top:0px; left:0px; padding:10px; width:360px; height:250px; overflow:auto;
	background-color:#FBFBFB; font-size:12px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	}
	

.about_right{position:absolute; top:10px; right:10px; width:380px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}

.press_left{position:absolute; top:10px; left:20px; width:380px; font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}
.press_right{position:absolute; top:10px; right:10px;}

.gallery{padding:10px;  font-family:Century Gothic, Arial, Helvetica, Verdana, sans-serif;}

	.press_box{position:relative; top:0px; left:0px; width:340px; height:58px; margin-bottom:7px; background-color:#CCCCCC; -moz-border-radius:6px; -webkit-border-radius:6px; cursor:pointer;}
		img.press_image{position:absolute; top:5px; left:5px; height:28px; width:28px; padding:3px; background-color:white; -moz-border-radius:4px; -webkit-border-radius:4px;}
		.press_text{position:absolute; top:5px; left:45px; width:285px; height:42px; padding:3px; background-color:white; -moz-border-radius:6px; -webkit-border-radius:6px; font-size:10px;}

img.thumbnail{position:relative; top:0px; height:48px; width:48px; margin-left:7px; padding:6px; background-color:#CCCCCC; -moz-border-radius:4px; -webkit-border-radius:4px;}

a:link{color:black; text-decoration:none;}
a:visited{color:black; text-decoration:none;}
a:hover{color:red; text-decoration:underline;}
a:active{color:black; text-decoration:underline;}



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






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