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

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
}
div#wrapper {
	width:820px;
	margin:30px auto;
	background:url(/images/bg_wrapper.gif) top left repeat-y;
}

h1 {
	color:#334c75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:10px;
}
h2 {
	color:#334c75;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:8px;
}

/* ============================================== HEADER ======================================= */
div#branding {
	height:121px;
}

/* ============================================== MENU ======================================= */
div#menu {
	height:50px;
	background:#334c75;
	margin:0 11px 20px 9px;
	padding:0 10px 0 10px;
	color:#ffffff;
}

div#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul li {
	float:left;
	margin:0 1px;
}

div#menu ul li a {
	display:block;
	width:128px;
	height:22px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	background:url(/images/bg_menu_off.gif) top left no-repeat;
	margin-top:23px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	
}

div#menu ul li a:hover,
div#menu ul li a.selected {
	background:url(/images/bg_menu_on.gif) top left no-repeat;
	color:#334c75;
}
/* ============================================== CONTENT ======================================= */

div#leftCol {
	width:239px;
	float:left;
	margin-left:19px;
}
div#leftCol p {
	font-size:11px;
	margin-top:10px;
}

div#quickQuote img {
	margin-bottom:1px;
}
/* -------------------------- FORMS ------------------------------ */
form#jump {
	background:#dbe8ff;
	padding:5px 10px;
	font-size:11px;
	color:#000000;
}
form#jump label {
	display:block;
	float:left;
}

form#AT {
	background:#dbe8ff url(/images/quote_bottom.gif) bottom left no-repeat;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	padding-bottom:30px;
}
form#AT label {
	font-size:11px;
	color:#000000;
}

form#AT select {
	margin-bottom:5px;
}
form#AT input {
	margin-top:10px;
}

form#form1 label {
	display:block;
	height:20px;
	width:100px;
	float:left;
}
form#form1 input {
	margin-bottom:8px;
}

div#rightCol {
	float:right;
	width:530px;
	margin-right:21px;
}
div#flash {
	margin-bottom:10px;
}
div#content {
	margin-top:10px;
}

div#content p {
	margin-top:8px;
	text-align:justify;
}
div#content li {
	text-align:justify;
	margin-bottom:8px;
}
table#fleet td {
	padding:10px;
}
table#fleet th {
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background:#334c75;
}
table#fleet td.fleetimg {
	border:1px solid #cccccc;
}
table#fleet td.fleetinfo {
	background:#dbe8ff;
	border:1px solid #cccccc;
	border-top:0;
}


/* ============================================== FOOTER ======================================= */

div#footer {
	color:#ffffff;
	margin:0 11px 0 9px;
	padding:5px 20px;
	background:#334c75;
	font-size:11px;
	height: 35px;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* ============================================== CLASSES ======================================= */
.bigBoldBlue {
	font-size:13px;
	font-weight:bold;
	color:#334c75;
}
.blueText {color:#334c75;}
.redText {color:#990000;}
