body { background-color: #F2F2F2; }

#logo
{
	position: relative;
	float: left;
	top: 20px;
	left: 15px;
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

img
{
	border:none;
}



/* _____________________________________Nav__________________________________________ */

#navigation
{
	width: 400px;
	height: 30px;
	float: right;
}

#navigation ul
{
	position: relative;
	float: right;
	top: 45px;
	right: 15px;
	color: #666;
	font-family: "Helvetica", Ariel, Sans-serif;
	font-size: 18px;
	border-bottom: 1px #333 solid;
}

#navigation ul li
{
	list-style: none;
	padding: 0px 10px 0px 10px;
	display: inline;
}




/*_____________________________________test for drop down menu_________________________*/


ul#nav li.hover, li:hover
{
	cursor: default;
	position: relative;
	z-index: 599;
	color:#000;
}

ul#nav
{
	height:25px;
	width:350px;
}

#navigation ul li.dir ul
{
	position: relative;
	float: right;
	color: #666;
	height:40px;
	font-family: "Helvetica", Ariel, Sans-serif;
	font-size: 18px;
	border: none;
	display:block;
}

#navigation ul li.dir ul
{
	position:relative;
	top:-5px;
}

#navigation ul li.dir ul li
{
	position:relative;
	top:15px;
}


ul#nav, ul#nav li, ul#nav ul
{
	list-style-image: none;
	list-style-type: none;
}

ul#nav li.dir li
{
	border:none;
}

ul#nav li:hover > ul 
{
visibility:visible;
}

ul#nav ul 
{
	left:0;
	position:relative;
	top:100%;
	visibility:hidden;
	width:100%;
	z-index:598;
}

/* ___________________________________Main Content____________________________________ */

#maincontent
{
	display: block;
	width:100%;
	position: relative;
	float: left;
	clear: both;
	top: 75px;
	
}

#maincontent ul
{
	height:400px;
}

#maincontent ul.port li
{
	list-style: none;
	padding: 10px;
	display: inline;
}

#maincontent ul#contact
{
	list-style: none;
	margin-left:-10px;
	display:block;
	color:#555;
	font-size:16px;
}

#maincontent #contact_img
{
	position:relative;
	clear:both;
	float:right;
	margin-right:15px;
	top:-450px;
}


/*_________________________________ Lightbox stuff____________________________________ */


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