#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(../images/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	
	/* Services Section - New styles*/
#services-container{
	margin:0;
	float:left;
	width:365px;
	padding:0 0 15px 150px;
}

#services-container-left
{
    width:30px;
    float:left;
    
}

#services-container-left img
{
    padding-top:40px;
    padding-left:5px;
    
}

#services-container-right
{
 width: 328px;
 float:right;  
}

#services-container-right ul
{
    
	margin:0;
	display:block;
	width:294px;
	padding:20px 0 0 0;
	background-image: url(../images/location-topbox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#caedff;	
}

#services-container-right ul li{
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0dcff;
	margin:0;
	padding:5px 22px 5px 22px;
	color:#1996e4;
	width:250px;
	font-size:14px;
}

#services-container-right ul li a{
	color:#1996e4;
	text-decoration:none;
}

#services-container-right ul li:hover a{
	color:#0a7bdc;
	text-decoration:none;
	outline:none;
}

#services-container-right ul li:hover a:hover{
	
	text-decoration:underline;
}

#services-container-right ul li:hover{
	background-color: #FFF;
	
	
}
#services-container-right .last
{
	border:none;
	background-image: url(../images/location-bottom-box.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:24px;
}

#services-headback
{   
    float:left;
    padding-top:5px;
	background-color:#22b1ff;
	background-image: url(../images/loc-headback.gif);
	background-repeat: no-repeat;
	color:#fff;
	height:29px;
	font-size:14px;
	width:647px;
	margin:0;
}

#services-headback a
{
	padding-left:25px;
	margin-left:10px;
	color:#fff;
	text-decoration:none;
	background-image: url(../images/loc-backarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#services-headback a:hover{
	text-decoration:underline;	
}

#location h1
{
    
    font-weight:normal;
    font-size:24px;
    color:#1996e4;
    
}

#location h1 strong
{
    font-weight:bold;
}


#services-text-area
{
    float:left;
    width:625px;
    
}



#services-text-area ul
{   
    float:left;
    display:block;
    margin:0;
    width:625px;
}
#services-text-area ul li
{   
    float:left;
	display:inline;
	list-style:none;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#f0ad5d;
 
}

#services-text-area ul li img
{
    padding-right:10px;
}

#services-text-area ul li h1
{
    font-size:18px;
    color:#1996e4;
    margin-bottom:0;
}

#services-text-area ul.divider
{
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9f2ff;   
}



#services-text-area ul li.move
{
    margin-top:15px;   
}

#services-text-area ul li a
{
  text-decoration:none;
  color:#f0ad5d;
  font-weight:bold;   
}
#services-text-area ul li a:hover
{
  text-decoration: underline;
}

/* get adobe reader for services */
.get-adobe
{
    float:left;
    padding-left:45px;
    padding-top:10px;
}

.clear-float
{   
    clear:left;
}