/* CSS Document */

body {
height: 100%;
width: 100%;
margin:0;
padding:0;
background-image:url(../img/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
color:#444;
}

img{
border:none;
}

h3{
padding:0;
margin:0;
color:#0082BF;
font-size:28px;
line-height:36px;
}

p{
line-height: 20px;
font-size:13px;
}
a{color:#444; text-decoration:none;}
a:hover{ text-decoration: underline;}

#main {
height: 100%;
width: 100%;
margin:0;
padding:0;
clear: both;
vertical-align:middle;
position:fixed;
}

#bodycontent{
height:615px;
text-align:left;

}

#nav{
margin-top:-16px;
text-align:center;
}


/* TRAILER STYLES
----------------------------------------------------------------------------------------- */

#center{
background-image:url(../img/home.png);
background-repeat:no-repeat;
height: 500px;
width:910px;
padding:0;

}

#flash {
margin:0;
padding:0;
color:#FFFFFF;
background-color:#000000;
float:left;
}
#flash a {color:#0082BF; line-height:28px; text-decoration:none;}
#flash a:hover {text-decoration:underline;}

/* GALLERY, MISSION AND CONTACT STYLES
----------------------------------------------------------------------------------------- */

#logo{
float:right;
width:20px;
padding-left:23px;
margin-left:0px;
margin-top:75px;
}

#logo2{
float:right;
width:20px;
margin-left:0px;
margin-top:75px;
}

#nonlogo{
float:left;
width:925px;
}
#generalcenter{
background-image:url(../img/gallerybg.png);
background-repeat:no-repeat;
height: 500px;
width:910px;

padding:0;
}

#right{
float:left;
width: 447px;
height: 396px;
padding-right:33px;
padding-top: 32px;
text-align:left;
}

#left{
float:left;
width:385px;
height:430px;
padding-top:38px;
}

.gallery img{
margin:0;
padding:0;
width:204px;
height:137px;
}


#lightbox{	position: absolute;	left: 0; top: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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }


#contactForm input{
width:183px;
height:16px;
padding:5px 10px 5px 10px;
border: none;
margin:5px 12px 5px 0;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../img/input.jpg);
background-repeat:no-repeat;
}

#contactForm textarea{
padding:5px 10px 5px 10px;
margin:5px 0 5px 0;
border: none;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
width: 403px;
height: 117px;
float:left;
background-image:url(../img/textarea.jpg);
background-repeat:no-repeat;
}

#contactForm .button{
border:none;	
background: url(../img/submit.jpg) no-repeat 0 0;
width:99px;
height:39px;
overflow:hidden;
cursor:pointer;
margin:5px 0 0 324px;
padding:0;
}

#contactForm .inactive{
color: #AAA;
}	 
#contactForm .active{
color: #222;
}	 		
#contactForm .focused{
color: #404040;
}