﻿*	
{
	font-family: Tahoma, Arial;
	font-size: 10pt;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

input, button, textarea	{
	font-size: 90%;
	background-color: White;
	border: 1px solid Silver;}

/*********************************************/
/* Uncomment these lines to add borders around
   the structural elements
/*********************************************/

/*
#header,#footer {border: 1px green solid;}

#HomePageIntro{border: 1px blue solid;}
#HomePageText{border: 1px green solid;}
#HomePageLinks{border: 1px green solid;}
#Calendar{border: 1px red solid;}
#BlogArea{border: 1px yellow solid;}
#WinThisPlane{border: 1px orange solid;}
#menu {border: 1px red solid;}
#content {border: 1px teal solid;}
#content-nomenu {border: 1px teal solid;}
*/
/*********************************************/

.BoldText{
	font-weight:bold;
}

/** Gallery borders **/
/*
.GalleryPhoto { border: thin blue solid; }
.GalleryCaption { border: thin red solid; }
#GalleryPageNav { border: thin red solid; }
*/
/** =============== **/


#Gallery {

	float:none;
	overflow:hidden;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}



.GalleryPhoto {
	width: 100%;
	text-align:center;
	padding-bottom: 20px;
}

.GalleryCell {
	width: 350px;
}

.GalleryCaption {
	padding: 5px;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	height: 50px;
}


#GalleryPageNav {
	vertical-align:bottom;
	position: relative;
	float:right;
	height: 50px;
	display : table-cell;
	padding-right: 30px;	 
}

#GalleryTable {
	width: 100%;	
	 border-collapse:collapse;
	 text-align:center;
	 margin-left: 30px;
}

.linkBorder {
	background:white;
	padding:4px;
	border:1px solid #ddd;
	width: 60px;	
}

a.linkBorder:hover {
	background:#003366;
	padding:4px;
	border:1px solid #ddd;
	color: white;
	position: relative;
}


.CurrentPage{
	color: white;
	background-color:#003366;
	font-weight:bold;

	padding:4px;
	border:1px solid #ddd;	
}

TD.GalleryTable {
	width: 350px;
	text-align:center;

	
}

/*********************************************/
/* Home Page Stuff
/*********************************************/


#HomePageIntro{
	float:left;
	padding: 2em;
	font-size: .98em;
	width: 900px;
	height: 390px;
}

#HomePagePhoto{	
	float:right;
	padding: 5px;
	width: 500px;
	text-align:right;
}

#HomePageText{
	padding: .9em;
	border-bottom: 15px;
	float: left;
	width: 100%;
}

#HomePageLinks{
	float:left;
	font-size: 1em;
	padding: 2em;
	width: 95%;
	height: 100%;
}

#HomePageLinks-Left{
	float: left;
	width: 49%;
}

#HomePageLinks-Right{
	float: right;
	width: 49%;
	margin-top: 20px;
}

#clockwrapper {
	padding-left: 10px;
	font-weight: bold;
}

#Calendar{
	padding: 0 1em 1em 1em;	
}

#WinThisPlane{
	text-align:left;
	padding: .5em 1em 1em 1em;
	margin-top: 10px;
}

#Facebook{
	text-align:middle;
	margin-top: 10px;
}

#RafflePlaneImage{
	padding: 1em;
}

#BlogArea{
	margin-bottom: 10px;
	padding: 0 0 1em 1em;	
}

#NewsRotator {

	text-align:left;
	margin-bottom: 10px;
	padding: 0 0 1em 1em;
}
#FBAndTwitter{
	padding: 0 20 0 20;
	position: relative;
	width: 450px;
	float: right;
	margin-right: 75px;
	text-align: center;
	height: 60px;
	margin-left: auto;
	margin-right: auto;	
}


/* SkyMail area on home page under FB and Twitter links */
#SkyMail-HomePage{
	padding: 0 20 0 20;
	width: 160px;
	float: right;
	text-align: center;
	margin-left: auto;
	margin-right: 150px;	
}


/* SkyMail area on Contact us page /contact/default.asp */
#SkyMail-Contact{
	padding: 0 20 0 20;
	width: 160px;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
}


#FBAndTwitter img{
	vertical-align: middle;
	display:inline;
	border: none;
}

