body{
	padding:0px 0 0 0;
	margin:0;
	font-size:11px;
	color:#707070;
	background-color:inherit;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif
}
img{
	border:0;
}
#main{
	width:686px;
	text-align:left;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
}
#left{
	width:229px;
	position:relative;
	float:left;
}
#right{
	width:457px;
	position:relative;
	float:left;
}
.fix{
	clear:left;
	height:1px;
}
.fix2{
	background-color:#FFFFFF;
	color:#707070;
	height:20px;
}
.menu{
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-y;
	height:115px;
}
.events{
	margin:15px 0 0 25px;
}
.ph{
	margin:17px 11px 0 0px;
	padding-left:25px;
	position:relative;
	float:left;
}
.text1{
	margin:17px 0 0 0;
	position:relative;
	float:left;
	width:125px;
}
.more{
	margin:5px 0 0 0;
}
.more a{
	color:#ff9900;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
.more a:hover{
	text-decoration:underline;
}
.text1 span{
	color:#ff9900;
	background-color:inherit;
	font-weight:bold;
}
.h_l{
	margin:15px 0 0 25px;
}
.h_l2{
	background-image:url(images/h_l2.gif);
	background-repeat:repeat-x;
	width:686px;
	background-color:#FFFFFF;
	color:#707070;
}
.welcome{
	padding:7px 0 20px 0;
	background-color:#FFFFFF;
	color:#707070;
}
.ph2{
	position:relative;
	float:left;
	margin:0 10px 0 23px;
	width:116px;
}
.text2{
	position:relative;
	float:left;
	width:280px;
}
.text2 ul{
	margin:0 0 0 15px;
	padding:0px;
	color:#ff9900;
	background-color:inherit;
}
.text2 a{
	color:#ff9900
	background-color:inherit;
}
.text2 ul a, .profile a{
	color:#ff9900;
	background-color:inherit;
}
.h_l3{
	clear:left;
	padding:15px 0 15px 23px;
}
.bg3{
	background-image:url(images/bg3.gif);
	background-repeat:repeat-y;
	margin-left:23px;
}
.profile{
	position:relative;
	float:left;
	width:190px;
	margin:0 35px 0 0;
}
.profile ul{
	margin:5px 0 5px 15px;
	padding:0px;
}
.profile ul a{
	color:#ff9900;
	background-color:inherit;
}
.w_do{
	position:relative;
	float:left;
	width:200px;
}
.ph5{
	margin:0px 10px 0 0; 
}
.text5{
	color:#ff9900;
	background-color:inherit;
}
.w_do ul{
	margin:5px 0 5px 15px;
	padding:0px;
	color:#ff9900;
	background-color:inherit;
}
.w_do ul a{
	color:#ff9900;
	background-color:inherit;
} 
a:hover{
	text-decoration:none;
}
.copy{
	position:relative;
	float:left;
	background-color:#FFFFFF;
	color:#707070;
	padding:20px 0 10px 20px;
}
.copy a{
	color:#ff9900;
	background-color:inherit;
}
.footer_nav{
	position:relative;
	float:right;
	background-color:#FFFFFF;
	color:#707070;
	padding:20px 20px 10px 0;
}
.footer_nav a{
	color:#A3A2A2;
	background-color:inherit;
	font-weight:bold;
	text-decoration:none;
}
.footer_nav a:hover{
	text-decoration:underline;
}
.footer_nav img{
	padding-bottom:3px;
}







#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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;
	}

