* {
	font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
	color: #000000;
}

body {
	font-size: 0.85em;
}

/*****  FONTS ******/
h1 {
	color: #1f5299;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	color: #1f5299;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

h3 {
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

/**** LINKS ******/
a {
	color: #1f5299;
	text-decoration: underline
}

h3.blue {
	color: #5b80b4;
}

/**** COLORS ****/
.red {
	color: #cc0000;
}

.blue {
	color: #0077cc;
}

strong {
	font-weight: bold;
}

/**** LISTS *****/
ul {
	list-style: disc;
	padding: 0 0 0 1.75em;
}

li {
	list-style: disc;
	padding-left: 1em;
}

/***** TABLES ******/
.table {
	padding: 0px 0px 5px 0px;
}

/***** FORMS *******/
input {
	border: 1px solid #a5acb2;
}

/***** HEADER *****/
#header {
	border-bottom: 0.5em solid #81aeea;
}

#topnav {
	background-color: #7dace0;
	padding: 0.5em;
}

#topnav a, #topnav a:hover, #topnav a:visited, #topnav #search_form label
	{
	color: #192f61;
	text-decoration: none;
	margin: 1em 1.25em;
	font-weight: bold;
	vertical-align: middle;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav #search_form {
	float: right;
	margin: 0 1em;
}

#topnav #search_form, #topnav #search_form fieldset {
	display: inline;
}

#topnav #search_form label {
	margin: 0 0.2em;
	text-align: right;
	vertical-align: middle;
}

#topnav #search_form input {
	vertical-align: middle;
}

#topnav #search_form button {
	overflow: visible;
	width: auto;
	background: #f6f6f6;
	border: 1px solid #717171;
	cursor: pointer;
	vertical-align: middle;
}

#topnav #search_form button span {
	padding: 0 1em;
	line-height: 1.5em;
	margin: 0;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #000;
	vertical-align: middle;
}

#logo {
	padding: 0;
	margin: 0;
	height: 187px;
	float: left;
}

#logoContainer {
	height: 187px;
	background-color: #4c8cc9;
	width: 100%;
}

#wheelsAndWingsLogoContainer {
	height: 200px;
	background-color: #4da3dc;
	width: 100%;
}

#noPlaneNoGain {
	position: absolute;
	right: 1.25em;
	top: 3em;
}
#threeWheelers {
	position: absolute;
	right: 1.25em;
	top: 8em;
}

#sublogo {
	background-color: black;
	width: 100%;
	height: 2.2em;
	clear: both;
}

#sublogo div {
	color: white;
	padding: 0.5em;
	font-weight: bold;
	vertical-align: middle;
}

#sublogo #tagline {
	float: left;
	margin-left: 1.25em;
}

#sublogo #day {
	text-align: right;
	margin-right: 1.25em;
	display: none;
}

#signup {
	margin-right: 1.25em;
	text-align: right;
}

#signup label {
	color: white;
	margin: 0 0.2em;
	text-align: right;
	vertical-align: middle;
}

#signup input {
	vertical-align: middle;
}

#signup button {
	overflow: visible;
	width: auto;
	background: #f6f6f6;
	border: 1px solid #717171;
	cursor: pointer;
	vertical-align: middle;
}

#signup button span {
	padding: 0 1em;
	line-height: 1.5em;
	margin: 0;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #000;
	vertical-align: middle;
}

/***** LEFT COLUMN + NAV *****/
#leftcolumn {
	margin: 0.75em;
	width: 190px;
	float: left;
	clear: left;
}

table#layoutTable {
	width: 100%;
}

td.lefttd {
	vertical-align: top;
	width: 200px;
}

td.maintd {
	vertical-align: top;
	width: auto;
}

#welcome {
	margin: 0 0 3px 6px;
}

#leftnav .linkGroup {
	font-size: 0.95em;
	margin-bottom: 1em;
}

#wifa {
	max-width: 250px;
	text-align: center;
	margin: 0 auto 20px auto;
}

#fitPlan {
	margin: 25px 0 10px 10px;
	text-align: center;
}

#pilotShop {
	margin: 15px 0 10px 10px;
	text-align: center;
}

#leftnav .leftLogo {
	margin: 15px 0 10px 10px;
	text-align: center;
}

/* Categories/groups on left nav */
#leftnav .topLink {
	margin-left: 5px;
	line-height: 1em;
	width: 190px;
	background-color: #9ac0ef;
}

#leftnav .topLink .name, #leftnav .oneClick .name {
	width: 90%;
	padding: 2px 10px;
	color: #1f5299;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	background-image: url('/images/triangular.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	_padding: 2px 0 2px 10px;
}

#leftnav .oneClick {
	margin-bottom: 1em;
	font-size: 0.95em;
}

#leftnav .oneClick a {
	display: block;
	width: 100%;
}

#leftnav .oneClick .name {
	text-decoration: underline;
	background-image: none;
	cursor: default;
}

#leftnav .topLink:hover .name {
	color: white;
}

#leftnav .topLink .border-top, #leftnav .topLink .border-bottom {
	background-color: #9ac0ef;
	height: 5px;
	display: block;
}

