body,
table,
tr,
td,
p,
a,
div,
h1,
h2,
h3,
h4,
h5,
ul,
li{
margin:0;
padding:0;
}

img {border: none;}


/* Global Stuff
===============================*/

body{
	background:#ebeded;
	font-family:Arial, Helvetica, sans-serif;
	color:#5f6367;
	font-size:12px;
	line-height:16px;
	padding: 0 0 0 0;
}

p{
	margin:0px 0 16px 0;
}

h1{
	font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	font-weight:normal;
	color:#104b7d;
	margin:0 0 20px 0;
}

h1 span{
	font-size:18px;
	font-weight:normal;
	color:#fe8c00;
}

h2{
	font-size:16px;
	font-weight:normal;
	color:#fe8c00;
	margin: 0 0 5px 0;
	
}

h3{
	font-size:14px;
	background: url(/img/h3Title_bg.jpg) no-repeat left top;
	color:#104b7d;
	padding:9px 0 5px 10px;
	font-weight:normal;
	margin:20px 0;
	height:20px;
}

h4{
	font-size:13px;
	color:#0183cd;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#0183cd;
	text-decoration:none;
}

a:hover,
a:active{
	text-decoration:underline;
	color:#fe8c00;
}


/* Useful Classes
===============================*/
.clear {
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.h-line {
	border-bottom:3px solid #999999;
	margin:10px 0;
}

.clearLine {
	border-bottom:3px solid #999999;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	clear:both;
}

.thinLine {
	border-bottom:1px solid #e1e1e1;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	clear:both;
}


.picLeft{
	float:left;
	margin:0 10px 0 0;
}

.cleanList{
	list-style:none;
}

.cleanList li{
	padding:0 0 5px 0;
}

.listBasic{
	list-style:disc;
	margin: 10px 0 0 20px;
}

.listBasic ul{
	margin:0 0;
}

.listBasic li{
	padding:0 0 5px 0;
}


/* Table Styles
===============================*/
.tableClean thead tr td{
	height:30px;
	padding:10px 10px 0;
	font-size:14px;
	color:#104b7d;
	border-bottom:1px solid #ccc;
}

.tableClean tbody tr td{
	border-bottom:1px solid #ccc;
	font-size:11px;
	padding:10px 10px;
	vertical-align:top;
}

/* General ContentAreas
===============================*/

#header{
	background:url(/img/topBar.jpg) repeat-x;
	height:35px;
	position:relative;
	top:0;
	left:0;
	z-index:20;
}

#weather{
	background:url(/img/weatherTop.jpg) no-repeat;
	width:477px;
	height:52px;
	position:relative;
	left:500px;
	z-index:21;
	top:-35px;
}
#weatherContent{
	padding:25px 0px 0 14px;
	color:#ebeded;
	font-size:10px;
	left:275px;
	position: absolute;
	width: 180px;
}
#weatherIcon{
	position:absolute;
	top:5px;
	left:230px;
}

#shuttle{
	position:absolute;
	top:5px;
	left:-130px;
	padding:5px 0 0;
	font-size: 10px;
	color: #fff;
}
#shuttle_text{
	position:absolute;
	top:10px;
	left:150px;
	padding:10px 0 0;
	font-size: 10px;
	color: #fff;
	width: 250px;
}

#mainContainer{
width:970px;
margin:0 auto;
}

#logo{
	margin:-35px 20px 30px 8px;
	width:252px;
}

#mainBox{
	background:url(/img/mainboxHome.jpg) no-repeat;
	width:970px;
	height:391px;
}

#mainBox2{
	background:url(/img/mainBoxInside.jpg) no-repeat 3px 3px;
	width:970px;
	height:220px;
}

#mainContent{
	margin:40px 0;
}

#mainContent2Col{
	margin:12px 0 30px 0;
	background:url(/img/interiorBg.gif) repeat-y 0 0;
}

#ads{
	width:952px;
	height:343px;
	overflow:hidden;
	margin:0 auto;
}

#ads2{
	width:952px;
	height:170px;
	overflow:hidden;
	margin:0 auto;
}

#leftCol{
	float:left;
	width:260px;
	padding:0 10px;
}

.leftColItem{
	margin:20px 0 2px 0;
}

#rightCol{
	float:right;
	width:604px;
	padding:24px 30px 30px 30px;
}

.contentItem{
	padding:0 0 0 10px;
}

.contentItem2col div{
	width:250px;
	float:left;
	margin:0 20px 0 10px;
}

.contentItem2col li{
	border-bottom:1px #e1e1e1 solid;
	margin:0px 0 5px 0;
	padding:5px;
}

div#lang {margin: -10px 0px 0px 0px; padding: 0px 5px 0px 0px; text-align: right;}


/* Headline Photo
===============================*/
#photoHeadline{
	background:url(/img/photoHeadlineBG.jpg) no-repeat;
	width:601px;
	height:223px;
	margin:10px 0 20px -3px;
}

#photoPic{
	width:595px;
	height:175px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#photoLogo{
	width:auto;
	float:left;
	padding:0 0 0 3px;
	}

#photoInfo{
	float:right;
	font-size:10px;
	width:auto;
	color:#0183cd;
	text-transform:uppercase;
	text-align:right;
	padding:15px 20px 0 0;
}

/* Navigation
===============================*/


#nav{
	padding:6px 0 0 5px;
	height:35px;
	margin:0px;
	position:relative;
	z-index:100;
}

#nav ul{
	list-style:none;
	margin:0px 0 0 0;
}

