body {
font-size:85%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#009293;
background:#DCE1DC;
}
h1 {
font-size:85%;
text-transform:lowercase;
background:url(../images/square.gif) no-repeat;
padding-left:25px;
}
img {
border:0;
}
#master-container {
margin:25px auto;
width:760px;
background:#FFFFFF;
padding:25px;
}
#header {
background:url(../images/equinox-logo.jpg) no-repeat;
min-height:134px;
_height:134px; /*IE 6 Fix*/
margin:0 50px 0 40px;
}
.tag-line {
margin-top:53px;
float:right;
}
#content {
margin:0;
padding:0;
}
#content a {
color:#444444;
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}
#images {
margin:0 0 0 50px;
}
#images-home {
margin:0 0 0 80px;
}
.home-images {
margin:0 0 0 30px;
padding:0;
}
.about-img {
float:left;
margin-right:15px;
}
#content .box {
font-size:110%;
display:block;
background:#BFC4C1;
color:#FFFFFF;
float:left;
margin-right:2px;
}
#content .box a {
color:#FFFFFF;
padding:2px 6px 2px 6px;
}
#content .box a:hover {
background:#989D9B;
text-decoration:none;
}
.active2 {
background:#989D9B;
}
.not-active {
background:#BFC4C1;
}
#numbers {
float:right;
}
#text {
float:left;
width:270px;
}
#text p {
font-size:70%;
}
#text ul {
font-size:85%;
}
#nav {
font-size:75%;
text-transform:lowercase;
margin:40px 0 0 0;
padding:0;
float:right;
}
#nav ul {
list-style: none;
padding: 0;
margin: 0;
}
#nav li {
float: left;
margin-right:2px;
}
#nav li a {
background:#DBE0DB;
height: 20px;
padding:7px 0 0 6px;
float: left;
width: 118px;
display: block;
color: #666666;
text-decoration: none;
}
#nav li a:hover {
color:#FFFFFF;
background:#BFC4C1;
text-decoration:none;
}
#nav .active a {
color:#FFFFFF;
background:#BFC4C1;
}
#sub-nav {
font-size:75%;
text-transform:lowercase;
margin:0;
padding:0;
float:right;
}
#sub-nav ul {
list-style: none;
padding: 0;
margin: 0;
}
#sub-nav li {
float: left;
margin-right:2px;
}
#sub-nav li a {
background:#BFC4C1;
height: 20px;
margin-top:3px;
padding:7px 0 0 6px;
float: left;
width: 118px;
display: block;
color: #FFFFFF;
text-decoration: none;
}
#sub-nav li a:hover {
color:#FFFFFF;
background:#989D9B;
text-decoration:none;
}
#sub-nav .active a {
color:#FFFFFF;
background:#989D9B;
}
#footer {
text-align:right;
font-size:75%;
color:#888888;
margin:0;
padding:15px 0 0 0;
}
#footer p {
margin:0;
padding:0;
}
#footer a {
color:#888888;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}
.clear {
clear:both;
}

/*****Lightbox Styling*****/
#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(../media/images/blank.html) 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(../media/images/prevlabel.html) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../media/images/nextlabel.html) 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;
	}
#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;
	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 */
	}	
	