﻿body {
background-image:url('../images/bg_top_1.png');
background-repeat:repeat-x;
margin-top:0px;
font-family:Tahoma;
}

#container {
width:900px;
height:100%;
font-size:0.8em;
margin:auto;
}

#container .logo {
background-image:url('../images/logo.png');
background-repeat:no-repeat;
height:91px;
width:805px;
padding-left:95px;
margin-left:0px;
margin-top:5px;
font-size:1.2em;
font-weight:bold;
}

#container .logo .menu {
margin-top:30px;
background-color:#FFFFFF;
height:30px;
}

#main {
width:901px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:20px;
background-color:#FFFFFF;
}

#main .top {
background-image:url('../images/main_box_top.png');
height:7px;
}

#main .middle {
background-image:url('../images/main_box_fill.png');
height:100%;
padding:20px;
}

#main .middle .topin {
background-image:url('../images/inner_box_top_1.png');
height:33px;
width:620px;
background-color:#ecffff;
font-size:1.8em;
color:#3b3b3b;
font-family:Tahoma;
padding-left:240px;
padding-top:5px;
}

#main .middle .fillin {
background-image:url('../images/inner_box_fill.png');
height:100%;
width:850px;
background-color:#ecffff;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
}

#main .middle .bottomin {
background-image:url('../images/inner_box_bottom.png');
height:6px;
width:860px;
background-color:#ecffff;

}
#main .middle .topin2 {
background-image:url('../images/inner_box_top_1.png');
height:33px;
width:620px;
background-color:#f4eaff;
font-size:1.8em;
color:#3b3b3b;
font-family:Tahoma;
padding-left:240px;
padding-top:5px;
}

#main .middle .fillin2 {
background-image:url('../images/inner_box_fill.png');
height:100%;
width:850px;
background-color:#f4eaff;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
}

#main .middle .bottomin2 {
background-image:url('../images/inner_box_bottom.png');
height:6px;
width:860px;
background-color:#f4eaff;
}

#main .bottom {
background-image:url('../images/main_box_bottom.png');
height:7px;
}

#footer {
width:901px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:20px;
background-color:#FFFFFF;
font-size:0.8em;
color:#3b3b3b;
}

#footer .topfot {
background-image:url('../images/main_box_top.png');
height:7px;
}

#footer .middlefot {
background-image:url('../images/main_box_fill.png');
height:100%;
padding:20px;
}

#footer .bottomfot {
background-image:url('../images/main_box_bottom.png');
height:7px;
}

.box {
background-color:#ffffa0;
border:1px;
border-color:#CCCCCC;
border-style:solid;
}

.area {
background-color:#ffffa0;
height:18px;
border:1px;
border-color:#CCCCCC;
border-style:solid;	
}

.area:hover {
height:18px;
border:1px;
border-color:#CCCCCC;
border-style:solid;
background-color:#cbf3ff;
}

.drop {
background-color:#ffffa0;
height:22px;
border:1px;
border-color:#CCCCCC;
border-style:solid;	
}


/*LIGHTBOX BELOW */

#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(/lightbox/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(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/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 */ 

/*LIGHTBOX END*/