﻿/*-------Page Setup-------------*/

body
{
font: 12px tahoma,arial,helvetica,sans-serif;
margin: 0px 0px 0px 0px;
}

/*-------Topbar-------------*/

#topbar
{
    height: 24px;    
    background-color: #4d4d4d;
    overflow: hidden;
}

#topbar li 
{
    float:right;
    list-style-type:none; 
    color:White; 
    font: normal arial,tahoma, helvetica, sans-serif; 
    font-size: 11px;
    margin: -7px 20px 0px 0px;
}

#topbar li a:link, 
#topbar li a:visited, 
#topbar li a:hover, 
#topbar li a:active 
{color: White; text-decoration: none; font-weight:bold; }

/*-------Header-------------*/

#header 
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;   
    width: 960px;
    height: 75px;
}

#header-logo  
{
    background: transparent url(../images/MS-2C-LOGO.jpg) no-repeat;
    height: 60px;
    width: 390px;
    float:left;
}

#header-logo a img 
{
    height: 60px;
    width: 390px;
}


#header-nav
{
    position:relative;
    float: right;
    top: 15px;
    height: 30px;
    width: 550px;
    border: none;
}

#header-nav ul {margin-top: 8px;}

#header-nav li
{
float:right;
list-style-type:none;
font: 14px/16px "MuseoSlab500Regular", arial, helvetica, sans-serif;
margin-left: 20px;
}

#header-nav li a:link, 
#header-nav li a:visited, 
#header-nav li a:hover, 
#header-nav li a:active 
{color: #0083CA; text-decoration: none; font-weight:bold; text-transform:uppercase;  font-size:14px;}

/*-------Homepage Image-------------*/

#home-image
{
    background: transparent url(../images/RP2MS.jpg) no-repeat center 100%;
    height: 341px;
    max-width: 2076px;
    margin: auto auto;    
}

#home-image-text
{
    color: White;
    position: relative;
    top: 40px;
    left: 60px;
    width: 500px;
    text-align: left;
    font: 36px tahoma,arial,helvetica,sans-serif;
}

/*-------Footer-------------*/

#footer
{
    margin-left: auto;
    margin-right: auto;   
    width: 960px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    
}

#footer .box-float-left {font-size:12px;}

#footer h1
{
    color: #fdfdfd; 
    font-size: 13px; 
    font-weight: bold;
}

#footer li
{
    list-style-type:none;
    margin: 5px 0px 0px 0px;
}    


#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active 
{color: #dddddd; font-size: 12px; text-shadow: 1px 2px 1px #000;}    


/*-------General Classes-------------*/

.line-horz-orange
{
border-top: 2px solid #F9A01B;
}

.band-white
{
    height: 24px;    
    background-color: #ffffff;
    color: #2d2d2d;
}

.band-lightgray
{
    height: 24px;
    background-color: #ededed;
    color: #2d2d2d;
    border-bottom: 1px solid #9d9d9d;
    border-top: 1px solid #9d9d9d;
}

.band-darkgray
{
    height: 24px;
    background-color: #4d4d4d;
    color: #dddddd;    
}

.band-darkestgray
{
    height: 24px;
    background-color: #2d2d2d;
    color: #fdfdfd;
    padding-top: 6px;
    text-align:center;
}

.section
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width:960px;
    height: 50px;
    padding: 10px 10px 10px 10px;
    /*border: 1px solid #F9A01B;*/
}

.section h1
{
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}

.section h2
{
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: #0083CA;
}

.section a:link,
.section a:visited,
.section a:hover,
.section a:active
{color: #0083CA; font-size: 14px; text-decoration: none;}
    
.box-float-left
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;    
    padding: 5px 5px 5px 5px;
    font-size:14px;
    line-height: 140%;
    /*border: 1px solid #F9A01B;*/        
}

.box-float-left img {margin-top: 15px;}

.social-menu-horz li {display:inline;}

.social-menu-horz li img { margin-left: 6px; margin-top:10px;}

