@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.CFNLogo {
	font-family: Arial;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #090;
	margin-right: 25px;
	font-size: 14px;
}
.TopMenuBar {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #090;
}


.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.FeatureTopTitle {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #006;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.Image375Left {
	float: left;
	width: 375px;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial;
	font-size: 28px;
	color: #900;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 25px;
}

.Text385Right {
	margin-left: 385px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}
.FeatureText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-left: 35px;
}
.FeatureTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #0D7416;
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #000;
	margin-right: 25px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.SubTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #090;
	margin-bottom: 5px;
}
.SlideShow500 {
	float: left;
	width: 501px;
	margin-top: 15px;
}
.Test515Right {
	font-family: Arial;
	font-size: 12px;
	margin-left: 535px;
}
.HeadingLeft {
	float: left;
	width: 510px;
}
.HeadingRight {
	margin-left: 525px;
	padding-top: 35px;
}
.GoogleMap900 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: thin solid #000;
}
.MainContentText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
}
.PowerLinkTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	margin-bottom: 4px;
	background-color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}
.GoogleMap870Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #F96;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.GoogleMap870Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}.GoogleMapDestTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
}
.MapDescript {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	padding: 5px;
}
.RemoteCharterFrame {
	margin-bottom: 12px;
}
.PanelTabUnderline {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C3;
	text-decoration: underline;
}
.CloseWindowDiv {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #009;
	text-align: center;
}
.MoreDestinationsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0;
	background-color: #003;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.IntroDestText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 8px;
	margin-bottom: 8px;
}.PanelSubTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	margin-top: 25px;
	margin-bottom: 5px;
}
.SubProvIntroTextB {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-left: 10px;
}
.SubCityTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A51501;
	margin-top: 5px;
	margin-bottom: 3px;
}
.SubProvCharterTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	margin-left: 10px;
}
.OtherProvinceCharters {
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666;
}
.FeatureDestFrame {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
}
.MainSlideShowFrame {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.SubDetails {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #009;
	padding-top: 8px;
	padding-bottom: 4px;
}
.ListingImage525 {
	float: left;
	width: 525px;
	border: 1px solid #666;
	margin-top: 15px;
}
.ListingTextRight {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-left: 530px;
	height: 505px;
}
.MarketListingText {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 35px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.TableListingText {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #00C;
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 35px;
}

.SubTitleListings {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #090;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
}
.PrimaryTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}

.oneColFixCtrHdr #container #mainContent .MarketListingText u em {
	color: #5162DB;
}
.ListingsFrame {
	padding: 5px;
	border: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 15px;
}
.EvaluationHeading {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #10824B;
	padding: 3px;
	text-align: left;
	margin-right: 330px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666;
}
.EvaluationText {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.CharterListingLeft {
	float: left;
	width: 370px;
}
.CharterListingRight {
	margin-left: 395px;
}
.CharterListingFrame {
	margin-right: 25px;
	margin-left: 25px;
}
.oneColFixCtrHdr #container #mainContent .EvaluationText u em {
	color: #594AE3;
}
.Next {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.FormTextA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003;
	margin-bottom: 3px;
	margin-right: 40px;
}
.FormTextB {
	margin-left: 65px;
}
.FormTextC {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 3px;
}
.MarketProfileFrame {
	background-color: #E7E7B8;
	margin-top: 12px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid #666;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.IntroMarketFrame {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFC;
	margin-top: 15px;
	margin-bottom: 8px;
	border: 1px dashed #666;
	margin-right: 150px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.IntroMarketTitle {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}
.MarketProfileTitle {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.MarketProfileText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.AircraftIcon {
	background-color: #FFF;
	text-align: center;
	width: 50px;
	padding: 1px;
}
.IntroCMP {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #C9D0F6;
	border: 1px solid #999;
	margin-right: 50px;
	margin-left: 10px;
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.IntroCMPTextL {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 600px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.IntroCMPImage {
	margin-left: 532px;
	text-align: right;
}
.IntroCMPTitle {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.VideoFrame {
	width: 641px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	border: thin solid #900;
}
.Narration {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}.Narrationb {
	font-family: Arial;
	font-size: 26px;
	font-weight: normal;
	color: #900;
	margin-top: 20px;
	margin-bottom: 20px;
}
.DropDownTable {
	margin-top: 15px;
	margin-bottom: 15px;
}
.StepOne {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #306207;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 51px;
}
.AccIntroText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #11862D;
}
.SelectFifty {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #25BD1F;
}
.AccMainText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.AccTableText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.VideoFrameB {
	width: 853px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: thin solid #000000;
	margin-right: 25px;
}
.PageSample {
	width: 800px;
	border: thin solid #050505;
	margin-top: 15px;
	margin-bottom: 15px;
}
.TableFeatures {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.TableDescriptionFeature {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 250px;
}
.TableFeatureTop {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #158834;
	text-align: center;
}
.TableFeatureLeft {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #158834;
}
.TableDescriptionFeature2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	width: 150px;
}
.FeatureFrameLeft {
	padding: 10px;
	float: left;
	width: 400px;
}
.FeatureFrameRight {
	margin-left: 450px;
	margin-right: 50px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.FeaturesTextFrame {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: thin solid #000000;
}
.ImageFrameTop {
	margin-top: 15px;
	margin-bottom: 15px;
}
.TextFrameTitle {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #10824B;
	padding: 3px;
	margin-bottom: 15px;
	text-align: center;
}
.PeviousPage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-bottom: 12px;
}
.FooterMenuBar {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
