/* ----------------------------------------------------------------------------------

      File   : style.css
      Client : Fox Flight
      Author : Offshoot Inc.
      Date   : May 14, 2008 
      
---------------------------------------------------------------------------------- */



/*////////////////////*/
/*      general       */
/*////////////////////*/

.box {
	border:1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a, a:hover, a img {
	text-decoration: none;
	border: none;
}


body {
	font-family: arial, "lucida console", sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

.heading {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 85%;
}

p {
	font-size: 80%;
	line-height:1.5em;
}

p.checkbox {
	font-size:12px;
}

.bold {
	font-weight:bold;
}

.title {
	display:block;
	margin-bottom:4px;
}


/*////////////////////*/
/*     main_nav       */
/*////////////////////*/


#main_nav li a {
	font-weight: bold;
	font-size: 12px;
}

.nav .heading {
	font-size: 18px;
}

.nav a {
	font-size: 14px;
}



/*////////////////////*/
/*     featured       */
/*////////////////////*/

#featured ul {
	font-size: 95%;
}

#featured_wrap .feat.heading {
	font-size:75%;
}


/*////////////////////*/
/*        faq         */
/*////////////////////*/

.faq {
	font-size:80%;
}

	.faq li a {
		
	}

	.faq .faq-item {
		
	}
	
/*////////////////////*/
/*    fleet profile   */
/*////////////////////*/

#fleet {
	list-style:none;
}


/*////////////////////*/
/*       footer       */
/*////////////////////*/

#footer {
	font-size:12px;
	border-top:1px solid;
}

#footer_nav {
	list-style: none;	
}

	#footer_nav li  {
		font-weight: bold;
		font-size: 85%;
	}


#footer_content p {
	font-size: 85%;
	font-weight: bold;
}
