/* globals */
body 
{  
   margin: 10px;
   padding: 0;
   font-family: Georgia,Times New Roman,Times,serif;
   color: #000;
   background: #fff;
}
div, p, td, li, span 
{
   font-size: 12pt;
   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; }
.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 */

/* links */
a
{
   text-decoration: underline;
}

/* global */
#wrap
{
   text-align: left;
}
.buttpad
{
   margin-top: 3px;
}

/* headers */
h1
{   
   font-size: 14pt;
   font-weight: bold;
   text-transform: uppercase;
}
h2
{   
   font-size: 12pt;
   font-weight: bold;
   text-transform: uppercase;
}
h3, .title
{   
   font-size: 12pt;
   font-weight: bold;
}

/* top bar */
#topbar
{
   padding-bottom: 20px;
   border-bottom: 1px dashed #000;
}
#logo
{
}
#nav
{
   display: none;
}
#sidebar
{
   float: none;
   width: 100%;
}

/* header image */
#header
{
   display: none;
}

/* content */
#thebody
{
} 
#maincontent
{  
}
#maincontent .content
{  
   padding: 20px 0;
}

/* page butts */
#pagebutts
{
   display: none;
}

/* inline image */
#inlineimage
{
   display: none;
}

/* home */

/* our courses */
#sec-ourcourses .coursetype h2
{
   padding-bottom: 10px;
   margin: 20px 0 10px 0;
   border-bottom: 1px solid #000;
}
#sec-ourcourses .coursetype .logo
{
}
#sec-ourcourses .coursetype .description
{
}

/* b2b */
.managementteam
{
   padding-bottom: 10px;
   margin: 10px 0 10px 0;
   border-bottom: 1px solid #000;
}
.managementteam h2
{
   margin: 0;
}
.newslist
{
   padding-top: 10px;
   margin: 10px 0 10px 0;
   border-top: 1px solid #000;
}
#courseinfo
{
   padding-top: 10px;
   margin: 20px 0 10px 0;
   border-top: 1px solid #000;
}

/* b2c */

/* special offers */
hr
{
   color: #000;
   background-color: #000;
   height: 1px;
}
#specials
{
   width: 100%;
}
#specials th
{
   text-transform: uppercase;
}
#specials td
{
   padding-right: 10px;
}

/* footer */
#footer
{
}
#footer #footernav
{
   display: none;
}
#footer #copyright
{
   border-top: 1px dashed #000;
   padding: 20px 0;
   font-size: 10pt;
   text-transform: uppercase;
}

