﻿/*
=general
=page structure
=page content
=main_navigation
=crumb_navigation
=misc
--------------------------------------------------------------------------------------*/

html {
	height: 101%;
}

body {
   width: 100%;
}

html {
   width: 100%;
}

body {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   font-size: 75%; /* 11px */
   color: #666;
   line-height: 150%; /* 17px */
   background: #eaeaea;
   text-align: center;
   margin: 0 0 25px;
   padding: 0;
}

ol {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
   
}

ul {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: middle;
}

textarea {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

select {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

input {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: 0%;
}

td {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

tr {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

table {
   font-family: Arial, Helvetica, Verdana, sans-serif;
   vertical-align: top;
}

img {
  	border: none;
}

a {
  	border: none;
}

/* links */

a {
  	text-decoration: none;
    color: #3b7abe;
}

a:active {
    color: #cc0000;
	text-decoration: underline;
}

a:hover {
    color: #cc0000;
	text-decoration: underline;
}

a:focus {
    color: #cc0000;
	text-decoration: underline;
}

/* headings */

.heading {
  	font-size: 18px;
	font-weight: normal;
	color: #1879BE;
	margin: 0 0 1em;
	padding: 0;
	display: block;
	line-height: 130%;
}

h1 {
  	font-size: 18px;
	font-weight: normal;
	color: #1879BE;
	margin: 0 0 1em;
	padding: 0;
	display: block;
	line-height: 130%;
}

h1 span {
	display: block;
}

.subheading2 {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
}

h2 {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
}
h2.avkiwi {
	font-size: 12px;
	font-weight: normal; 
	background-color: #ffdb00;
	padding: .15em 5px;
	color: #000000;
	margin: 0 0 1em;
	display: block;
}
h2.avkiwi_wx {
	font-size: 12px;
	font-weight: normal; 
	background-color: #d41c1c;
	padding: .15em 5px;
	color: #ffffff;
	margin: 0 0 1em;
	display: block;
}
h2.250wide {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
	width:250px;
}
h2.400wide {
	font-size: 12px;
	font-weight: normal; 
	background-color: #1879BE;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
	width:400px;
}
h2.green {
	font-size: 12px;
	font-weight: normal; 
	background-color: #157a00;
	padding: .15em 5px;
	color: #fff;
	margin: 0 0 1em;
	display: block;
}
.subheading3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
}
h3.avkiwi {
	font-size: 12px;
	font-weight: bold;
	color:#ff9100;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
}
h3.green {
	font-size: 12px;
	font-weight: bold;
	color: #157a00;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}

ul {
  	margin: 0 0 1em 12px;
    padding: 0;
}
p {
	margin: 0 0 1em;
	padding: 0;
}

.indentedtext {
	margin-left:20px;
	margin-right:20px;
}
.indentedtext2 {
	padding-left:30px;
}
.indentedtext3 {
	margin-left:30px;
	padding-left:30px;
}
.indentedtext4 {
	padding-left:10px;
}

.highlight-orange {
	color: orange;
}


/*
=page structure
--------------------------------------------------------------------------------------*/
#container {
   	margin: 25px auto;
    width: 800px;
    background: #eaeaea url(images/bg.gif) no-repeat 100% 100%;
    text-align: left;
}

/* container wide */

#container.table_wide {
	width: 1000px;
	background: #eaeaea url(images/bg-container-wide.gif) no-repeat 100% 100%;
}

#container.table_wide #content_top {
	width: 776px;
	background: transparent url(images/bg-content-top-wide.gif) no-repeat 0% 0%;
}

#container.table_wide #content {
	width: 776px;
	background: transparent url(images/bg-content-wide.gif) repeat-y 0% 0%;
}

#container.table_wide #content_padding {
	width: 737px;
}

#container.table_wide #content_bot {
	width: 776px;
}

#container.table_wide table {
	width: 737px;
}

/* container popuop */

#container.popup {
	width: 576px;
}

/* column */

#column_top {
    background: url(images/bg-column-top.gif) no-repeat 0% 0%;
    width: 209px;
    height: 20px;
}

