﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
	
	AirSprint Private Aviation
	author: www.nettune.com
	version:   1.0

/* ---------------------------------------------------------------------------
HREF Selectors
-----------------------------------------------------------------------------*/	
a:link { text-decoration: none; color: #0f8ace; font-size:12px; }
a:visited { text-decoration: none; color: #0f8ace; font-size:12px; }
a:hover { text-decoration: underline; color: #78cbf8; font-size:12px; }
a:active { text-decoration: underline; color: #78cbf8; font-size:12px; }

/* ---------------------------------------------------------------------------
Paragraph/Header/List Selectors
-----------------------------------------------------------------------------*/	
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; line-height:19px; color:#4c5265; padding:0; margin:0; padding-bottom: 15px; text-align: left; }
h1 { font-family: Georgia, Helvetica, sans-serif; color:#344575; font-size:19px; line-height:31px; padding:0; margin:0; padding-bottom: 10px; font-weight: normal; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: normal; line-height:24px; color:#d87a29; margin:0; font-style:normal; font-weight: normal; padding-bottom: 15px; }
h3 { font-family: Arial, Helvetica, sans-serif; color:#3aa39f; text-transform: uppercase; font-size:11px; padding:0; margin:0; padding-bottom: 5px; font-weight: normal; }
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height:24px; color:#ffffff; margin:0; font-style:normal; font-weight: normal; padding-bottom: 0px; }
h5 { font-family: Georgia, Helvetica, sans-serif; font-size: 14px; line-height:24px; color:#1283ae; margin:0; font-style:normal; font-weight: normal; padding-bottom: 0px; }
h6 { font-family: Georgia, Helvetica, sans-serif; font-size: 15px; line-height:2px; color:#1283ae; margin:0; font-style:normal; font-weight: normal; padding-bottom: 0px; }
.subCaps { font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; color:#3aa39f; font-size:12px; line-height:21px; padding:0; margin:0; padding-bottom: 0px; font-weight: normal; }

/* ---------------------------------------------------------------------------
Secondary Page Styles
-----------------------------------------------------------------------------*/	
.navHeader h1 { font-family: Arial, Helvetica, sans-serif; color:#fff; font-size:12px; padding:0; margin:0; text-transform: uppercase; font-weight: bold; position: absolute; top: -3px; left: 26px; }
.breadcrumbs p { text-decoration: none; color: #b4e4fe; font-size:11px; }
.breadcrumbs a:link { text-decoration: none; color: #fff; font-size:11px; }
.breadcrumbs a:visited { text-decoration: none; color: #fff; font-size:11px; }
.breadcrumbs a:hover { text-decoration: underline; color: #fff; font-size:11px; }
.breadcrumbs a:active { text-decoration: underline; color: #fff; font-size:11px; }
.contentBox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; line-height:16px; color:#344575; margin:0; text-align: left; width: 160px; }
.mainPhoto_copy h1 { font-family: Georgia, Helvetica, sans-serif; color:#ffffff; font-size:19px; line-height:31px; padding:0; margin:0; padding-bottom: 10px; font-weight: normal; }
.mainPhoto_copy p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:normal; line-height:21px; color:#b9ddf0; padding:0; margin:0; padding-bottom: 15px; text-align: left; }

/* ---------------------------------------------------------------------------
Footer Styles
-----------------------------------------------------------------------------*/	
.footerCopy p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; line-height:19px; color:#213467; padding:0; margin:0; text-align: left; }
.footerCopy h1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal; line-height:19px; color:#658eb2; padding:0; margin:0; text-align: left; }
.footerCopy a:link { text-decoration: none; font-weight:bold; text-transform:uppercase; color: #213467; font-size:10px; }
.footerCopy a:visited { text-decoration: none; font-weight:bold; text-transform:uppercase; color: #213467; font-size:10px; }
.footerCopy a:hover { text-decoration: underline; font-weight:bold; text-transform:uppercase; color: #213467; font-size:10px; }
.footerCopy a:active { text-decoration: underline; font-weight:bold; text-transform:uppercase; color: #213467; font-size:10px; }
/* ---------------------------------------------------------------------------
DHTML GOODIES Styles
-----------------------------------------------------------------------------*/	
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	background-color:#FFFFFF;
	width:430px;
	margin-bottom:4px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:right top;	
	height:120px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:6px solid #FFFFFF;
	background-color:#FFFFFF;
	width:570px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/*ul {list-style-type: inherit; padding-left: 1em; font-family : Arial; font-size: 12px; font-weight:normal; line-height:19px; color:#4c5265;}*/
ul { list-style-image: url(../img/bullet_square.gif); padding-left: 1.5em; padding-bottom:0.5em; font-family : Arial; font-size: 12px; font-weight:normal; line-height:19px; color:#4c5265; }
ul ul { list-style-image: url(../img/bullet_circle.gif); padding-left: 1.2em; font-family : Arial; font-size: 12px; font-weight:normal; line-height:19px; color:#4c5265;}




