@charset "utf-8";
/*-----------------------------------------------------------------------------
Author: The Design Group
Date: July 10, 2009 
Client: Integrated Site Management
Copyright 2009 The Design Group
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 100%;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	font: 62.5%/1em  Helvetica, Myriad, Arial, Geneva, "Sans Serif";
	width: 100%;
	margin:  0 auto;
	/* make IE center the site */
	text-align:  center !important;
	background: #fff url(../_media/_bg/bg_body.jpg) repeat-x center top;
}
.nav ul, .topnav ul, .footnav ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { 
	margin-bottom : 1px;	
		 /* added for flash detection */
	 height: 100%;
}
/*debug border on all divs*/
div {
	border: 0;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 0;
	vertical-align: bottom;
}

/* @end */
/* @group STRUCTURAL */

#container { 
	margin: 0 auto;
	/* again, makes old, broken IE center the site */
	text-align: left;
	width: 980px;
	overflow: hidden;
}



#banner {
	width: 980px;
	height: 410px;
	float: left;
	background: url(../_media/_bg/bg_banner.jpg) no-repeat left top;
}

#content {
	width: 980px;
	float: left;
	overflow: hidden;
}

#leftcol, #rightcol {
	float: left;
	margin-top: 0px;
}

#leftcol {
	width: 308px;
	clear: left;
	margin-left: 20px;
}

#rightcol {
	width: 600px;
	margin-left: 45px;
}

.home-caption {
	width: 600px;
	/*background: url(../_media/_elements/bg_home-caption.png) no-repeat left top;*/
	padding: 0 15px 15px;
}

.home-caption p {
	width: 570px;
}

#footer {
	position: relative;
	top: 20px;
	width: 100%;
	margin-top: 30px;
	background: url(../_media/_bg/splash-bg_ftr.jpg) repeat-x left top;
	text-align: right;
}




#rabbits {
	width: 330px;
	overflow: hidden;
	float: left;
	margin-left: 10px;

}

#rabbits hr {
	width: 310px;
	color: #fff !important;
	font-size: 1px;
	line-height: 1px;
	border: 1px solid #ccc;
	margin: 15px 0;
}

#rabbits p {
	color: #000c13;
	margin: 0 0px 0 5px;
	font-size: 1.4em;
	width: 310px;
	line-height: 1.5em;
	font-style: italic;
}



.ar {
	text-align: right !important;
	color: #a77039 !important;
	margin-top: 0px !important;
	line-height: 1.2em;
}

.ar a {
	color: #a77039 !important;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* @end */

/* @group MAIN CONTENT */

#footer {
	position: relative;
	top: 20px;
	width: 100%;
	margin-top: 30px;
	background: #4b5d67 url(../_media/_bg/bg_ftr.jpg) repeat-x left top;
	text-align: center;
	font-size: 1em;
}

#foot {
	width: 980px;
	height: 300px;
	text-align: left;
	margin: 0 auto;
	background: #4b5d69 url(../_media/_bg/bg_footer.jpg) repeat-x left top;
	font-size: 1.2em;
}

/* @end */

/* @group TYPOGRAPHY */

#content p {
	font: 1.45em/1.45em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000c13;
	margin: 0 0 20px;
}

strong {
	font-weight: bold;
	margin-top: 15px !important;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	color: #003553;
	width: 130px;
	margin-left: 10px;
}

#content a, #content a:visited {
	color: #ad6f2e;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #59676f;
	text-decoration: none;
}

.p_specials {
	text-align: right;
	font-family: Garamond, "Times New Roman", Times, serif !important;
}
/* @end */
/* @group H1-H6 */

#logo {
	float: left;
	width: 178px;
	height: 86px;
    margin: 23px 0 0;
	position: relative;
	overflow: hidden;
}

h1.logo {
    position: relative;
    font-size: 1px !important;
	float: left;
	padding: 0;
    overflow: hidden;    
    height: 86px !important;
    width:178px !important;
    margin: 23px 0 0;
}

