/*  	-----------------------------------------------------------------------------
		INTERFACE LAYOUT
		----------------------------------------------------------------------------- 	*/
		
		BODY	{
			background: #094582;
		}
		
		#container {
			position: absolute;
			left: 50%;
			width: 850px;
			margin-left: -425px;
			padding: 0 0 60px 0;
			background: white url(../images/bg_longpages.gif);
			background-repeat: repeat-x;
		}
		
		#airlink {
			position:absolute;
			top:48px;
			right:36px;
		}
					#airlink h1 {
						height: 77px;
						width: 227px;
						background: url(../images/heading_logo_airlink.gif);
						display:block;
						text-indent: -999px;
						overflow: hidden;
						margin:0;
						padding:0;
					}


/*  	-----------------------------------------------------------------------------
		MENU NAVIGATION
		----------------------------------------------------------------------------- 	*/	


		#menu {
			position:absolute;
			top:144px;
			right:22px;
			padding:0px;
			text-align: right;
			font-size: 10pt;
			font-family: 'Trebuchet MS', Arial;
		}
		
		#menu ul {
			display:inline;
		}
		
		#menu ul li {
			list-style: none;
			display: inline;
		}
		
		#menu ul li a {
			color: #BDCFE1;
			text-decoration:none;
			padding: 0 13px 0 13px;
		}
		
		#menu ul li a:hover {
			color: white;
		}
		
		
		#hr {
			position:absolute;
			left:0px;
			top:142px;
			background: url(../images/hr_above_menu2.gif);
			width:850px;
			height:1px;
			overflow:hidden;
		}


/*  	-----------------------------------------------------------------------------
		FOOTER COPYRIGHT
		----------------------------------------------------------------------------- 	*/

		#footer {
			position:absolute;
			left:-30px;
			width: 850px;
			height: 76px;
			background: #094582 url(../images/bg_longpages_footer.gif);
			background-repeat: no-repeat;
			text-align:center;
		}

		#copyright {
			font-family: 'Trebuchet MS', Arial;
			font-size: 7.5pt;
			color: #585A52;
		}
			#copyright div.c_sep {
				display: inline;
				color: #C5D3E2;
				padding: 0 10px;
			}
			#copyright a {
				color: #585A52;
				text-decoration:none;
			}
			#copyright a:hover {
				color: #dd8811;
			}


/*  	-----------------------------------------------------------------------------
		CONTENT
		----------------------------------------------------------------------------- 	*/
		
		#content {
			position:relative;
			font-family: 'Trebuchet MS', Arial;
			font-size: 10pt;
			line-height: 20px;
			margin: 186px 30px 0 30px;
			text-align:justify;
		}
		#content p, ul, li {
			margin:0;
			line-height:19px;
		}
		#content p.seperator {
			height:20px;
			display:block;
			width:80%;
			margin:10px;
			display:block;
		}
		#content ul, li {
			margin:0;
		}
		h2 {
			font-size: 16pt;
			color: #3C5B79;
			text-decoration:none;
			font-weight:normal;
		}
		h3 {
			font-size: 12pt;
			color: #3C5B79;
			margin:0;
		}
		
		#content p a {
			color: #CD3534;
			text-decoration:none;
		}
			#content p a:hover {
				color: #dd8811;
			}
		#content ul {
			padding:0;
			margin-left:20px;
		}
		
		span.indenter {
			padding-left:20px;
		}
		
		div.feat {
		 	position:relative;
		 	top:-20px;
		 	font-style: italic;
		}
		h2 span.sml {
			font-size: 10pt;
		}
		
		
		
/*  	-----------------------------------------------------------------------------
		FORMS AND INPUTS
		----------------------------------------------------------------------------- 	*/
		
		input.input_text, textarea.input_text {
			border: 1px solid #555;
			font-family: 'Trebuchet Ms', arial;
			font-size: 8pt;
			color: #555;
			margin-bottom:3px;
		}
		
		div.tabs {
			display:block;
			height:30px;
		}
		
		div.tabs span.nm {
			clear:left;
			float:left;
			width:10px;
			color: red;
		}
		
		div.tabs span.nl {
			float:left;
			width:300px;
		}

		
		div.spacer {
			width:80%;
			display:block;
			height:25px;
		}
		
		
/*  	-----------------------------------------------------------------------------
		"TABLES"
		----------------------------------------------------------------------------- 	*/		

		div.tabl {
			height: 25px;
			display:block;
		}

		div.tabl span.na {
			float:left;
			clear:left;
			width:150px;
		}
		div.tabl span.nb {
			float:left;
			width:200px;
		}
		div.tabl span.nc {
			float:left;
			width:400px;
		}
		
		div.tabl span.nc a {
			color: #CD3534;
			text-decoration:none;
		}
			div.tabl span.nc a:hover {
				color: #dd8811;
			}