﻿/*This style sheet handles the basic site layout*/

body
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333; /*background-color: #003399;*/
    margin: 0; /*background-image: url('bg.png');*/
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(./images/page_bg_tile-grey%20fadeup.jpg);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

a:link
{
    color: #FC4923;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #FC4923;
}
a:hover
{
    text-decoration: underline;
    color: #1B4475;
}

a:active
{
    text-decoration: none;
    color: #FC4923;
}

#container
{
    width: 860px; /*margin: 18px auto 18px auto;*/
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#header
{
    height: 333px;
    width: 860px;
}

.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#footer
{
    clear: both;
    color: #fff;
    font-size: 11px;
    width: 860px;
    height: 61px;
    text-align: left;
    background-image: url(./images/bg-footernavbar.jpg);
    background-repeat: repeat;
}
.LogoFooter
{
    float: right;
}

#footer a:link, #footer a:visited
{
    color: #999;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

form
{
    padding: 0px;
    margin: 0px;
}

#navigationMenu
{
    width: 860px;
    background-image: url(./images/bg-headernavbar.jpg);
}
.ParaHeading
{
    font-size: 13px;
    color: #999;
}

.ImageTitles
{
    padding-left: 8px;
    padding-top: 11px;
}
#Spacer
{
    height: 12px;
    width: 100%;
    position: relative;
}


#BreadCrumb
{
    display: block;
    float: right;
    width: 641px;
    height: 27px;
    background-position: center center;
    padding: 0 0 0 0px;
    margin: 0;
    color: #FFFFFF;
}

#Main
{
    width: 860px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

#leftCol
{
    display: block;
    width: 660px;
    float: left;
    margin-top: 30px;
    margin-right: 40px;
    text-align: justify;
}

#rightCol
{
    display: block;
    float: right;
    width: 160px;
    margin-top: 30px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium; /*width: 155px;     height: 61px;*/
}

#Holder
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

.PageTitle
{
    font-size: 16px;
    color: #069;
    font-weight: bold;
}

.PhotoRow
{
    width: 99%;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

#FooterNav
{
    float: left;
    width: 600px;
    margin-top: 22px;
    margin-bottom: 8px;
    height: 21px;
    margin-left: 12px;
    color: #999;
}

#FooterNav a:link, #FooterNav a:visited
{
    color: #999;
    text-decoration: none;
    font-weight: normal;
}
#FooterNav a:hover
{
    color: #06C;
    text-decoration: none;
}

#copyrightfooter
{
    /*height: 33px;*/
    width: 860px;
    font-size: 9px;
    color: #BBB;
    text-align: center; /*padding-top: 11px;     padding-bottom: 22px;*/
}

p
{
    text-align: justify;
    padding-top: 5px; /*padding-right: 30px;*/
    padding-bottom: 5px;
    padding-left: 15px;
}

#copyrightfooter a:link, #copyrightfooter a:visited
{
    color: #BBB;
    text-decoration: none;
    font-weight: normal;
}

#copyrightfooter a:hover
{
    color: #333;
    text-decoration: none;
}

.pdf a
{
    background: url(./images/icons/icon-pdf1.gif) top left no-repeat;
    display: block;
    margin: auto auto auto auto;
    width: 44px;
    height: 34px;
}

.pdf a:hover
{
    background: url(./images/icons/icon-pdf2.gif) top left no-repeat;
}

.flash a
{
    background: url(./images/icons/icon-multimedia1.gif) top left no-repeat;
    display: block;
    margin: auto auto auto auto;
    width: 44px;
    height: 34px;
}

.flash a:hover
{
    background: url(./images/icons/icon-multimedia2.gif) top left no-repeat;
}

.site a
{
    background: url(./images/icons/icon-weblink1.gif) top left no-repeat;
    display: block;
    margin: auto auto auto auto;
    width: 44px;
    height: 34px;
}

.site a:hover
{
    background: url(./images/icons/icon-weblink2.gif) top left no-repeat;
}

.gmap a
{
    background: url(./images/icons/icon-googlemap1.gif) top left no-repeat;
    display: block;
    margin: auto auto auto auto;
    /*width: 44px;*/
    height: 34px;
}

.gmap a:hover
{
    background: url(./images/icons/icon-googlemap2.gif) top left no-repeat;
}