#nav ul li{
	display:inline;
	float:left;
}

#nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
	color:#104b7d;
	text-indent:-10000px;
	height:35px;
	display:block;
	background:#000 url(/img/nav/navigationSprite.gif) no-repeat 0 0;
}

#home a:link,
#home a:visited{
	background-position: 0 0;
	width:82px;
}

#home a:hover,
#home a:active{
	background-position: 0px bottom;
}

#flightInfo a:link,
#flightInfo a:visited{
	background-position:-82px 0;
	width:114px;
}

#flightInfo a:hover,
#flightInfo a:active{
	background-position:-82px bottom;
}

#pasServices a:link,
#pasServices a:visited{
	background-position:-196px 0;
	width:167px;
}

#pasServices a:hover,
#pasServices a:active{
	background-position:-196px bottom;
}

#busServices a:link,
#busServices a:visited{
	background-position:-363px 0;
	width:152px;
}

#busServices a:hover,
#busServices a:active{
	background-position:-363px bottom;
}


#viaInfo a:link,
#viaInfo a:visited{
	background-position:-515px 0;
	width:94px;
}

#viaInfo a:hover,
#viaInfo a:active{
	background-position:-515px bottom;
}

#viaStats a:link,
#viaStats a:visited{
	background-position:-609px 0;
	width:94px;
}

#viaStats a:hover,
#viaStats a:active{
	background-position:-609px bottom;
}

#travel a:link,
#travel a:visited{
	background-position:-703px 0;
	width:154px;
}

#travel a:hover,
#travel a:active{
	background-position:-703px bottom;
}


#contact a:link,
#contact a:visited{
	background-position:-857px 0;
	width:103px;
}

#contact a:hover,
#contact a:active{
	background-position:-857px bottom;
}


/* SideNavigation
===============================*/
#sidebarNav{
	text-align:center;
	width:267px;
}

#sidebarNav ul{
	list-style:none;
}

#sidebarNav ul li{
		padding:0px;
		font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
		text-transform:uppercase;
		margin:0px 0 2px 0;
}

#sidebarNav ul li.active  a:link,
#sidebarNav ul li.active  a:visited{
	background:url(/img/nav/sideNavBtn.jpg) no-repeat bottom;
	cursor:text;
	color:#FFF;
}

#sidebarNav a:link,
#sidebarNav a:visited{
	background:url(/img/nav/sideNavBtn.jpg) no-repeat top;
	height:28px;
	width:267px;
	display:block;
	padding-top:15px;
}

#sidebarNav a:hover,
#sidebarNav a:active{
	background-position:bottom;
	padding-top:15px;
	color:#FFF;
	text-decoration:none;
}


/* Sub Nav
===============================*/
/* style drop down menu background*/
#nav ul li ul.submenu {display:none; border-bottom:2px solid #ccc; border-left:2px solid #ccc; border-right:2px solid #ccc;}
/* position drop down menu */
#nav ul li:hover ul.submenu {display:block; position:absolute; top:35px; left:0px;  background-color:#FFF;}
/* style submenu items */
#nav ul li ul.submenu li ul li {margin:0; padding:5px; font-size:11px; color:#104b7d; text-transform:uppercase; line-height:12px;}

#nav ul li {position:relative;}
#nav ul li ul.submenu {min-width:120px; left:0px; padding:10px 14px;}
#nav ul li ul.submenu li ul li a {width:100%;}
#nav ul li ul.submenu li ul li a:link, #nav ul li ul.submenu ul li a:visited {height:auto; width:auto; background:none; float:none; text-indent:0; display:block;}
#nav ul li ul.submenu li ul li a:hover {color:#fe8c00; }


/* Footer
===============================*/

#footer{
	background:#052d50 url(/img/footerBg.jpg) repeat-x 0 0;
	width: 100%;

}

#footer a:link,
#footer a:visited{
	color:#a7a9ac;
}

#footer a:hover{
	text-decoration:none;
	color:#e1e1e1;
}

#footer h2{
	font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
	letter-spacing:-.5px;
	color:#a7a9ac;
	font-size:14px;
	letter-spacing:normal;
}

#footerContent{
	color:#a7a9ac;
	width:970px;
	margin:0 auto;
	padding:50px 0;
	font-size:.9em;
}

#footerContent ul{
	list-style:none;
	margin-top:8px;
}

#footerContent ul li{
	margin:0px 0 8px 0;
}

.footerCol{
	float:left;
	margin:0 30px;
}

#specialTab ul{
	list-style:none;
	display:none;
	margin:10px 0 0 5px;
}

#specialTab ul li{
	font-size:13px;
	font-weight:bold;
	color:#FE8C00;
	margin:  0;
	padding:6px 0;
	border-bottom:2px solid #f1f1f1;
	font-style:italic;

}

#specialTab ul li a:link{
	color:#FE8C00;
	text-transform:uppercase;
	}

#specialTab ul li span{
	font-weight:normal;
	text-transform:none;
	display:block;
	font-size:12px;
	color:#5f6367;
	font-style:normal;
}


/* Special Buttons
========================
*/
.viewallBtn a:link,
.viewallBtn a:visited{
	background:url(/img/viewAll_btn.png) no-repeat;
	height:25px;
	width:84px;
	position:relative;
	bottom:-15px;
	float:right;
}

.viewallBtn a:hover,
.viewallBtn a:active{
	background-position:bottom;
}

.viewallBtn a{
	width:84px;
	height:25px;
}