#leftnav .topLink .edge-tl {
	float: left;
	width: 7px;
	height: 5px;
	font-size: 0;
	background-image: url(/images/m-top-lft.jpg);
	background-position: top left;
}

#leftnav .topLink .edge-tr {
	position: relative; /* IE Fix | z-index */
	float: right;
	width: 7px;
	height: 5px;
	font-size: 0;
	background-image: url(/images/m-top-rt.jpg);
	background-position: top right;
}

#leftnav .topLink .edge-bl {
	float: left;
	width: 7px;
	height: 5px;
	font-size: 0;
	background-image: url(/images/m-btm-lft.jpg);
	background-position: bottom left;
}

#leftnav .topLink .edge-br {
	position: relative; /* IE Fix | z-index */
	float: right;
	width: 7px;
	height: 5px;
	font-size: 0;
	background-image: url(/images/m-btm-rt.jpg);
	background-position: bottom right;
}

#leftnav .linkGroup .topLink .triangle {
	text-align: right;
	display: inline;
	text-decoration: none;
}

#leftnav .linkGroup .topLink .triangle img {
	vertical-align: middle;
}

/* Sublinks on left nav */
#leftnav .linkGroup .subLinks {
	margin: 0.5em 1em;
}

#leftnav .linkGroup .subLinks ul {
	margin: 0;
	padding: 0;
}

#leftnav .linkGroup .subLinks li {
	list-style: none;
	margin: 0;
	padding: 0.4em 0.5em;
	border-bottom: 1px #b4c4d9 solid;
}

#leftnav .linkGroup .subLinks a, #leftnav .linkGroup .subLinks a:visited
	{
	color: #666666;
	text-decoration: none;
}

#leftnav .linkGroup .subLinks a:hover {
	text-decoration: underline;
	color: #192f61;
}

/*** MAIN + CONTENT *****/
#main {
	width: 100%;
}

#flycontent {
	float: left;
	margin: 1em;
}

#flycontent p, #flycontent ul {
	line-height: 1.5em;
	margin: 1.2em 0;
}

#flycontent .item p {
	line-height: 1.1em;
	margin: 3px 0 6px 0;
}

#flycontent .item .price-box {
	margin-bottom: 18px;
}

/*** PAGE SPECIFIC ***/
.tradeaplane {
	font-size: 0.8em;
	margin-top: 3em;
}

.tradeaplane img {
	margin-top: 0.5em;
	margin-right: 2em;
	vertical-align: top;
}

#flycontent div.aircrafttype {
	text-decoration: underline;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

#flycontent div.aircraftlinks {
	margin: 0;
	padding: 0;
}

#flycontent div.aircraftlinks ul {
	margin: 0;
	padding: 0;
}

#flycontent div.aircraftlinks li {
	margin: 0 0 0 3em;
	padding: 0;
}

/***** This day in history ****/
#thisday {
	clear: both;
	float: left;
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 5px #81aeea solid;
	background-color: #7dace0;
}

#thisday div.text {
	color: #192F61;
	padding: 1em;
	font-size: 0.8em;
}

#thisday strong {
	color: #192F61;
}

#thisday h6 {
	color: #192F61;
	font-style: italic;
	font-weight: bold;
	display: inline;
	margin-right: 7px;
}

/***** FOOTER *******/
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-image: url('/images/footer-rt.jpg');
	background-repeat: repeat-x;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 1.5em 0 3em 0;
}

#footer div {
	margin-left: 1em;
}

#footer #address, #footer #phone {
	float: left;
	margin-bottom: 1em;
	clear: both;
}

#footer #copyright {
	float: left;
	clear: both;
}

#footer #socialmedia {
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer #socialmedia ul {
	list-style: none;
	margin-top: 6px;
}

#footer #socialmedia li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}

#footer #termsAndConditions {
	float: right;
	margin-right: 3em;
	margin-top: -4em;
}

#footer, #footer p, #footer div, #footer a, #footer a:hover, #footer a:visited
	{
	color: #ffffff;
}

/***** OTHER *******/
.backtotop {
	color: black;
	font-size: x-small
}

.bodybold {
	color: #282828;
	font-size: 12px;
	font-weight: bold;
}

