/*---------------------------*/
/*--- BASE TOOLBAR STYLES ---*/
/*---------------------------*/

#ms-toolbar
{
position:relative;
    height:20px;
    background-image:url('/toolbar/ms-banner-repeat.gif');
    background-repeat:repeat-x;
    z-index:5000;
    }

#ms-tab-container
{
    width:920px;
    position:relative;
    margin:0em auto;
    padding:0em;
    height:54px;
    }
    
#ms-tab
{
    width:279px;
    height:36px;
    cursor: pointer;
    cursor: hand;
    display:block;
    float:left;
    }

/*----------------------------*/
/*-------- TAB STYLES --------*/
/*---------------------------*/

#pullme-tab
{
    cursor: pointer;
	cursor: hand;
    display:block;
    position:relative;
    top:36px;
    left:60px;
z-index:4001;
    }
    
#closeme-tab
{
    cursor: pointer;
	cursor: hand;
    display:block;
    position:relative;
    top:36px;
    left:60px;
z-index:4001;
    }

#ms-contact-tab
{
    cursor: pointer;
	cursor: hand;
    display:block;
    position:absolute;
    right:30px;
    top:20px;
    }

/*----------------------------*/
/*------ SITES DROPDOWN -----*/
/*---------------------------*/

#ms-toolbar-content-wrapper
{
    background-color:#e88f3f;
    width:100%;
    position:relative;
    z-index:4800;
    }

#ms-toolbar-content
{
    width:920px;
    position:relative;
    left:50%;
    margin:0px;
    margin-left:-460px;
    padding-top:15px;
    padding-bottom:15px;
    z-index:4800;
    }
    
#ms-toolbar-content img
{
	border:0px;

    }

#ms-toolbar-content a
{
text-decoration:none;
    }
    
#ms-toolbar-left div a, #ms-toolbar-left div img
{
    display:block;
    }
    
#ms-toolbar-left
{
    width:420px;
    float:left;
    margin-right:60px;
    }

#see-more
{
    margin-left:15px;
    }

#ms-toolbar-right
{
    width:440px;
    float:left;
    }

#pullme-tab {
cursor:pointer;
display:block;
left:60px;
position:absolute;
top:36px;
}

#closeme-tab {
cursor:pointer;
display:block;
left:60px;
position:absolute;
top:36px;
}

/*----------------------------*/
/*- CONTACT DROPDOWN STYLES -*/
/*---------------------------*/
  
    
#ms-contact-wrapper
{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#69afd9;
    width:100%;
    z-index:500;
    border-bottom:solid 2px #4083AA;
    }
    
#ms-contact-content
{
    position:relative;
    top:0px;
    left:50%;
    margin-left:-460px;
    padding-top:40px;
    padding-bottom:12px;
    width:920px;
    color:#fff;
    font-family: Verdana, Sans-serif;
color: #fff;
letter-spacing: 0;
    line-height: 16px;

    font-size: 11px
    }

#ms-contact-content img
{
     border:0px;
}

#ms-contact-content legend {
display:none;
}
    
#ms-contact-content #form-right, #ms-contact-content #form-left
{
    float:left;
    width:450px;
    }
    
#ms-contact-content .validation-advice
{
    font-weight:bold;
    color:#DE1B1F;
    }

#ms-contact-content textarea
{
    width:100%;
    height:100px;
    color:#777777;
	border:1px solid #e4e4e4;
	background-color:#F7F7F7;
    }  
#ms-contact-content label
{
    }
    
#ms-contact-content .text
{
    width:300px;
    color:#777777;
	border:1px solid #e4e4e4;
	background-color:#F7F7F7;
    }
    
#ms-contact-content .form-row
{
    margin-bottom:.5em;
    } 
    
#ms-contact-content #contact-submit input
{
    float:right;
    }
    
    
#contact-close-button
{
    float:right;
    margin:0px;
    padding:0px;
    margin-right:15px;
    }

#ms-contact-content fieldset 
{
border:0px none;
}
