/* Resets */
* {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font:Arial, sans-serif;
	font-family:Arial, sans-serif;
}

/* Mozilla Specific Hacks */
img {
	margin-bottom:-4px;
	border:0px solid #fff;
}
/* End Of Mozilla Specific Hacks */

a {
	color:#68ABEF;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}


.text {
	color:#FFFFFF;
	font-size:12px;
}

.next_previous_text {
	color:#666666;
}

#main_bg {
	background-image:url(../images/bar.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#content_bg {
	background-color:#302f2f;
}

#co_top {
	background-image:url(../images/co1962top.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:119px;
	width:749px;
}

#co_bot {
	background-image:url(../images/co1962bot.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:71px;
	width:749px;
}

#foot {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:43px;
	width:749px;
}

.head_pad {
	padding-top:20px;
	margin-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
}

#left_pad {
	padding-left:20px;
	margin-left:20px;
}

#profile_left_pad {
	padding-left:5px;
	margin-left:5px;
}

#content_pad {
	padding-right:20px;
	margin-right:20px;
	padding-left:20px;
	margin-left:20px;
}

#right_pad {
	padding-right:20px;
	margin-right:20px;
}

#profile_right_pad {
	padding-right:5px;
	margin-right:5px;
}

#image_pad {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#error {
	font-size:12px;
	font-weight:bold;
	color:#F00;
	text-align:center;
}

.hiddenPic {
	display:none;
}


/* LIGHTBOX */
#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:#ffffff;
	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/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background:url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0 auto;
	line-height:1.4em;
}

#imageData {
	padding:0 10px;
	color:#666666;
}

#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:#000000;
}
	
/* 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 */ 