/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
* {
	outline: none;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-repeat: no-repeat;
}
body#sub {
	background-image: url(images/bg_sub.jpg);
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #bb5517;
	text-decoration: none;
}
a:hover {
	color: #bb5517;
	text-decoration: underline;
}	
p {
	margin: 0;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 15px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
.main {
	margin: 0 auto;
	width: 998px;
}
#submain {
	margin: 0 auto;
	width: 998px;
}
#secnav {
	background-repeat: repeat-x;
	background-image: url(images/bg_secnav.png);
	background-position: top left;
	height: 38px;
}
#secnav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	float: right;
}
#secnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#secnav a {
	display: block;
	float: left;
	background-image: url(images/bg_secnavlink.jpg);
	background-repeat: no-repeat;
	height: 28px;
	line-height: 26px;
	font-size: 11px;
	color: #698baf;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 17px 0px 17px;
	text-transform: uppercase;
}
#secnav a:hover {
	color: #003d6e;
	height: 28px;
	border-bottom: none;
}
#secnav a.on {
	color: #003d6e;
	border-bottom: 2px solid #003d6e;
	height: 24px;
}
#secnav a.on:hover {
	color: #003d6e;
	border-bottom: 2px solid #003d6e;
	height: 24px;
}
#searchbox {
	display: block;
	margin: 6px 0px 0px 0px;
	line-height: 17px;
	height: 17px;
	width: 150px;
	background-color: #e9edf0;
}
#searchfield {
	float: left;
	border: none;
	outline: none;
	background-color: transparent;
	height: 17px;
	width: 120px;
	padding-left: 5px;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}
#searchsubmit {
	float: right;
}
#logo {
	height: 133px;
}
#logo img {
	padding: 20px 0px 0px 35px;
}
#headline {
	height: 127px;
	width: 724px;
	background-image: url(images/bg_home_header.jpg);
	background-repeat: no-repeat;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #c3d2dc;
	border-bottom: none;
}
#headline h3 {
	margin: 0px;
	padding: 16px 0px 0px 34px;
	font-size: 20px;
	color: #c7d8e3;
	font-weight: normal;
	line-height: 24px;
}
#headline h4 {
	margin: 0px;
	padding: 0px 0px 0px 34px;
	font-size: 45px;
	color: #fdfeff;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase;
}
#homecopy {
	padding: 23px 0px 0px 37px;
}
#homecopy h2 {
	margin: 0px;
	padding: 0px 0px 13px 0px;
	font-size: 15px;
	color: #003d6e;
	text-transform: uppercase;
}
#homecopy h2 a {
	color: #003d6e;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(images/bg_index_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#homecopy h2 a:hover {
	color: #8faabc;
	text-decoration: none;
	background-image: url(images/bg_index_arrow_on.gif);
}
#home_left {
	float: left;
	width: 277px;
}
#home_left p {
	font-size: 13px;
}
#home_right {
	float: left;
	padding-left: 29px;
	width: 200px;
}
#home_right ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}
#home_right li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #999999;
}
#home_right ul a {
	display: block;
	color: #bb5517;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/bg_nav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 22px;
}
#home_right ul a:hover {
	color: #003d6e;
	background-image: url(images/bg_nav_arrow_on.jpg);
}
.blocklink {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	background-color: #bf6026;
}
.blocklink:hover {
	background-color: #8faabc;
	color: #ffffff;
	text-decoration: none;
}
#indexcopycontainer {
	padding: 0px 1px 0px 1px;
	background-color: #ffffff;
	border: 1px solid #c3d2dc;
	border-top: none;
}
#mapcircles {
	position: absolute;
	top: 22px;
	right: 0px;
	height: 448px;
	width: 448px;
	background-image: url(images/bg_mapcircle.png);
	background-repeat: no-repeat;
}
#copyarea {
	width: 969px;
}
#picbar {
	position: relative;
}
#picbar_overlay {
	position: absolute;
	top: 0px;
	left: -2px;
	height: 68px;
	width: 968px;
	background-image: url(images/bg_picoverlay.png);
	background-repeat: no-repeat;
}
#picbar ul {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
#picbar li {
	margin: 0px;
	padding: 0px 1px 0px 0px;
	display: inline;
	float: left;
}
#footer {
	padding: 18px 0px 37px 0px;
	font-size: 12px;
	color: #666666;
	text-align: center;
}
#footer a, #footer strong {
	color: #003d6e;
	text-decoration: none;
	font-weight: bold;
}
#sub_container {
	border: 1px solid #c3d2dc;
	background-color: #ffffff;
	min-height: 300px;
	position: relative;
	top: -4px;
}
#subimg {
	position: absolute;
	top: -140px;
	right: 0px;
	width: 298px;
	height: 227px;
	background-image: url(images/header_circle_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#subheader {
	background-image: url(images/bg_bar_placeholder.jpg);
	background-repeat: no-repeat;
	height: 87px;
}
#breadcrumb {
	padding: 12px 0px 0px 21px;
}
#breadcrumb a {
	display: block;
	float: left;
	background-image: url(images/breadcrumbarrow.jpg);
	padding: 0px 6px 0px 6px;
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a.on {
	color: #333333;
	text-decoration: none;
	background-image: none;
}
#subheader_icon {
	position: absolute;
	top: 15px;
	left: 27px;
}
#subheader h4 {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 5px 103px;
	font-size: 13px;
	color: #cbdbed;
	line-height: 15px;
	text-transform: uppercase;
}
#subheader h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 103px;
	font-size: 27px;
	color: #fdfeff;
	font-weight: normal;
	line-height: 27px;
}
#subheader h5.single {
	padding: 30px 0px 0px 103px;
}
#copy_top {
	background-image: url(images/bgcopy_top.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#copy_bottom {
	background-image: url(images/bgcopy_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 400px;
}
#nav {
	float: left;
	width: 203px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}
