﻿html, body, form
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body
{
    color: #373209;
    font-size: 10pt;
    font-family: 'Helvetica', Sans-Serif;
    width: 100%;
    height: 100%;
    background-color: #b4953b;
}
.body_home
{
    background-color: #b4953b;
}
.container_home
{
    width: 100%;
    height: 100%;
    background-color: #b4953b;
    position: relative;
}
.container_home .bg_tile
{
    margin: auto;
    padding: auto;
    position: relative;
    background-image: url(images/home_tile.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.container_home .container
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: auto !important;
    height: 700px;
    min-height: 700px;
    background-image: url(images/home_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.body_business
{
   background-color: #997126;
}
.container_business
{
    margin: auto;
    padding: auto;
    width: 100%;
    height: 100%;
    background-color: #997126;
    position: relative;
}
.container_business .bg_tile
{
    margin: auto;
    padding: auto;
    position: relative;
    background-image: url(images/business_tile.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.container_business .container
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: auto !important;
    height: 700px;
    min-height: 700px;
    background-image: url(images/business_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.body_individual
{
   background-color: #b27b42;
}
.container_individual
{
    margin: auto;
    padding: auto;
    width: 100%;
    height: 100%;
    background-color: #b27b42;
    position: relative;
}
.container_individual .bg_tile
{
    margin: auto;
    padding: auto;
    position: relative;
    background-image: url(images/individuals_tile.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.container_individual .container
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: auto !important;
    height: 700px;
    min-height: 700px;
    background-image: url(images/individuals_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.body_nfp
{
   background-color: #9b9c5a;
}
.container_nfp
{
    margin: auto;
    padding: auto;
    width: 100%;
    height: 100%;
    background-color: #9b9c5a;
    position: relative;
}
.container_nfp .bg_tile
{
    margin: auto;
    padding: auto;
    position: relative;
    background-image: url(images/profit_tile.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.container_nfp .container
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: auto !important;
    height: 700px;
    min-height: 700px;
    background-image: url(images/nfp_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.body_about
{
   background-color: #b68733;
}
.container_about
{
    width: 100%;
    height: 100%;
    background-color: #b68733;
    position: relative;
}
.container_about .bg_tile
{
    margin: auto;
    padding: auto;
    position: relative;
    background-image: url(images/about_tile.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.container_about .container
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: auto !important;
    height: 700px;
    min-height: 700px;
    background-image: url(images/about_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
#footer
{
    margin: auto;
    padding: auto;
    width: 800px;
    height: 50px;
    background-color: #534b0d;
}
.footer_padding
{
    text-align: center;
    color: #8a8b4f;
    padding: 4px 0px 0px 0px;
    font-size: 8pt;
}
#footer a
{
    color: #bc9a3b;
    text-decoration: none;
}
#footer a:hover
{
    color: #bc9a3b;
    text-decoration: underline;
}
#main_nav
{
    position: absolute;
    width: 388px;
    top: 204px;
    left: 157px;
    z-index: 50;
}
#main_nav ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    width: 450px;
}
#nav li
{
    padding: 0px 15px 0px 0px;
    float: left;
}
#nav li a
{
    color: #3a3409;
    text-decoration: none;
    font-size: 9pt;
}
#nav li a:hover
{
    color: #81001f;
    text-decoration: none;
}
#main_content
{
    position: relative;
    width: 375px;
    margin-left: 157px;
    height: auto !important;
    height: 600px;
    min-height: 600px;
}
.content_header
{
    color: #534b0d;
    font-size: 14pt;
    font-weight: bold;
    display: none;
}
h1
{
}
.content_padding
{
    padding: 240px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
#login
{
    position: absolute;
    top: 85px;
    left: 690px;
    color: #f5d97f;
}
#login a
{
    color: #f5d97f;
    text-decoration: none;
    font-size: 8pt;
}
#login a:hover
{
    color: #f5d97f;
    text-decoration: underline;
    font-size: 8pt;
}
.business_btn
{
    position: absolute;
    top: 102px;
    left: 512px;
}
.individual_btn
{
    position: absolute;
    top: 227px;
    left: 602px;
}
.nfp_btn
{
    position: absolute;
    top: 458px;
    left: 573px;
}
a
{
    color: #3a3409;
    text-decoration: none;
}
a:hover
{
    color: #81001f;
    text-decoration: underline;
}
.home_btn
{
    position: absolute;
    top: 50px;
    left: 0px;
}