@charset "utf-8";
/* CSS Document */
@import url("/css/navbar.css");
@import url("/css/directory.css");
@import url("/css/store.css");
@import url("/css/footer.css");
@import url("/css/mainbar.css");
@import url("/css/sidebar.css");
@import url("/css/travelDeals.css");
@import url("/css/forums.css");

a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: underline }

a.onAirNav:link { color: white; text-decoration: none }
a.onAirNav:active { color: white; text-decoration: none }
a.onAirNav:visited { color: white; text-decoration: none }
a.onAirNav:hover { color: white; text-decoration: underline }

#container{	
	position: relative;
	width:1024px;
	margin: auto;
}
.center {text-align:center;}
.clear {clear:both;}
.info
	{
	font-family: arial, sans-serif;
	font-weight: 600;
	font-size: 18px;
	}
.infoBig
	{
	font-family: arial, sans-serif;
	font-weight: 600;
	font-size: 36px;
	}
.copy
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
.copyBold
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: #000000;
	}
.copyBoldWhite
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: white;
	}
.sideBarCopy
	{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:9px;
	font-weight: 400;
	text-align: center;
	font-stretch: normal, condensed;
	color: black;
/*	padding: 10 5 0 10;   */
	}
.bold
	{font-weight:800;}
.blue {color: #0066FF;}
.greymed {	color: #999999;}
.red {color: #ff0000;}
.white {color: white;}	
.small {font-size:9px;}
/* start news index */
.newsDate
	{
	font-family: Arial, san-serif;
	line-height: 100%;
/*	font-stretch: condensed;*/
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	}
.newsHeadline
	{
	font-family: Arial, san-serif;
	line-height: 140%;
/*	font-stretch: condensed;*/
	font-size: 12px;
	font-weight: 600;
	color: #0033CC;
	}
.newsCopyImage
	{
	text-align: center;
	}
.newsCopyImageCaption
	{
font-family: arial, helvetica, san-serif;
line-height: 120%;
font-size:10px;
font-weight: 400;
color: #000033;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 360px;
}	
.newsSidebarTitles
	{text-align: center;
	font-family: arial, helvetica, san-serif;
	line-height: 22px;
	font-size:11px;
	font-weight: 600;
	color: #000000;
	}
.newsSidebarCopy
	{
	font-family: arial, san-serif;
	line-height: 160%;
	font-size:11px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	}	
.snSectionTitle
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:14px;
	font-weight: 600;
	color: #0066FF;
	}
.snGuestName
	{
	font-family: arial, helvetica, san-serif;
	line-height: 120%;
	font-size:12px;
	font-weight: 600;
	color: #000000;
	}		
.navbarSubtext
	{
	font-family: arial, sans-serif;
	line-height: -140%;
	font-size:12px;
	text-align: left;
	font-weight: 600;
	color: #000000;
	padding: 2px 5px 2px 8px;
	}

.bgndLightBlue {
background-color:#e5e5ff;
}