﻿@charset "utf-8";
/* CSS Document */
html, body {
	background: #1E1E1F;
}

body {
	color: #FFFFFF;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {
	margin: 0 auto;
	width: 1000px;
	font-weight: normal;
	border: 1px solid #333;
	text-align: center;
	background: #1E1E1F;
	background: url(bg.png) 50% 0 repeat;
}

#logo {
	position: relative;
	top: -150px;
	height: 150px;
}

#galnav {
	margin-top: 20px;
	margin-bottom: -30px;
}

#menu {
	text-align: center;
	/* margin-bottom: 35px; */
	background-color: #000000;
}

#text {
	clear: both;
	text-align: justify;
	font-weight: normal;
	width: 800px;
}

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

a:hover {
	color: #25AA25;
	text-decoration: none
}

#header {
	height: 50px;
	font-size: 24px;
	margin-top: -30px;
}

#header h1 {
	display: inline;
	letter-spacing: -1px;
	margin-bottom: 0;
	font-family: Helvetica, sans-serif;
}

#pflow {
	margin: 20px;
}

/* -- zoom */
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Helvetica;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


/* --end zoom  */

#slider { 
	height: 150px;
	padding-top: 20px;
}

#info {
	font-size: 13px;
	padding-top: 15px;
	/* height: 130px; */
}

#intro {
	margin: 20;
	padding: 20;
	border: 1px solid #333;
	text-align: justify;
	font-size: 13px;
	background-image:url(../css/bg.png);
}

#panorama {
	visibility: hidden;
	margin: 0 auto;
}

#gallery {
	margin-top: -10px;
	text-align: center;
}

#left { 
	text-align: left;
	float: left;
	width: 425px;
	padding: 5px;
	/* border-right: 1px solid #ccc; */
	margin-left: 30px;
}

#notice {
	width: 395px;
	margin-top: 20px;
	padding: 15px;
	font-size: 12px;
	text-align: justify;
	border: 1px solid #ccc;
}

#right {
	padding: 20px;
	float: right;
	width: 450px;
	text-align: justify;
}

#footer {
	clear: both;
	float: bottom;
	padding: 10px 45px 10px 35px; 
	/* margin-top: 5px; */
	text-align: right;
	color: #808080;
}

.facebook {
	float: left;
}

.copyright {
	float: right;
}

.clear {
	clear: both;
}

/*_________________________________________________________________  headers  */
.nwaero { 
	font-family: Helvetica, sans-serif; 
	font-size: 36px; 
	font-weight: normal; 
	line-height: 46px; 
	margin-top: 8px; 
	}
	
.small-heading { 
	font-size: 18px; 
	line-height: 18px; 
	padding-top: 6px; 
	}

.aeroview { 
	font-family: Helvetica, sans-serif; 
	font-size: 36px; 
	font-weight: normal; 
	line-height: 16px; 
	margin-top: 1px; 
	}

h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	margin-top: -2px;
}

h1 {
	font-size: 36px;
	font-weight: normal;
}

h1 a {
	font-weight:bold;
	color:#FFFFFF;
}

h1 a:hover {
	color:#25AA25;
}

h2 { font-size: 18px; font-weight: normal; line-height: 18px; }

h3 {
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
	line-height: 18px;
}




#shadowbox_title {
  border: 0px solid;
}
 
#shadowbox_info {
  border: 0px solid;
}

