body
{
    padding: 0;
    margin: 0;
    background: #0f172a url("../images/page_background.jpg") center top no-repeat;
    color: #253f65;
    font: 11px/16px Verdana,sans-serif;
}

.content-frame
{
    width: 960px;
    margin: 0 auto;
}

.header
{
    margin: 0;
    height: 150px;
    overflow: hidden;
}

.header h1
{
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 150px 0 0 545px;
    float: left;
    background: url("../images/top_logo_large.png") top left;
}

.header-photo
{
    float: right;
    position: relative;
/*    top: -150px;*/
    top: 0;
    width: 415px;
    height: 150px;
}

.header-photo-back
{
    float: right;
    position: relative;
    top: 0;
    width: 415px;
    height: 150px;
}

.top-navigation
{
    margin: 0;
    padding: 0;
    height: 38px;
    overflow: hidden;
    background: #fff url("../images/top_navigation_background.gif");
}

.top-navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 38px;
    overflow: hidden;
}

.top-navigation ul li
{
    float: left;
    height: 38px;
    margin: 0;
    padding: 0 13px;
    text-transform: uppercase;
    background: url("../images/top_navigation_separator.gif") top left no-repeat;
    font: 14px/38px "Trebuchet MS", sans-serif;
}

.top-navigation ul li:first-child
{
    background: none;
}

.top-navigation ul li a:link,
.top-navigation ul li a:active,
.top-navigation ul li a:visited
{
    text-decoration: none;
    color: #82899a;
}

.top-navigation ul li a:hover
{
    color: #253f65;
}

.column-row
{
    background: #fff url("../images/three_column_background.jpg") top left no-repeat;
    overflow: hidden;
    width: 960px;
    border-bottom: 1px solid #acb0b8;
}

.column-page-row
{
    background: #fff url("../images/default_column_background.jpg");
    width: 958px;
    border-right: 1px solid #acb0b8;
    border-left: 1px solid #fff;
    min-height: 700px;
}

.column
{
    float: left;
    width: 320px;
}

.column-double-wide
{
    width: 600px;
    padding: 20px;
    background: #fff url("../images/column_double_wide_background.jpg") top left repeat-x;
    border: none;
}

.column-right
{
    border-top: 3px solid #d3d3d5;
    background: none;
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
    width: 316px;
    float: right;
}

h3, h4
{
    font: 17px/17px Georgia, serif;
    margin: 0 20px;
    padding: 15px 0 10px ;
    text-align: center;
    color: #253f65;
    border-bottom: 1px solid #253f65;
    text-transform: uppercase;
    
}

h4
{
    font: 15px/15px Georgia, serif;
    border: none;
}

h3.category-title
{
    font: 18px/24px Georgia, serif;
    border-bottom: none;
    text-align: left;
}


.column h3.column-title
{
    font: 17px/17px Georgia, serif;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    color: #253f65;
    text-transform: uppercase;
    border-bottom: none;
    
}

.column-right h3.column-title
{
    color: #fff;
}

.message
{
    width: 350px;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid #777;
    background: #EEE;
    color: #555;
}

li
{
    font: 12px/20px Verdana;
}

.display-none
{
    display: none;
}

.address
{
    font: 11px/16px Verdana,sans-serif;
    color: #8899AA;
    text-align: right;
    float: right;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: -50px;
}

.footer
{
    color: #fff;
    font: 12px/20px Verdana,sans-serif;
    padding: 0 20px;
    clear: left;
}