.warning {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.bodyboldred {
	color: #cc0000;
	font-weight: 700;
}

.small {
	color: #1f5299;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
}

.small li {
	padding-left: 0px;
}

.photocaption {
	font-size: 11px;
	color: #1D3376;
	font-style: italic;
}

.title_menu {
	background: #1d3376;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

caption {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

.caption2 {
	font-weight: normal;
	font-style: italic;
}

link {
	text-decoration: underline;
	font-size: 12px;
	color: #1F5299;
}

.link {
	text-decoration: none;
	font-size: 12px;
	color: #1F5299;
}

.caption {
	font-style: italic;
	color: #242424;
}

.bulletbluebold {
	color: #1F5299;
}

.footerlink {
	text-decoration: underline;
	color: white font-size:         12px
}

.formtextheader {
	color: #000000;
	font-size: 12px;
	text-decoration: none
}

.formtext {
	color: #000000;
	font-size: 12px;
	text-decoration: none
}

.formheader {
	color: #FFFFFF;
	background-color: #1D3376;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold
}

.formtitle {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: bold
}

.style1 {
	color: #282828;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.style2 {
	font-weight: bold
}

.style1 {
	width: 700px;
}

.style2 {
	width: 682px;
	background-color: #81aeea
}

.style3 {
	text-align: left;
}

.style4 {
	width: 700px;
	height: 214px;
}

.style5 {
	font-size: x-small;
}

.style6 {
	border-width: 0;
}

.style7 {
	font-size: small;
}

.style4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.style5 {
	font-size: 12px;
	color: #FFFFFF;
}

a.reverse {
	color: #FFFFFF;
}

.ReverseTerms {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#rightColumn {
	width: 300px;
	float: right;
	margin: 1.25em;
}

#newsTicker {
	
}

#fuelSearch {
	background-color: #FFFFCC;
	width: 250px;
	padding: 10px 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.85em;
}

#fuelSearch h4 {
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
}

#fuelSearch form {
	margin-top: 9px;
}

#fuelSearch #fuelSearchFor {
	padding: 4px;
}

#fuelSearch input {
	vertical-align: middle;
}

#fuelSearch form div {
	margin: 3px 0 0 0;
	font-size: 0.85em;
	display: block;
}

#fuelSearch p {
	font-size: 0.85em;
}

.clear {
	clear: both;
}

#recently-viewed-items li {
	list-style: none;
}


/** Market Watch && Real Estate **/
.marketwatch, .realestate {
   min-width: 800px;
   _width: 800px;
}

.marketwatch .filters, .marketwatch .errormessage, .realestate .filters, .realestate .errormessage {
   margin: 8px 10px;
   padding: 10px;
}

.marketwatch .filters, .realestate .filters {
   border: 1px solid #EEEEEE;
}

.marketwatch form dl, .realestate form dl {
   margin: 0;
}

.marketwatch form dt {
   float: left;
   clear: left;
   width: 80px;
   text-align: right;
   padding-right: 10px;
   font-weight: bold;
}
.realestate form dt {
   float: left;
   clear: left;
   width: 150px;
   text-align: right;
   padding-right: 10px;
   font-weight: bold;
}

.marketwatch form dd, .realestate form dd {
   margin-bottom: 15px;
   clear: right;
}

.marketwatch form dd.fieldError, .realestate form dd.fieldError {
   font-size: 8pt;
   font-weight: bold;
   color: #c00;
   margin-top: -13px;
   margin-left: 70px;
}

.marketwatch .error, .realestate .error {
   background-color: #fcc;
   font-size: 10pt;
   padding: 10px;
   margin-bottom: 20px;
   border: 1px dashed #c88;
}

.marketwatch .pricelist, .realestate .pricelist {
   width: 95%;
   border: 1px solid #707070;
   border-collapse: collapse;
   margin: 10px;
   font-size: 10pt;
}

.marketwatch .pricelist tr.odd, .realestate .pricelist tr.odd {
   border-bottom: 1px solid #707070;
   background-color: #FFFFFF;
}

.marketwatch .pricelist tr.even, .realestate .pricelist tr.even {
   border-bottom: 1px solid #707070;
   background-color: #DDDDDD;
}

.marketwatch .pricelist tr:hover, .realestate .pricelist tr:hover {
   background-color: #FFFF88;
}

.marketwatch .pricelist th, .marketwatch .pricelist td, .realestate .pricelist th, .realestate .pricelist td {
   padding: 4px 6px;
}

.marketwatch .pricelist th, .realestate .pricelist th {
   text-align: left;
   font-weight: bold;
   background-color: #7DACE0;
   border-bottom: 1px solid #606060;
}

.marketwatch .filters input, .marketwatch .filters select, .realestate .filters input, .realestate .filters select {
   margin-right: 1em;
}

.marketwatch  #filter-submit, .realestate  #filter-submit {
   margin-left: 2em;
}

.marketwatch input, .realestate input {
   vertical-align: middle;
}

.marketwatch button, .marketwatch input[type="submit"], .marketwatch input[type="button"], .realestate button, .realestate input[type="submit"], .realestate input[type="button"]
   {
   overflow: visible;
   width: auto;
   background: #f6f6f6;
   border: 1px solid #717171;
   cursor: pointer;
   vertical-align: middle;
}

.marketwatch button span, .marketwatch input[type="submit"], .marketwatch input[type="button"], .realestate button span, .realestate input[type="submit"], .realestate input[type="button"] {
   padding: 0 1em;
   line-height: 1.5em;
   margin: 0;
   font: bold 12px/16px Arial, Helvetica, sans-serif;
   text-align: center;
   white-space: nowrap;
   color: #000;
   vertical-align: middle;
}

.marketwatch .edit input[type="text"], .realestate .edit input[type="text"] {
   width: 600px;
   padding: 5px;
}

.marketwatch .edit textarea, .realestate .edit textarea {
   padding: 5px;
   width: 600px;
   height: 100px;
}

.center {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.right {
	float: right;
}