/*Airborne Heat styles*/

a:link, a:visited {		
	color: #F36A31;
	text-decoration: underline;	
	}
a:hover, a:active {		
	color: #FBB811;
	text-decoration: none;		
	}
	
a:link.gold, a:visited.gold {
	color: #FBB811;
	text-decoration:underline;
	}
a:hover.gold, a:active.gold {
	color: #FBB811;
	text-decoration:none;
	}
	
a:link.grey, a:visited.grey  {
	color: #999999;
	text-decoration:underline;
	}
a:hover.grey, a:active.grey  {
	color: #FBB811;
	text-decoration:none;
	}	
				
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* 16px */
	line-height: 1.25em; /* 16px x 1.25=20px */
	color: #333333;
	}		

p {
	font-size: .75em; /* 16 x .75=12px */	
	padding: 0px;
	}
	
h1, h2, h3, h4, h5, h6 {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	padding: 0px;
	}	
h1 {
	font-size: 1.50em;			
	}
h2 {
	font-size: 1.25em;	
	}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;					
	}
h4 {
	font-size: .85em;
	font-weight: bold;		
	margin-bottom: 0px;			
	}
h5 {
	font-size: .75em;
	font-weight: bold;		
	margin-bottom: 0px;			
	}
h6 {
	font-size: .65em;
	font-weight: bold;		
	margin-bottom: 0px;			
	}						
		
img {
	border: none;
	}
	
/* colors */		
.gold {
	color: #FBB811;
	}
.grey {
	color: #999999;
	}	
.orange {
	color: #F36A31;
	}
	
#copyright {
	background: #F36A31;
	font: bold .65em Verdana, Helvetica, sans-serif;
	color: #FBB811;
	line-height: 20px;
	text-align: center;
	}
	
div.grey-box {	
	background: #FFFFFF;
	border: 2px solid #E5E5E5;
	vertical-align: top;
	text-align: left;	
	margin: 0px;
	padding: 0px 40px;
	}	
div.gold-box {
	background-color: #FFFFFF;
	border: 2px solid #FBB811;
	vertical-align: top;
	text-align: left;
	margin: 10px;
	padding: 10px 40px;
	}
div#intro {		
	vertical-align: top;		
	background-color: transparent;	
	border: 2px solid #F36A31;	
	text-align: justify;
	margin: 20px;	
	padding: 10px 10px 0px 10px;	
	}
div.orange-box {	
	background-color: #FFFFFF;	
	border: 2px solid #F36A31;
	vertical-align: top;
	text-align: left;
	margin: 10px;
	padding: 10px 40px;
	}
hr {
	width: 50%;
	height: 1px;
	align: center;
	color: #FBB811;
	style: solid;
	}	
	
img.left {
	float: left;
	margin-right: 20px;	
	}		
img.right {
	float: right;
	margin-left: 20px;	
	}
	
.nobottommargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}		
.notopmargin {
	margin-top: 0px;
	padding-top: 0px;
	}

ol {
	font: normal .75em Arial, Helvetica, sans-serif;	
	color: #333333;		
	line-height: 1.75em;	
	padding: 0px;	
	}
		 	
table#main {
	width: 770px;
	background: #FFFFFF;
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-x;	
	}
	
td.content {	
	background: #FFFFFF;	
	vertical-align: top;
	text-align: left;
	padding: 0px 50px 10px 50px;
	}
	
td.navtbl {
	background: #FFFFFF;
	font: bold .75em Arial, Helvetica, sans-serif;	
	color: #FBB811;		
	padding-right: 20px;	
	}
.navtbl a:link,.navtbl a:visited {	
	color: #999999;
	text-decoration: none;	
	}
.navtbl a:hover,.navtbl a:active {	
	color: #F36A31;
	text-decoration: none;
	}	

td.orange-bdr {		
	vertical-align: top;
	text-align: justify;	
	background-image: url(images/bdr_orange.gif);
	background-repeat: no-repeat;	
	padding: 20px 30px 0px 30px;	
	}
	
td.services {
	width: 33%;
	background: #E5E5E5;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	}
p.services {
	margin-top: 0px;		
	padding: 5px 20px 10px 20px;	
	}
.services a:link,.services a:visited {
	color: #F36A31;
	text-decoration: none;
	}	
.services a:hover, .services a:active {
	color: #999999;
	text-decoration: underline;
	}

td.sidebar {
	width: 25%;
	background: #E5E5E5;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left; 
	padding: 0px;
	}
	
ul {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #333333;		
	line-height: 1.75em;
	list-style-type: disc;
	list-style-position: outside;	
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 0px;		
	}
li {
	padding-left: 3px;
	padding-bottom: 3px;	
	}		
ul.gold-dot {		
	list-style-image: url(images/dot_gold.gif);		
	}	
ul.orange-dot {		
	list-style-image: url(images/dot_orange.gif);	
	}	
	


	