@charset "UTF-8";
/* CSS Document */


.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 477px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 1024px;
	margin:0px; padding:0px;
}

#topLeftDiv {background-image: url(../new/css/images/IndexLeftBg.jpg);}
#intro1 {color:#f9fbfd; font-size:16px; padding:35px 0px 0px 0px;}
#intro2 {color:#f9fbfd; font-size: 14px; padding: 25px 0px 25px 0px;}
#intro3 {color:#80c2fa; font-size:14px;}
#intro3 a {color:#80c2fa; text-decoration:none;}
#intro3 a:hover {color:#80c2fa; text-decoration:underline;}
#intro4 {color:#000622;font-size:12px;background-image: url(../new/css/images/mainBg.jpg);padding:15px 57px 0px 71px;font-family:Arial, Helvetica, sans-serif;background-color: #e5ebf3;}
#intro4 a {color:#890901; text-decoration:none;}
#intro4 a:hover {color:#890901; text-decoration:underline;}

#introContent1 {color:#f9fbfd; font-size:16px; padding:32px 0px 0px 0px; float:left; width:878px;}
#introContentAbout {color:#f9fbfd; font-size:16px; padding:35px 0px 0px 0px; float:left; width:700px;}
#introContent4 {
	color:#000622;
	font-size:12px;
	padding:15px 71px 0px 116px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #4D1401;
	background-repeat: repeat-x;
}
#introContent4 a {color:#890901; text-decoration:none;}
#introContent4 a:hover {color:#890901; text-decoration:underline;}

#introContentFleet {color:#f9fbfd; font-size:16px; padding:15px 0px 0px 0px; float:left; width:775px;}
.introContentFleetMore {color:#FFFFFF;}


#testimonialsJS {color:#f9fbfd; font-size:16px; padding:0px 0px 0px 0px; float:left; width:800px;}

.twoColFixLt #mainContent { margin: 0 0 0 477px; background-image: url(../new/css/images/mainBg.jpg); background-color: #e5ebf3; background-repeat:repeat-x;
	font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000622;} 

.indexGallery {border: 6px solid #FFFFFF; margin-right:6px;}

.fleetWrapper {background-color:#ffffff; padding:14px 14px 20px 14px; width:733px; border: 2px solid #c3d1e1; font-family: Arial, Helvetica, sans-serif; color:#000622; margin-left:-115px;}
.fleetWrapper h2 {color:#890901; font-family:Georgia; font-size:18px; margin: 0px 0px 0px 0px;}
.moreFleetInfo {border-top: 1px solid #c3d1e1; padding:15px 0px 0px 0px; margin-top:15px;}
.fleetThumb {float:right; margin:0px 0px 10px 0px;}
.miniFleet {padding:3px 0px 3px 0px;}
.miniFleet img {padding-right:6px;}
.miniFleetText {color:#80c2fa; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.headerImage {float:right;}
.TheaderImage {float:right; margin-top:32px;}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.floatLeft {float: left;}
[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 477px; }
[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
