@charset "UTF-8";
/* CSS Document */

/** Clearing out browser defaults **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/*************************************** LightBox 2 **********/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/************************************** Architecture ********/

body {
	background-image:url(images/pls_back.png);
	background-repeat: repeat-x;
	background-color:#534847;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
}

#wrapper {
	width:1024px;
	margin:0 auto 0 auto;
}

#logo {
	background-image:url(images/topBar.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:279px;
	margin: 0 auto 0 auto;	
}

#fleetLogo {
	background-image:url(images/fleetTopBar.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:279px;
	margin: 0 auto 0 auto;	
}

#mainContent {
	width:100%;
	margin:0 0 0 0;
	overflow:hidden;
}

#rightSide {
	background-image:url(images/sideCurve.jpg);
	background-repeat:no-repeat;
	float:right;
	height:362px;
	width:209px;
	margin:-489px 0 0 0;
}

#fleetSide {
	background-color:#FFF;
	float:right;
	height:362px;
	width:60px;
	margin:-489px 0 0 0;
}

#tactRight {
	background-image:url(images/sideCurve.jpg);
	background-repeat:no-repeat;
	float:right;
	height:362px;
	width:209px;
	margin:-19px 0 0 0;
}

#lowLeft {
	color:#CCC;
	padding:4px;
}

/**** Sectional Left Page Pics ****************/

#leftPic {
	float:left;
	background-image:url(images/sidePic_01.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#tourLeftPic {
	float:left;
	background-image:url(images/sidePic_02.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#servLeftPic {
	float:left;
	background-image:url(images/sidePic_03.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#resLeftPic {
	float:left;
	background-image:url(images/sidePic_04.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#fleetLeftPic {
	float:left;
	background-image:url(images/sidePic_05.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#conLeftPic {
	float:left;
	background-image:url(images/sidePic_06.jpg);
	background-repeat:no-repeat;
	height:489px;
	width:305px;
	margin:0 0 0 62px;
}

#bottomWrap {
	background-color:#75685b;
	width:980px;
	margin:0 auto 0 auto;
	height:940px;
}

#column1 {
	background-image:url(images/colBack_1.png);
	background-repeat:repeat-y;
	padding:4px;
	float:left;
	width:300px;
	height:900px;
	margin:0 0 0 12px;
	border:#534847 thin solid;	
}

#column2 {
	padding:4px;
	float:left;
	width:300px;
	height:900px;
	margin:0 0 0 12px;
	border:#534847 thin solid;
	background-color:#6b5f54;
}

#column3 {
	background-image:url(images/colBack_1.png);
	background-repeat:repeat-y;
	padding:4px;
	float:left;
	width:300px;
	height:900px;
	margin:0 0 0 12px;
	border:#534847 thin solid;
}

#airWrap {
	width:298px;
	height:546px;
}

#eatWrap {
	width:298px;
	height:446px;
}

#airName, #eatName {
	float:left;
	width:128px;
	line-height:15px;
}

#airNumber, #eatNumber {
	float:left;
	width:90px;
	line-height:15px;
}

#airTerminal, #eatTerminal {
	float:right;
	width:80px;
	text-align:center;
	line-height:15px;
}

#golf {
	width:120px;
	height:200px;
	margin:12px 0 0 10px;
	line-height:16px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:-127px 0 0 335px;
	height:259px;
	width:689px;
}

#servFooter {
	background-image:url(images/servFooter.jpg);
	background-repeat:no-repeat;
	margin:-127px 0 0 335px;
	height:259px;
	width:689px;
}

#fleetFooter {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:-127px 0 0 335px;
	height:259px;
	width:689px;
}

#fleetFoot {
	font-size:.8em;
	padding:190px 0 0 0;
	display:block;
	width:624px;
	height:20px;
}


#downFooter {
	font-size:.8em;
	height:64px;
	width:980px;
	margin:0 auto 0 auto;
	float:left;
	text-align:center;
	line-height:30px;
}

/********************************* Link Formatting **/

#mainContent p a, a:link, a:visited {
	font-size:.9em;
	color:#534847;
	font-weight:bold;
}

#mainContent p a:hover {
	font-size:.9em;
	color:#534847;
	font-weight:bold;
	text-decoration:underline;
}

#bottomWrap a, a:link {
	color:#534847;
	font-size:.9em;
	text-decoration:underline;
}

#bottomWrap a:hover {
	color:#999;
	font-size:.9em;
	text-decoration:underline;
}

#bottomWrap h3 a, h3 a:link {
	color:#999;
	font-size:.9em;
	text-decoration:underline;
}

#bottomWrap h3 a:hover, h3 a:visited {
	color:#75685b;
	text-decoration:underline;
}

#bottomWrap ul a, a:link, a:visited {
	color:#999;
	font-size:.7em;
	text-decoration:underline;
}

#bottomWrap ul a:hover {
	color:#534847;
	font-size:.7em;
	text-decoration:underline;
}

#downFooter a, a:link {
	color:#333;
	text-decoration:none;
	font-size:1em;	
}

#downFooter a:hover, a:visited {
	color:#534847;	
	text-decoration:none;
}

ul#airName a, a:link, a:visited {
	text-decoration:none;
}

ul#airName a:hover {
	text-decoration:none;
	color:#FFF;
}

ul#eatName a, a:link, a:visited {
	text-decoration:none;
}

ul#eatName a:hover {
	text-decoration:none;
	color:#FFF;
}

#ctact a {
	font-size:1em;
}

#ctact a:hover {
	font-size:1em;
	text-decoration:underline;
}

/*********************************** Sprite Navigation **/

