/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: serif;
   color: #000;
   background: #fff;
}
div, p, td, li, span 
{
   font-size: 12pt;
   line-height: 140%;
}
* { margin: 0; padding: 0;}
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; }
.small { font-size: 10px; }
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-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
form 
{
   margin: 0;
   padding: 0;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   float: left;
   width: 60px;
   font-weight: normal;
}
.field 
{
   float: left;
   width: 400px;
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #f00;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link, a:visited 
{
   color: #f00;
   text-decoration: underline;
}
a:hover 
{ 
   text-decoration: underline;
}

/* headers */
h1
{   
   font-size: 14pt;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0;
   margin: 0;
}
h2
{   
   font-size: 12pt;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   font-size: 12pt;
   font-weight: bold;
   margin: 0 0 10px 0;
}
h4, .title
{   
   font-size: 12pt;
   font-weight: bold;
   margin: 0 0 0 0;
}

/* global */
hr
{
   display: none;
}
blockquote.intro
{
   margin: 0 0 10px 0;
   padding: 20px 10px;
   font-size: 12pt;
   font-weight: bold;
}
blockquote.sidebar
{
   display: none;
}
.light
{
   color: #999;
}
.wrap
{
   width: 100%;
}

/* top bar */
#topbar
{
   position: relative;
   width: 100%;
   height: 140px;
}
#logo
{
   position: absolute;
   left: 0px;
   top: 0px;
}
#topbar h1
{
   position: absolute;
   left: 0px;
   top: 100px;
}
#utilitynav
{
   display: none;
}
#mainnav
{
   display: none;
}
#breadcrumb
{
   display: none;
}
#pagefunctions
{
   display: none;
}

/* content */
#thebody
{
   width: 100%;
   margin: 5px 0 20px 0;
}
#sidebar
{
   display: none;
}
#maincontent
{  
   width: 100%;
}
#maincontent ul
{  
   margin: 10px;
}
#maincontent ul li
{  
   margin-left: 10px;
}

/* section index */
#sec-index #maincontent .container .columnleft
{  
   display: block;
}
#sec-index #maincontent .container .columnright
{  
   display: block;
}
#sec-content #maincontent .container .columnleft
{  
   display: block;
}
#sec-content #maincontent .container .columnright
{  
   display: none;
}

/* inline image */
.inlineimage
{
   display: none;
}

/* specialfeature */
.specialfeature
{
   display: none;
}

/* search results */
#searchresults
{
}
#searchresults strong
{
   display: none;
}
#results
{
   display: none;
}
#resultsnumber
{
   display: none;
}
.searchrow
{
   padding: 10px;
}

/* pages */
.pages
{
   text-align: right;
   padding: 5px;
}

/* footer */
#footer
{
   text-align: center;
}