#nav li {
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border-top: 1px dotted #999999;
}
#nav a {
	display: block;
	color: #698baf;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/bg_nav_arrow_on.jpg);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	padding-left: 24px;
	
}
#nav a.on {
	background-image: url(images/bg_nav_on.jpg);
	background-repeat: repeat-y;
	color: #003d6e;
	background-position: 0px 0px;
}
#nav a:hover {
	color: #003d6e;
}
#nav ul ul {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	background-image: url(images/bg_nav_on.jpg);
	background-repeat: repeat-y;
}
#nav ul ul li {
	margin: 0px;
	padding: 0px;
	border: none;
}
#nav ul ul a {
	border: none;
	background-image: none;
	font-weight: normal;
	text-transform: none;
	background-image: url(images/bg_subnav_on.jpg);
	background-position: 24px 7px;
	padding-left: 36px;
}
#nav ul ul a.on {
	font-size: 11px;
	font-weight: bold;
	color: #003d6e;
}
#copy {
	float: right;
	width: 750px;
	position: relative;
}
#copy_single {
	width: 607px;
}
#copy h1 {
	font-size: 20px;
	color: #003d6e;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	padding: 0px 0px 10px 3px;
	background-image: url(images/bg_h1t.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#copy h2 {
	font-size: 15px;
	line-height: 19px;
	color: #003d6e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#copy h3 {
	font-size: 13px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#copy .expand_contract h2 {
	font-size: 13px;
	color: #003d6e;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}
#pagecontents {
	padding: 16px 0px 0px 0px;
}
.formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	background-color: #ffffff;
	border: 1px solid #999999;
	color: #333333;
	width: 190px;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
