﻿body {
 margin: 0;
 padding: 0;
 background: #4d8fcc url(/images/cloud_bg.jpg);
 background-repeat: repeat-x;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
}
img {border:0;}
#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: 0px 0px 0px 0px;
}

#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;
}   


/* Top Flash Box - Only on Home */
#banner 
{
   /* width: 978px;  IE hack */
    max-width: 948px;
    height: 236px;
    max-height: 206px;
    background-color: #ffffff;
    position: relative;
    padding: 15px;
}

#flashbox 
{
    width: 721px;
    height: 206px;
    float: left;
}


#bannerbox 
{
    width: 227px;
    max-width: 187px;
    height: 200px;
    max-height: 166px;
    background: #999999;
    float: right;
    padding: 20px;
    color: #ffffff;
}

#bannerbox p 
{  padding-top:0;margin-top:0;
    font-size: 12px;
}

#bannerbox h1 
{
    font-size: 16px;
    color: #ffffff;
    padding-top:0;margin-top:0;
}


/* general content settings */
#content 
{
    border: 0px solid orange;
    width: 978px; /* IE hack */
    max-width: 948px; 
    background-color: #ffffff;
    position: relative;
    padding: 0 15px 15px 15px;
}

#content a:link, #content a:visited { color: #0066cc; }
#content a:hover, #content a:active { color: #f58025; }


h1 
{
    font-size: 18px;
    color: #004990;
}

h2 
{
    font-size: 15px;
    color: #f58025;
}



/* 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 td { border-right: solid 1px #c0c0c0; overflow: hidden; padding: 10px 10px 0 10px; width:25%; margin: 0;}
#ribbonbox p 
{
    color: #545454;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

span.rh 
{
    font-size: 13px;
    color: #545454;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#ribbonbox img { margin: -10px 0 5px 5px; position: relative; top: 5px;}

/* left content */

#leftcol 
{
    border: solid 0px green;
    width: 703px;
    margin: 0;
    padding: 0;
    float: left;
}

#leftcol h1 { display: inline; font-weight: bold; }
#leftcol h2 { margin: 0 0 5px 0; padding: 0; }

div.topgroup 
{
    padding-bottom: 20px;
    width: 703px;
    border-bottom: solid 1px #aaaaaa;
    margin-bottom: 20px;
}

div.botgroup 
{
    width: 325px;
    float: left;
}

#leftcol p 
{
    font-size: 11px;
    width: 190px;
    color: #545454;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

span.sectiontitle { color: #004990; font-size: 13px; margin-left: 10px;}
#leftcol span.divider { color: #545454;  margin: 0 5px 0 5px;}

#leftcol table { margin-top: 20px; }

/* right content */
#rightcol 
{
    border: solid 0px red;
    width: 230px;
    max-width: 746px;
    float: right; 
    display: inline;
    margin: 0;
    padding: 0;
}

#bluebox, #greybox
{
    width: 230px;
    max-width: 200px;
    text-align: left;
    padding: 15px;
    margin-bottom: 3px;
}

#bluebox { background: #004990; }
#greybox { background: #545454; }

#bluebox p, #greybox p 
{
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    
}
#bluebox ul, #greybox ul 
{
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 5px 18px;
    padding: 0;
    }


#proselects 
{
    width: 230px;
    max-width: 200px;
    text-align: left;
    background: #a5a5a5;
    padding: 15px;
    margin-bottom: 3px;
    color: #ffffff;
}

#proselects p 
{
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

#proselects select { width: 185px; margin-bottom: 15px;}

div.selectgroup 
{
    width: 190px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
}  

/* Footer Section */
#footer 
{
    border: 0px solid teal;
    width: 978px;
    height: 80px;
    background: #e3e4e3 url(/images/footer_bg.gif);
    position: relative;
    clear: left;
}

#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;
}
  