#column {
   	background: #1879be url(images/box-r-blue.gif) repeat-y 100% 0%;
    width: 209px;
    float: left;
    color: #fff;
}

#column ul {
   list-style: none;
	margin: 0 0 2em;
}

#column #column_padding {
    margin: 0 0 2em 21px;
    width: 169px;
}

#logo {
}

img#logo {
	display: block;
}

img#logo_print {
	display: none;
}


.line {
	border-bottom: 1px solid #fff;
	height: 14px;
	margin-bottom: 1em;
}	

#column_bot {
   	background: url(images/bg-column-bot.gif) no-repeat 0% 100%;
    width: 209px;
    height: 20px;
}

/* content */

#content_top {
   	background: #eaeaea url(images/bg-content-top.gif) no-repeat 0% 0%;
    width: 576px;
    height: 20px;
    float: right;
}

#content {
	width: 576px;
    float: right;
	height: 400px;
    min-height: 400px;
    background: transparent url(images/bg-content.gif) repeat-y 0% 0%;
}

*>#content {
    height: auto;
}

#content #content_padding {
	width: 536px;
    margin: 10px 0 2em 20px;
	float: left;
	display: inline;
}

#content_bot {
	width: 576px;
    height: 20px;
    float: right;
}

/* 
=page content
--------------------------------------------------------------------------------------*/

/* unordered lists */

#content ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
#content ul li {
	background: transparent url(images/bg-li.gif) no-repeat 1px .5em;
	padding-left: 16px;
		margin: 0 0 .5em;
}
#content ul li.sms {
	background: transparent url(images/bg-li.gif) no-repeat 1px .5em;
	padding: 0 0 0 16px;
		margin: .5em .5em .5em 157px;
}

#content .file_list {
	background: none;
}

#content ul li.file_list {
	background: none;
	margin-bottom: .5em;
	padding: 0;
}

#content ul.file_list li {
	background: none;
	margin-bottom: .5em;
	padding: 0;
}
#content ul li.subbullet {
	background: transparent url(images/bg-li-subbullet.gif) no-repeat 16px .6em;
	padding-left: 32px;
}
#content ul li.subbullet2 {
	background: none;
	list-style-type: circle;
	padding-left: 0px;
	padding-top:5px;
	text-indent:0em;
	margin-left:2.5em;
}
#content ul li.hang_file_list {
	background: none;
	margin-bottom: .5em;
	padding: 0;
	text-indent:-3em;
	margin-left:3em;
}


/* files */

.icon_pdf {
	background: transparent url(images/icon-pdf.jpg) no-repeat 0% top;
	padding-left: 16px;
	}
.icon_pdf2 {
	background: transparent url(images/icon-pdf.jpg) no-repeat 0% top;
	padding-left: 16px;
	}

.icon_word {
	background: transparent url(images/icon-word.jpg) no-repeat 0% top;
	padding-left: 16px;
}
.icon_xcel {
	background: transparent url(images/icon-xcel.png) no-repeat 0% top;
	padding-left: 16px;
}

.icon_ppt {
	background: transparent url(images/icon-ppt.jpg) no-repeat 0% top;
	padding-left: 16px;
}

.icon_zip {
	background: transparent url(images/icon-zip.jpg) no-repeat 0% top;
	padding-left: 16px;
}

/* ordered lists */

#content ol {
	list-style: decimal; /* 1 */
	margin: 0 0 1em 24px;
}
#content .list_margin {
	list-style: decimal; /* 1 */
	margin: 0px 0px 25px 40px;
}
#content ol li {
	margin: 0 0 .5em;
	padding-top: 0.6em;
}

#content .list_uppercase {
	list-style: upper-alpha; /* A */
}

#content .list_lowercase {
	list-style: lower-alpha; /* a */
}

#content .list_roman {
	list-style: lower-roman; /* i */
	padding-top: 0.5em;
}

/* table normal */