.formright textarea {
	height: 100px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formright select {
	height: 25px;
	width: 197px;
}
.formright input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #698baf;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #698baf;
	margin-right: 2px;
}
.formright input.inputbutton:hover {
	background-color: #003d6e;
	border: 1px solid #003d6e;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
}
.error {
	color: #ff0000;
}
.required {
	font-size: 11px;
	font-style: italic;
}
#copy_col {
	padding-right: 45px;
}
#copy_col_left {
	float: left;
	width: 450px;
}
#copy_col_right {
	float: right;
	margin-top: 29px;
	width: 203px;
	border: 1px dotted #999999;
	border-top: none;
}
#copy_col_right  p {
	padding: 10px;
}
iframe {
	background-color: #ffffff;
	height: 600px;
	width: 550px;
	margin-bottom: 10px;
	border: none;
	outline: none;
}
#copy_col_right ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-image: none;
	list-style-type: none;
}
#copy_col_right li {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
#copy_col_right li a {
	display: block;
	padding-left: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#copy_col_right li a:hover {
	color: #003d6e;
}
#aboutus_overview {
	background-image: url(images/icon_about.png);
}
#aboutus_overview:hover, #aboutus_overview_on {
	background-image: url(images/icon_about_on.png);
	color: #003d6e;
}
#aboutus_team {
	background-image: url(images/icon_team.png);
}
#aboutus_team:hover, #aboutus_team_on {
	background-image: url(images/icon_team_on.png);
}
#resources_faqs {
	background-image: url(images/icon_faqs.png);
}
#resources_faqs:hover, #resources_faqs_on {
	background-image: url(images/icon_faqs_on.png);
	color: #003d6e;
}
#resources_glossary {
	background-image: url(images/icon_glossary.png);
}
#resources_glossary:hover, #resources_glossary_on {
	background-image: url(images/icon_glossary_on.png);
	color: #003d6e;
}
#resources_library {
	background-image: url(images/icon_library.png);
}
#resources_library:hover, #resources_library_on {
	background-image: url(images/icon_library_on.png);
	color: #003d6e;
}
#resources_links {
	background-image: url(images/icon_links.png);
}
#resources_links:hover, #resources_links_on {
	background-image: url(images/icon_links_on.png);
	color: #003d6e;
}
/*Projects Links*/
#copy_col_right li.projectlinks {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#copy_col_right li.projectlinks a {
	display: block;
	padding: 0px;
	margin: 0px;
	height: auto;
	padding: 7px 0px 7px 0px;
	line-height: 15px;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	color: #c46100;
}
#copy_col_right li.projectlinks a:hover {
	color: #003d6e;
}
/*
End Projects
*/
/*Projects Links*/
#copy_col_right li.projectlinks_img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#copy_col_right li.projectlinks_img a {
	display: block;
	padding: 0px;
	margin: 0px;
	height: auto;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	color: #c46100;
}
#copy_col_right li.projectlinks_img a img {
	padding: 2px;
	border: 1px solid #cecece;
	margin-bottom: 9px;
}
#copy_col_right li.projectlinks_img a:hover {
	color: #003d6e;
}
#copy_col_right li.projectlinks_img_txt {
	font-size: 11px;
	 color: #999999;
	 border-top: 1px dotted #999999;
	 width: 204px;
	 position: relative;
	 left: -15px;
	 text-indent: 15px;
	 padding-top: 10px;
}
/*
End Projects
*/
.expand_contract {
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
	padding: 0px 17px 0px 17px;
}
.expand_contract .expand_contract_header {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #bb5517;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
.expand_contract .expand_contract_header_img {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #bb5517;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
.expand_contract .expand_contract_header_img img {
	position: relative;
	left: -10px;
	top: 10px;
	padding: 1px;
	border: 1px solid #cfcfcf;
}
.expand_contract_header a {
	display: inline-block;
	width: 100%;
	color: #bb5517;
	padding-left: 17px;
	background-image: url(images/icon_exp_plus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-decoration: none;
}
.expand_contract_header_img a {
	color: #bb5517;
	display: block;
	position: relative;
	top: -5px;
	padding-left: 3px;
	background-image: url(images/icon_exp_plus.jpg);
	background-repeat: no-repeat;
	background-position: 80px 20px;
	text-decoration: none;
}
.expand_contract_header_aircraft a {
	color: #bb5517;
	display: block;
	position: relative;
	top: -5px;
	padding-left: 18px;
	background-image: url(images/icon_exp_plus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-decoration: none;
}
.expand_contract_header a:hover, .expand_contract_header_img a:hover, .expand_contract_header_aircraft a:hover {
	color: #003d6e;
	background-image: url(images/icon_exp_plus_on.jpg);
}

.expand_contract_header a.on, .expand_contract_header_img a.on, .expand_contract_header_aircraft a.on {
	background-image: url(images/icon_exp_minus.jpg);
}
.expand_contract_header a.on:hover, .expand_contract_header_aircraft a.on:hover {
	background-image: url(images/icon_exp_minus_on.jpg);
	color: #003d6e;
}
.faq_label {
	float: left;
	width: 20px;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
}
.faq_data {
	float: left;
	width: 350px;
}
.expand_contract_sub {
	padding: 0px 10px 0px 10px;
}
.expand_contract_sub .expand_contract_header {
	line-height: 15px;
	padding-bottom: 10px;
	background-position: 0px 0px;
}
.expand_contract_sub .expand_contract_header a {
	background-position: 0px 0px;
}
.expand_contract_sub_contents {
	padding-left: 17px;
}
#alphanav ul {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}
#alphanav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}
#alphanav li span {
	display: block;
	padding: 0px 4px 0px 4px;
}
#alphanav a {
	display: block;
	float: left;
	color: #244a68;
	text-decoration: underline;
	padding: 0px 3px 0px 3px;
}
#alphanav a:hover {
	text-decoration: none;
}
#alphanav a.on {
	border: 1px solid #cacaca;
	border-bottom: none;
	background-color: #ffffff;
	text-decoration: none;
}
.dyndatatable table {
	width: 100% !important;
	border-top: 1px solid #cfcdcd;
	border-left: 1px solid #cfcdcd;
	margin-bottom: 10px;
}
.dyndatatable td {
	border-bottom: 1px solid #cfcdcd;
	border-right: 1px solid #cfcdcd;
	padding: 4px;
}
.dyndatatable table thead td, #dyndatatable table th td {
	background-color: #698baf;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 12px 7px 12px;
}
.affiliates {
	border: 1px solid #698baf;
	margin-bottom: 10px;
	text-align: center;
}
#ouraffiliates {
	float: right;
	width: 203px;
	padding-top: 20px;
}
.affiliates_text {
	padding: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
#ouraffiliates h2 {
	text-transform: uppercase;
	font-size: 12px;
	color: #003d6e;
}
.copyimg_left {
	float: left;
	border: 1px solid #cfcfcf;
	margin-right: 18px;
	padding: 1px;
}
ul.arrowedlist {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
ul.arrowedlist li {
	margin: 0px;
	padding: 5px 15px 5px 0px;
	border-top: 1px dotted #999999;
}
ul.arrowedlist a {
	display: block;
	color: #bb5517;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/bg_nav_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 22px;
}
ul.arrowedlist a:hover {
	color: #003d6e;
	background-image: url(images/bg_nav_arrow_on.jpg);
}
.tooltip {
	
	background-color: #efefef;
	/*
	top: 0px !important;
	left: 0px !important;
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	z-index: 5500 !important;
	display: none;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #efefef;
	width: 250px;
	*/
}

.active {
	/*
	background-color: #00FF00;
	z-index: 5600 !important;
	*/
}
.highlight  span {
	position: absolute;
	width: auto;
	
}
.highlight {
	border-bottom: 3px double #c16730;
	color: #c16730;
	cursor: pointer;
}
.highlight:hover {
	border-bottom: none;
	text-decoration: none;
}
.actualtooltip {
	padding: 10px;
	color: #333333 !important;
	font-size: 11px !important;
	font-style: normal !important;
	line-height: 13px !important;
	width: auto;
	min-width: 249px;
	max-width: 250px;
	position: absolute;
	background-color: #f7fafa;
	border: 1px solid #cccccc;
}
.actualtooltip p {
	font-size: 11px !important;
	color: #333333 !important;
	font-style: normal !important;
	line-height: 13px !important;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: normal;
}
.actualtooltip p strong {
	font-weight: bold;
}
#actionlinks {
	position: absolute;
	top: 0px;
	right: 0px;
}
#actionlinks a {
	display: block;
}
.boxedcopy {
	border: 3px double #cccccc;
	background-color: #f6f6f6;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.accented {
	font-size: 14px;
	color: #003d6e;
}
.boxedcopyimg_left {
	float: left;
	padding: 1px;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin-right: 8px;
	margin-top: 10px;
	margin-left: 14px;
}
.boxedcopyimg_right {
	float: right;
	padding: 1px;
	margin-left: 35px;
	margin-right: 5px;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
}
.boxedcopy  p {
	padding: 10px 14px 7px 14px;
	font-size: 15px;
	line-height: 20px;
	color: #003d6e;
	font-style: italic;
}
.boxedcopy  p.smaller {
	font-size: 12px;
	line-height: 16px;
}
.boxedcopy_hr {
	height: 1px;
	padding-top: 7px;
	overflow: hidden;
	border-bottom: 1px solid #cfcfcf;
}
.nuc_left {
	float: left;
	width: 220px;
	padding-top: 10px;
}
.nuc_right {
	float: left;
	width: 312px;
	padding-top: 10px;
}
.nuc_item {
	margin-bottom: 13px;
	padding-left: 20px;
	font-style: italic;
}
.nuc_left img, .nuc_right img {
	float: left;
	margin-right: 13px;
	padding: 1px;
	border: 1px solid #c8c8c8;
}
.expand_contract_sub {
	padding: 10px 17px 0px 17px;
}
.displaytable {
	border-left: 1px solid #cfcdcd;
	border-bottom: 1px solid #cfcdcd;
}
.displaytable th {
	text-align: left;
	background-color: #698baf;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 13px;
	
}
.displaytable td {
	border-top: 1px solid #cfcdcd;
	border-right: 1px solid #cfcdcd;
	padding: 5px 5px 5px 13px;
	background-color: #ffffff;
}
.displaytable td.off {
	background-color: #f0f0f0;
}
.displaytable td.noborder {
	border-top: none;
}
.flag_txt {
	display: block;
	float: left;
	padding-top: 6px;
	padding-left: 8px;
	max-width: 130px;
	font-size: 12px;
	text-transform: uppercase;
	color: #003d6e;
	line-height: 14px;
	font-weight: bold;
}
.flag img {
	float: left;
}
.img_float_left {
	float: left;
	margin-right: 15px;
	border: 1px solid #cfcfcf;
}
.img_float_left img {
	padding: 1px;
}
#ps_items {
	float: right;
	width: 275px;
	padding-top: 25px;
}
#viewalllink {
	position: absolute;
	right: 70px;
	top: 350px;
}
.expand_contract .expand_contract_header_aircraft {
	margin: 0px;
	position: relative;
	padding: 0px 0px 0px 0px;
	color: #bb5517;
	padding-top: 60px;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
}
.aircraftphotos {
	display: block;
	position: absolute;
	top: 0px;
	right: -17px;
}

#redirect{
	padding:20px;
}
#redirect h1{
	font-size: 20px;
	color: #003d6e;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	padding: 0px 0px 10px 3px;
	background-image: url(images/bg_h1t.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

}