@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #356595;
	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;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#fff url(/images/t/bg_container.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align: center on the body element. */
	padding:0 9px;
} 
.twoColFixRtHdr #header { 
	width:780px;
	height:161px;
	background:#052755 url(/images/t/header_bg.jpg) left bottom no-repeat; 
	padding: 0;  /* 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. */
} 
#header #call-now {
	text-align:center;
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#fff;
	text-indent:0;
	height:30px;
	line-height:30px;
}
.twoColFixRtHdr #header a {
	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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:780px;
	height:131px;
	display:block;
	outline:none;
	text-indent:-9999px;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
	width:780px;
	height:23px;
	background:green url(/images/t/nav_sprite.jpg) no-repeat;
}
#nav li {
	list-style:none;
	float:left;
	height:23px;
	margin:0;
	padding:0;
}
#nav li a {
	display:block;
	text-indent:-9999px;
	height:23px;
	background:url(/images/t/nav_sprite.jpg) no-repeat;
	outline:none;
}
#nav li.rentals a {width:140px;}
#nav li.rentals a:hover {background-position:0 -23px}
#nav li.sales a {width:141px; background-position:-140px 0;}
#nav li.sales a:hover {background-position:-140px -23px;}
#nav li.mods a {width:141px; background-position:-281px 0;}
#nav li.mods a:hover {background-position:-281px -23px;}
#nav li.info a {width:141px; background-position:-422px 0;}
#nav li.info a:hover {background-position:-422px -23px;}

.twoColFixRtHdr #sidebar1 {
	clear:both;
	float: right; /* since this element is floated, a width must be given */
	margin:0;
	padding:0;
	width: 196px; /* 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:none; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
}
#sidebar1 h3.contact {
	margin:0;

	padding:0;
	background:url(/images/t/contact_info.jpg) no-repeat;
	text-indent:-9999px;
	width:196px;
	height:24px;
}
#sidebar1 dl {
	color:#000066;
	font:normal .6em Arial, Helvetica, sans-serif;
}
#sidebar1 dt {
	padding:15px 0 2px 0;
	text-decoration:underline;
	font-weight:bold;
}
#sidebar1 dd {
	padding:2px 0;
}
.twoColFixRtHdr #mainContent { 
	position:relative;
	margin: 0;; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:544px;
	float:left;
	font-size:.75em;
} 
.twoColFixRtHdr #footer { 
	padding: 10px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	border-top:10px solid #5792e2;
	text-align:center;
	margin:0 auto;
} 
.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: 1px;
    line-height: 0px;
}

p {
	padding-bottom:1.5em;
}
h1 {
	font:bold 2em Arial, Helvetica, sans-serif;
	padding-bottom:.5em;
	color:#052755;
}
h2 {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#2e6699;
	padding-bottom:.5em;
}
h3 {
	font:bold 1.5em Arial, Helvetica, sans-serif;
	color:#2e6699;
	padding-bottom:.5em;
}
ul {
	margin: 0 0 1.5em 0;
    line-height:1.4em;
  	list-style-type: disc;
}
ul li {margin: 0 0 0.25em 25px;}
td {padding:5px 10px;}
img.right {
	float:right;
	padding:0 0 10px 10px;
}

#footer-nav {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
	align:center;
	width:680px;
}
#footer-nav li {
	list-style:none;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
#footer-nav li a {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #000;
	font-size:.75em;
}
#footer-nav li.last a {
	margin:0;
	padding:0;
	border:none;
}
p.legal {
	clear:both;
	font-size:.6em;
	text-align:center;
	padding-top:20px;
}
.special {
	position:absolute;
	width:100%;
	top:20px;
	color:red;
	font:24px Arial, Helvetica, sans-serif;
	text-align:center;
}
.line2 {display:block;}
strong {font-weight:bold;}
.h1-special {padding-top:70px;}
.quote {
	padding: 20px 0 0 0;
	font-size:16px;
}
.ad {padding:20px 0 0 0; margin:0 auto;}

