﻿body {
 margin: 0;
 /* padding: 0;*/
 background: #4d8fcc url(../images/cloud_bg.jpg);
 background-repeat: repeat-x;
 text-align: center;
 font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
img {border:0 !important;}

#wrapper 
{
 border: 0px solid red;
 margin: 0 auto;
 text-align: left;
 width: 980px;
} 

#header 
{
    border: 0px solid red;
    width: 980px;
    height: 120px;
    margin: 0;
    padding: 0;
}

#logo 
{
    border: 0px solid red;
    width: 425px;
    height: 120px;
    position: relative;
    float: left;
    margin: 0;
    margin-bottom: -122px;
    padding: 0;
}

#searcharea 
{
    width: 550px;
    height: 120px;
    margin-bottom: -120px;
    position: relative;
    left: 425px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#serviceline table
{
    position: relative;
    top: 30px;
    left: 90px;
    margin: 0;
    padding: 0;
}


.searchbox 
{
    width: 125px;
    height: 18px;
    background:#fff;
    border:1px solid #ccc;
    padding: 2px 2px 2px 5px;
    margin: 0 5px 0 0;
}

#searchbutton 
{
    background: #f37d20;
    width: 26px;
    height: 24px;
    margin-bottom: -24px;
    padding: 0;
    margin: 0;
}

#eyebrow 
{
    width: 545px;
    text-align: right;
    position: relative;
    top: 40px;right:10px;
}

#eyebrow a:link, #eyebrow a:visited 
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#eyebrow a:hover, #eyebrow a:active 
{
    color: #f58025;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.white 
{
   padding:2px 12px 0 12px;height:22px;
} 

#eyebrow span.divider 
{font-size:10px;
    color: #ffffff;
    margin: 0 8px 0 8px;padding-bottom:3px;
} 

/* general content settings */
#content 
{
    border: 0px solid orange;
    width: 978px; /* IE hack */
    max-width: 948px;
    background-color: #ffffff;
    padding: 15px 15px 15px 15px;
    min-height: 400px;
}


/*h1 
{
    font-size: 18px;
    font-weight: normal;
    color: #004990;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
*/
/*h2 
{
    font-size: 15px;
    display: inline;
    color: #f58025;
}*/

/* Bread Crumb */

#breadcrumb { width: 948px; margin-bottom: 15px; }

#breadcrumb img { margin: 0 8px 0 8px; }
    
#breadcrumb 
{
    color: #0066cc;
    font-size: 11px;
    text-decoration: none;
}    
#breadcrumb a:link, #breadcrumb a:visited 
{
    color: #0066cc;
    font-size: 11px;
    text-decoration: none;
}

#breadcrumb a:active, #breadcrumb a:hover 
{
    color: #f58025;
    font-size: 11px;
    text-decoration: none;
}

/* Middle Ribbon Box */

#shadowbox 
{
    background-image: url(../images/ribbonbar_shadow.gif);
    width: 956px;
    height: 85px;
    margin-right: -10px;
    margin-bottom: 15px;
    position: relative;
    left: -2px;
}

#ribbonbox
{
    border: 1px solid #c0c0c0;
    background-image: url(../images/ribbonbar_gradient.gif);
    background-repeat: repeat-x;
    width: 942px;
    max-width: 940px;
    height: 72px; /* IE hack */
    max-height: 70px;
    position: relative;
    left: 6px;  
    top: 6px;
}

#ribbonbox table { border: solid 0px red; }
#ribbonbox td { border-right: solid 1px #c0c0c0; overflow: hidden; padding: 5px 10px 0 10px; width:25%; margin: 0;}

#ribbonbox p 
{
    color: #545454;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

#ribbonbox a:link, #ribbonbox a:visited 
{
    color: #545454;
    font-size: 10px;
}

span.rh 
{
    font-size: 13px;
    color: #545454;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#ribbonbox img { margin-left: 5px; }


/* Left Col */
#leftcol 
{
    border: solid 0px green;
    width: 195px;
    margin: 0;
    padding: 0;
    float: left;
}

#navheader 
{
    width: 180px;
    height: 30px;
    color: #ffffff;
    background: url(../images/navheader_bg.gif);
    background-repeat: repeat-x;
    background-color: #dedede;
}

#navheader p 
{
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 5px;
    left: 5px;
}

#navcontainer ul
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style-type: none;
    background-color: #dedede;
    width: 180px;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a:link, #navcontainer a:visited
{
    display: block;
    padding: 5px 10px;
    width: 180px;
    max-width: 160px;
    color: #545454;
    background: #f3f3f3 url(../images/leftnav_arrow.gif) no-repeat center right;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

#navcontainer a:hover
{
    color: #004990;
    background-color: #f3f3f3;
    text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0;}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited
{
    display: block;
    padding: 5px 5px 5px 30px;
    width: 180px;
    max-width: 140px;
    background: #dedede;
    color: #545454;
    font-size: 11px;
    text-decoration: none;
    border: 0;
    font-weight: normal;
}

#navcontainer ul ul a:hover
{
    color: #004990;
    background-color: #dedede;
    text-decoration: none;
}
    

/* Right Col */
#rightcol 
{
    border: solid 0px red;
    width: 720px;
    max-width: 716px;
    float: right; 
    display: inline;
    margin: 0 25px 0 0;
    padding: 0;   color: #545454;
    font-size: 11px;
    
       /* font-size: 12px;line-height:18px;*/
}

#rightcol p 
{
    color: #545454;
    font-size: 11px;
}

#rightcol h1 
{
    font-size: 18px;
    font-weight: normal;
    color: #004990;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
#rightcol h2 
{ color:#f58025; margin:0 0 8px 0; font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight:bold; font-size:15px; 
}
#rightcol h3 {color:#f58025;padding:0px 0 0 0; margin:0 0 5px 0; font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight:bold; font-size:14px; }

#rightcol h4 {color:#f58025;padding:0px 0 0 0; margin:0 0 5px 0; font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight:bold; font-size:12px; }

#rightcol h5 {color:#f58025;padding:0px 0 0 0; margin:0 0 5px 0; font-family: Arial, Helvetica, Verdana, sans-serif;
 font-weight:bold; font-size:11px; }

#rightcol img {border: 0; margin: 5px;}

#rightcol a:link, #rightcol a:visited { color: #0066cc; }
#rightcol a:hover, #rightcol a:active { color: #f58025; }

#product { margin-right: 15px; }

.Intro {font-size:12px; color: black; line-height: 1.5; font-style: normal; font-family: arial;}

.leftimg {padding:0px 10px 5px 0; }
.rightimg {padding:0px 0 5px 10px;float:right;}

/* Tabbed Content */

#tabmainsection
{    color: #545454;
    font-size: 11px;
    border: solid 0px teal;
}
div.clearer {clear: both; line-height: 0; height: 0;}

#tabcontainer 
{
    width: 750px;
    border: solid 0px teal;
    margin-top: 15px;/* 30px */
}

#tabcontent 
{
    position: relative;
    left: 0px; /* 50 */
    border: solid 1px #d5d5d5;
    /*border-top: 0;*/
    padding: 15px;
    color: #545454;
    font-size: 11px;
    width: 668px; /* IE hack 638px */
    max-width: 736px;/*606*/
     z-index:40;
}

#tabcontent p 
{
    color: #545454;
    font-size: 11px;
}

#tabnav 
{
    z-index:100;
    width: 745px;
    height: 25px;
    position: relative;top:1px;
    left: 0px;/*50px*/
}

#tabnav ul
{
    margin: 0;
    width: 645px;
    list-style: none;
    padding: 0;
}

#tabnav li 
{
    text-align: center;
    float: left;
    margin: 0;
    margin-right: 2px;
    line-height: 25px;
}

#tabnav li a:link, #tabnav a:visited 
{
    display: block;
    width: 126px;
    height: 25px;
    color: #545454;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: url(/images/tabnav_off.gif) no-repeat left top;
    z-index:105;
}

#tabnav li a:hover { background: url(/images/tabnav_active.gif) no-repeat left top;z-index:105; }
#tabnav li.current a:link, #tabnav li.current a:visited {background: url(/images/tabnav_active.gif) no-repeat left top; z-index:105;}

/* Courses */


#course-list
{

}

div#course-list div
{
    width:100%;
    margin: 0 auto;
}

div#course-list table
{
    width: 100%;    
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

div#course-list th
{
    font-size: 0.9em;
    line-height: 1.4em;
    border-bottom: dotted 1px #cfcfcf;
    text-align: left;
    color: #5186C5;
}

div#course-list td
{
    font-size: 1.0em;
    padding: 8px 0 8px 5px;
    text-align: left;
}

div#course-list tr.alternate-item
{
    background-color: #EBEBEB;
}

/* Footer Section */
#footer 
{
    border: 0px solid teal;
    width: 978px;
    height: 80px;
    background: #ffffff url(/images/footer_bg.gif) repeat-x bottom left;
    clear: both;
}

#copyright 
{
    border: 0px solid white;
    width: 980px;
    height: 50px;
    position: relative;
    font-size: 11px;
    color: #ffffff;
    margin-top: 20px;
    margin-left: 15px; 
}

#copyright .footernav 
{padding:0 3px 0 6px;margin:0;
}
#copyright .footerline
{padding-left:3px;margin:0;}

#copyright a:link, #copyright a:visited 
{    color: #ffffff;
    text-decoration: none;}

#copyright a:hover, #copyright a:active 
{
    color: #f58025;
    text-decoration: none;
}
  


    
/* generic styles */

.pb10 { padding-bottom: 10px; }
.bbd1 { border-bottom: dotted 1px #aaaaaa; }

    