body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	line-height: 18px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a{
	color: #2A66A8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #4185CF;
}

:active, :focus{
	outline: none;
}


ul{
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

ul li {
  min-height: 1px;
	margin: 0;
	padding: 0 0 0 12px;
	background: url(li.gif) no-repeat 0 7px;
	list-style: none;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 20px;
	}
	
h2, h3, h4 {
	font-size: 14px;
	margin: 18px 0 0 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 23px;
	line-height:28px;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 955px;
	margin: 0 auto;
	height: 55px;
	padding-top: 10px;
	display:none;
	}

#wireframe_header img {
	float: left;
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	display: none;
	position: relative;
	height: 5px;
	margin: 0;
	background: #164375;
	}
	
#site_header {
	height: 5px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	display: none;
	}
	
#site_header_logo {
	position: absolute;
	top: 50px;
	left: 0px;
	}
	
#page_header_logo a {
	color: #000;
	}

#page_header_logo a:hover{
	background:#fff;
}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: -54px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
  
/* [ Page Header ] */

#page_header_wrapper {
	height: 40px;
	}
	
#page_header {
	height: 0px;
	width: 835px;
	margin: 0 auto;
	position: relative;
	background: url(page_wrapper.jpg) no-repeat right 0;
	}
	
#page_header_logo{
	position: relative;
	width: 215px;
	height: 124px;
	background: url(branding.gif) no-repeat 0 0;
}

	
#logo{
	position: absolute;
	min-height:1px;
	left:15px;
	bottom:15px;
}

#logo:hover{
	background: none !important;
}

* html #logo{	
	height:1px;
}
	
/* [ Main ] */

#main_wrapper {
	background: url(main_wrapper.gif) repeat-x 0 0;
		padding-top: 40px;
}

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	background:#ffffff;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
/* [ breadcrumb ] */	
#breadcrumb{
	position: absolute;
	top: -25px;
	text-align: right;
	color: #999999;
	float: right;
	right: 0px;
}
	
	#breadcrumb span span{
	}


/* [ Content ] */

#content {
	font-size: 12px;
	padding: 50px 0 30px 0; 
	color: #37393b;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 630px;
	line-height: 18px;
	}
	
* html #content {
	height: 400px;
	}

#content .note{
	color: #7F7F7F;
}

.feature_img{
	padding: 5px;
	border: 1px solid #D2D2D2;
	margin: 0 0 18px;
}

.contact .note{
	display: block;
	float: left;
	width: 60px;
}
	
/* [ Sidebar ] */
#sidebar {
	width: 220px;
	float: left;
	position: relative;
	padding: 50px 50px 0 0;
	margin: 0 0 30px 0;
	z-index: 1000;
	display: block;
	}

#side_search{
	margin-top: 50px;	
}

#side_search h3{
	margin: 0 0 5px 20px;
}

#side_search #search{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(side_search.jpg) no-repeat 0 0;
	height: 65px;
	position:relative;
}


#search label{
	display: none;
}

#search .side_parts_search{
	background: #fff url(side_search.gif) no-repeat 0 center;
	height: 17px;
	padding:3px 20px 0px 20px;
	margin: 20px 0 0 20px;
	width: 136px;
	border: 2px solid #b5b7b4;
}

#search .side_search_button{
	height: 15px;
	width: 15px;
	text-transform: uppercase;
	text-indent:-500px;
	background: url(search_button.jpg) no-repeat 0 0;
	position: absolute;
	border:0;
	padding:0;
	top:25px;
	left: 181px;
	cursor: pointer;
}


	

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	clear: both;
	}

#footer {
	border-top: solid 1px #d9d9d9;
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 15px 0 20px 0;
	}
	
* html #footer {
	height: 1px;
	}

#footer:after{
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #7f7f7f;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}


#footer_left{
	width:450px;
	float:left;
}

#footer_copyright{
	color: #000;
}

#site_credit{
	margin-top:5px;
}

#footer_links{
	margin-top:5px;
}

#footer #disclaimer{
	border-top: solid 1px #d9d9d9;
	padding: 0;
	margin: 15px 0 0 0;
}

#footer_right{
	float: right;
}

#group_member{
	text-align: right;
	color: #000;
}

#group_members{
	text-align: right;
	margin-top: 5px;
}

#footer_left,
#footer_right{
	min-height: 1px;
}

* html #footer_left,
* html #footer_right{
	height: 1px;
}

	
#group_logos{
	margin-top:25px;
}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	border-top: 1px solid #E3E3E3;
	line-height: 16px;
	padding: 0 0 20px;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		padding: 15px 0 10px;
		}
		
	.type{
		color: #7F7F7F;
		display: block;
		width: 60px;
		float:left; 
	}
		
	
.success{
	padding: 15px 10px;
	border: 1px solid #417630;
	background: #c0d2bb;
}

#member_badge{
	display: block;
	width: 180px;
	height: 51px;
	background: url(member_badge.gif) no-repeat 0 0;
	border-bottom: solid 4px #e4e4e4;
	cursor: pointer;
}

#member_badge:hover{
	background: url(member_badge.gif) no-repeat 0 bottom;	
}

.button{
	padding: 5px 10px;
	background: #dee9f5;
	color: #2A66A8;
	border: solid 1px #2A66A8;
	display: block;
	margin: 10px 0;
	cursor: pointer;
	font-size: 11px;
}

.button:hover{
	text-decoration: none;
	background: #fff;
}

.site_link_wrapper{
    margin: 0 0 18px;
    padding: 0px 0 0px;
    border-bottom: solid 1px #E3E3E3;
    border-top: solid 1px #E3E3E3;
    }

.site_btn{
    display: block;
    height: 60px;
    margin: 15px 0 15px -5px;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-transform: uppercase;
    text-indent: -9000px;
}

.site_btn:hover{
    background-position: 0 -60px;
}

.airwork_site{
	width: 326px;
	background-image: url(btn-airwork.gif);
}

.flightops_site{
	width: 430px;
	background-image: url(btn-flightops.gif);
}

.helilink_site{
	width: 280px;
	background-image: url(btn-helilink.gif);
}

.skylink_site{
	width: 280px;
	background-image: url(btn-skylink.gif);
}


.table{
	text-align: left;
}

.table th,
.table td{
	padding: 5px 10px;
}

.table th{
	background: #e5e5e5;
	border-bottom: solid 3px #cdcdcd;
	border-top: solid 1px #cdcdcd;
}

.table td{
	background: #f9f9f9;
}

