/** Global elements */
*
{
	margin: 0 auto;
	padding: 0;
}
html, body {
	font-size: 87.5%;
	font-family: "Tahoma", sans-serif;
	line-height: 1em;
	min-width: 900px;
	height: 100%;
}

#contentWrapper
{
min-height:100%;
}

* html #contentWrapper {
height:100%;
}

ol {
	margin-left: 50px;
	margin-bottom: 10px;
}
ul {
	margin: 0 0 10px 50px;
}
/* style for images around the site */
.generalImage {
	float:left;
	margin-right:20px;
	border: 1px solid #cccccc;
	padding: 3px;
}
.generalImage,
.generalImageRight {
	border: 1px solid #cccccc;
}
.generalImageRight {
	float:right;
	margin-left:20px;
}
.generalImageRightb {
	border-style:none;
}
.generalImageRightb {
	float:right;
	margin-left:20px;
	border: 1px solid #cccccc;
	padding: 3px;
}
.clearLeft {
	clear:left;
	padding-top:20px;
}
.generalImageBackend {
	float:left;
	margin-right:10px;
	border-style:none;
}
/** Style for usedItem */
.usedItem {
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 100px;
	width: 45%;
	border:dotted 1px;
	font-size: 0.9em;
	float: left;
}

.usedItem:hover
{
	background: #FFD9F1;
}
.usedItemText
{
	float: left;
	margin-left: 10px;
}

.usedItemText h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#2E3482;
}
.usedItem img
{
	float: left;
	border:none;
	width: 140px;
	height: 93px;
}

/** Style for usedItemHome */

.usedItemHome {
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 100px;
	width: 45%;
	border:dotted 1px;
	font-size: 0.9em;
	float: left;
	background: #D1C5FC;
}

.usedItemHome:hover
{
	background: #FFD9F1;
}
.usedItemHome img
{
	float: left;
	border:none;
	width: 140px;
	height: 93px;
}

/** END usedItemHome */


.usedItemFeatured {
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 160px;
	width: 93.5%;
	font-size: 0.9em;
	float: left;
	background: #D1C5FC;
	border:dotted 1px;

}

.usedItemTextFeatured
{
	float: left;
	margin-left: 10px;
}

.usedItemTextFeatured h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#2E3482;
}
.usedItemFeatured img
{
	float: left;
	border:none;
	width: 200px;
	height: 150px;
}

hr {
  border: 0;
  width: 60%;
  color: #f00;
  background-color: #f00;
  height:1px;
}

/** Style for shopItem */
.shopItem
{
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	height: 140px;
	width: 100%;
	font-size: 0.9em;
	float: left;
}

.shopItem:hover
{
	background: #FFD9F1;
}
.shopItemText
{
	float: left;
	margin-left: 30px;
}

.shopItemText h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	float: none;	
	font-size: 1.2em;
	color:#2E3482;
}
.shopItem img
{
	float: left;
	border: none;
}
/** Header styles */
#header h1, #header h3
{
	display: none;
}
#header
{
	background: url('/includes/header-bg.jpg') repeat-x;
	height: 110px;
}
#header img
{
	position: absolute;
	border-style: none;
	top: 7px;
	left: 20px;
}
/** Navigation (inside header) */
#primaryNavigation
{
	position: absolute;
	right: 30px;
	top: 35px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 30px;
	margin-left: 70px;
}
#primaryNavigation ul li ul
{
	display: none;
}
#primaryNavigation ul
{
	list-style-type: none;
}
#primaryNavigation ul li
{
	background: none;
	float: left;
	margin-left: 30px;
}
#primaryNavigation a
{
	color: #2E3482;
	text-decoration: none;
	border-bottom:none;
}
#primaryNavigation a:hover
{
	border-bottom: 2px #ED1D28 solid;
	padding-bottom: 2px;
}

#fly-active a
{
	border-bottom: 2px #ED1D28 solid;
	padding-bottom: 2px;
}

#primaryNavigation abbr, #primaryNavigation acronym {
	border-bottom:0;
}

