/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS,helvetica,sans-serif;
   color: #666;
   background: #fff;
   text-align: center;
}
div, p, td, li, span 
{
   font-size: 11px;
}
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-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 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #ddd;
}
select 
{
   background-color: #fff;
}
textarea 
{
   padding: 1px;
   background-color: #fff;
   border: 1px solid #ddd;
}
.button 
{
   background-color: #fff;
   color: #85969E;
   margin: 0;
   padding: 0;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   float: left;
   width: 100px;
   font-weight: normal;
}
.field 
{
   float: left;
   width: 400px;
   font-weight: normal;
}
.required 
{
   font-weight: bold;
   color: #69c;
}
.errormsg 
{
   color: #f00;
}
.present {
   display: none;  
}

/* links */
a:link, a:visited 
{
   color: #9c6;
   font-weight: bold;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.alt:link, a.alt:visited 
{
   color: #69c;
   padding-right: 12px;
   background: url(/images/shared/arrow_blue.gif) no-repeat right 50%;
}
a.more:link, a.more:visited 
{
   padding-right: 12px;
   background: url(/images/shared/arrow_green.gif) no-repeat right 50%;
}
a.request:link, a.request:visited 
{
   text-indent: -10000px;
   display: block;
   width: 122px;
   height: 21px;
   background: url(/images/shared/butt/btn-requestcallback.gif) no-repeat 0 0;
   margin-bottom: 5px;
}

/* headers */
h1
{   
   color: #69c;
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   padding: 0;
   margin: 0 0 10px 10px;
}
h2
{   
   color: #85969E;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
h3
{   
   color: #69c;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
}
.header
{   
   color: #85969E;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin: 0;
}
.title
{   
   color: #69c;
   font-size: 11px;
   font-weight: bold;
   margin: 0;
}

/* global */
.linemain
{
   clear: both;
   height: 15px;
   background: url(/images/shared/spacer_550.gif) no-repeat 50% 50%;
}
hr
{
   display: none;
}
blockquote
{
   background-color: #f8f7f5;
   border-bottom: 1px solid #e3e3e5;
   margin: 0 0 10px 0 ;
   padding: 10px;
}
.wrap
{
   width: 740px;
   margin: 0 auto;
   text-align: left;
}
.container
{
   padding: 0 10px;
}

/* content */
#thebody
{
   width: 100%;
   margin-bottom: 20px;
}
#sidebar
{
   float: left;
   width: 160px;
}
#sidebar ul
{
   width: 160px;
   padding: 0;
   margin: 0 0 20px 0;
}
#sidebar li
{
   display: block;
   width: 160px;
   list-style: none;
   padding: 0 0 1px 0;
   margin: 0 0 2px 0;
   background: #fff url(/images/shared/menu_line.gif) no-repeat left bottom;
}
#sidebar ul li a:link, #sidebar ul li a:visited 
{
   text-decoration: none;
   display: block;
   color: #85969E;
   font-weight: normal;
   text-transform: uppercase;
   font-size: 10px;
   padding: 5px 5px 5px 15px;
   width: 160px;
   width/**/: 140px;
   background: #F9FDFF;
   margin: 0;
}
#sidebar ul li a:hover, #sidebar ul a.active:link, #sidebar ul a.active:visited
{
   display: block;
   background: #F9FDFF url(/images/shared/arrow_blue.gif) no-repeat 2px 50%;
   color: #69c;
   text-decoration: none;
}
#maincontent
{  
   float: right;
   width: 550px;
   padding-top: 5px;
}
#maincontent *
{  
   line-height: 160%;
}
#maincontent ul
{  
   list-style: none;
   margin: 0 0 10px 10px;
   padding: 0;
}
#maincontent li
{  
   list-style: none;
   margin: 0;
   padding: 0 0 0 15px;
   background: transparent url(/images/shared/bullet_blue.gif) no-repeat 2px 7px;
}

/* popup */
#popup
{  
   background: #fff url(/education/images/edu_hdr_grad.gif) repeat-x;
}
#popup h1
{   
   margin-left: 0;
}
#popup .wrap
{
   width: 100%;
   text-align: left;
}
#popup #thebody
{  
   width: 600px;
}
#popup #maincontent
{  
   float: none;
   margin-top: 20px;
   padding-top: 20px;
}

/* blog driver */
.blog .date {
   width: 36px;
   height: 37px;
   background: url(/images/home/calendar-top.gif) no-repeat 0 0;
   text-align: center;
   float: left;
   margin-bottom: 5px;
}
.blog .date .month {
   color: #fff;
   height: 16px;
   line-height: 16px;
}
.blog .date .day {
   width: 36px;
   height: 21px;
   background: url(/images/home/calendar-bottom.gif) no-repeat 0 0;
   color: #69c;
}
.blog p {
   width: 165px;
   float: right; 
   margin-bottom: 5px; 
}
.blog p a {
   color: #666;  
   text-decoration: underline;
   font-size: 10px;
}

/* social */
#social
{
   text-align: center;
   background: url(/images/home/hr-divider.gif) no-repeat 50% 0;
   padding: 10px 0 0 0;
   margin-top: 20px;
   font-size: 10px;
   color: #85969E;
   height: 16px;
   line-height: 16px;
}
#social a
{
   font-weight: normal;
   font-size: 10px;
   text-decoration: underline;
   padding: 5px 0 6px 21px;
   margin-left: 15px;
   color: #85969E;
}
#social span
{
   margin-left: 15px;
   font-size: 10px;
}
#social a.facebook
{
   background: url(/images/home/icon-facebook.gif) no-repeat 0 50%;
}
#social a.twitter
{
   background: url(/images/home/icon-twitter.gif) no-repeat 0 50%;
}
#social a.linkedin
{
   background: url(/images/home/icon-linkedin.gif) no-repeat 0 50%;
}

/* footer */
#footer
{
   text-align: center;
   background: url(/images/shared/footer_bg.jpg) no-repeat 50% 0;
   padding: 10px 0;
   margin-top: 20px;
   font-size: 10px;
   color: #85969E;
}
#footer a
{
   font-weight: normal;
   text-transform: uppercase;
   font-size: 10px;
}
#sec-index #footer {
   margin-top: 10px;
}