/* Aviation Safety Reporting System CSS Document
 * Author: Daniel W Filler
 * Date: November 10th, 2006 
 * Valid CSS                  */
 
                             
/* Getting To The Basics */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img, a { margin: 0; padding: 0; }

body {
	font: 76%/1.2 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	min-width: 950px;
	background: #fff url(../images/bg_body.jpg) no-repeat top center;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	color: #135ed5;
}

a:hover {
	text-decoration: none;
}

/* Setting the Framework */

#container {
	margin: 0 auto;
	width: 900px;
}

#container {
	background: white;
}

#header {
	position: relative;
	background: #1b1f26 url(../images/bg_header.jpg) repeat-x top left;
	height: 65px; /* Testing purposes */
}

#metalBar {
	background: #1b1f26 url(../images/bg_metalBar.jpg) no-repeat top left;
	height: 18px;
}

#sidebar {
	float: right;
	width: 268px;
	margin: 33px 0;
	padding-left: 33px;
}

#content {
	float: left;
	width: 500px;
	margin: 33px 0;
	padding-left: 33px;
}

/* Header Styles */

#header #logo {
	position: absolute;
	left: 20px;
	top: 0;
}

#header ul {
	position: absolute;
	right: 10px;
	list-style: none;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	/* border-top: 4px solid #0f1116; */
}

#header li a:hover {
	text-decoration: underline;
}

#header li#current {
	background: url(../images/bg_tabs_right.gif) no-repeat bottom right;
}

#header li#current a {
	background: url(../images/bg_tabs_left.gif) no-repeat bottom left;
	/* border-top: 4px solid #0e1983; */
	padding: 5px 15px;
}

/* Main Navigation Styles */

#nav {
	display: block;
	background: #1266aa url(../images/bg_nav.gif) repeat-x top left;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	font-size: .9em;
	font-weight: bold;
	display: block;
	padding: 7px 11px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #1267aa;
}

#nav li.last a {
	border: none;
}

#nav a:hover {
	background: url(../images/bg_nav_on.gif) repeat-x top left;
}

#nav a#current {
	background: #fff;
	color: #094c83;
}

#nav ul.dropdown {
	background: #07477c;
	border-top: 1px solid #1581d8;
	border-right: 1px solid #1581d8;
	border-left: 1px solid #1581d8;
	position: absolute;
	top: 2em;
	left: 0;
	list-style: none;
}

#nav ul.dropdown li {
	width: 15em;
	margin: 0;
	font-size: 1em;
	border-bottom: 1px solid #1780d5;
	float: none;
	height: 1%;
}

#nav ul.dropdown li a {
	padding: 4px;
	display: block;
	border: none;
}

#nav ul.dropdown li a#current {
	color: #1266aa;
	background: #e7f5f9;
}

#nav ul.dropdown li a:hover {
	background: #07477c url(../images/bg_dropdown.gif) repeat-x top left;
	color: #fff;
	padding: 4px;
}

#nav li ul {
	display: none;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul{ 
	display: block;
}

#nav li:hover, #nav li.over {
	position: relative;
	z-index: 1;
}

/* Flash Styles */

#flashcontent {
	margin-bottom: 1px;
}

/* Blurb Styles */

#blurb {
	background: url(../images/bg_blurb.jpg) no-repeat top left;
	font-size: 1.4em;
	padding: 10px 10px 10px 60px;
}

/* Frontpage Modules */

#moduleContainer {
	width: 821px;
	margin: 5px auto 10px auto;
}

#moduleContainer .col {
	float: left;
	margin-right: 8px;
}

#moduleContainer .last {
	margin-right: 0;
}

#moduleContainer .moduleHeader {
	width: 268px;
}

#moduleContainer .moduleHeader h1 {
	background: url(../images/bg_moduleHeader.gif) no-repeat 0 0;
	padding: 7px;
	color: #fff;
	font-size: 1em;
	position: relative;
	text-transform: uppercase;
}

#moduleContainer .moduleHeader h1 a {
	/* background: url(../images/bg_module_header_right.gif) no-repeat top right; */
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 7px 0 0;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .8em;
	text-decoration: none;
}

#moduleContainer .moduleHeader h1 a:hover {
	text-decoration: underline;
}

#moduleContainer #moduleContentContainer {
	width: 821px;
	background: url(../images/bg_moduleContent.gif) repeat-y top left;
	clear: both;
}

#moduleContainer .moduleContent {
	padding: 5px;
	width: 258px;
}

#moduleContainer .moduleFooter {
	background: url(../images/bg_module_footer.gif) no-repeat bottom left;
	height: 12px;
	width: 268px;
}

#moduleContainer .moduleContent li {
	padding: 0 5px 6px 14px;
	background: url(../images/icon_arrow_green.gif) no-repeat 5px 5px;
	display: block;
	list-style: none;
}

