/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	text-align: center;
	color: #333333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #0d0e09;
}
html #homepage { /* for positioning the bg balloon */
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	text-align: center;
	color: #333333;
	background-image: url(../images/body_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #0E0F0A;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-top: 20px;
	color: #333333;
	border: none;
}
#header {
	position: relative;
	height: 240px;
	text-align: left;
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-image: url(../images/head_bg.jpg);
}
#homepage #header { /* for positioning the bg balloon */
	background-image: url(../images/head_bg_home.jpg);
}
#header #logo {
	margin-top: 16px;
	margin-left: 16px;
}

/* End top navigation */

/* Start main navigation */
#mainnav {
	font-weight: bold;
	border-bottom: 1px solid #a4c3bd;
	font-size: 75%;
	padding-top: 1em;
	text-align: center;
	height: 28px;
	margin-left: 0px;
	margin-top: 16px;
	background-color: #71827c;
	background-color: rgba(113, 130, 124, .6);
	/* opacity: 0.8;
	filter: alpha(opacity=80); */
}
#mainnav li {
	display: inline;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.6em;
	padding-bottom: 0.25em;
	padding-left: .3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCE2BE;
}
#mainnav a:hover, #mainnav a:active {
	color: #DCE2BE;
}
#mainnav a.alt:link, #mainnav a.alt:visited	{	/* removes the righthand border and padding */
	border: none;
}
#homepage #mainnav li #homelink, #intropage #mainnav li #introlink, #aboutpage #mainnav li #aboutlink, 
#infopage #mainnav li #infolink, #areaspage #mainnav li #areaslink, #gallerypage #mainnav li #gallerylink, 
#adventurepage #mainnav li #adventurelink, #contactpage #mainnav li #contactlink {
	color: #DCE2BE;
}
/* End main navigation */
#content {
	position: relative;
	width: 960px;
	text-align: left;
	padding-bottom: 1em;
	margin-top: 0px;
	padding-top: 1em;
	background-color: #c2c3c1;
	background-repeat: no-repeat;
	background-image: url(../images/content_bg.jpg);
	display: inline-block;
}
#homepage #content { /* for positioning the bg balloon */
	background-image: url(../images/content_bg_home.jpg);
}
#content h1 {
	color: #00785D;
	font-size: 120%;
	margin-left: 1em;
}
#content h1+p {	/* Makes first para bold / green */
	font-weight: bold;
	color: #00785D;
	margin-right: 8em;
}
#areaspage #content h1+p {
	margin-right: 2em;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #007CC2;
	margin-left: 1.5em;
	margin-top: 1em;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 1.75em;
	margin-top: 1em;
	color: #00906F;
}
#content h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 2em;
}
#content p {
	font-size: 90%;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	line-height: 140%;
}
#content ul {
	font-size: 90%;
	margin-left: 4em;
	margin-top: 1em;
}
#content li {
	margin-bottom: .75em;
	line-height: 120%;
	list-style: disc;
}
#content ol {
	margin-left: 2em;
	margin-top: 0.5em;
	font-size: 90%;
	margin-right: 2em;
}
#content ol li {
	list-style: decimal;
	margin-left: 1.5em;
	font-size: 90%;
	margin-top: 0px;
}
#content ol li li {
	font-size: 110%;
}

#content ol h2 {
	margin-left: 0px;
	font-size: 90%;
	margin-top: 0px;
}
#content ol li p {
	margin-top: 0px;
	line-height: 120%;
	margin-left: 0em;
}
#content dt {
	margin-left: 2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-right: 2em;
}
#content dd {
	font-size: 90%;
	line-height: 120%;
	margin-left: 4em;
	padding-bottom: 0.25em;
	margin-right: 2em;
}
#content dd ul {
	font-size: 100%;
	list-style: disc;
	margin-left: 0em;
	margin-top: 0.5em;
}
#content dd li {
	margin-bottom: 0.5em;
	list-style-type: none;
	margin-left: 0px;
}
#content dd h4 {
	font-size: 110%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0em;
}

#content dd p {
	font-size: 100%;
	margin-left: 0px;
	line-height: 100%;
	margin-top: 0px;
}
#content object {
	margin-top: 1em;
}


#aboutpage dd {	/* Set to make the page shorter */
	margin-right: 2em;
}
#content blockquote {
	font-style: italic;
	color: #653B12;
	background: #FFD67C;
	display: block;
	border: 1px solid #653B12;
	padding: .5em;
}
#content blockquote p {
	padding: 0px;
	font-size: 70%;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
}
#content blockquote cite {
	font-weight: bold;
	margin-left: 0em;
}

