/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #666;
   background: #fff url(../images/home_tile_bg.gif) repeat-x;
}
div, p, td, li, span 
{
   font-size: 11px;
   line-height: 140%;
}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
ul.no-bullets { list-style: none; }
.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
form 
{
   margin: 0;
   padding: 0;
}
input, select, textarea, label
{
   font-family: Trebuchet MS,helvetica,sans-serif;
   font-size: 11px;
   color: #666;
}
.inputbox 
{
   background-color: #fff;
   border: 1px solid #666;
}
select 
{
   background-color: #fff;
}
textarea 
{
   background-color: #fff;
   border: 1px solid #666;
}
.button 
{
   background-color: #fff;
   border: 1px solid #666;
   color: #c30;
   margin: 3px 0;
}
label, .label
{
   font-weight: normal;
}
.field 
{
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #f90;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link, a:visited 
{
   color: #f90;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.more:link, a.more:visited
{
   color: #f90;
   font-weight: bold;
   text-decoration: none;
   padding-left: 15px;
   background: url(../images/butt_plus.gif) no-repeat 0% 50%;
   text-transform: uppercase;
}
a.more:hover
{
   text-decoration: underline;
}

/* global */
#container
{
   padding-bottom: 20px;
   background: #f2f2ed url(../images/global_tile_gradient.gif) repeat-x;
}
h1, h2, h3, .title
{   
   color: #5b748e;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h4 {
   margin: 0 0 10px 0;
}
.small
{
   font-size: 10px;
}
.listitem
{
   clear: both;
   margin-bottom: 10px;
   padding-bottom: 5px;
   border-bottom: 1px solid #D6D6CE;
}

/* top bar */
#topbar
{
   position: relative;
   height: 90px;
	background: url(../images/global_top_bg.gif) no-repeat;
}
#logo
{
   position: absolute;
   top: 20px;
   left: 20px;
}

/* header image */
#header
{
   height: 80px;
   padding: 10px 0 0 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   height: 70px;
} 
html>body #header {
   height: 70px;
}

/* content */
.line
{
   padding: 0;
   margin: 5px 0 10px 0;
   border-bottom: 2px solid #D6D6CE;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;   
}
#thebody
{
   width: 740px;
   padding: 10px 10px 0 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 720px;
} 
html>body #thebody {
   width: 720px;
}
#maincontent
{  
   float: left;
   width: 520px;
	background: #fff url(../images/global_corner_top_left.gif) no-repeat 0% 0%;
}
#maincontent .container
{  
   padding: 10px 0;
	background: url(../images/global_corner_bottom_left.gif) no-repeat 0% 100%;
}
#maincontent .content
{  
   padding: 0 10px;
}
#sidebar
{
   float: right;
   width: 190px;
	background: #fff url(../images/global_corner_top_right.gif) no-repeat 100% 0%;
}
#sidebar .container
{
   padding: 10px 0;
	background: url(../images/global_corner_bottom_right.gif) no-repeat 100% 100%;
}
#sidebar .content
{
   padding: 0 10px;
}
#sidebar .driver
{
   margin-bottom: 10px;
} 
#sidebar .driver div
{
   width: 190px;
   padding: 10px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 170px;
} 
html>body #sidebar .driver div {
   width: 170px;
}
#sidebar .driver strong
{
   text-transform: uppercase;
   color: #f90;
}

/* home */
#sec-home
{
}
#sec-home #homeflash
{
   margin-left: 10px;
}

/* services */
.servicelisting
{
	background: #efefe9;
   margin-bottom: 10px;
}
.servicelisting .logo
{
   float: left;
}
.servicelisting .info
{
   float: left;
   padding: 5px 0 0 10px;
} 

/* piledriver */
.pilelisting
{
   float: left;
   margin: 0 8px 10px 0;
   width: 90px;
} 
.pilelistingend
{
   float: left;
   margin: 0 0 10px 0;
   width: 90px;
}
#info
{
   text-align: right;
   padding: 3px 10px 3px 3px;
   margin-bottom: 10px;
}

/* footer */
#footer
{
   width: 740px;
}
#footer .footercontainer
{
   margin: 10px 20px;
}
#footer span
{
   font-size: 10px;
}
#footer a:link, #footer a:visited
{
   font-size: 10px;
   color: #666;
}
#footer a:hover
{
   color: #f90;
}
