/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #666;
   background: #fff url(../images/top_bg_tile.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;
}

/* global */
h1, h2, h3, .title
{   
   color: #5b748e;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   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: 130px;
   width: 740px;
	background: url(../images/top_bg_glow.gif) no-repeat;
}
#logo
{
   position: absolute;
   top: 35px;
   left: 45px;
}
#text
{
   position: absolute;
   top: 30px;
   left: 240px;
   width: 460px;
   color: #333;
   font-size: 11px;
   font-weight: none;
   text-transform: none;
}

/* content */
#container
{
   background-color: #efefeb;
   border-bottom: 1px solid #ccc;
}
#thebody
{
   width: 750px;
   padding: 10px 0 10px 25px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   width: 725px;
} 
html>body #thebody {
   width: 725px;
}
.company
{
   float: left;
   width: 167px;
   height: 145px;
   margin: 0 10px 0 0;
}
.company .img
{
   background: url(../images/img_bg_block.gif) no-repeat;
   padding: 5px;
   width: 167px;
   height: 112px;
   voice-family: "\"}\""; 
   voice-family:inherit;
   width: 157px;
   height: 102px;
} 
html>body .company .img {
   width: 157px;
   height: 102px;
}
.company .link
{
   padding-left: 3px;
}
.company .link a
{
   padding-left: 12px;
   background: url(../images/bullet_arrow.gif) no-repeat 0 50%;
}

/* footer */
#footer
{
   width: 740px;
}
#footer .footercontainer
{
   margin: 10px 0 10px 25px;
}
#footer .col
{
   float: left;
   width: 177px;
}

