/* CSS Document */

body
{
	background-image:url(../images/bodyBg.jpg);
	background-repeat:repeat-x;
	background-color:#F7F7F7;
	font-family:"Century Gothic";
	color:#333333;
}

#containerOuter
{
	background-image:url(../images/containerBg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:1017px;
	margin:0 auto;
}

#containerInner
{
	width:980px;
	margin:0 auto;
}

#nav {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
} 

#nav li 
{
	float: left;
	display: block;
	height: 56px;
	background-image: url(../images/nav.png);
} 

#nav li a 
{
	display: block;
	width: 100%;
	height: 100%;
}

#nav #home 
{
	width: 105px;
	background-position: 0 0;
} 

#nav #home:hover, #nav #home.current
{
	background-position: 0 -56px;
}

#nav #services 
{
	width: 137px;
	background-position: -105px 0;
} 

#nav #services:hover, #nav #services.current
{
	background-position: -105px -56px;
}

#nav #gallery 
{
	width: 131px;
	background-position: -242px 0;
} 

#nav #gallery:hover, #nav #gallery.current
{
	background-position: -242px -56px;
}

#nav #contact 
{
	width: 145px;
	background-position: -373px 0;
} 

#nav #contact:hover, #nav #contact.current 
{
	background-position: -373px -56px;
}

ul.panels
{
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}

.panels li
{
	display:inline;
}

#content
{
	background-color:#F7F7F7;
	border-top:1px solid #C5C5C5;
	padding:25px 0;
}

#footer
{
	border-top:1px solid #C5C5C5;
	background-color:#F7F7F7;
	padding:25px 0;
}

#contentInner
{
	width:980px;
	margin:0 auto;
}

#footerInner
{
	width:980px;
	margin:0 auto;
	color:#ADADAD;
	text-align:center;
	font-size:85%;
}

#footerInner h1
{
	font-weight:normal;
	font-size:85%;
	margin-bottom:0;
	padding-bottom:0;
}

#footerInner a
{
	text-decoration:none;
	color:#ADADAD;
}

#footerInner a:hover
{
	color:#000000;
}

h2
{
	font-weight:normal;
	margin-top:0;
	padding-top:0;
}

img
{
	border:none;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: #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;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

