                                                                  /* FOUNDATION STYLES*/
body{
	background-color: #4861c8;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-image: url(images/cloudBackgroundLong.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
}

* {
margin: 0;
padding: 0;
}



img{
	margin: 0;
	padding: 0;
	border: none;
}
                                           /* FONT STYLES AND ALIGNMENT */

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.boldItalic{
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.boldCenter{
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.clearer{
	clear: both;
	line-height: 0em;
}

.indent{
	text-indent: 2em;
	text-align: justify;
}

.leftAlign{
	text-align: left;
}

.rightAlign{
	text-align: right;
}


                                                       /*LINE HEIGHTS*/
                                                       
.lineHalf{
	line-height: 1.5em;
}
                                                       
.double{
	line-height: 2em;
}
	

	

#wrapper{
	position: relative;
	top: 16px;
	width: 976px;
   	margin: 50px auto;
	background-color: transparent;
	text-align: justify;
}
	

#mainWrapper{
	position: relative;
	top: 16px;
	width: 976px;
   	margin: 15px auto;
	background-color: transparent;
	text-align: justify;
}

#smallBalloon{
	position: absolute;
	height: 266px;
	width: 210px;
	top: -45px;
	left: 15px;
	background-image: url(images/balloonHeader.gif);
	background-repeat: no-repeat;
}

                                                       
#flightText{
	position: absolute;
	top: 270px;
	left: 15px;
	width: 550px;
	font-size: 12px;
	padding: 12px;
	text-align: justify;
}                                                      /*QUESTIONS PAGE*/
                                                       
#questionsText{
	position: absolute;
	top: 270px;
	left: 0px;
	width: 970px;
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}

#questionsLeftColumn{
	position: relative;
	float: left;
	width: 465px;
	margin-right: 10px;
}

#questionsRightColumn{
	position: relative;
	float: left;
	width: 465px;
	margin-left: 10px;
}

                                                       /*NAVIGATION*/
#lang{
	position: absolute;
	left: 325px;
	top: 10px;
	width: 300px;
	height: 30px;
	background-color: transparent;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#lang a{
	color: #000000;
	text-decoration: underline;
}

#lang a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

#mainSiteLang{
	position: absolute;
	left: 870px;
	top: -25px;
	width: 75px;
	height: 30px;
	background-color: transparent;
	font-family: arial, verdana, sans-serif;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#mainSiteLang a{
	color: #000000;
	text-decoration: underline;
}

#mainSiteLang a:hover{
	color: #ed1c24;
	text-decoration: underline;
}

#mainNavTop{
	position: absolute;
	top: 163px;
	left: 0px;
	width: 530px;
	height: 30px;
}

#mainNavTop a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#mainNavTop a:hover{
	color: #fff200;
}

#mainNavLower{
	position: absolute;
	top: 193px;
	left: 0px;
	width: 530px;
	height: 30px;
}

#mainNavLower a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#mainNavLower a:hover{
	color: #fff200;
}

.mainNavContainer{
	position: relative;
	float: left;
	width: 178px;
	height: 30px;
}

.mainNavContainerLast{
	position: relative;
	float: left;
	width: 170px;
	height: 30px;
}


#regularNav{
	position: absolute;
	top: 230px;
	left: -2px;
	width: 970px;
	height: 30px;
	background-color: transparent;
}

.regNavContainer{
	position: relative;
	float: left;
	width: 137px;
	height: 30px;
	text-align: center;
}

#regularNav a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#regularNav a:hover{
	color: #fff200;
}

.questionLink{
	position: relative;
	float: left;
	width: 145px;
	height: 30px;
	text-align: center;
}
	

                                                       /*BOXES*/


#mainText{
	position: absolute;
	top: 240px;
	left: 35px;
	width: 335px;
	padding: 10px;
	font-size: 12px;
}

#indexTextTop{
	position: absolute;
	top: 190px;
	left: 50px;
	width: 335px;
	word-spacing: -.1em;
}

#indexTextBottom{
	position: absolute;
	top: 465px;
	left: 50px;
	width: 335px;
	word-spacing: -.1em;
}


#reservationText{     /*contains form table*/
	position: absolute;
	top: 270px;
	left: 15px;
	width: 550px;
	font-size: 10px;
	padding: 5px;
	text-align: left;
}

                                                       /*PRICES*/


#prices{ 
	position: absolute;
	background-color: transparent;
	top: 450px;
	left: 80px;
	width: 300px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

#pricesRedHeading{
	color: #fe0000;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#pricesBlackHeading{
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

                                                       /*HEADINGS, SUB HEADINGS, COLORS AND COLORED BACKGROUNDS*/
h1{
	font-family: verdana,arial, serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2em;
}

.redHeading{
	color: #ed1c24;
	font-weight: bold;
	word-spacing: -.1em;
}

.redHeadingCenter{
	color: #ed1c24;
	font-weight: bold;
	word-spacing: -.1em;
	text-align: center;
}	


                   



                                                        /* FOOTER STYLING */

#footer{
	position: relative;
	width: 980px;
	height: 20px;
	background-color: transparent;
}

.footerText{
	position: relative;
	width: 980px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 9px;
	line-height: 2em;
}

.footerRightAlign{
	position: relative;
	width: 375px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 600px;
	margin-top: -20px;
	text-align: right;
}

.footerText a{
	color: #000000;
	text-decoration: underline;
}

.footerSecondLine{
	position: relative;
	width: 980px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 9px;
	text-align: center;
	line-height: 2em;
}