/** Body */
/** Primary content is the bit inside the top band of colour.  This is highlighted to stand out.  */
#primaryContentPlaceholder
{
	font-family: 'Verdana', Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1.8em;
	width: 100%;
	padding: 50px 0 0 0;
	background: url('/includes/wrapper-bg.jpg') repeat-x;
	height: 180px;
}
/** Apply this to the content within (text etc) */
#primaryContent
{
	width: 900px;
	margin: 0 auto;
}
#primaryContent h3
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.8em;
	color:#ED1D28;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom:1px dotted #6f6f6f;
}
#primaryContent a, #primaryContent a:visited
{
	color:#fff;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}
#primaryContent a:hover, #primaryContent a:active
{
	border-bottom: 1px solid #ffffff;
}

/** Placeholder contains the secondary content */
#twoColumnLayout #secondaryContentPlaceholder
{
	font-family: 'Verdana', Helvetica, sans-serif;
	color: #343434;
	line-height: 1.8em;
	width: 900px;
	padding-bottom: 100px;
}
#singleColumnLayout #secondaryContentPlaceholder {
	width: 100%;
	font-family: 'Verdana', Helvetica, sans-serif;
	color: #343434;
	line-height: 1.8em;
	padding-bottom: 100px;
}
/** Secondary content will appear below the highlighted, primary content */
#singleColumnLayout #secondaryContent {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#twoColumnLayout #secondaryContent
{
	width: 60%;
	float: left;
	margin:0 auto;
	padding-bottom: 100px;
}
#twoColumnLayout #secondColumn {
	float: right;
	width: 35%;
}
#singleColumnLayout #secondColumn {
	display:none;
}
#secondaryContentPlaceholder h3
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color: #6f6f6f;
	display:block;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#secondaryContentPlaceholder .spacerDiv { /** space out the summary image from the exterior heading */
	margin: 260px 0 0 0;
}
#secondaryContentPlaceholder small {
	font-size:0.6em;
}
#secondaryContentPlaceholder h2
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.8em;
	color:#2E3482;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom:1px dotted #6f6f6f;
}
#secondaryContentPlaceholder a, #secondaryContentPlaceholder a:visited
{
	color: #343434;
	border-bottom: 1px dotted #343434;
	text-decoration: none;
}
#secondaryContentPlaceholder a:hover, #secondaryContentPlaceholder a:active
{
	border-bottom: 1px solid #343434;
}
#secondaryContentPlaceholder p
{
	margin-bottom: 15px;
	text-align: justify;
}
#secondaryContentPlaceholder h3 a, #secondaryContentPlaceholder h3 a:visited
{
	color:#2E3482;
	text-decoration:none;
	border-bottom: none;
}
#secondaryContentPlaceholder h3 a:hover, #secondaryContentPlaceholder h3 a:active
{
	color:#2E3482;
	border-bottom: 2px #ED1D28 solid;
}


/** START Footer */

#footerplaceholder {
	font-family: 'Verdana', Helvetica, sans-serif;
	background: url('/includes/footer.gif') repeat-x;
	height: 100px;
	line-height: 1.8em;
	color: #ffffff;
	height: 100px;
	margin: -100px auto 0 auto;
}

#footer {
	width: 100%;
	text-align:center;
	clear: both;
	height: 100px;
	margin: 0 auto;
}
div#footer img {
		border-style:none;
	}
div#footer a {
		color: #ED1D28;
		text-decoration: none;
	}
div#footer a:hover {
		text-decoration: underline;
	}
div#footer p {
		line-height: 1.3em;
	}

/** END Footer */


/** Ask Form */
#ask-form {
	clear:left;
	font-family:"Tahoma", sans-serif;
}
#ask-form label {
	display:block;
}
#ask-form input {
	width: 90%;
	font-size: 1.5em;
	font-family: "Tahoma", sans-serif;
}
#ask-form legend {
	font-weight:bold;
}
#ask-form textarea {
	width: 90%;
	font-family: "Tahoma", sans-serif;
	height: 150px;
}
#ask-form fieldset
{
	margin: 10px;
	border-color: #ED1D28;
	border-style: solid;
	background-color: #FFD9F1;
	border-width: 1px;
	padding: 5px;
	width: 100%;
	text-align:left;
}
#ask-form .button {
	width: 120px;
	font-size: 1.5em;
	font-family: "Tahoma", sans-serif;
	display: block;
	float: left;
	margin-left:10px;
}
#form-errors
{
	font-size: 1em;
	color: #FFFFFF;
	width: 100%;
	float: left;
	margin: 15px;
	background-color: #ff3333;
	border: 3px solid #FF0000;
}
#form-errors ul
{
	list-style-type: none;
}
.AdobeIcon {
	float: left;
	margin-right: 10px;
}
.HeliPicture {
	margin: 0 0 15px 0;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #cccccc;
}
#secondaryContent a.popUpPicture { /** CSS to prevent bottom border inheritance on anchored/href'd img */
	border:0 none;
}
#cmsHelicopterTable {
	font-size: 1em;
	width:100%;
	border: 1px solid #fff;
}
#cmsHelicopterTable td {
	padding: 0.1em 2em;
}
#cmsHelicopterTable th {
	padding: 0.1em 2em;
}
#forSaleSummaryTable {
	font-size: 0.7em;
	float: right;
	width:50%;
	border: 1px solid #fff;
	font-weight: bold;
}
#forSaleSummaryTable table {
	width:100%;
}
#forSaleSummaryTable td {
    padding: 0.1em 1em;
}
#forSaleSummaryTable .odd {
	background-color: #FFD9F1;
}
#forSaleSummaryTable tr:hover {
	background-color: #ED1D28;
}