#moduleContainer .moduleContent p {
	margin-bottom: 10px;
}

#moduleContainer .moduleContent ul.issues {
	list-style: none;
	padding-bottom: 10px;
}

#moduleContainer .moduleContent ul.issues li {
	padding: 1px 0 1px 18px;
	background: url(../images/icon_newspaper.gif) no-repeat 0 0;
}

#moduleContainer .moduleContent a.new {
	padding-right: 20px;
	background: url(../images/icon_new.gif) no-repeat top right;
}

/* Sidebar Module Styles */

#internal .module h1 {
	width: 253px;
	display: block;
	color: #fff;
	background: url(../images/bg_module_header_right.gif) no-repeat top right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#internal .module {
	width: 268px;
	margin: 0 0 10px 0;
	background: url(../images/bg_module_header_left.gif) no-repeat top left;
}

#internal .moduleContent {
	background-color: #e7f5f9;
	border-left: 1px solid #0f277a;
	border-right: 1px solid #0f277a;
	padding: 15px 5px 0px 10px;
	height: auto;
}

#internal .moduleContent li {
	padding: 0 5px 6px 14px;
	background: url(../images/icon_arrow_green.gif) no-repeat 3px 5px;
	display: block;
	list-style: none;
}

#internal .moduleContent li a {
	color: #525252;
	font-weight: bold;
	text-decoration: none;
}

#internal .moduleContent li a:hover {
	text-decoration: underline;
}


#internal .module .moduleFooter {
	background: url(../images/bg_module_footer.gif) no-repeat bottom left;
	height: 12px;
}

#internal #acrobat {
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

/* Content Styles */

#content h1 {
	font-size: 1.6em;
	color: #0d2d76;
	font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, Verdana, Sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 1.1em;
	color: #525252;
	font-weight: bold;
	margin-bottom: 3px;
}

#content p {
	margin-bottom: 10px;
}

#content .bullets {
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 10px;
}

#content .numbers {
	list-style-type: decimal;
}

#content .letters {
	list-style-type: lower-alpha;
}

#content .bullets li {
	margin-bottom: 1em;
}

#fileContainer {
	padding: 10px 0;
	position: relative;
}

.fileWrapper {
	margin: 0 0 5px 0;
}

.files {
	float: left;
	display: block;
	padding: 5px;
	background: #f1f1f1;
}

.files:hover {
	background: #1267aa;
}

.fileDescription {
	float: left;
	padding: 8px;
	border-left: 5px solid #fff;
	font-weight: bold;
	background: #f1f1f1;
	width: 350px;
}

.fileDescription span {
	font-weight: normal;
}

.fileDescription div.instructions {
	font-size: 1em;
	display: block;
	font-weight: normal;
}

address {
	margin: 20px 20px;
}

address p {
	margin: 0;
	padding: 0;
	line-height: .4em;
}

.backtotop {
	width: 422px;
	text-align: right;
}

.directline .backtotop {
	width: 395px;
}

.directline img.issue {
	position: absolute;
	top: 10px;
	right: 0;
	border: 1px solid #cdcdcd;
	padding: 3px;
}

#immunityPolicy h2 {
	text-transform: uppercase;
	padding: 5px;
	background: #f1f1f1;
	margin-bottom: 5px;
}

#immunityPolicy .numbers {
	margin-top: 10px;
}

#immunityPolicy .letters {
	padding-left: 30px;
}

#immunityPolicy .note {
	margin-top: 10px;
}

#immunityPolicy .backtotop {
	width: 100%;
	margin-bottom: 10px;
}

#immunityPolicy #signature {
	margin-bottom: 40px;
}

#content ul li ul {
	margin-top: 10px;
}

ul.links li{
	list-style: none;
	display: block;
	background: #f1f1f1;
	width: 415px;
	padding: 5px;
	margin-bottom: 5px;
}

ul.links li a {
	display: block;
	line-height: 1.4em;
}

.warning {
	text-align: left;
	margin: 0 0 20px 0;
	border-left: 4px solid red;
	padding-left: 5px;
}

.warning h3 {
	font-size: 1em;
	margin-bottom: 5px;
	width: 300px;
}

.warning p {
	font-size: 1.1em;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 821px;
	margin: 0 auto;
	font-size: .8em;
	padding-top: 20px;
	text-align: center;
}

#internal #footer {
	padding: 10px 20px 0 33px;
	border-top: 1px solid #cdcdcd;
}

#footer img {
	float: right;
	margin-right: 10px;
}

#footer a {
	text-decoration: none;
	color: #525252;
}

#footer a:hover {
	text-decoration: underline;
}

/* Clearing Help */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

.clearfix { 
	display: inline-block;
}

.clearfix { 
	display: block;
}

br {
	clear: both;
}