html
{
    overflow: auto;
    height: 100%;
}

body
{
    background: #CCE;
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: sans-serif;
    font-size: 14px;
    min-width: 760px;
    min-height: 500px;
}

#maincontent
{
    width: 100%;
    text-align: center;
    background: url(../images/backgrounds/sunset.png);
}

#logoholder
{
    width: 100%;
    height: 360px;
    text-align: center;
}

#internallogoholder
{
    margin: 0px auto 0px auto;
    width: 600px;
    height: 336px;
    background-image: url(../images/others/balloon.png);
    background-repeat: no-repeat;
    padding: 0px;
}

#shift
{
    padding: 12px 0px 0px 0px;
}

#logo
{
    width: 600px;
    height: 336px;
    display: inline;
    border: 0px solid black;
    margin: 0px;
}

#pixrow
{
    height: 65px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

#navrow
{
    height: 50px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

img
{
    margin: 7px 1% 0px 1%;
}

img.piximage
{
    margin: 7px 1% 0px 1%;
}

img.navimg
{
    margin: 12px 2px;
    border: 0px;
}

hr
{
    margin: 0px;
    padding: 0px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

#outer
{
    height: 100%;
    width: 100%;
    min-width: 700px;
    min-height: 500px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

#outer[id]
{
    display: table;
    position: static;
}

#middle
{
    position: absolute;
    top: 50%;
}

#middle[id]
{
    display: table-cell;
    vertical-align: middle;
    position: static;
}

#inner
{
    position: relative;
    top: -50%;
}

#footertext
{
    margin: 5px 0px 0px 0px;
}

#footerl
{
    float: left;
    margin-left: 25px;
    border: 0px solid black;
}

#footerr
{
    float: right;
    margin-right: 25px;
    margin-left: 40px;
    border: 0px solid black;
}

div.linksl
{
    width: 28%;
    position: absolute;
    top: 13%; left: 20px;
}

div.linksc
{
    width: 28%;
    position: absolute;
	top: 13%; left: 36%;
}

div.linksr
{
    width: 28%;
    position: absolute;
    top: 13%; right: 20px;
}

#aboutcontent
{
    height: 300px;
    width: 90%;
    margin: auto auto auto auto;
}

#aboutnavbar
{
    margin: 0px 0px 1px 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 120%;
}

#aboutnavbar a
{
    text-decoration: none;
}

#aboutnavbar a:hover
{
    text-decoration: underline;
}

#aboutlowerbox
{
    margin: 0px;
    width: 100%;
    height: 269px;
}

#abouttextbox
{
    float: right;
    margin: 0px;
    width: 60%;
    height: 269px;
}

div.abouttextcontent
{
    width: 100%;
    height: 269px;
    overflow: auto;
    text-align: justify;
    padding-right: 5px;
}

#faqtitle
{
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

#faqcontent
{
    margin: 0 auto 0 auto;
    width: 90%;
    height: 290px;
    overflow: auto;
    text-align: justify;
    padding: 15px;
}

#galcontent
{
    margin: 0 auto 0 auto;
    width: 95%;
    height: 300px;
    overflow: auto;
    text-align: justify;
    padding: 15px;
}

#aboutimagebox
{
    float: left;
    margin: 0px;
    width: 40%;
    height: 269px;
    text-align: center;
}

#contactimage
{
    padding: 20px;
    display: inline;
}

#flightdescr
{
    margin-top: 10px;
    font-style: italic;
}

#contactmiddle
{
    height: 200px;
    background: black;
    width: 1px;
    margin-right: 7px;
}

table
{
    width: 100%;
    height: 100%;
    border: 0px solid black;
}

#contactleft
{
    vertical-align: middle;
    text-align: right;
    width: 60%;
}

img.galleryimg
{
    float: left;
    margin: -15px 5px 25px 0px;
}

img.galleryimg:hover
{
	cursor: hand;
	cursor: pointer;
}

label
{
	width: 110px;
	float: left;
	padding: 3px .5em;
	font-family: sans-serif;
}

label.required
{
	font-weight: bold;
}

input#uname, input#email, input#address, input#city
{
	padding: 2px;
	width: 170px;
	margin-top: 2px;
	border: 1px solid gray;
}

input#state
{
	padding: 2px;
	margin-left: 2px;
	width: 70px;
	border: 1px solid gray;
}

input#zip
{
	padding: 2px;
	margin-left: 2px;
	margin-top: 2px;
	width: 60px;
	border: 1px solid gray;
}

form
{
	width: 470px;
	height: 275px;
	padding: 1px;
	top: 35px;
	position: relative;
	text-align: left;
}

h3.emailheader
{
	text-align: center;
	text-decoration: underline;
}

textarea
{
	margin-top: 2px;
	width: 316px;
	height: 75px;
	border: 1px solid gray;
}

#mlist
{
	position: relative;
	top: 12px;
	padding: 3px 1em;
	display: inline;
}

fieldset
{
	border: 0px;
}

#ratescontainer
{
	margin: 35px 0%;
	float: left;
	width: 100%;
	height: 280px;
	background: #CCE;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#ratestable
{
	padding: 10px;
	border-style: none;
}

#seasonprices
{
	width: 65%;
	height: 60%;
	text-align: center;
}

#seasontable
{
	position: relative;
	left: 2%;
	height: 10px;
	font-size: 16px;
	text-align: center;
}

#table>p, #rightinfo>p
{
	text-decoration: underline;
}

#exclusive
{
	position: relative;
	left: 15%;
	top: -36px;
	font-size: 16px;
}

td.rightinfo
{
	border-left: 1px solid gray;
	padding: 5px;
	text-align: center;
}

#bottominfo
{
	border-top: 1px solid gray;
	text-align: center;
	font-weight: bold;
}
