/*------------------------
 TRAVEL CHANNEL FLIGHTDECK CSS
------------------------*/

/* global reset */

* {
	margin: 0;
	padding: 0;
}

/*------------------------
 LAYOUT
------------------------*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background: url(../images/bg.jpg) top center no-repeat;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fe4214;
	padding: 14px 0 7px 0;
}

h3 	{padding: 10px 0 0 0;}
p 	{padding: 7px 0 7px 0;}
a 	{color: #fe4214;}

hr {
	border: none;
	border-top: solid 1px #ccc;
}

/*------------------------
 HEADER
------------------------*/

#header {height: 150px;}

#header h1 a {
	float: left;
	display: inline;
	width: 250px;
	height: 70px;
	margin: 54px 0 0 0;
}

#header h1 a span	{display: none;}

/*------------------------
 NAVIGATION
------------------------*/

#nav {
	height: 40px;
	width: 960px;
	list-style: none;
	float: left;
	display: inline;
}

#nav_main {float: left;}

#nav_main li {
	list-style: none;
	float: left;
	display: inline;
}

#nav_main li a {
	float: left;
	display: inline;
	height: 39px;
}

#nav_main li a span {
	/*display: none;*/
	text-indent: -9999px;
}

#nav_home a {
	width: 89px;
	position: relative;
}

#nav_home a span {
	background: url(../images/nav.png) 0 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}

/*body#home #nav_home a {background: url(../images/nav.png) 0 -39px;}*/
#nav_home a:hover span		{background: url(../images/nav.png) 0 -78px;}

#nav_aboutus a {
	width: 113px;
	position: relative;
}

#nav_aboutus a span {
	background: url(../images/nav.png) -90px 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}

#nav_aboutus a:hover span,
#nav_aboutus.hover span,
#nav_aboutus:hover span {background: url(../images/nav.png) -90px -78px;}

#nav_advertisers a {
	width: 133px;
	position: relative;
}

#nav_advertisers a span {
	background: url(../images/nav.png) -204px 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}

#nav_advertisers a:hover span,
#nav_advertisers.hover span,
#nav_advertisers:hover span {background: url(../images/nav.png) -204px -78px;}

#nav_publishers a {
	width: 127px;
	position: relative;
}

#nav_publishers a span {
	background: url(../images/nav.png) -337px 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}

#nav_publishers a:hover span,
#nav_publishers.hover span,
#nav_publishers:hover span {background: url(../images/nav.png) -337px -78px;}

#nav_mediaspecs a {
	width: 140px;
	position: relative;
}

#nav_mediaspecs a span {
	background: url(../images/nav.png) -464px 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}


#nav_mediaspecs a:hover span {background: url(../images/nav.png) -464px -78px;}

#nav_contact a {
	width: 105px;
	position: relative;
}

#nav_contact a span {
	background: url(../images/nav.png) -604px 0;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
	cursor: pointer; text-indent:-999em;
}

#nav_contact a:hover span {background: url(../images/nav.png) -604px -78px;}



ul.dropdown { position: relative; }
ul.dropdown li { font-weight: bold; float: left; zoom: 1;}
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover { position: relative; }
ul.dropdown li.hover a { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 	{ width: 174px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ 
	font-weight: normal; 
	background: #0f2571; 
	background-image: none;
	color: #fff; 
	float: none;
	width: 174px; 
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a		{ 
	border-right: none; 
	width: 100%; 
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	height: 25px !important;
	line-height: 15px !important;
	padding-left: 20px;
} 

ul.dropdown ul li a:hover {
	background-image: none !important;
}

#sub_menutop {
	background: url(../images/bg_dropdown.png) top left no-repeat;
	width: 174px;
	height: 16px;
}

#nav_join {
	float: right;
}

#nav_join li {
	list-style: none;
	float: left;
	display: inline;
}

#nav_joinnow a {
	width: 108px;
	height: 39px;
	float: left;
	display: inline;
	background: url(../images/nav.png) -841px 0;
}

#nav_joinnow a:hover {
	background: url(../images/nav.png) -841px -39px;
}

#nav_joinnow a span {
	display: none;
}


/*------------------------
 CONTENT
------------------------*/
#flash {
	height: 350px;
}

#breadcrumbs {
	margin: 0 0 10px 0;
}

#pageimage {
	float: right;
	display: inline;
	margin: 10px 0 100px 20px;
	border: solid 4px white;
}

#home_columns div {
	width: 320px;
	float: left;
	display: inline;
}

#home_columns p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 25px 10px;
}

#home_columns h2 {
	width: 320px;
	height: 36px;
	padding: 0;
}

#home_columns h2 span {
	display: none;
}

#home_columns img {
	float: left;
	display: inline;
	margin: 0 10px 5px 0;

}

#home_column1 h2 {background: url(../images/home_titles.gif) 0 0;}
#home_column2 h2 {background: url(../images/home_titles.gif) 0 -36px}
#home_column3 h2 {background: url(../images/home_titles.gif) 0 -72px;}

#pagewrap {
	width: 640px;
	float: left;
	display: inline;
}

#pagewrap_category {
	width: 940px;
	float: left;
	display: inline;
}

#pagecontent {
	padding: 10px 10px 50px 10px;
}

#pagecontent h1 {
	border-bottom: solid 1px #ccc;
}

#pagecontent ul {
	padding: 0 0 10px 30px ;
}

#sponsored_widget {
	width: 300px;
	float: right;
	display: inline;
	margin: 10px 0 10px 0;
}

#sidebar {
	float: right;
	display: inline;
	width: 300px;
}

#sidebar h3 {
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
	clear: both;
}

#sidebar p img {
	float: left;
	display: inline;
	border: solid 4px white;
	margin: 0 7px 7px 0;
}

/*------------------------
 PAGE SPECIFIC
------------------------*/
#logos img {
	float: left;
	display: inline;
}

#logocolumn1 {
	width: 205px;
	float: left;
	display: inline;
}

#logocolumn2 {
	width: 218px;
	float: left;
	display: inline;
}

#logocolumn3 {
	width: 197px;
	float: left;
	display: inline;
}


/*------------------------
 FOOTER
------------------------*/
#footer {
	clear: both;
	background-color: #eaeaea;
	height: 250px;
}

#copyright {
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #666;
	font-size: 10px;
}

#footer ul {
	width: 860px;
	float: left;
	display: inline;
	margin: 40px 0 0 100px;
}

#footer ul li {
	width: 140px;
	list-style: none;
	float: left;
	display: inline;
}

#footer a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0;
}

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

#footer a.footerPages {
	color: #000;
	font-weight: bold;
}

#copyright a {
	display:inline;
}

