html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:rgb(209,205,193);
	font-size:76%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:rgb(209,205,193);
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:149px; 
	bottom:25px; 
	width:760px; 
	margin-left:-381px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:760px;
	border-top:152px solid #fff; 
	border-bottom:27px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-381px; 
	left:50%; 
	top:0; 
	width:760px; 
	min-width:760px; 
	height:116px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	overflow: hidden;
	}

* html #head {
	top:2px; width:760px; height:117px;
	}
	
#foot {
	text-align:right;
	position:absolute; 
	margin-left:-381px; 
	left:50%; 
	bottom:0; 
	width:760px; 
	min-width:760px; 
	height:25px; 
	background:#3C2B3D;
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#fff;
	}

* html #foot {
	bottom:2px; width:760px; height:24px;
	}


#content p {
	padding:2px; text-align:justify;
	}
	
#navcontainer {
	height: 32px;
	width: 760px;
	margin-left: -381px;
	left: 50%;
	top: 117px;
	position: absolute;
	z-index: 7;
	background: url(../images/navbar2.jpg);
	overflow: hidden;
	display: block;
}

#navcontainer ul {
	width: 100%;
	
}

#navcontainer ul li {
	width: 20%;
	display: inline;
	margin-top: 1em;
	
}

#navcontainer ul li a {
	font-family: Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 2em;
	font-weight: bold;
}

#navcontainer ul li a:visited {
	font-family: Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-top: 2em;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: underline;
	margin-top: 2em;
	color: #FFF;
	font-weight: bold;
	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: center;
}

h2 {
	color: #900;
}

h3 {
	color: #900;
	font-style: italic;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: justify;
}

#planes {
	width: 198px;
	float: right;
}

img.planes {
	border: 1px solid #900;
	padding: 2px;
}

/* LightBox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*Contact Form */

form#two {
	font-size:1.4em; 
	background:#bbb; 
	width:470px; 
	padding:10px; 
	margin-left: -235px; 
	border-top:1px solid #e1e1e1; 
	border-left:1px solid #e1e1e1; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999;
	position: absolute;
	left: 50%;
}

form#two p {
	padding: 1px;
}

form#two fieldset {
	width:450px; 
	display:block; 
	padding:5px; 
	font-family:verdana, sans-serif; 
	line-height:1.5em; 
	border:1px solid #fff;
}
form#two fieldset {
	font-size:.75em; 
	color:#555; 
	font-style:italic; 
	margin:15px 0 0 5px;
}

form#two legend { 
	border:1px solid #666; 
	font-family: "Courier New", Courier, mono; 
	color:#555; 
	font-size:1.4em; 
	font-weight:normal; 
	font-style:normal; 
	margin-bottom:14px; 
	padding:3px; 
	width:254px; 
	background:none;
}

form#two label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding-right:10px; 
	color:#fff; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}
form#two fieldset#personal label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding-right:10px; 
	color:#fff; 
	margin-bottom:0.6em; 
	font-size:1em; 
	line-height:1.8em; 
	font-style:normal;
}

form#two input {
	padding:0; 
	margin-bottom:0.8em;
}

form#two fieldset#personal input {
	border:1px dotted #e1e1e1; 
	background:#fff; 
	padding-left:0.5em; 
	margin-bottom:1em;
}

form#two textarea {
	width:425px; 
	height:12em; 
	border:1px solid #e1e1e1; 
	padding:5px; 
	margin:-8px 0 0 0; 
	overflow:auto;
}

form#two #button1, form#two #button2 { 
	background:#666; 
	border-bottom:1px solid #333; 
	border-left:1px solid #999; 
	border-top:1px solid #999; 
	border-right:1px solid #333; 
	color:#fff; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:205px; 
	margin-left:12px;
}

form#two #button1:hover, form#two #button2:hover {
	background:#990033; 
	border-bottom:1px solid #4A0018; 
	border-right:1px solid #4A0018;  
	color:#fff; 
	border-top:1px solid #cc0033; 
	border-left: 1px solid #cc0033;
}