/*------default map-----------------*/
#default_content
{
    background-image:url('../images/default_bkgnd.gif');
    background-repeat:repeat-x;
    text-align:right;
    position:relative;
    margin:0px;
    text-align:right;
    padding:20px;
    }
#default_content .map{margin-right:0px;}
.default #psalist
{   
    font-size: 12px;
    
    font-family: Trebuchet MS;
   
}
.default .heading
{   padding-bottom:.6em;
    font-weight: bold;
    font-size: 16px;
    color: #482400;
   
}
#svcmap{width:90%;}
.default #pnl_map
{
    display:inline-block;vertical-align:top;
       width: 40%;
    }
.default .psapanel
{
    font-family: Trebuchet MS;
    font-size: 12px;
    text-align: left;
      background-color: #ffffff;
   display:inline-block;vertical-align:top;
       width: 50%;

    margin-top: 20px;
   
    background-image: url(       '../images/psapanel.jpg' );
    background-repeat: no-repeat;
       border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #aaa;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #aaa;
}
.phones{font-weight:bold;color:#000066;font-size:.9em;}
.default .psapanel div 
{ margin:25px;
}

.default .psapanel div p
{ margin:0px;padding:0px;
}

.default .psapanel p
{ margin:20px 0px 20px 0px;font-size:1.1em;margin-top:50px;
}
.default #psalist ul{ margin:0px;padding:1em;list-style-type:none;}
.default #psalist li{padding-top:.3em;padding-bottom:.3em;}
.default #psalist a{text-decoration:none;color:#000099;}
.default #psalist a:visited{color:#000066;}
.default #psalist a:hover
{
    text-decoration: underline;
    color: #996600;
}
.default .directions
{
    color: #002B2B;
    margin-top: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    padding-bottom:0px;
    font-size:.9em;
}