#content table {
	font-size: 12px;
	width: 100%; /* 563px */
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 2em;
	line-height: 140%;
}
#content .table_noborder {
	font-size: 12px;
	width: 100%; /* 563px */
	border: 0;
	padding: 5px;
	margin: 0 0 2em;
	line-height: 140%;
}
#content td.noborder	{
	border:0;
}
#content td.border	{
	border:1px solid #ccc;
}
#content .table_header {
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
}
#content .table_header2 {
	background: #bfdaef;
	color:#1879be;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
}
#content .table_header3 {
	background: #1879be;
	color:#ffffff;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
}

#content .table_header_date {
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .5em 5px;
	width:60px;
	table-layout:fixed;
}
#content .table_headernoline {
	border-top: none;
}

#content td {
	text-align: left;
	padding: .5em 5px;
	border-top: 1px solid #ccc;
}

#content .table_rightalign{
	text-align: right;
	}
	
#content .table_highlight_grey_center {
	background-color: #eee;
	text-align: center;
}

#content table.img_table td {
	border-top: none; 
}

#content table td.img_table {
	border-top: none; 
}

/* table small */

#content .table_header_small {
	font-size: 10px;
	background: #eee;
	border-top: none;
	text-align: left;
	font-weight: bold;
	padding: .25em 3px;
	line-height: 13px;
}

#content .table_header_small_center {
	font-size: 10px;
	background: #eee;
	border-top: none;
	text-align: center;
	font-weight: bold;
	padding: .25em 3px;
	line-height: 13px;
}

#content .table_small {
	font-size: 10px;
	line-height: 13px;
}

/* image styles */

#content img.img_float_left {
	float: left;
	margin: 3px 12px 1em 0;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

#content img.img_float_right {
	float: right;
	margin: 3px 0 1em 12px;
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}

#content img.img_float_left_noborder {
	float: left;
	display: block;
	padding: 2px 5px 5px 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#content img.img_float_right_noborder {
	float: right;
	margin: 3px 0 1em 12px;
	display: block;
	padding: 5px;
}
#content img.img_border1   {
	border-style: solid;
	border-width: 1px;
	border-color:#cccccc;
}
#content img.img_center_noborder {
	display: block;
	text-align:center;
	padding: 2px 5px 5px 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#content img.img_center_noborder2 {
	display: block;
	padding: 2px 5px 5px 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

/* form styles */

#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}	

#content input {
	margin: 0 0 1em;
	padding: 5px;
}

#content .table_form {
	padding: 10px;
}

#content .table_form td {
	border: none;
}

#content table.table_form input {
	margin: 0;	
}		

/* style_guide page styles */

master_styles_page form {
	font-family:"Courier New", Courier, monospace;
	margin: 0 0 3em;
	padding: 0;	
}

#master_styles_page textarea {
	font-family:"Courier New", Courier, monospace;
	width: 100%;
	border: none;
	color: red;
	border: 1px solid #eee;
}
		
/* other styles */

.bold {
	font-weight: bold;
}

.bluetab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	padding-top: 1px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
}
.smalltext_center {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
}

.trail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1879BE;
	text-decoration: none;
}

.dateupdated {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

.links {
	line-height: 27px;
	padding-top: 10px;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

.highlight-yellow {
	background-color: #FFFF00;
}

.greenbold {
	color: #008000;
	font-weight: bold;
}


.message {
	color: #CC0000;
}

/*
=main_navigation
--------------------------------------------------------------------------------------*/

#column .main_navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 170%;
}

#column .main_navigation a {
	color: #fff;
}

#column .main_navigation a:active {
	color: #BFDAEF;
}

#column .main_navigation a:hover {
	color: #BFDAEF;
}

#column .main_navigation a:focus {
	color: #BFDAEF;
}

/*
=crumb_navigation
--------------------------------------------------------------------------------------*/

#crumb_navigation {
	font-size: 9px;
	color: #666666;
	margin: 0 0 2em;	
}

/*
=misc
--------------------------------------------------------------------------------------*/

.hide {
   position: absolute;
   left: -999em;
}

/* self clearing floats */

#quick_links:after {
  	content: ".";
 	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}

