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


body  {
	font: 100% georgia;
	background: #e5ebf3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5ebf3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {background-image: url(images/topBg.jpg); padding:0px 20px 0px 20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#336699; font-weight:bold; width:984px;}
#topEmailTel {padding-bottom:40px;}
#navigation {float:right;padding-top:45px;}
#navigation a {font-size:12px; color:#336699; text-decoration:none;}
#navigation a:hover{font-size:12px; color:#cd1805; text-decoration:underline;}


.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(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(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;
	background-image: url(images/mainBg.jpg);
	padding:15px 71px 0px 116px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #e5ebf3;
	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:35px 0px 0px 0px; float:left; width:850px;}
.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(images/mainBg.jpg); background-color: #e5ebf3; background-repeat:repeat-x;
	font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000622;} 

#rightContent {background-image: url(images/mainBg.jpg); padding-top:17px;}
#rightBanner1 {width:516px; border: 1px solid #a9bbcf; padding:15px 10px 0px 19px;background-image: url(images/IndexTopBannerBg.jpg); margin-bottom:17px;}
#rightContent a {color:#920a03; text-decoration:none;}
#rightContent a:hover {color:#920a03; text-decoration:underline;}
.floatRightBanner {float:right; padding-left:56px;}
#rightBanner2 {width:516px; border: 1px solid #a9bbcf; padding:15px 10px 16px 19px;background-image: url(images/IndexBottomBannerBg.jpg);}
.indexGallery {border: 6px solid #FFFFFF; margin-right:6px;}

.fleetWrapper {background-color:#e5eef8; padding:14px 14px 20px 14px; width:733px; border: 2px solid #c3d1e1; font-family: Arial, Helvetica, sans-serif; color:#000622; margin-left:-10px;}
.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;
}

#footer {color:#62687c; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-align:center;}


.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 */
