/* CSS Document - All Pages Except Home Page */

div#blueWrapper {
	background-image: url(../../images/typical_mainBkgd.png);
	background-repeat: repeat-x;
	background-color: #06354A;
}

#head {
	height: 168px;
}

#head .logo {
	float: left;
	padding-top: 19px;
}

/* global nav */

#globalNav {
	float: right;
	width: 640px;
	height: 75px;
	margin: 48px 0 0 0;
	padding: 0;
	background-image: url(../../images/globalNavBkgd.jpg);
	background-repeat: no-repeat;
}

#globalNav li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 17px 15px;
	font-size: 18px;
	line-height: 100%;
}

#globalNav a {
	color: #FFF;
	text-decoration: none;
	line-height: 80%;
}

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

li#home {
	margin-top: 23px;
	width: 75px;
}

li#passenger {
	width: 120px;
}

li#pilot {
	width: 85px;
}

li#about {
	width: 105px;
}

li#contact {
	width: 105px;
}

/* end global nav */

/* sub nav */

ul#subNav {
	width: 600px;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #23879F;
	border-bottom: 1px dotted #23879F;
}

ul#subNav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#subNav a.On {
	background-image: url(../../images/subNavOnBkgd.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	margin: 0;
	padding: 8px 5px;
}

ul#subNav a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding: 8px 5px;
}

ul#subNav a:hover {
	text-decoration: underline;
}

/* end sub nav */

/* layout columns */

#mainColumnLeft {
	width: 300px;
	float: left;
}

#mainColumnRight {
	width: 600px;
	float: right;
}

.oneColumnLeft {
	width: 280px;
	float: left;
}

.oneColumnRight {
	width: 280px;
	float: right;
}

/* end layout columns */

/* left photo box */

.leftPhotoBox {
	background-image: url(../../images/typ-leftPhotoBoxBkgd.jpg);
	background-repeat: repeat-x;
	background-color: #105167;
	padding: 10px;
}

.leftPhotoBoxHolder {
	width: 230px;
	background-color: #FFF;
	padding: 25px;
}

.leftPhotoBox p {
	line-height: 135%;
}

/* end left photo box */

#pageTitlePassenger {
	background-image: url(../../passenger/images/sectionIcon-Passenger.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#pageTitlePilot {
	background-image:url(../../pilot/images/sectionIcon-Pilot.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#pageTitleAbout {
	background-image:url(../../about/images/sectionIcon-About.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#pageTitleContact {
	background-image:url(../../contact/images/sectionIcon-Contact.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#pageTitleSiteTools {
	background-image:url(../../tools/images/sectionIcon-SiteMap.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#pageTitleCasino {
	background-image:url(../../images/sectionIcon-Casino.png);
	background-repeat: no-repeat;
	padding-left: 75px;
}

#mainColumnRight p, #mainColumnRight a, #mainColumnRight li, #mainColumnRight label {
	color: #FFF;
	line-height: 150%;
}

h1 {
	font-size: 15px;
	margin: 30px 0 0 0; 
	padding: 0; 
	color: #FFF;
}

h2 {
	font-size: 34px;
	margin: 0 0 30px 0; 
	padding: 0; 
	color: #FFF;
}



th {
	background-color: #23879F;
	padding: 2px;
}

td {
	background-color: #FFF;
	padding: 2px;
}

table {
	margin-bottom: 30px;
}

#mainColumnRight li {
	margin-bottom: 10px;
}

#calloutAttendant {
	width: 190px;
	background-image: url(../../images/calloutAssistantBkgd.jpg);
	background-repeat: no-repeat;
	padding: 30px 0 30px 110px;
}

#calloutAttendant p {
	color: #ADD6B8;
	font-size: 14px;
}

#calloutQuote {
	width: 250px;
	background-image: url(../../images/calloutQuoteOpen.gif);
	background-repeat: no-repeat;
	padding: 30px 0 30px 50px;
	margin-left: 20px;
	float: right;
}

#calloutQuote .closeQuote {
	float: right;
}

#calloutQuote p {
	color: #ADD6B8;
	font-size: 14px;
	padding-right: 30px;
}

.photoLogo {
	border: 2px solid #23879F;
	float: left;
	margin: 0 15px 15px 0;
}

#calloutCasinoSmall {
	background-image:url(../../images/calloutCasinoSmall.png);
	background-repeat:no-repeat;
	padding:20px 0 0 120px;
	margin-left:20px;
	float:right;
	width:200px;
}

#calloutCasinoSmall h3 {
	border:none;
}