h2 {
    position: relative;
    font-size: 1px !important;
	float: right;
	padding: 61px 0 0;
    overflow: hidden;    
    height: 0 !important;
    height /**/:0px;
    width:469px !important;
	background: url(../_media/_headings/h2_index.png) no-repeat left top;
	margin: 220px 0 20px;
}

h3.h3_intro {
	position: relative;
    font-size: 1px !important;
	padding: 37px 0 0;
    overflow: hidden;    
    height: 0 !important;
    height /**/:0px;
    width: 564px !important;
	background: url(../_media/_headings/h3-index.png) no-repeat left top;
	margin: 60px 0 10px;
}

h3.h3_listings {
	position: relative;
    font-size: 1px !important;
	padding: 29px 0 0;
    overflow: hidden;    
    height: 0 !important;
    height /**/:0px;
    width: 185px !important;
	background: url(../_media/_headings/h3_listings-index.png) no-repeat left top;
	margin: 20px 0 10px;
}

h3.h3_financing {
	position: relative;
    font-size: 1px !important;
	padding: 29px 0 0;
    overflow: hidden;    
    height: 0 !important;
    height /**/:0px;
    width: 250px !important;
	background: url(../_media/_headings/h3_financing-index.png) no-repeat left top;
	margin: 20px 0 15px;
}



h4 {
	font: bold 2em/1.4em Garmond, "Times New Roman", Times, serif;
	color: #234457;
	margin: 20px 0 0;
}

h4.h4_rabbit1, h4.h4_rabbit2, h4.h4_rabbit3  {
	position: relative;
    font-size: 1px !important;
	padding: 40px 0 0;
    overflow: hidden;    
    height: 0 !important;
    height /**/:0px;
    width: 325px !important;
	margin: 0;
	border-bottom: none;
}

h4.h4_rabbit1 {
	background: url(../_media/_headings/h4_rabbit1.png) no-repeat left top;
}
h4.h4_rabbit2 {
	background: url(../_media/_headings/h4_rabbit2.png) no-repeat left top;
}
h4.h4_rabbit3 {
	background: url(../_media/_headings/h4_rabbit3.png) no-repeat left top;
}



/* @end */

/* @group NAV */

ul.topnav {
	height: 25px;
	float: right;
	text-align: right;
	width: 600px;
	margin-top: 9px;
}

ul.topnav li {
	display: inline;
	margin-left: 25px;
}

ul.topnav a, ul.topnav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.5em/1em Garamond, "Times New Roman", Times, serif;
}

ul.topnav a:hover, ul.topnav a:active {
	text-decoration: underline;
	color: #ddd9db;
}

li.li_topphone  {
	padding-left: 25px;
	background: url(../_media/_elements/icn_phonetop.png) no-repeat left top;
	color: #fff;
	text-decoration: none !important;
	font: 1.7em/1em Garamond, "Times New Roman", Times, serif;
}



ul.nav {
	float: right;
	overflow: hidden;
	padding: 0;
	height: 126px;
	margin: 0;
	width: 595px;
}
	
ul.nav li {
	float: left;
	height: 126px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
  }
  
ul.nav a {
	float: left;
	padding: 126px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:47px; /* for IE5/Win only */
	width:99px;
	border: none;
	text-decoration: none;
}	

ul.nav a:hover, ul.nav a:active {
	background-position: 0 -126px !important;
}

li.nav1 a {
	background: url(../_media/_nav/nav_1.png) no-repeat left top;
	width: 178px !important;
	margin-right: 52px;
}
li.nav2 a {
	background: url(../_media/_nav/nav_2.png) no-repeat left top;
	width: 153px !important;
	margin-right: 52px;
}
li.nav3 a {
	background: url(../_media/_nav/nav_3.png) no-repeat left top;
	width: 131px !important;
	margin-right: 27px;
}
li.nav4 a {
	background: url(../_media/_nav/nav_4.png) no-repeat left top;
	width: 140px !important;
}





/* @end */

/* @group Links */

