﻿/* content */

body 
{
    
    background: #175586 url(img/bg_body.jpg) top left repeat-x;
}

.nav 
{
    background: #f9f9f9 url(img/bg_nav.jpg) bottom left repeat-x;
  padding-top: 10px;

}

.content_cell 
{
    background: #ffffff url(img/bg_content_left.jpg) top left repeat-y;
    padding: 12px;
}

.content 
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    line-height: 20px;
    font-weight: normal;
 }
 
 .home_content_cell 
 {
    background: #ffffff;
    padding: 8px;
    }
 
 .locations_content
 {
    padding: 10px;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    line-height: 20px;
    font-weight: normal;
 }
 .locations_content_blue
 {
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #2375BB;
    line-height: 20px;
    font-weight: normal;
 }

img.fix 
{
    display: block;
}

h1
{
    margin: 0px;
    font-size: 12pt;
    font-weight: bold;
    color: #2375BB;   
}

.nav_link_off
{
    display: block;
    width: 174px;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    font-weight: bold;
    color: #2171B1;
    font-size: 9pt;
    text-decoration: none;
    background:  url(img/nav_off.jpg) no-repeat;
    text-align: center;
}
.nav_link_on
{
    display: block;
    width: 174px;
    height: 27px;
    line-height: 27px;
    padding-left: 5px;
    font-weight: bold;
    color: #2171B1;
    font-size: 9pt;
    text-decoration: none;
    background:  url(img/nav_on.jpg) no-repeat;
}






a.nav_home:link {
    display: block;
    width: 174px;
    height: 33px;
    line-height: 30px;
    padding-left: 1px;
    font-weight: bold;
    color: #2171B1;
    font-size: 7pt;
    text-decoration: none;
    background:  url(img/nav_off.jpg) no-repeat;
    text-align: center;
}

a.nav_home:visited  {
    display: block;
    width: 174px;
    height: 33px;
    line-height: 30px;
    padding-left: 1px;
    font-weight: bold;
    color: #2171B1;
    font-size: 7pt;
    text-decoration: none;
    background:  url(img/nav_off.jpg) no-repeat;
    text-align: center;
}

a.nav_home:hover {
    display: block;
    width: 174px;
    height: 33px;
    line-height: 30px;
    padding-left: 1px;
    font-weight: bold;
    color: #2171B1;
    font-size: 7pt;
    text-decoration: none;
    background:  url(img/nav_on.jpg) no-repeat;
}


.bg_global 
{
    background: url(img/map_bg.jpg) top left no-repeat;
    }