body {
	background-image: url(../images/body-background-pages.gif);
	background-color: #eaf2f5;
	background-repeat: repeat-x;
	background-position: top left;
	color: #444;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

body.home {
	background-image: url(../images/body-background.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p sup {
	font-size: xx-small;
}

#master-container {
	background-color: white;
	background-image: url(../images/container-background.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	width: 938px;
}

#masthead {
	height: 298px;
}

#small-print {
	color: #ffffff;
	font-size: 10px;
	height: 26px;
	position: absolute;
	text-transform: uppercase;
	top: 13px;
	right: 22px;
	z-index: 1000;
}

#small-print a {
	color: #fff;
	text-decoration: none;
}

#small-print a:hover {
	color: white;
	text-decoration: underline;
}

#container {
	background-image: url(../images/masthead-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 30px;
}

#navigation {
	float: left;
	margin-right: 80px;
	width: 195px;
}

#navigation li {
	clear: left;
}

#navigation b {
	padding-right: 5px;	
}

#navigation span,
#navigation b {
	display: block;
	float: left;
}

#navigation ul {
	list-style-type: none;
	margin: 20px 0 0 20px;
	padding: 0;
}

#navigation li {
	_height: 1%;
}

#navigation li a {
	background-image: url(../images/nav-glyph.gif);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #e5f2f9;
	display: block;
	font-size: 9px;
	_height: 1%;
	margin-bottom: 1px;
	padding: 5px 10px 5px 30px;
	text-transform: uppercase;
}

#navigation li.current a {
	border-color: #ad6a05;
	cursor: default;
}

#navigation li.current li a {
	border: 0;
	cursor: pointer;
}

#navigation li a:hover, #navigation li.current a, #navigation ul li.expanded {
	color: black;
}

#navigation li a {
	color: #666;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
}

#navigation ul li.current ul {
	border-left: 1px solid #ad6a05;
	border-right: 1px solid #ad6a05;
	border-bottom: 1px solid #ad6a05;
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

#navigation ul li.current ul li a {
	background-image: none;
	border-bottom: 0;
	border-left: 0;
	color: #666;
	display: block;
	overflow: hidden;
	padding: 5px 5px 5px 10px;
	text-transform: capitalize;
}

#navigation ul li.current ul li a:hover {
	background-color: #ad6a05;
	color: white;
}

#navigation ul li.current a {
	color: black;
	margin-bottom: 0;
}

#navigation ul li.expanded a {
	border-bottom: 0;
}

#content {
	float: left;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 40px;
	width: 500px;
}

#sidebar {
	float: left;
	margin-top: 40px;
	width: 160px;
}

body.maps #content {
	width: 300px;
}

body.maps #sidebar {
	width: 360px;
}

#content img.right {
	float: right;
	margin: 10px 0 15px 20px;
	border: double 3px #ccc;
}

#content img.left {
	float: left;
	margin: 10px 20px 15px 0;
	border: double 3px #ccc;
}

#content a:link {
	color: #007dc3;
}

#content a:visited {
	color: #666;
}

#content a:hover {
	color: black;
	text-decoration: none;
}

#content h2 {
	color: #002d56;
	font-size: 18px;
	text-transform: uppercase;
}

#content h3 {
	color: #007dc3;
	font-size: 14px;
}

#content sup {
	font-size: 10px;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
}

#content h2 span {
	color: #0083a9;
}

#content ul {
	margin-left: 12px;
	padding-left: 0;
}

#footer {
	background-image: url(../images/footer-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	width: 889px;
}

#footer p, #footer a {
	color: #999;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

#footer strong {
	color: #666;
}

#footer a {
	text-decoration: underline;
}

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

#footer div.jigsaw {
	float: right;
	text-align: right;
	font-size: xx-small;
	color: #999;
}

dl.imagelist {
	margin: 0;
	padding: 0;
	border-top: dotted 1px #ccc;
}

dl.imagelist dd {
	margin: 0;
	padding: 4px 0;
	border-bottom: dotted 1px #ccc;
}

dl.contacts {
	margin: 0;
	padding: 0;
	border-top: dotted 1px #ccc;
}

dl.contacts dd {
	margin: 0;
	padding: 4px 0;
	border-bottom: dotted 1px #ccc;
}

h3#airfield-information {
	background-color: #008fdc;
	color: white;
	margin-top: 15px;
	padding: 2px 4px;
}

th {
	background-color: #ebebeb;
	color: #333;
	width: 25%;
}

table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

td, th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

p#footernav {
	margin-right: 300px;
}

div.col {
	float: left;
	width: 250px;
}

body.long h3 {
	border:  1px solid #ccc;
	margin-bottom: 1px;
	padding: 2px 3px;
	position: relative;
}

body.long h3 span {
	position: absolute;
	right: 5px;
	top: 3px;
}

body.long h3 span a img {
	border: 0;
}

body.pilotInformation table {
	margin-bottom: 20px;
}