a.block
{
    display: block;
    width: 100%;
    height: 100%;
}

.btn-site
{
    padding: 4px 8px;
    font-size: 11px;
}

#site-nav
{
    border-bottom: 1px solid #8f8f8f;
}

#site-nav .logo
{
    height: 89px;
    background: url(logo-site.png) no-repeat left top;
}

#site-nav nav
{
    height: 89px;
    vertical-align: bottom;
    text-transform: uppercase;
    position: relative;
    font-family:"Times New Roman", Times, serif;
}

#site-footer nav
{
    vertical-align: bottom;
    text-transform: uppercase;
    font-family:"Times New Roman", Times, serif;
}

#site-footer nav ul
{
    margin-top: 10px;
}

#site-nav nav ul
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#site-nav nav a,
#site-footer nav a
{
    display: inline-block;
    vertical-align: middle;
    color: black;
    padding: 0 19px;
}

#site-nav nav a:hover,
#site-footer nav a:hover
{
    text-decoration: none;
    color: #0592fe;
}

#site-banner
{
    background-color: #e4e4e4;
}

#site-banner .banner
{
    height: 200px;
}

#site-banner .banner .overlay
{
    width: 100%;
    height: 100%;
    background: url(banner-site.png) no-repeat center;
}

#site-checks
{
    background: url(checks-bg.jpg) no-repeat center;
}

#site-checks .checks
{
    background: url(mw_bg.png) no-repeat center;
}

#site-checks .checks div
{
    display: inline-block;
    float: none;
    vertical-align: middle;
    min-height: 30px;
    padding: 12px 0px 12px 32px;
    background: url(check_icon.png) no-repeat left center;
    color: white;
    font-weight: bold;
}

#site-content
{
    margin: 16px 0;
}

#site-content .box
{
    padding-left: 48px;
}

#site-content .box header
{
    padding: 8px 0;
    margin-left: -48px;
    text-transform: uppercase;
}

#site-content .box header h1
{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

#site-content .box header .icon
{
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
	margin-right: 16px;
    vertical-align: middle;
}

#site-content .box header .icon.file
{
    background-image: url(file_icon.png);
}

#site-content .box header .icon.envelope
{
    background-image: url(envelope_icon.png);
}

#site-content .box header .icon.check
{
    background-image: url(check_icon.png);
}

#site-content #map-canvas
{
    height: 500px;
}

#site-footer
{
    background-color: #eceaeb;
    padding: 0 0 16px 0;
}

#site-footer nav
{
    margin-top: 0px;
    margin-bottom: 8px;
}

#site-footer .logo
{
    width: 100%;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
}

#site-footer .logo.frst
{
    background-image: url(footer_logo_1.png);
}

#site-footer .logo.scnd
{
    background-image: url(footer_logo_2.png);
}

#site-footer .logo.thrd
{
    background-image: url(footer_logo_3.png);
}

#site-footer .txt
{
    color: #a49b9c;
    font-size: 12px;
}

#site-footer .cprght
{
    margin-top: 12px;
    color: #a49b9c;
    font-size: 14px;
}