@charset "utf-8";
/* Aircraft Noise Ombudsman master stylesheet v1.0 */

/* GENERIC STYLES */

* {
	margin: 0px;
	font-family: Arial,Verdana, Geneva, sans-serif;
	color: #565655;
}

body {
	background: url(../images/body_bkgnd.gif) top left repeat-x;
	text-align: center;
}

/* CONTAINER */

#Container {
	display: block;
	margin: 0 auto;
	text-align: left;
}

/* MASTHEAD */

#Masthead {
	display: block;
	background: url(../images/masthead_bkgnd.jpg) top center no-repeat;
	height: 171px;	
	position: relative;
}

/* HOME LINK */

#Masthead p#Link_Home {
	width: 705px;
	margin: 0 auto;
	position: relative;
}

#Masthead p#Link_Home a {
	display: block;
	width: 252px; height: 65px;
	background: url(../images/logo_ano_bkgnd.png);
	position: absolute;
	top: 40px; left: 0;
}

#Masthead p#Link_Home a span {
	display: none; /* Hide the text for the HOME PAGE link */
}

/* MAIN MENU */

#MainMenu {
	background: url(../images/menu_bkgnd.png);	
	display: block; width: 100%;
	position: absolute;
	left: 0; bottom: 0;
	border-top: solid 1px #fff;
	padding: 10px 0px;
}

#MainMenu ul {
	width: 705px;
	margin: 0 auto;
	padding: 0px;
}

#MainMenu ul li {
	display: inline;	
}

#MainMenu ul li a {
	display: block; float: left;
	font-size: 9pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0px;	
	border-right: solid 1px #fff;
	margin-right: 10px;
}

#MainMenu ul li a:hover, #MainMenu ul li a.Active {
	color: #effd61;
}

#MainMenu ul li#Link_Links a {
	border-right: none; /* Hide the border for the last link */	
}

/* CONTENT */

#Content {
	width: 705px;
	margin: 50px auto;
	font-size: 10pt;
}

#Content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #656d13;
	margin-bottom: 20px;
}

#Content h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content h3 {
	font-size: 13pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content h4 {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content p, #Content ul, #Content ol {
	margin-bottom: 20px;	
}

#Content ul, #Content ol {
	margin-left: 30px; /* Hack this for IE */
	margin-bottom: 20px;	
}

#Content ol li {
	margin-bottom: 10px;	
}

#Content ol li ul {
	margin-top: 10px;	
}

#Content a:link, #Content a * {
	color:#00F;
	border: 0;
}

#Content a:visited {
	color:#7F007F;	
}

#LastModified {
	font-size:8pt;
	color: #888;
	text-align: left;
	margin-top: 50px;
}

/* ---- PDF Files --- */

.pdfList {
	list-style:none;
	line-height:15px;
	padding-left:0px;
	margin-left:0px;
}

.pdfFile {
	background-image:url(../images/pdfFile.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
