﻿/****

Developed by IDP (goidp.com)
Developers:
Chad Adams
Dean Manion

****/

/*** Chad's CSS Reset ***/


* 
{
    padding: 0px;
        margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
#mainContent ul
{
    list-style-type: square;
    padding: 0px;
    margin: 7px;
}

#mainContent li 
{
    margin-left: 19px;
}

img 

{
    border: none, 0px;
}
h1
{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 20px;
    font-weight: bold;
    padding: 7px;
    color: #9A7435;
    text-align: center;
    height: 19px;
    width: 349px;
}

h2
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: Black;
    padding: 7px;
    text-transform: capitalize;
}

.clear
{
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 1px;
}

.center
{
    text-align:center;
}

.right
{
    text-align:right;
}

.left
{
    text-align:left;
}
.hope
{
    padding: 8px;
    margin: 0px;
}



/*** End CSS Reset ***/


/***
Main Layout CSS
***/
body 
{
    background-color: #336699;
    font-family: "Arial", Sans-Serif;
    font-size: 1 em;
}


#wrapper 
{
    width: 791px;
    margin-right: auto;
    margin-left: auto;
}

#header
{
    background-position: left bottom;
    text-align: right;
    background-image: url('../Images/header-background.jpg');
    background-repeat: no-repeat;
}
#cross
{
    position: absolute;
    top: 40px;
    left: 361px;
}
#leftColumn

{
    width: 190px;
    background-color: #9A7435;
    vertical-align: top;
}
#leftBottom

{
    width: 190px;
    background-color: #9A7435;
    vertical-align: bottom;
    text-align:center;
}
/*** 
Center CSS layout
***/

#mainContent

{
    background-color: White;
    color: Black;
    font-size: 12px;
    width: 393px;
    vertical-align: top;
}

#mainContent p
{
    margin: 10px;
}

#mainContent a
{
    text-decoration: none;
    color: Blue;
}

#mainContent a:hover
{
    text-decoration: underline;
    color: Blue;
}

/*** 
Center CSS layout
***/

#rightColumn

{
    padding: 0px;
    margin: 0px;
    width: 206px;
    background-color: #9A7435;
    vertical-align: top;
}


/***
End Main Layout CSS
***/

#footer

{
    width: 791px;
    border: 0px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    vertical-align: top;
}
#footerCopy
{
    color: White;
    font-size: 10px;
    margin-left: 230px;
    position: relative;
    top: -100px;
}

#footerCopy a
{
    color: White;
    text-decoration: none;
}

#footerCopy a:hover
{
    color: White;
    text-decoration: underline;
}
#ctl00_unitedWay
{
    left: 10px !important;
    position: relative !important;
}


/***
Left Column CSS
***/

#navigation
{
    margin-left: 10px;
}
#navigation h2
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
}

#gethelpGiveHelp
{
    margin: 0px auto 0px auto;
    padding: 4px 0px 4px 0px;
    width: 776px;
    background-color: #343417;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
}

#gethelpGiveHelp a
{
    color: #FFFFFF;
    text-decoration: none;
}

#gethelpGiveHelp a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/***
End Left Column CSS
***/


/***
Right Column CSS
***/
#rightFiller
{
    background-color: #336699;
    height: 60px;
    width: 210px;
    right: 0px;
    border: 0px none #336699;
    }

#rightFillerMoz
{
    padding: 0px;
    margin: 0px -5px 0px 0px;
    background-color: #336699;
    height: 60px;
    width: 210px;
    border: 0px solid #336699;
    position: relative;
}

fieldset 
{
    border: solid, 1px;
    padding: 14px;
}

.label

{
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: White;
}

#loginArea 
{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#quickLinks
{   
    color: White;
    font-size: 8pt;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    margin-bottom: 30px;
    
}

#quickLinks h2
{
    color: White;
    font-size: 12px;
    height: 16px;
}
#quickLinks img
{
    vertical-align: middle;
}

#quickLinks a:hover
{
    color: White;
    text-decoration: underline;
}
#quickLinks a
{
    color: White;
    text-decoration: none;
}

.required
{
    font-size: 10px;
    font-weight: bold;
    color: White;
}

legend
{
    font-size: 11px;
    font-weight: bold;
    color: White;
}

#weather
{
    margin: 0px auto 0px auto;
    width: 125px;
    text-align: center;
}
#211
        {
            margin-left: 10px;
            position: relative;
        }
/***
End Right Column CSS
***/
li
{
    list-style-type: square;
}
#login
{
    position: relative;
    padding: 0px;
    margin: -18px 0px 0px 0px;
    text-align: right;
    top: 0px;
    left: 0px;
    width: 208px;
}

#login a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

#login a:hover
{
    color: White;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
}