/* CSS Document */
html, body {
height: 100%;
border: 0;
margin: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
background-color:#CED6DD;
}

#screen {
width: 100%;
}

#container {
position: relative;
top: 15px;
width: 805px;
margin: 0 auto;
background:#FFFFFF url(../images/container_bg.jpg) 0 0 repeat-y;
border: 1px solid #CCCCCC;
}

#containergallery {
position: relative;
top: 15px;
width: 805px;
margin: 0 auto;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

#containerservice {
position: relative;
top: 15px;
width: 805px;
margin: 0 auto;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

#leftcolumn {
float: left;
width: 159px;
height: 628px;
background-color:#EEEEEE;
background-image:url(../images/exhibit1.jpg);
background-position: 0px 420px;
background-repeat:no-repeat;
}

#leftcolumngallery {
width: 159px;
height: 1028px;
background-color:#EEEEEE;
background-image:url(../images/leftcolumn_bg.jpg);
background-position: 0px 440px;
background-repeat:no-repeat;
}

#leftcolumnservice {
width: 159px;
height: 1428px;
background-color:#EEEEEE;
background-image:url(../images/leftcolumn_bg.jpg);
background-position: 0px 440px;
background-repeat:no-repeat;
}

#menu {
position: relative;
top: 180px;
left: 0;
width: 159px;
}

#menu a {
display: block;
width: 145px;
height: 22px;
background-color:#FFFFFF;
color: #003366;
text-decoration: none;
text-align: center;
padding-top: 8px;
border-bottom: 5px solid #EEEEEE;
}

#menu a:hover {
background-color:#A2B5C4;
color: #FFFFFF;
}

#menu a.active {
background-image: url(../images/active_menu.gif);
background-position: right;
background-repeat: no-repeat;
color: #003366;
font-weight: bold;
}

#header {
position: absolute;
top: 0;
left: 159px;
width: 646px;
height: 162px;
background-image: url(../images/header_bg.jpg);
background-position: top left;
background-repeat: repeat-x;
}

#header img {
position: relative;
top: 0;
left: 220px;
}

#logo {
position: absolute;
top: 0;
left: 0;
width: 281px;
height: 162px;
background-image:url(../images/eyelogo.jpg);
}

#content {
/*position: absolute;
top: 163px;
left: 160px;*/
width: 632px;
margin-left: 8px;
overflow: auto;
padding-top: 163px;
}

#content h1 {
color:#003366;
font-size: 20px;
padding-top: 8px;
}

#content h2 {
color:#993300;
font-size: 18px;
line-height: 18px;
}

#content a {
color: #003366;
}

#content a:hover {
color: #996600;
}

#footer {
position: absolute;
bottom: 0;
left: 159px;
width: 646px;
height: 30px;
background-color: #A2B5C4;
}

#footer span {
position: relative;
top: 6px;
left: 160px;
color:#003366;
}

#footer a {
color: #003366;
text-decoration: none;
}

.floatright {
float: right;
margin-left: 6px;
}

.nudge {
margin-top: 16px;
}

.emails {
position: relative;
top: 180px;
}

.thumbs {
width: 100%;
height: 160px;
}

.thumbs2 {
width: 100%;
height: 200px;
}

.gallery {
float: left;
padding: 4px;
background-color: #F3F3F3;
font-size: 10px;
text-align: center;
margin-left: 20px;
}

/* ############################ */
/* for the lightbox gallery */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


