/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear {
	clear:both;
	/* Take padding/margins out for IE */
	padding:0;
	margin:0;
	visibility:hidden;
	display:block;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background-color:#ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#bodyHomePage {
	background:url(../img/bodyBgHome.jpg) repeat-x;
	}

.bodySubPage {
	background:url(../img/bodyBg.jpg) repeat-x;
	}

#container {
	position:relative;
	margin:0 auto;
	width:750px;
	}
	
#banner {
	width:750px;
	height:97px;
	}
	
#bannerSub {
	width:750px;
	height:97px;
	background:url(../img/phoneSub.gif) top right no-repeat;
	}
	
#content {
	margin:0;
	padding:0 5px 20px 0;
	width:745px;
	background-image:url(../img/contentBg.gif);
	background-repeat:repeat-y;
	}
	
#leftColumn {
	width:232px;
	background:#fff;
	border-top:#fff solid 5px;
	border-left:#fff solid 5px;
	border-right:#fff solid 5px;
	float:left;
	}
	
#rightColumn {
	width:483px;
	float:right;	
	padding:20px 0 0 0;
	}
	
#rightColumn p {
	padding-bottom:20px;
	}
	
#rightColumn p a {
	padding:1px 3px;
	font-weight:bold;
	}

#rightColumn p a:link, #rightColumn p a:visited {
	color:#dc0f15;
	text-decoration:underline;
	}

#rightColumn p a:hover, #rightColumn p a:active {
	color:#ffffff;
	background-color:#dc0f15;
	text-decoration:none;
	}	
		
.btnBorder {
	border:#356595 solid 2px;
	}
	
.btnMargin {
	border-bottom:#ffffff solid 5px;
	}
	
#calculateMargin {
	margin:0 0 5px 0;
	}
	
#leasingLogos {
	border-top:#FFFFFF solid 5px;
	}

.darkBlueBorder {
	border:#153d66 solid 1px;
	}
	
.floatImgLeft {
	float:left;
	border:#153d66 solid 1px;
	margin:0 15px 15px 0;
	}
	

/* =Typography
-----------------------------------------------------------------------------*/
h1 {
	float:right;
	padding:72px 0 0 0;
	height:24px;
	font-size:12px;
	color:#426b95;
	}
	
h2 {
	font-size:160%;
	color:#153d66;
	padding-bottom:5px;
	}
	
h3 {
	padding-bottom:5px;
	font-size:140%;
	color:#153d66;
	}
/* =site map
-----------------------------------------------------------------------------*/
/* =footer
-----------------------------------------------------------------------------*/	
#footer {
	margin:0 0 0 5px;
	text-align:center;
	width:745px;
	color:#153d66;
	border-top:#153d66 solid 1px;
	padding-bottom:25px;
	}
	
#footer img {
	padding:9px 0 15px 0;
	}
	
.gray {
	color:#999999;
	}
	
#footer a {
	padding:1px 3px;
	}

#footer a:link, #footer a:visited {
	color:#153d66;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	color:#ffffff;
	background-color:#153d66;
	text-decoration:none;
	}

.ThirdLink {
	font-size:10px;
	margin:0 auto;
	width:750px;
	text-align:center;
	padding-bottom:35px;
	color:#999999;
	}
	
.ThirdLink a {
	padding:0;
	color:#999999;
	}

.ThirdLink a:link, .ThirdLink a:visited {
	color:#999999;
	text-decoration:none;
	}

.ThirdLink a:hover, .ThirdLink a:active {
	color:#999999;
	text-decoration:underline;
	}

/* =mainNav 
-----------------------------------------------------------------------------*/
#mainNav {
	width:486px;
	height:24px;
	background:#153d66;
	position:absolute;
	top:13px;
	right:0;
	margin:0;
	padding:0;
	z-index:1;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	float:left;	
	}
	
#mainNav ul li span a {
	text-indent:-5000px;
	}
	
#mainNav ul li a:link, #mainNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navHome, #navTeam, #navFinance, #navEquipment, #navContact {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#navHome a, #navHome {
	height:24px;
	width:67px;
	background:url(../img/navHome.jpg) no-repeat;
	}
	
#navTeam {
	height:24px;
	width:127px;
	background:url(../img/navTeam.jpg) no-repeat;
	}
	
#navTeamSpan a {
	height:24px;
	width:127px;
	background:url(../img/navTeam.jpg) no-repeat;
	}
	
#navTeamSpan a:link, #navTeamSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#navTeamSpan a:hover, #navTeamSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#navFinance {
	height:24px;
	width:104px;
	background:url(../img/navFinance.jpg) no-repeat;
	}
	
#navFinanceSpan a {
	height:24px;
	width:104px;
	background:url(../img/navFinance.jpg) no-repeat;
	}
	
#navFinanceSpan a:link, #navFinanceSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#navFinanceSpan a:hover, #navFinanceSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#navEquipment {
	height:24px;
	width:110px;
	background:url(../img/navEquipment.jpg) no-repeat;
	}
	
#navEquipmentSpan a {
	height:24px;
	width:110px;
	background:url(../img/navEquipment.jpg) no-repeat;
	}
	
#navEquipmentSpan a:link, #navEquipmentSpan a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#navEquipmentSpan a:hover, #navEquipmentSpan a:active {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#navContact a, #navContact {
	height:24px;
	width:78px;
	background:url(../img/navContact.jpg) no-repeat;
	}	

.firstLevel {
	position:absolute;
	left:-999em;
	margin-top:0px;
	display:block;
	width:125px;
	border-right:#53708f solid 1px;
	border-left:#53708f solid 1px;	
	}
	
#mainNav li:hover ul {
	left: auto;
	}
	
#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
	}

/* =Product Dropdowns Nav
-----------------------------------------------------------------------------*/

.nestedli {
	background:#7099c5;
	width:125px;
	float:none;
	border-bottom:#53708f solid 1px;
	text-indent:0px;
	}
	
.nestedli a:link, .nestedli a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#fff;
	padding:5px;
	width:115px;
	text-decoration:none;
	}
	
.nestedli a:hover, .nestedli a:active {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#ffffff;
	padding:5px;
	width:115px;
	background:#2d5780;
	}