#content a:link, #content a:visited {	/* Main link text */
	color: #30348B;
}
#content a:hover, #content a:active {
	color: #7182DE;
}

#content address {
	font-weight: bold;
	color: #3C1D03;
	margin-left: 3em;
	margin-top: .5em;
	font-size: 90%;
	font-style: normal;
}
#content #telnos li {
	list-style-type: none;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: .5em;
}
#content #telnos h2 {
	margin-left: -1em;
	color: #333333;
	margin-top: 3em;
}
#content #telnos p {
	margin-top: 0px;
	margin-right: 6em;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content #flyingareas li {
	color: #00785D;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
}
#content .gallery {
	margin-left: 2.2em;
}
#content .gallery li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	background-color: #FFFEF9;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.highlight {
	font-weight: bold;
	text-align: center;
	color: #000099;
	font-size: 120%;
	margin-bottom: 0.5em;
}

/* Starts the righthand boxes highlights */
#content #rightbox {
	width: 260px;
	margin-left: 1em;
	margin-top: 1em;
	margin-right: 2em;
	float: right;
	padding: 1em;
	text-align: left;
	background-color: #d0ecfc;
	border: 1px solid #007CC2;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	/* opacity: 0.8;
	filter: alpha(opacity=80); */
	background-color: rgba(208, 236, 252, .8);
	margin-bottom: 1em;
	color: #666666;
}
#content #rightbox h3 {
	font-size: 100%;
	font-weight: bold;
	color: #DC2505;
	text-align: center;
	margin-left: 0em;
	padding-left: 0px;
	padding-bottom: 0em;
	margin-top: .5em;
}
#content #rightbox p {
	margin-right: 0.9em;
	margin-left: 0.9em;
	line-height: 140%;
	font-size: 90%;
	margin-top: 0.5em;
	font-weight: bolder;
	margin-bottom: 1em;
}
#content #rightbox ul {
	margin-left: 2.5em;
	font-size: 70%;
}
#content #rightbox li {
	list-style: none;
	margin-left: 0px;
}
#content #rightbox img {
	margin-bottom: 10px;
	border: 1px solid #A4C3BD;
}
#content #rightbox .tests {
	font-size: 70%;
	line-height: 160%;
}

#content #rightbox2 {
	width: 260px;
	margin-left: 1em;
	margin-top: 1em;
	margin-right: 2em;
	float: right;
	padding: 1em;
	text-align: left;
	background-color: #d0ecfc;
	border: 1px solid #007CC2;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	/* opacity: 0.8;
	filter: alpha(opacity=80); */
	background-color: rgba(208, 236, 252, .8);
	margin-bottom: 1em;
	color: #666666;
}
#content #rightbox2 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #DC2505;
	text-align: center;
	margin-left: 0em;
	padding-left: 0px;
	padding-bottom: 0em;
	margin-top: .5em;
}
#content #rightbox2 p {
	margin-right: 0.9em;
	margin-left: 0.9em;
	line-height: 140%;
	font-size: 90%;
	margin-top: 0.5em;
	font-weight: bolder;
	margin-bottom: 1em;
}
#content #rightbox2 ul {
	margin-left: 2.5em;
	font-size: 70%;
}
#content #rightbox2 li {
	list-style: none;
	margin-left: 0px;
}
#content #rightbox2 img {
	margin-bottom: 10px;
	border: 1px solid #A4C3BD;
}
#content #rightbox2 .tests {
	font-size: 70%;
	line-height: 160%;
}

/* Ends the righthand boxes for highlights */

/* Starts submenu */
#content #submenu {
	margin-left: 2em;
}
#content #rightbox #fblogo {
	float: left;
	margin-right: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	margin-top: 0.15em;
	margin-left: .3em;
}

#content #submenu li {
	display: inline;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 1.5em;
}
/* Ends submenu */

#content #back {	/* Formats the back button */
	width: 66px;
	float: right;
	font-size: 80%;
	margin-left: 2em;
	display: block;
	margin-right: 1.5em;
	background: url(../images/back_butt.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 18px;
	margin-top: 0.5em;
}
#content #headline {
	font-family: Optimum, "ZapfHumnst BT", Calibri, Arial;
	font-size: 180%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	width: 230px;
	top: 8px;
	right: -8px;
	line-height: 124%;
	font-weight: bold;
	padding: 0px;
}
#content #headline p {
	margin-right: .5em;
	margin-left: .5em;
	margin-top: 0px;
}

/* Starts the highlight box on the home page */
#content #homespecial {
	width: 260px;
	margin-right: 230px;
	float: right;
	padding: 1em;
	text-align: center;
	background-color: #d0ecfc;
	margin-left: 1em;
	border: 1px solid #007CC2;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	/* opacity: 0.8;
	filter: alpha(opacity=80); */
	background-color: rgba(208, 236, 252, .8);
	margin-bottom: 1em;
}
#content #homespecial h2 {
	margin: 0px;
	text-align: center;
}
#content #homespecial p {
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Ends the highlight box on the home page */

