
body {
margin: 10px 0 0 0;
padding: 0;
background: #000;
font: arial,sans-serif;
}

img {
border: 0;
}

#wrapper {
margin: 0 auto;
width: 960px;
}

#container {width: 960px;
}

#underconstruction {
margin: 0 auto;
width: 780px;
padding: 20px 10px 10px 10px;
}

#maincolumn {
width: 960px;
}

#maincolumn ul { 
	padding: 10px 0; 
	margin:0; 
	list-style-type: none;
}
 
#maincolumn ul li { 
	width:195px;
	padding: 0 60px 50px 0;
	display: inline;
	float:left;
}

#maincolumn ul li.left-padding { 
	padding: 0 0 50px 0;
}

#maincolumn ul li a{
display:block; 
height:330px; 
width:195px; 
overflow:hidden;
border-style:none;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-weight:bold;
font-size: 16px;
text-align:center;
line-height: 22px;
color:#FFF;	
	background-color:#000;
	text-decoration:none; 
}

#maincolumn ul li a:hover {
display:block; 
text-indent:-195px;
}



/*-----START OF HORIZONTAL PHOTO GALLERY CSS FOR LIGHTBOX-----*/
#maincolumn ul.horizontal li a{
display:inline; 
height:170px; 
width:152px; 
overflow:hidden;
border-style:none;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-weight:bold;
font-size: 16px;
text-align:center;
line-height: 22px;
color:#FFF;	
	background-color:#000;
	text-decoration:none; 
}

#maincolumn ul.horizontal li a:hover {
display:inline; 
}

#maincolumn ul.horizontal { 
	padding: 10px 0; 
	margin:0; 
	list-style-type: none;
}
 
#maincolumn ul.horizontal li { 
	width:152px;
	padding: 0 50px 50px 0;
	display: inline;
	float:left;
}

#maincolumn ul.horizontal li.left-padding { 
	padding: 0 0 50px 0;
}




/*START OF LIGHTBOX CSS*/ 

#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; }

/*END OF LIGHTBOX CSS*/






/*END OF PANEL PROFILE*/ 


/*START OF HORIZONTAL MAIN NAVIGATION*/ 

#navbar {
width: 100%;
background: #000;
float: left;
}
#navbar ul {
list-style: none;
margin: 0;
padding: 0;
width: 9.9em;
float: left;
}

#navbar a, #navbar h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#navbar h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
background: #000;
text-transform: uppercase;
}

#navbar a {
color: #000;
background: #efefef;
text-decoration: none;
}

#navbar a:hover {
color: #a00;
background: #fff;
}

#navbar li {position: relative;}

#navbar ul ul {
position: absolute;
z-index: 500;
}

#navbar ul ul ul {
top: 0;
left: 100%;
}

div#navbar ul ul,
div#navbar ul li:hover ul ul,
div#navbar ul ul li:hover ul ul
{display: none;}

div#navbar ul li:hover ul,
div#navbar ul ul li:hover ul,
div#navbar ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#navbar ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#navbar ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#navbar a, #navbar h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->


/*END OF HORIZONTAL MAIN NAVIGATION*/ 







