@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
	}

body {
	background #fff;
	color: #4b3b16;  }
	

/* HEADER CONTAINER */
#top {
	width: 100%;
	height: 195px;
	background: url(topbg.jpg) repeat-x top center #383021;
	}
	
/* HEADER */
#header {
	width: 994px;
	height: 195px;
	margin: auto;
	padding-top: 15px;
	padding-left: 30px;
	}
	
#headerContent {
	width: 700px;
	float: right;
	margin-top: 30px;
	}
	
#headerContent a:link, #headerContent a:active, #headerContent a:visited {
	text-decoration: none;
	color: #fff;
	}
	
#headerContent a:hover {
	text-decoration: none;
	color: #bbc23b;
	}
	
#headerContent h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 100;
	font-style: normal;
	letter-spacing: 1px;
	color: #ffffff;
	}

ul.nav {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	margin-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 100;
	font-style: normal;
	letter-spacing: 1px;
	color: #ffffff;
	}
	
ul.nav li {
	display: inline;
	margin-right: 20px;
	padding: 15px 0 15px 0;
	}
	
ul.nav a:link, ul.nav a:active, ul.nav a:visited {
	text-decoration: none;
	color: #fff;
	padding: 15px 0 15px 0;
	}
	
ul.nav a:hover {
	text-decoration: none;
	color: #bbc23b;
	padding: 15px 0 15px 0;
	}
	
	
/* CONTENT CONTAINER */
#bottom {
	width: 100%;
	min-height: 500px;
	background: url(images/cloudsbg.jpg) top center repeat-x;
	clear: both;
	}

/* CONTENT */
#content {
	width: 964px;
	min-height: 500px;
	margin: auto;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.airplanes {
	background: url(images/airplanes.gif) top right no-repeat;
	}

#content h1.introtitle {
	font-family: Georgia, serif;
	font-size: 70px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0px;
	padding-bottom: 20px;
	width: 700px;
	color: #4b3b16;
	padding-right: 30px;
	}
	
#content h2.intro {
	margin: 0px;
	padding: 0px;
	color: #4b3b16;
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	width: 540px;
	}
	
#content a:link, #content a:active, #content a:visited {
	text-decoration: none;
	color: #bbc23b;
	}
	
#content a:hover {
	text-decoration: none;
	color: #8f824a;
	}
	
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.6em;
	padding-bottom: 30px;
	}
	
#content h1 {
	font-family: Georgia, serif;
	font-size: 70px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0px;
	padding-bottom: 20px;
	color: #4b3b16;
	}
	
#content h2 {
	font-family: Georgia, serif;
	font-size: 34px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #70919c;
	}
	
#content h2 a:link, #content h2 a:active, #content h2 a:visited, #content h2 a:hover {
	text-decoration: none;
	color: #70919c;
	}
	
#content h5 { font-size: 14px }
	
#content .imgleft {
	border: 10px solid #383021;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#content .imgright {
	border: 10px solid #383021;
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
	}
	
#form1 p {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	}
#form1 .label {
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	vertical-align: middle;
	}
	
input#send {
	margin-left: 88px;
	background-color:#cbd075;
	padding: 5px;
	border: 1px solid #bbc23b;
	}
	
input#Name, input#Email, input#Website, input#Message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding: 4px;
	margin-top: -4px;
	}
	
/* FOOTER */
	
#footer {
	clear: both;
	margin-top: 50px;
	padding-bottom: 20px;
	}

#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