ul.leftcol-links {
	width: 249px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
	
ul.leftcol-links li {
	float: left;
	height: 39px;
	margin: 0 0 10px; 
	padding: 0;
	list-style-type: none;
	display: inline;
  }
  
ul.leftcol-links a {
	float: left;
	padding: 39px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:39px; /* for IE5/Win only */
	width:249px;
	border: none;
	text-decoration: none;
}	

ul.leftcol-links a:hover, ul.leftcol-links a:active {
	background-position: 0 -39px;
}

li.leftlink1 a {
	background: url(../_media/_buttons/btn_air-list.png) no-repeat left top;
}
li.leftlink2 a {
	background: url(../_media/_buttons/btn_equip-list.png) no-repeat left top;
}


li.leftlink3 a {
	background: url(../_media/_buttons/btn_air-fin.png) no-repeat left top;
}

#footer a, #footer a:visited {
	color: #000015;
}

#footer a:hover, #footer a:active {
	color: #274151;
}

/* @end */

/* @group FORMS */

.form {
	margin-left: 10px;
	font: .9em/1em Helvetica, Myriad, Arial, Geneva, "Sans Serif";
	margin-top:20px;
	margin-bottom: 10px;
	color: #333;
}

input, submit  {
	height: 22px;
	margin-bottom: 3px;
	color: #333;
	font-size: 1.5em;
}

textarea, select {
	margin-right: 8px;
}

input, textarea {
	width: 200px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 35px;
}

.field_name {
	font-size: 1.6em;
	text-align: right;
	margin-right: 10px;
}

/* @end */

/* @group Footer */

ul.footnav {
	float: right;
	width: 373px;
	overflow: hidden;
	padding: 0;
	height: 40px;
	margin: 30px 150px 0 0;
}
	
ul.footnav li {
	float: left;
	height: 40px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
  }
  
ul.footnav a {
	float: left;
	padding: 40px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win only */
	width:99px;
	border: none;
	text-decoration: none;
}	

ul.footnav a:hover, ul.footnav a:active {
	background-position: 0 -40px !important;
}

li.footnav1 a {
	background: url(../_media/_nav/footnav_01.jpg) no-repeat left top;
	width: 180px !important;
}
li.footnav2 a {
	background: url(../_media/_nav/footnav_02.jpg) no-repeat left top;
	width: 233px !important;
}
li.footnav3 a {
	background: url(../_media/_nav/footnav_03.jpg) no-repeat left top;
	width: 133px !important;
	margin-left:40px;
}

.telephone {
	color: #fff;
	font: 3em Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
	float: left;
	margin-top: 15px;
}

#footernav {
	width: 920px;
	float: left;
	margin-top: 60px;
	margin-left: 30px;
}

#footernav a, #footernav a:visited {
	color: #2d393e;
	font-size: .9em;
}
#footernav a:hover, #footernav a:active {
	color: #ddd;
}

.footernav1, .footernav2, .footernav3 {
	float: left;
	padding-top: 25px;
	margin-right: 55px;
	margin-top: 10px;
}

.footernav1 li, .footernav2 li, .footernav3 li {
	list-style-type: none;
	margin-bottom: 5px;
}

.footernav1 {
	background: url(../_media/_headings/footernav1.png) no-repeat left top;
	width: 225px;
}

.footernav2 {
	background: url(../_media/_headings/footernav2.png) no-repeat left top;
	width: 205px;
}

.footernav3 {
	background: url(../_media/_headings/footernav3.png) no-repeat left top;
	width: 185px;
	margin-right: 0px !important;
}

#client-branding {
	float: right;
	width: 144px;
	color: #a5aaad;
	margin-left: 0px;
	margin-top: 8px;
}
.branding {
	float: left;
	clear: left;
	width: 920px;
	margin-left: 30px;
	margin-top: 0px;
	color: #a5aaad;
	text-align: right;
}
.copy {
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	letter-spacing: .05em;
	font: bold .7em/1.3em Georgia, "Times New Roman", Times, serif;
}

#branding-image {
	margin-bottom: 7px;	
}

.branding a:link, .branding a:visited{
	color: #a5aaad !important;
	text-decoration: underline;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.w580 {
	width: 580px;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

p.mbzero {
	margin-bottom: 0px !important;
}

/* @end */
