/* CSS Document */
body { 
	margin: 0 auto;
	padding: 0;
	SCROLLBAR-BASE-COLOR: #fbfbfb;
	SCROLLBAR-FACE-COLOR: #; SCROLLBAR-HIGHLIGHT-COLOR: #CCCCFF; 
	SCROLLBAR-SHADOW-COLOR: #c0c0c0; SCROLLBAR-3DLIGHT-COLOR: #fbfbfb; 
	SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #fbfbfb; 
	SCROLLBAR-DARKSHADOW-COLOR: #fbfbfb;
	}

.mainbody { position: relative; margin: 0 auto; height: auto; }
.mainbodyleft {position: relative; float: left; width: 700px; padding: 10px; margin: 2px;}
.mainbodyright {position: relative; float: left; margin-right: 10px; margin-top: 10px; width: 180px; border-left: solid 2px #666666; padding-left: 10px;}
.pagetitle { font-size: 24px; color: #015fb7;}

.mainbodyright h2
{
    color: #015FB7;
    font-size: 24px; 
    font-weight: normal !important;
}

.mainbodyright h3
{
    color: #015FB7;
    font-size: 17px; 
    font-weight: normal !important;
}

#headerspacer 
{
    width: 950px; 
    height: 80px;
}

.header  
{
    height: 135px;
    background: url('../images/topwhtbg.png') top center no-repeat;
}
.mainbanner  
{
    width: 950px;    
    margin-left: 10px;
    padding: 0;
    height: 240px;
}

#tractor {
	width: 172px;
	height: 105px;
	position: absolute;
	z-index: 10;
	top: 85px;
	left: 50%;
	margin-left: -490px;
}

#white-transparency {
	    margin: 0 auto;
	    width: 970px;
	}

#white-transparency-top {
	width: 950px;  
	background: url('../images/topwhtbg.png') top center no-repeat;
	position: relative;
	z-index: 0;
	}
	
#white-transparency-mid {
    background: url('../images/midwhtbg.png') repeat-y; 
    width: 950px;      
    margin-left: 10px;
}
	
.white-transparency-mid-content {
	font: 12px/18px Arial, Verdana, Tahoma;
    overflow: auto;
    padding: 10px; 
    width: 930px;
    position: relative;
}

#white-transparency-right-content {
	font: 12px/18px 'Lucida Sans', Arial, Verdana, Tahoma;
	width: 200px;
	padding: 50px 30px 10px 10px;
	float: left;
	position: relative;
	}
	
#white-transparency-bottom {
	background: url('../images/btmwhtbg.png') top center no-repeat;
	height: 70px;
	width: 980px;
	padding: 0px;
	margin-top: -10px;
	margin-left: -5px;
}
	
#topbg {
	width: 100%;
	background: url('../images/topbg.png') top repeat-x;
	height: 80px;
	position: absolute;
	top: 0;
	margin: 0px;
	}
	
	
/* TOP MENU */
.topmenu{  
     width:623px; list-style-type: none; position: absolute; left: 50%; margin-left: -475px; top: 0; margin-bottom: 15px;
 }  

 
/* BOTTOM MENU */
.btmmenu  
{
     width:860px; 
     list-style-type: none; 
     position: absolute; 
     left: 50%; 
     margin-left: -455px; 
     top: 35px;
     z-index: 99999999;
}   
 
/* FEATURE */

#feature_box {position: absolute; top: 30; left: 60px; background: url('../images/black.png'); padding: 15px; font: 11.5px/18px Arial, Helvetica, sans-serif; color: #fff; z-index: 9; width: 238px; height: 214px;}
div#feature_box h1 {font: 30px/38px Arial, Helvetica, sans-serif;}
div#feature_box h2 {font-weight: bold; font-size: 14px;}

#phonenumber {position: absolute; top: 83px; left: 50%; margin-left: -360px; z-index: 6;}
#logo  
{
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}


/* FOOTER */
#footer { color: #131f30; font: 10px Arial, Helvetica, sans-serif; height: 59px; width: 640px;}
#footer ul {height: 30px; padding-top: 15px;}
#footer li {float: left; list-style: none; display: block; padding: 2px;}
#footer a {
	display:block;
    text-transform: lowercase;
	color: #131f30;
	float: left;
	text-decoration: none;
	font-family: 'Lucida Sans', Arial;
	}
#footer a { }

