body {
	margin:0; 
	padding:0;
	background-color:#266a83;
	background-repeat:no-repeat;
	background-position:top;
}

#wrapper_top{
	width:100%;
	margin:0 auto;
	padding:0;
	height: 299px;
	background-image: url(/images/backgrounds/BKG_LEC_blue_top.jpg);
	background-repeat: repeat-x;	
}



#wrapper_mid{
	width:100%;
	margin:0 auto;
	padding:0;
	background-color: #fff;
}

#wrapper_btm{
	width:100%;
	margin:-12px auto;
	padding:0;
	background: url(/images/backgrounds/BKG_LEC_blue_btm.jpg);
	background-repeat: repeat-x;
	height: 152px;
}

/* Header */
#header {
	width:900px;
	margin:0 auto;
	padding:0;
	position: relative;
}

#navigation{
	position: absolute;
	top:261px;
	left:18px;
}

#logo{
	position: absolute;
	top:0;
	left:0;
}

.clear {clear: both;}



/* Main Content ==================================================================================== */

.content {
	width:900px;
	margin:0 auto;
	padding:0;
}

.maincontent {
	width: 565px; 
	float:left;
	padding: 0 15px 10px 10px;
	margin-top: 25px;
	text-align:left;
	margin-bottom: 25px;
	border-right: 1px solid #b6d3de;
	
}

.img_right {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.img_left {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;

}

/* Sidebar ========================================================================================= */

.sidebar {
	width: 286px; 
	float:left;
	padding: 0 10px 10px 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* footer ==================================================================================== */

#footer{
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	width:900px;
	margin:0 auto;
	padding:11px 0;
	text-align: left;
	position: relative;
}

#footer_tagline{
	position:absolute;
	top:10px;
	right:10px;
	text-align: right;
	font-size: 11px;
}

#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:none;
	font:11px Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color:#0d6e92;
	text-decoration:none;
	background-color: #fff;
	font:11px Arial, Helvetica, sans-serif;
	
}

/* LIGHTBOX ==================================================================================== */

#lightbox{
	position: absolute;
	top: 40px;
	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/icons/ICN_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/icons/ICN_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/icons/ICN_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	height:3em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; background:#FFFFFF; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0;	}	

#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;
	}
	

.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 */
	}	