.FB{
	margin-left: 20px;
	margin-right: 30px;
}

.Twitter{
	margin-left: 30px;
	margin-right: 20px;
}

#PlaneTracking{
	padding: 0 20 0 20;
	position: relative;
	width: 450px;
	text-align: center;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#PlaneTracking img{
	vertical-align: middle;
	display:inline;
	border: none;
}

.Twitter-RafflePlane{
	margin-left: 20px;
	margin-right: 30px;
}

.FlightAware-RafflePlane{
	margin-left: 30px;
	margin-right: 20px;
}

.blogHomePageDate {
	font-size: .8em;
	font-style: italic;	
}

.sectionHeader {
	background-color: #003366;
	color: white;
	padding: 5px;
}

/*********************************************/

.DisplayInline{
	vertical-align: middle;
	display:inline;
	border: none;
	
}

.imgBorder1 {
	border-style:outset;	
}

.imgBorder {
	background:white;
	padding:4px;
	border:1px solid #ddd;
}

.imgNoborder {
	border: none;
}

/*********************************************/
/* Navigation bar
/*********************************************/

#nav {

}
#nav ul{
	
	list-style-type:none;
	list-style-position:outside;
}


#nav li{
	
	display:inline;
	padding: 10px;
}


.SideMenuHeader {
	margin-left: 20px;
}

.SideMenu {
	
	list-style-type:none;

}

/****************/


/*********************************************/
/* Text formatting styles
/*********************************************/

.RedBoldItalicText {
	color:red;
	font-style:italic;
	font-weight:bold;
}

.highlightUppercase {
	background-color: yellow;
	font-weight: bold;
	text-transform:uppercase;
}

.highlightCaptialize {
	background-color: yellow;
	font-weight: bold;
	text-transform:capitalize;
}

/*********************************************/


.HomePageButtons{


	display: inline;
	/* list-style-image: url('images/plane-icon.gif');*/
	width: 100%;
	padding: 5px;
	}

#sub-section {

	overflow:hidden;
}



/* safari and opera need this */

#ATMfooter {
	width:99%;
}

#sub-section {
	float:left
}

/* Use this on most pages - includes left menu */
#content {

	float:none;
	overflow:hidden;
	width:74%;	
}

#content-nomenu {
/* Use this for pages where you don't want the left menu */
	overflow:hidden;
	width:90%;	
	margin-left:auto;
	margin-right:auto;
}

#menu {
	overflow:hidden;
	float:left;
	width:21%;
}

#content-Home {
	width:100%;
}

#sub-section {
	width:19.9%
}

/*
.footer {
	background-color:#959595;
	width: 100%;
	font-weight: bold;
	font-size: smaller;

}

.footer-left{
	background-color:#959595;				
	float:left;
	width: 48%;
	height:100%;
	padding: 5px;
}
.footer-right{
	background-color:#959595;
	float:right;
	height:100%;
	width: 48%;
	text-align:right;
	padding: 5px;				
}
*/		

#wrapper{
	background-color:#FFFFFF;
	width: 990px;
}
td {
	vertical-align:top;
	text-align:justify;
	padding: 5px 20px 5px 0px;
}

#ContentHeaderPhoto {
	float:right;
	padding: 10px;
	text-align:center;
}

.NoBorder{
	border: 0;
}

.FloatRight {
	float:right;
	padding: 15px;
}

.FloatLeft {
	float:left;
	padding: 15px;
}

.Center {	
	text-align:center;
}

.Italic {
	font-style: italic;
}

.photoCopyright, a.photoCopyright{
	font-style: italic;
	text-align: right;
	font-size: .9em;
}


#HangarListing {
	width: 750px;
}

#ContactForm {
	width: 200px;
}

.ContactTable td {
	white-space:nowrap;
	min-width: 75px;

}

.errorText {
	color: red;

}

.indent {
	margin-left: 20px;
}

.left-align {
	text-align:left;
}

.right-align {
	text-align:right;	
}

.text-center {	
	text-align:center;
}


.strikethrough {
	text-decoration: line-through;
}

.table-center {

	margin-left: auto;
	margin-right: auto;
}

.hr40 {
	
	width: 40%;
}