#content #slmap {
	background-color: #FFFFFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	margin-right: 1.5em;
}
#content #trek {
	margin-right: 1.8em;
}
#content #skydivers {
	margin-left: 2em;
	margin-top: 1em;
}
#content #homeimg1 {
	margin-top: 4.5em;
	margin-right: 3em;
}



/* Start calculator formatting */
#content #calc {
	height: 210px;
	width: 200px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-right: 3em;
	margin-left: 2em;
	margin-top: -6px;
	margin-bottom: 6px;
}
#content #calc td {
	text-align: center;
	padding-top: 12px;
}
#content #calc #numbers {
	margin-left: 18px;
}
#content #calc #numbers td {
	width: 40px;
	padding-top: 0px;
}
#content #calc #numbers input {
	width: 40px;
}
#content #calc #result {
	height: 24px;
	width: 170px;
	text-align: right;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	font-size: 140%;
}
/* End calculator formatting */

/* Start Paypal Buy Now formatting */
#content #paypalform, #content #paypalform2, #content #paypalform3, #content #paypalform4 {
	margin-left: 2.5em;
	font-size: 80%;
	border: 1px solid #8D764C;
	width: 200px;
	background-color: #CCCCCC;
	margin-top: 1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#content #paypalform h3, #content #paypalform2 h3, #content #paypalform3 h3, #content #paypalform4 h3 {
	margin-left: 0px;
	margin-top: 0px;
}
#content #paypalform h4, #content #paypalform2 h4, #content #paypalform3 h4, #content #paypalform4 h4 {
	font-size: 100%;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#content #paypalform p, #content #paypalform2 p, #content #paypalform3 p, #content #paypalform4 p {
	margin-left: 0px;
	margin-top: 0px;
}
#content #paypalform input, #content #paypalform2 input, #content #paypalform3 input, #content #paypalform4 input {
	margin-top: 6px;
}
#content #paypalform #submit {
	background-image: url(../images/book-now.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 104px;
}


#content #paypalform2, #content #paypalform4 {
	float: right;
	margin-right: 420px;
}

#content #packagelist {	/* List of packages on flight-info-fares-and-reservations.html */
	margin-left: 1.5em;
}
#content #packagelist li {
	float: left;
	list-style-type: none;
	margin-left: 1.5em;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content #packagelist .standard {
	background-color: #666;
}
#content #packagelist .deluxe {
	background-color: #F90;
}
#content #packagelist .luxury {
	background-color: #96F;
}
#content #packagelist .champagne {
	background-color: #990;
}
#content #packagelist .corporate {
	background-color: #36F;
}
#content iframe {
	height: 315px;
	width: 420px;
	margin-left: 2em;
	margin-top: .75em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}





#back {
	display: block;
	height: 18px;
	width: 66px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	line-height: 100%;
	float: right;
	margin-right: 10em;
	margin-left: 2em;
	background-color: #00788F;
	margin-top: .5em;
}


/* End Paypal Buy Now formatting */

/* Start normal floats */
.imageright {
	float: right;
	margin-left: 1em;
	margin-top: 3px;
}
.imageright img {
	margin-bottom: .5em;
}

.imageleft {
	float: left;
	margin-right: 1em;
	margin-top: 3px;
}
.floatright {
	float: right;
	text-align: center;
	font-size: 80%;
	margin-left: 1em;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/* End normal floats */

.backtotop {
	text-align: right;
	padding-bottom: 0.15em;
	background: url(../images/up-arrow.gif) no-repeat right;
	margin-bottom: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #017DC5;
	clear: both;
}

/* Footer styles */
#footer {
	color: #9E7C7B;
	clear: both;
	text-align: center;
	padding: 1em;
	border-top: 1px solid #9E7C7B;
	font-size: 75%;
	background-color: #cdcecd;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
#footer ul {
	margin-top: 8px;
}

#footer li {
	display: inline;
}

#footer a:link, #footer a:visited {	/* Main link text */
	color: #9E7C7B;
	border-right: 1px solid #a4c3bd;
	padding-right: 0.6em;
	padding-left: 0.4em;
}
#footer a.alt:link, #footer a.alt:visited {
	border-style: none;
}

/* End footer styles */

.center {
	text-align: center;
}
.hidden {
	display: none;
}
noscript {
	font-size: 70%;
	font-weight: bold;
	color: #BFD9FF;
	margin-left: .5em;
}

