
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #F7F4EE;
  background-image:url(background.jpg);
  background-repeat: repeat-y;
  background-position: center;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #3c61a7;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 40px;

}

h2 {
  color: #3c61a7;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 40px;
}
h3 {
  color: #3c61a7;
}
h4 {
  color: #3c61a7;
}
h5 {
  color: #3c61a7;
}
h6 {
  color: #3c61a7;
}
.bluetext{ 
color:#3c61a7;
font-weight:bold;
}
.centre {text-align:center;}

caption{
  color:#6882b5;
  font-weight: bold;
  font-size:14px;
  margin:0;
  padding:0;
  caption-side:top;
  line-height:normal;
  }
#content p{
	 color: #666;
	 padding-left: 40px;
}
#content ul{
	padding-left: 80px;
}

#content table {
	text-align:left top;
	padding-left: 0px;
	margin-left: 40px;
	vertical-align:top;
	}
#content table tr td p{
	padding-left: 0;
	}
#content table tr td img {
	text-align: center;
	padding: 5px;
	margin:0px;
	}

a,  a:link {
  color: #ca0009;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #3b62a6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #ffffff;
  border-left: solid 1px #ffffff; /* Sets the left border properties for an element using shorthand notation */
  border-right: solid 1px #ffffff; /* Sets the right border properties for an element using shorthand notation */
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 760px;
}
#outerWrapper #header {
  background-color: #fff; /**gray blue**/
  background-image:url(AirservicesBannerSml.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: solid 1px #ffffff; 
  color: #3B62A6;
  font-size: 18px;
  font-weight: bold;
  height: 125px;
  line-height: 15px;
  padding: 10px 0px 0px 20px; 
}
#outerWrapper #contentWrapper {
  overflow: hidden;

}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #d9d6d1;/**gray**/
  float: left;
  padding: 10px 20px 30px 10px; 
  width: 26% ;/**196px**/
  height:100%;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px; 
  padding: 10px 10px 30px 10px; 
  width: 66%;
}
#outerWrapper #footer {
  background-color: #6882b5; /**gray blue**/
  color: #fff;
  padding: 10px 0px 10px 10px;
  text-align: center;
  clear:both;
}
#outerWrapper #footer a{
  color: #fff;
}
/**--- -----------------------------  navigation  ----------------------------------------  ----**/
.navigation
{
	vertical-align:right;
	padding: 0px;
	margin: 0px;
	width: 205px;/*150*/
	height: 220px;/*175*/
}
/* width height of container and aligns all objects to top*/

.navigation ul
{
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}
/*Removes bullets on u/list; sets all preset margins & paddings on u/list to zero on class called navigation*/

.navigation a
{
	display:block;
	text-decoration: none;
	background-color: #6882B5;/*mid blue*/
	padding: 8px 15px 5px 30px;
	border-bottom: 1px #d9d6d1 solid; /*lt gray*/
	width: 150px;
	height:20px;
	text-align:left;
	margin:0px;
	color: #FFF;
}
/*adds padding (area around text); indents and aligns anchor text; changes list to block to allow padding to top and bottom for anchors */

#nobottomborder a
{
border-bottom:none;}

.navigation ul a:link
{
	background-color:#6882b5;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
.navigation ul a:hover
{
	background-color:#3c61a7; 
	color:#fff;
}


/*-------------------imageholder -----------------------*/

div.imgholder{
	float:left;
	background:url(shadow.gif) no-repeat bottom right !important;
	margin: 10px 7px 0 10px !important;
	margin: 10px 0 0 5px;
	padding: 0 5px;
	}
	div.imgholder img{
		display:block;
		position:relative;
		background-color:#FFF;
		border: 1px solid #666;
		margin: -3px 5px 5px -3px;
		padding: 2px;
		}
/*-------------------floats -----------------------*/
#content .left{ float:left;
		padding: 0px;
		margin: 0;
		width: 45%;
		}
#content .left p {
		padding: 0 0 10px 40px;
		margin: 0;
		}
#content .left ul {
		padding: 0px 0px 0px 45px;
		}
#content .left img {
		padding: 0px 10px 10px 40px;
		}
#content .right{ 
		float:right;
		padding: 0px 10px 10px 0px;
		margin: 0;
		width: 42%;
}
#content .right p {
		padding: 0 10px;
		margin: 0;
		}
#content .right ul {
		padding: 0px 10px 0px 25px;
		}
#content .right img {
		padding: 30px 0px 0px 20px;
		}
#content .clearboth{
			clear:both;
}
#content img {
	padding: 10px 10px 10px 30px;
	}

/*---------------contact page -----------------------*/
.contact{
	padding: 50px 0 0 80px;
	}
/*---------------LHS Column page -----------------------*/

#LHSinfo{
	background-color:#FFF;
	padding: 10px ;
	}
#LHSinfo img {
	padding: 10px 5px ;
	border:none;
	}
#whatsNew{
	background-color:#FFF;
	padding: 10px 15px;
	width: 170px;
	}
#whatsNew img {
	padding: 0 0 0 8px;
	border:none;
	}
	/*------------Weather page-------------------*/
#content table.weather{
	margin: 10px 10px 20px 40px;
	vertical-align:top;
	text-align:left top;
	}
#content table.weather tr td{
	padding-left: 10px;
	}
#content table.highsLows{
	margin: 10px 10px 0 40px;
	vertical-align:top;
	text-align:left top;
	}
#content table.highsLows tr td{
	padding-left: 10px;
	}
.WeatherLHS img{
padding: 10px 0 10px 35px;
	}
.blueBkgrnd{  
background-color: #6882b5;
color:#FFF;
}	
	/*------------what's new div-------------------*/

#feature {
	  background: #fff url(bottom.gif) no-repeat bottom left;
	  width: 200px;
	  padding: 0 0 20px 0px;
	  margin-left: 3px;
	}
	#feature h3 {
	  background: url(top.gif) no-repeat;
	  padding: 5px 5px 0px 50px; 
	  font-size: 140%; 
	  color: #3c61a7; 
	  line-height: 1;
	  margin: 0;
	}
	
	#feature p {
	  padding: 5px 20px; 
	  color: #666; 
	  line-height: 1.3;
	  margin: 0;
	}
	#feature img {
		padding-left: 25px;
		border:none;}