.forSaleSummaryTableFeatured {
	font-size: 0.7em;
	float: right;
	width:430px;
	border: 1px solid #fff;
	font-weight: bold;
}
.forSaleSummaryTableFeatured table {
	width:430px;
}
.forSaleSummaryTableFeatured td {
	width: 115px;
    padding: 0.1em 1em;
}
.forSaleSummaryTableFeatured .odd {
	background-color: #FFD9F1;
}
.forSaleSummaryTableFeatured tr:hover {
	background-color: #ED1D28;
}

ul {
	margin-left: 30px;
	list-style-type: none;
}
.HeliEquipmentList li {
	background: url(/includes/tick.png) no-repeat 0 50%;
	padding-left: 30px;
}
.telephone {
	background: url(/includes/telephone.png) no-repeat 0 50%;
	padding-left: 30px;
}
.email {
	background: url(/includes/email.png) no-repeat 0 50%;
	padding-left: 30px;
}
#loginHelper{
	padding:15px;
	float:left;
	font-size:1.5em;
	color: #FFFFFF;
	width:350px;
	background-color: #ff3333;
	border: 1px solid #FF0000;
}
#php{
	width: 60%;
	border-color: #ED1D28;
	border-style: solid;
	background-color: #FFD9F1;
	border-width: 1px;
	padding: 5px;
	font-size: 13px;
	font-family: "Tahoma";
}
#phpError{
	width: 60%;
	border-color: #ff8690;
	border-style: solid;
	background-color: #ffccd2;
	border-width: 1px;
	padding: 5px;
	font-size: 13px;
	font-family: "Tahoma";
}
/* CMS For Sale Summary Table */

#cmsForSaleSummaryTable {
	font-size: 0.7em;
	float: left;
	width:50%;
	border: 1px solid #fff;
}
#cmsForSaleSummaryTable table {
	width:100%;
}
#cmsForSaleSummaryTable td {
    padding: 0.1em 1em;
}
#cmsForSaleSummaryTable .odd {
	background-color: #FFD9F1;
}
#cmsForSaleSummaryTable tr:hover {
	background-color: #ED1D28;
}


#slide-images{
	float: right;
	width:400px;
	height:300px;
	overflow:hidden;
	margin-left:20px;
	border: 1px solid #cccccc;
	padding: 3px;
}

.barContent
{
	text-align: center;
}


#barContentFilter
{
	text-align: center;
	border: 1px dotted #cccccc;
	width: 80%;
}

#barContentFilter h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color:#2E3482;
	text-align:center;
}

#barContentFilter p
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color:#2E3482;
	text-align:center;
}

#barContentFilter2
{
	text-align: center;
	border: 1px dotted #cccccc;
	width: 80%;
}

#barContentFilter2 h1
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color:#2E3482;
	text-align:center;
}

#barContentFilter2 p
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color:#2E3482;
	text-align:center;
}

.barContentFilterHeaders
{
	text-align: center;
	border: 1px dotted #cccccc;
	width: 88%;
}


.barContentFilterHeaders p
{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-size: 1.2em;
	color:#2E3482;
	text-align:center;
}
.star {
	color:#F00;
}
.google2 {
	text-align:center;
	
}

.blogs {
	border: none;
	padding: 5px;
}

.vaa {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: none;
}