@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #0C0085;
}
#container  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	border-color: #000099;
	border-style: solid;
	border-width: 5px;
	outline-color: #003399;
	outline-style: solid;
	outline-width: 2px;
} 
#header  {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#nav  {
	background-image: url(../images/navbkg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner  {
	height: 165px;
	margin-bottom: 10px;
}
#mainContent  {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 436px;
	background-image: url(../images/copybar.gif);
	background-repeat: repeat-x;
	border-color: #003399;
	border-style: solid;
	border-width: 1px;
	background-color: #E9E9F4;
} 
#fullContent  {
	width: 740px;
	background-repeat: repeat-x;
	border-color: #003399;
	border-style: solid;
	border-width: 1px;
	background-color: #E9E9F4;
	background-image: url(../images/copybar.gif);
	padding: 0 10px;
}
#footer  {
	background:#fff;
	padding: 0;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	width: 290px;
}
#mainContent h1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#mainContent p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#fullContent p {
	font-size: 11px;
	line-height: 16px;
}

#fullContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666666;
	padding-bottom: 0px;
}

.footerbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar1 img {
}
.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;
}
.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: 10px;
}
#nav    a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 23px;
	padding-left: 23px;
	padding-top: 5px;
	text-decoration: none;
}
#nav  a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 26px;
	padding-left: 23px;
	padding-top: 5px;
	color: #FFFFFF;
}
#nav  a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 26px;
	padding-left: 23px;
	padding-top: 5px;
	color: #F7E125;
}
#nav  a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 26px;
	padding-left: 23px;
	padding-top: 5px;
	color: #FFFFFF;
}
#nav  a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 26px;
	padding-left: 23px;
	padding-top: 5px;
	color: #F7E125;
}

#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
#footer 
a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#fbar   {
	background-image: url(../images/navbkg.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#fleet  #rates   {
	margin-right: 10px;
}

#fleettable {
	border: 1px solid #000099;
}
#fleettable img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar1   img {
	margin-top: 0px;
	margin-bottom: 10px;
}

#sidebar2 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	width: 225px;
}
#coupon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px;
	float: right;
	border: 1px solid #000099;
	background-color: #E9E9F4;
	width: 429px;
	margin-top: 10px;
	height: 70px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#seasonrates {
	background-color: #E9E9F4;
	margin-top: 10px;
	width: 278px;
	height: 70px;
	border: 1px solid #000099;
	padding: 10px;
	margin-bottom: 10px;
}
.carbox  {
	border: 1px solid #000099;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 5px;
	float: left;
}

.carbox h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

.carbox img {
}

.carbox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.carbox h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	margin-bottom: 0px;
	margin-top: 0px;
}

.carbox h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 0px;
	margin-top: 0px;
}

.maincontentpadding {
	border: 1px solid #000099;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	width: 760px;
}

.padding5 {
	padding: 5px;
}
.ratestable  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000099;
}

.ratestable td {
	padding: 5px;
}

.superscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	vertical-align: super;
	font-size: 9px;
}

.copyarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
	font-size: 11px;
}

legend {
	font-size: 12px;
	font-weight: bold;
}
.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 34px;
}
.contentheight {
	height: 201px;
}
.sumerrates {
	color: #FF0000;
	font-size: 11px;
}
.winterrates {
	color: #000099;
	font-size: 11px;
}
a:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.winter {color: #0C0085}
.summer {color: #FF0000}
.contenth1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 0px;
}