#nav {
	float:right;
	width:123px;
	height:489px;
	margin:0 0 0 0;
	list-style:none;
	background:url("images/spriteNav.jpg") 0 0 no-repeat;
}

#nav .active{
	background:url("images/spriteNav.jpg") -123px 0 no-repeat;
}

#nav .active02{
	background:url("images/spriteNav.jpg") -123px -35px no-repeat;
}

#nav .active03{
	background:url("images/spriteNav.jpg") -123px -70px no-repeat;
}

#nav .active04{
	background:url("images/spriteNav.jpg") -123px -105px no-repeat;
}

#nav .active05{
	background:url("images/spriteNav.jpg") -123px -140px no-repeat;
}

#nav .active06{
	background:url("images/spriteNav.jpg") -123px -175px no-repeat;
}

#nav li {
float:left; 
width:123px;
height:35px;
}

#nav li a {
display:block;
height:35px;
}

#nav li a span {display:none;}

#nav-01 a:hover { background:url("images/spriteNav.jpg") -123px 0 no-repeat; }
#nav-02 a:hover { background:url("images/spriteNav.jpg") -123px -35px no-repeat; }
#nav-03 a:hover { background:url("images/spriteNav.jpg") -123px -70px no-repeat; }
#nav-04 a:hover { background:url("images/spriteNav.jpg") -123px -105px no-repeat; }
#nav-05 a:hover { background:url("images/spriteNav.jpg") -123px -140px no-repeat; }
#nav-06 a:hover { background:url("images/spriteNav.jpg") -123px -175px no-repeat; }

/************************* Upper Left Logo Rollovers ***************************/

#homeLogo {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/homeSubLo.jpg);
	background-repeat:no-repeat;
}

#homeLogo:hover {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/homeSubLoOver.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#servLogo {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/servSubLo.jpg);
	background-repeat:no-repeat;
}

#servLogo:hover {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/servSubLoOver.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#subLogo {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/tourSubLo.jpg);
	background-repeat:no-repeat;
}

#subLogo:hover {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/tourSubLoOver.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#resLogo {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/reservSubLo.jpg);
	background-repeat:no-repeat;
}

#resLogo:hover {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/reservSubLoOver.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

#conLogo {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/conSubLo.jpg);
	background-repeat:no-repeat;
}

#conLogo:hover {
	float:left;
	width:335px;
	height:279px;
	background-image:url(images/conSubLoOver.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

/********************************* Classes **************/

.img {
	float:left;
	margin:4px 6px 0 0;
}

.Rimg {
	float:right;
	margin:-190px 20px 0 0;
}

.nosee{
	display:none;
}

.column{
	font-size:.9em;
	color:#CCC;
	padding:4px;	
}

.hide {
	height:1px;
	display:block;
}

.hidden {
	display:none;
	height:260px;
	width:260px;
	margin:auto;
	border:none;
	color:#534847;
}

ul.lists li {
	margin:0 0 0 4px;
	line-height:16px;
}

.airlines {
	background-color:#534847;	
}

.name{
	padding-left:2px;
	font-size:.9em;
}

.number{
	font-size:.7em;
	color:#000;
	padding-left:8px;
}

.terminal{
	font-size:.7em;
	color:#CCC;	
}

.contactPage {
	height:360px;
	width:190px;
	float:left;
	border:#F6F solid thin;
}

/**************** Fleet Vehicles ***********************/

#lin72 {
	display:block;
	background-image:url(images/lin72.png);
	background-repeat:no-repeat;
	margin:0 0 0 -20px;
	float:left;
	height:84px;
	width:251px;
	cursor:pointer;
}

#lin120v5 {
	display:block;
	background-image:url(images/lin120w5.png);
	background-repeat:no-repeat;
	margin:0 -120px 0 0;
	float:right;
	height:98px;
	width:291px;
	cursor:pointer;
}

#lin120z5 {
	display:block;
	background-image:url(images/lin120z5.png);
	background-repeat:no-repeat;
	float:left;
	margin:-60px 0 0 0;
	height:80px;
	width:242px;
	cursor:pointer;
}

#humH2 {
	display:block;
	background-image:url(images/humH2.png);
	background-repeat:no-repeat;
	float:left;
	margin:20px 0 0 -20px;
	height:107px;
	width:308px;
	cursor:pointer;
}

#bus {
	display:block;
	background-image:url(images/bus.png);
	background-repeat:no-repeat;
	float:right;
	height:124px;
	width:244px;
	margin:-20px -140px 0 0;
	cursor:pointer;
}

#townCar {
	display:block;
	background-image:url(images/townCar.png);
	background-repeat:no-repeat;
	float:right;
	height:103px;
	width:255px;
	margin:-30px -80px 0 0;
	cursor:pointer;
}

/**************** Misc. Formatting ***********************/

#ctact {
	margin:10px 0 0 30px;
	width:416px;
	float:left;
}

#ctact form {
	width:218px;
	float:left;
}

#ctact dt {
	color:#534847;
}

#ctact span {
	font-size:.9em;
	display:block;
	float:right;
	height:340px;
	width:190px;
	margin:10px 0 0 0;
}

#bottomWrap h3 {
	background-image:url(images/h3back.png);
	background-repeat:repeat-x;
	width:300px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#999;
}

#bottomWrap h4 {
	font-size:.8em;
}

#airWrap h4 {
	margin:4px 0 4px 0;
}

#mainContent p {
	width:410px;
	float:left;
	margin:-450px 0 6px 400px;
	padding:6px;
}

#mainContent h1 {
	margin:0 0 0 400px;	
	width:300px;
	text-align:center;		
}

#mainContent h4 {
	margin:0 0 0 400px;	
	width:300px;
	text-align:center;
	font-size:.8em;
}

dt {
	color:#CCC;
}