#container:after {
  	content: ".";
 	display: block;
   	height: 0;
   	clear: both;
   	visibility: hidden;
}
.subheading4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
	color: #89afd8;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #3b7abe;
	line-height: 10px;
}
/* new stuff */
/* photos with caption */
div.photo_right_land {
  float: right;
  width: 220px;
  border:1px silver solid;
  text-align:center;
  margin:0.5em;
  padding: 0.5em 0.5em 0em 0.5em;
}
div.inset1 {
  float: right;
  width: 250px;
  border:1px silver solid;
  text-align:left;
  font-size:smaller;
  margin:0.5em;
  padding: 0.5em 0.5em 0em 0.5em;
}
div.photo_right_land p {
  display:block;
  text-align: center;
  line-height:14px;
  color:black;
  font-size: smaller;
  text-indent: 0;
}
div.photo_right_port {
  display:block;
  float: right;
  width: 160px;
  border:1px silver solid;
  text-align:center;
  margin:0.5em;
  padding: 0.5em 0.5em 0em 0.5em;
}
div.photo_right_port2 {
  display:block;
  float: right;
  width: 270px;
  text-align:center;
  border:1px silver solid;
  margin:0.5em;
  padding: 0.5em 0.5em 0em 0.5em;
}

div.photo_right_port2 p {
  display:block;
  float: right;
  width: 250px;
  text-align:center;
  font-size: 8pt;
  margin:0.5em;
  padding: 0.5em 0.5em 0em 0.5em;
}

div.photo_right_port p {
  display:block;
  text-align: center;
  line-height:14px;
  color:black;
  font-size: smaller;
  text-indent: 0;
}
xt-indent: 0;
}
div.special-1	{
	display:block;
	width:200px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}
div.special-2 {
  float: right;
  display: block;
  width: 220px;
  border:1px silver solid;
  font-family:"Times New Roman", Times, serif;
  font-size: smaller;
  text-align:left;
  margin:0.5em;
  padding: 1em 1em 0em 1em;
}
div.clear	{
	 clear:both;
}
p.lead-para	{
	font-size: 14pt;
	line-height: 1.5;
	padding-top:5px;
}
div.brochure {
  float: right;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.brochure p {
  text-align: center;
  font-size: 8pt;
  text-indent: 0;
}
.subheading4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 .5em;
	padding: 0;
	display: block;
	color: #1879BE;
}
/*box for links to more;*/
div.more_info_label	{
	position:relative;
	margin:-19px 0 0 25px;
	border:none;
}
div.more_info_label-2	{
	position:relative;
	margin:-19px 0 0 50px;
	border:none;
}
div.more_info_pic	{
	left:0;
	border:none;
}
/*columns for airspace hazards;*/
#hazards-column1-wrap{
    float: left;
    width:250px;
}
#hazards-column1{
    width:250px;
}
#hazards-column2{
    float: right;
    width: 250px;
}
#hazards-clear{
    clear: both;
}
/*divs for thumbnails;*/
div.layout1	{
	display:block;
}
/*divs for photo captions;*/
div.photo_rt_bord_1	{
	float:right;
	display:block;
	text-align:center;
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0.5em 0em 0.5em 0.5em;
	border:1px silver solid;
}
div.photo_rt_bord_1 p	{
	display:block;
	text-align:center;
	line-height:15px;
	color:black;
	font-size:8pt;
	text-indent:0px;
	padding-top:5px;
}
div.photo_rt_nob_2	{
	float:right;
	display:block;
	text-align:center;
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0.5em 0em 0.5em 0.5em;
}
div.photo_rt_nob_3	{
	float:right;
	display:block;
	text-align:left;
	font-size:8pt;
	line-height:15px;
	padding: 0.5em 0em 0em 0.5em;
	margin: 0.5em 0em 0em 0.5em;
}
div.photo_lft_nob_3	{
	float:left;
	display:block;
	text-align:left;
	font-size:8pt;
	line-height:15px;
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0.5em 0em 0.5em 0.5em;
}

div.photo_rt_nob_2 p	{
	display:block;
	text-align:center;
	line-height:15px;
	color:black;
	font-size:8pt;
	text-indent:0px;
	padding-top:5px;
}
p.photo_rt_nob_3_capt	{
	display:block;
	text-align:left;
	line-height:15px;
	color:black;
	font-size:8pt;
	padding-top:5px 5px 0 15px;
}
