body
{
	font: 0.8125em arial, sans-serif;
	margin: 0;
}

#page-container
{
	text-align: center;
}

#page-container
{
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#topdiv
{
	height: 45px;
	background-color: black;
	margin: 0;
	padding: 5px 18px 0 17px;
	text-shadow: black 1px 1px;
}

#topdiv h1
{
	margin: 0;
	color: white;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: -0.01em;
}

#topdiv a
{
	text-decoration: none;
	color: white;
}

#topdiv a:hover
{
	color: white;
}

#topdiv span.place
{
	font-family: "Arial Black", sans-serif;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: normal;
	padding-left: 12px;
}

#bigpic
{
	width: 800px;
	height: 350px;
	color: white;
	position: relative;
	border-top: solid 1px #555;
}

#bigpic div.nav
{
	position: absolute;
	top: 35px;
	width: 219px;
}

div.nav a
{
	text-decoration: none;
	color: white;
}

div.nav a:hover
{
	text-decoration: underline;
	color: yellow;
}

div.nav ul
{
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 5px 18px;
}

div.nav ul li
{
	padding: 3px 0;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	text-shadow: black 1px 1px;
}

#bigpic div.airport-code
{
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	text-align: center;
	padding: 5px 18px 3px 18px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
}

#bigpic div.airport-code div.label
{
	font-size: .85em;
}

#bigpic div.airport-code div.code
{
	font-family: "Arial Black", sans-serif;
	font-size: 2.2em;
	margin: -10px 0 0 0;
	text-shadow: black 1px 1px;
}

#bigpic-credit
{
	width: 762px;
	height: 20px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding: 2px 18px 0 18px;
	font-size: 0.75em;
	text-align: center;
}

#main
{
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	margin: 0;
	padding: 1px 18px;
	position: relative;
}

#main div.nav-container
{
	float: left;
}

#main div.nav
{
	margin: 20px 0 20px -19px;
	background-color: black;
	color: white;
	width: 219px;
}

#main div.ad-below-nav
{
	width: 200px;
	height: 200px;
	padding-bottom: 20px;
}

#main div.content-along-nav
{
	width: 540px;
	/* background-color: pink; */
	float: left;
	margin: 7px 0 15px 20px;
}

#main div.content h1
{
	font-size: 1.1em;
	font-weight: normal;
	color: #444;
	font-family: "Arial Black", sans-serif;
}

#main div.content h2
{
	font-size: .9em;
	font-weight: normal;
	color: #444;
	font-family: "Arial Black", sans-serif;
}

#main div.content p
{
	line-height: 1.6em;
}

#main div.content ul
{
	line-height: 1.6em;
}

#footer
{
	height: 18px;
	background-color: black;
	color: white;
	font-size: .8em;
	padding: 5px 18px 0 18px;
}

#footer span.bar
{
	padding: 0 5px;
	color: #999;
}

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

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

div.home-intro
{
	color: #444;
	line-height: 1.8em;
	letter-spacing: -0.01em;
	width: 430px;
	float: left;
}

div.home-intro span.highlight
{
	font-family: "Arial Black", sans-serif;
}

div.home-ad
{
	width: 300px;
	float: right;
	margin-bottom: 18px;
	margin-top: 18px;
}

p.note
{
	font-style: italic;
	line-height: 1.1em !important;
	font-size: .9em;
}

div.airport-comments-container
{
	border-bottom: dotted 1px #999;
	margin-bottom: 15px;
	background-color: #eed;
}

div.airport-comment
{
	border-top: dotted 1px #999;
	margin-top: 5px;
	padding: 5px 18px 0 18px;
}

div.airport-comment div.name
{
	float: left;
	font-family: "Arial Black", sans-serif;
	font-size: .9em;
	color: #444;
}

div.airport-comment div.name span.location
{
	font-family: arial, sans-serif;
}

div.airport-comment div.date
{
	float: right;
	color: #444;
	font-size: .9em;
}

div.airport-comment div.comment
{
	clear: both;
	padding: 3px 0 3px 30px;
	line-height: 1.5em;
}

div.error
{
	border: solid 1px red;
	padding: 5px 15px;
	margin: 10px 0;
	color: maroon;
	background-color: #ffc;
}

table.form
{
	border-collapse: collapse;
	padding: 0;
}

table.form th
{
	width: 150px;
	padding: 5px 10px 5px 0;
}

table.form td
{
	padding: 5px 0;
}

table.form td.info
{
	padding: 0 0 5px 0;
	font-size: .9em;
}

table.facts
{
	border-collapse: collapse;
	border-bottom: dotted 1px black;
	width: 100%;
}

table.facts th
{
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: .9em;
	border-top: dotted 1px #ccc;
}

table.facts th.main
{
	font-weight: bold;
	padding: 5px 5px 5px 0;
	font-size: 1em;
}

table.facts td
{
	padding: 5px;
	width: 60%;
	border-top: dotted 1px #ccc;
}

table.facts .thicktop
{
	border-top: dotted 1px black;
}

table.generic
{
	width: 100%;
	padding: 0;
	border-bottom: dotted 1px #444;
	border-collapse: collapse;
}

table.generic th
{
	padding: 3px 5px 3px 0;
	font-family: "Arial Black", arial, sans-serif;
	font-size: .8em;
	color: #444;
}

table.generic td
{
	padding: 3px 5px 3px 0;
	border-top: dotted 1px #444;
}

