/**************************
=BANNER ELEMENTS
**************************/
.banner-left {
    margin: 0;
    padding: 0;
	display: block;
    float: left;
    width: 920px;
    height: 239px;
	position:relative;
    }

.banner-right {
    display: block;
    float: left;
    width: 209px;
    height: 239px;
    background: url("../images/banner-right.jpg");
    padding: 0px;
    margin: 0px;
    }

/***********************
=CALLS TO ACTION
***********************/
.action-contact a {
    display: block;
    width: 165px;
    height: 27px;
    margin-top: 3px;
    padding: 5px 0px 0px 25px;
    font: bold 16px arial, sans-serif;
    color: #000;
    text-decoration: none;
    }

.action-contact a:hover, .action-quote a:hover, .action-engineering a:hover  {
    color: #0054a6;
    }

.action-quote a {
    display: block;
    width: 165px;
    height: 26px;
    margin: 0px;
    padding: 4px 0px 0px 25px;
    font: bold 16px arial, sans-serif;
    color: #000;
    text-decoration: none;
    }

.action-engineering a {
    display: block;
    width: 165px;
    height: 26px;
    margin: 0px;
    padding: 4px 0px 0px 25px;
    font: bold 16px arial, sans-serif;
    color: #000;
    text-decoration: none;
    }

/*********************
=LEFT ELEMENTS
*********************/
.left {
    display: block;
    float: left;
    width: 910px;
    margin: 10px 10px 0px 0px; 
    font-size: .7em;
    line-height: 1.2em;
    }     

.left a:hover {
    text-decoration: none;
    }

.product-header a {
    color: #0054a6;
    font: bold 16px arial, sans-serif;
    padding: 0px;
    margin: 0px;  
    text-decoration: none;    
    }     


.product-header a:hover {
    color: #000;  
    }   

.left ul, .right ul {
    list-style-image: url("../images/bullet.gif");
    margin: 0px 0px 0px 15px;
    padding: 0px;
    }

.left li, .right li {
    padding: 0px;
    margin: 0px;
    }

.header-home {
    color: #fff;
    font: 14px tahoma, sans-serif;
    display: block;
    width: 510px;
    padding: 4px 0px 4px 4px;
    background-color: #0054a6;
    border-bottom: 7px solid  #d7d7d7;
    }

.bucket-left {
    display: block;
    float: left;
    clear: left;
    width: 242px;
    padding-right: 13px;
    }

.bucket-left-about {
    display: block;
    float: right;
    clear: right;
	width:240px;
    height: 150px;
    margin: 0px 0 0 0;
    padding: 10px 15px 0px 13px;
    background: url("../images/bucket-bg.gif") no-repeat;
    }

.bucket-left-about p, .bucket-left-about span {
    margin: 0;
    padding: 0;
    }

.bucket-right {
    display: block;
    float: right;
    clear: right;
    width: 240px;
    padding-left: 13px;
    }
.bucket-center {
    display: block;
    width: 240px;
    padding-left: 13px;
	margin:auto;
    }
.drop-down {
    display: block;
    width: 235px;
    height: 20px;
    border: 0;
    margin: 5px 0px 15px 0px;
    }

.drop-down select {
    width: 235px;
    font: 11px tahoma, verdana, sans-serif;
    } 

.drop-down select a {
    font-color: blue;
    } 

.home-image, .home-image {
    display: block;
    float: right;
    width: 84px;
    height: 84px;
    margin: 0px 0px 0px 5px;
    border: 3px solid #0054a6;
    }     

/***********************
=RIGHT ELEMENTS
************************/
.right { 
    float: right;
    display: block;
    margin: -100px 5px 0 0;
    padding: 0px;
    width: 195px;
    height: 100%;
    background: url("../images/right-home.gif") no-repeat;
    font-size: .7em;
    line-height: 1.2em;
    }

.right h2 a {
    color: #0054a6;
    text-decoration: none;    
    font: bold 16px arial, sans-serif;
    padding: 0px;
    margin: 0px;    
    }     

.right h2 a:hover {
    color: #000;
    }

.GoogleFormHome {
    display: block;
    font-size: 11px;
    margin: 45px 0px 0px 10px;
    }     

.search-home {
	position:absolute;
	top:41px;
	left:657px;
	font-size:11px;
    }
.search-home h2 {
background-color:none;
}

.right-nav-bucket {
    display: block;
    width: 178px;
    margin: 0px 0px -1px 3px;
    padding: 10px 0px 0px 10px;
    background-color: #eee;
    } 

.right-nav-bucket p, .right-nav-bucket span, .right h2 {
    padding: 0px;
    margin: 0px;
    }


/*******************************************
=ABSOLUTE POSITIONED ELEMENTS
*******************************************/
.absolutely-positioned {
    float: left;
    clear: left;
    display: block; 
    }

.marketing-message {
    position: absolute;
    top: 170px; 
    margin-left: 20px;
    display: block;
    width: 230px;
    }

.marketing-message a, .marketing-message a:active, .marketing-message a:visited, .marketing-message a:hover {
    color: #fff;
    font: bold 22px "arial narrow", arial, sans-serif;
    line-height: 24px;
    text-decoration: none;
    }

.tag-line {
    position: absolute;
    top: 220px;
    margin-left: 20px;
    display: block; 
    width: 230px;
    }

.tag-line a, .tag-line a:active, .tag-line a:visited, .tag-line a:hover {
    color: #0054a6;
    font: bold 16px "arial narrow", arial, sans-serif;
    line-height: 18px;
    text-decoration: none;
    }
