/* Main Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) repeat-x #000;
	}
a:link, a:active a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	}
	a:hover { color: #fff; }
h1 {
	font-size: 1.3em;
	color: #056893;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	}
h2 {
	margin-top: 18px;
	font-size: .75em;
	color: #ccc;
	text-transform: uppercase;
	}
p {
	color: #999;
	font-size: .75em;
	line-height: 155%;
	margin-bottom: 15px;
	}
em {
	font-style: italic;
	color: #999;
	}	
#logo_wrapper {
	width: 492px;
	height: 209px;
	background: url(../images/aloha_logo.jpg) no-repeat;
	margin: 0 auto;
	}
	
/*MAIN NAV*/
#nav {
	width: 739px;
	height: 61px;
	margin: 0 auto;
	}
	#nav ul {
		margin: 0; padding: 0;
		list-style-type: none;
		}
		#nav li {
			position: relative;
			float: left;
			}
			#nav li a {
				display: block;
				margin: 0; padding: 0;
				height: 61px;
				color: white;
				border-bottom: none;
				}
			/*#nav li:hover { background-position: left -40px; }*/
			   #nav li a span { display: none; visibility: hidden; font-size: 1px; }
				
				.nav_home { background: url(../images/nav_home.jpg) top left no-repeat; width: 100px; }
					#nav li.nav_home a {width: 100px;}
				.nav_about { background: url(../images/nav_about.jpg) top left no-repeat; width: 95px; }
					#nav li.nav_about a {width: 95px;}
				.nav_gallery { background: url(../images/nav_gallery.jpg) top left no-repeat; width: 118px; }
					#nav li.nav_gallery a {width: 118px;}
				.nav_construction { background: url(../images/nav_construction.jpg) top left no-repeat; width: 298px; }
					#nav li.nav_process a {width: 298px;}
				.nav_contact { background: url(../images/nav_contact.jpg) top left no-repeat; width: 128px; }
					#nav li.nav_contact a {width: 128px;}
/*End Nav*/

#content_area {
	width: 450px;
	height: auto;
	margin: 15px auto;
	margin-bottom: 50px;
	}
	#content_area div {
		height: 200px;
		width: 200px;
		float: left;
		margin-bottom: 25px;
		}
		.PhotoMarginLeft {
			margin-left: 10px;
			}
			#content_area div a:link {
				border-bottom: none;
				}
#footer {
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	height: 25px;
	border-top: 1px solid #333;
	background: #000;
	}
	#footer p {
		color: #999;
		font-size: .75em;
		font-style: italic;
		text-align: center;
		line-height: 25px;
		}

/*LIGHTBOX STYLES*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a, #lightbox img { border: none; border-bottom: none;}

#outerImageContainer{ position: relative; background-color: #000; 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;  border-bottom: none;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;  border-bottom: 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;  border-bottom: none;}
#nextLink { right: 0; float: right;  border-bottom: none;}
#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: #333; }
#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: #333; }

.hiddenlink {
	display: none;
	}