﻿body {

}
#LocationUL {
    list-style-image: url('../images/BlueBullet.gif');
}

#LocationUL li a{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 23px;
    text-decoration:none;

}


#LocationUL li a:hover{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 23px;
    text-decoration:underline;
}

#changeLocationTitle
{
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px ;
    color: #595959;
}

#LocationUL li{ 
    list-style-type: disc;
    font-size:15px;
    line-height : 25px;
}

#SignInButton input{
    background-color: #008099; 
    border: 1px solid #015679; 
    color: #ffffff; 
    margin-left: 0px; 
    margin-bottom: 6px; 
    display: inline-block; 
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; 
    font-size: 14px; 
    font-weight: 400; 
    padding: 3px 10px 3px 10px; 
    text-align: center; text-decoration: none;
    width:50px;
}

.otherHeaderContent tr > td > a{
    color: #007FA6;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px ;
    line-height: 20px;
    text-decoration:none;
}
