@charset "utf-8";
/* 
	DeltaFox CSS Styles 
*/

/* Sitewide styles */
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif; /* comps: 11px */
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #666;
	/* Interior pages background image */
	background-image: url(../images/bg_subpage.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top;
	/* End interior pages background image */
}
a:link, a:visited {
	color: #004961;
	text-decoration: none;
}
a:hover {
	color: #487c8f;
}
h1, h2, h3, h4, h5 {
	color: #004961;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	font-weight: normal;
}
img {
	border: 0;
}
/* layout */
#container {
	width: 1000px; 
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
}
#pagecontent {
	padding: 0; 
}
#maincontent {
	background: url(../images/bg_default.jpg) top left no-repeat; /* default BG to be overridden */
	background-color: #fff;
	clear: both;
	padding: 24px 0 5px 0;
	position: absolute;
	top: 136px;
	width: 1000px;
}
/* Sitewide header */
#toplogo {
	width: 202px;
	height: 136px;
	background: url(../images/logo_top.gif) no-repeat #e4edf4;
	float: left;
}
#topheading {
	background: url(../images/bg_topheading.gif) repeat-x top;
	height: 136px;
	margin: 0;
	padding: 0;
}
#topheading h1 {
	float: left;
}
#topnavigation {
	float: left;
}
.topflash {
	position: relative; 
	top: 81px;
	left: 37px;
}
/* Left bars */
.leftcontainer {
	width: 240px;
	float: left;
}
.leftnav {
	margin: 10px 0 0 15px;
	padding: 0 0 0 12px;
	list-style-type: none;
	font-size: 11px;
}
/* Left nav 1 */
ul#leftnav1 {
	font-weight: bold;
}
ul#leftnav1 li {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
ul#leftnav1 li.open {
	background: url(../images/bg_left_bracket.gif) left no-repeat;
}
ul#leftnav1 li.open a {
	color: #487c8f;
	background: url(../images/bg_right_bracket.gif) right no-repeat;
	padding: 2px 10px 2px 0;
}
/* Left nav 2 */
ul#leftnav2 {
	margin-top: 22px;
	font-weight: normal;
}
ul#leftnav2 li {
	padding: 0 10px 12px 10px;
	margin: 0;
}
ul#leftnav2 li.open {
	font-weight: bold;
}
/* Top section */
#maincontent #topsection {
	height: 193px;
}
#topsection h1 {
	float: left;
	width: 500px;
	height: 40px;
	margin: 100px 0 0 0;
	padding: 0;
	background-position: top left; 
	background-repeat: no-repeat;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #044C65;
}
/* Center contents */
#centercontents {
	float: left;
	width: 505px;
	padding: 20px 20px 0 0;
	font-size: 11px;
	line-height: 160%;
}
#centercontents p, #centercontents h2, #centercontents h3, #centercontents h4, #centercontents ul {
	padding: 2px 0 12px 0;
	margin: 0;
}
/* Right sidebar */
#rightcontents {
	float: left;
	width: 205px;
	padding: 22px 10px 22px 10px;
}
#rightcontents h3 {
	width: 200px;
	height: 25px;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	background-position: top left; 
	background-repeat: no-repeat;
}
#rightcontents ul#related {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}
#rightcontents ul#related li {
	padding: 6px 10px 6px 0;
	margin: 0;
}
/* Footer */
#footer {
	clear: both;
	padding: 40px 5px 10px 10px;
	padding-top: 60px;
	.padding-top: 40px;
	color: #adadad;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#footer a {
	color: #adadad;
}
#footer #sitecredit {
	float: right;
	border: none;
	padding: 0 5px 0 5px;
	width: 75px;
	height: 15px;
	background: url(../images/unison_site_credit.png) no-repeat;
}
/* Page-specific */
div.gallerycontainer {
	margin: 15px 0 15px 0;
}
div.galleryitem {
	height: 100px;
	margin-bottom: 20px;
}
div.galleryitem .thumb {
	float: left;
	margin: 8px 30px 20px 0;
	clear: left;
}
#calculator {
	/* styles for interior page calculator */
}
.directions {
	width: 400px;
	.width: 385px;
	margin-right: 15px;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact #centercontents, .locations #centercontents {
	width: 760px;
	margin-right: 0;
	padding-right: 0;
}
.number {
	display: block;
	float: left; 
	margin: 0 5px 0 0;
	padding: 0 3px 0 3px;
}
.directionsrow {
	margin-bottom: 2px;
	clear: left;
}
.directionsrow div {
	float: left;
	width: 380px;
	.width: 365px;
}

/* Utility */
.replacetext {
	display: none;
}
.cleardiv {
	clear: both;
}
.rightimage {
	float: right;
	margin-right: -350px;
}
/* h1 heading replacements */
#title_hangar {
	background-image: url(../images/heading_hangar.png);
}
#title_executives {
	background-image: url(../images/heading_executives.png);
}
#title_related {
	background-image: url(../images/heading_related.png);
}
#title_gallery {
	background-image: url(../images/heading_gallery.png);
}
/* background replacements */
.about #maincontent {
	background-image: url(../images/bg_about.jpg); 
}
.services #maincontent {
	background-image: url(../images/bg_services.jpg); 
}
.facilities #maincontent {
	background-image: url(../images/bg_facilities.jpg); 
}
.dference #maincontent {
	background-image: url(../images/bg_dference.jpg); 
}
.locations #maincontent {
	background-image: url(../images/bg_locations.jpg); 
}
.gallery #maincontent {
	background-image: url(../images/bg_gallery.jpg); 
}
/* Sub-sections */
.philosophy #maincontent {
	background-image: url(../images/bg_philosophy.jpg); 
}
.history #maincontent {
	background-image: url(../images/bg_history.jpg); 
}
.executives #maincontent {
	background-image: url(../images/bg_executives.jpg); 
}
.hangar #maincontent {
	background-image: url(../images/bg_hangar.jpg); 
}
.concierge #maincontent {
	background-image: url(../images/bg_concierge.jpg); 
}
.maintenance #maincontent {
	background-image: url(../images/bg_maintenance.jpg); 
}
.fbo #maincontent {
	background-image: url(../images/bg_fbo.jpg); 
}
.lounge #maincontent {
	background-image: url(../images/bg_lounge.jpg); 
}
.conferencecenter #maincontent {
	background-image: url(../images/bg_conferencecenter.jpg); 
}
.businesscenter #maincontent {
	background-image: url(../images/bg_businesscenter.jpg); 
}
.amenities #maincontent {
	background-image: url(../images/bg_amenities.jpg); 
}
.perks #maincontent {
	background-image: url(../images/bg_perks.jpg); 
}
.deltafoxadvantage #maincontent {
	background-image: url(../images/bg_thedeltafoxmodel.jpg); 
}
/* Misc */
.partners #maincontent {
	background-image: url(../images/bg_partners.jpg); 
}
.privacy #maincontent {
	background-image: url(../images/bg_privacy.jpg); 
}
.contactus #maincontent {
	background-image: url(../images/bg_contact.jpg); 
}

