﻿/*General Reset and Webpage Settings*/
*
{
    padding: 0px;
    margin: 0px;
}

html
{
    text-align: center;
    height: 100%;
    color: #000000;
    background: #FFFFFF url(../gfx/bg.jpg) repeat-x center top;
}

body
{
    height: 100%;
    font-size: 62.5%;
    font-family: 'Trebuchet MS';
    position: relative;
    text-align: center;
    margin: 0px auto 0px;
    padding: 0px;
}

li li, li p, p, blockquote p
{
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin-bottom: 1em;
}

h1
{
    font-size: 2.5em;
    font-weight: bold;
}
h2
{
    font-size: 1.2em;
    font-weight: bold;
}

p
{
    font-size: 1.1em;
}

#container
{
    width: 730px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    background: #FFFFFF;
    color: #333333;
    border-left: #dcdddc 1px solid;
    border-right: #dcdddc 1px solid;
}

/*End General Reset and Webpage Settings*/

#header
{
    height: 103px;
    width: 730px;
    background: url(../gfx/header.jpg) repeat-x 0px 0px;
}

#header h1
{
    width: 276px;
    height: 44px;
    display: block;
    float: left;
    background: url(../gfx/logo.jpg) no-repeat 0px 0px;
    margin: 30px 0px 0px 10px;
}

#header h1 a
{
    line-height: 44px;
    width: 276px;
    display: block;
    text-indent: -10000px;
}

#header p
{
    float: right;
    text-align: right;
    margin: 25px 0px 0px;
    padding: 15px 0px 10px 0px;
    letter-spacing: 2px;
    display: block;
    width: 430px;
    background: url(../gfx/indent.jpg) repeat-y left center;
}

#header span
{
    font-weight: bold;
    letter-spacing: 0px;
}

#banner
{
    width: 730px;
    height: 213px;
    background: #000 url(../gfx/banner.jpg) no-repeat;
}

#menu ul
{
    width: 600px;
    margin: 0px auto;
    text-align: center;
    list-style-type: none;
    background: url(../gfx/menu_bg.jpg) repeat-x center bottom;
}

#menu
{
    width: 730px;
    height: 28px;
    margin: -15px 0px 0px 0px;
    background: url(../gfx/menu_bg.jpg) repeat-x center bottom;
}
#menu li
{
    width: 97px;
    height: 30px;
    float: left;
    margin: 0px 1px 0px 0px;
    padding: 0px;
    background: url(../gfx/menu.gif) no-repeat;
}

#menu li a
{
    display: block;
    font-size: 1.4em;
    line-height: 25px;
    font-weight: bold;
    color: #000e65;
    width: 97px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    float: left;
}

#menu li a:hover
{
    color: #404c93;
}

#content
{
    width: 730px;
    background: #fff url(../gfx/content.jpg) repeat-x center bottom;
    margin: 0px;
    float: left;
    padding: 0px;
}
#footer
{
    width: 730px;
    height: 40px;
    float: left;
    background: url(../gfx/footer.jpg) repeat-x center top;
    margin: 0px;
    padding: 0px;
}



#copy
{
    float: left;
    width: 200px;
    margin: 12px 0px 0px 10px;
}

#links
{
    float: right;
    width: 290px;
    margin: 12px 0px 0px 0px;
}

#links a
{
    color: #000;
}

#footer p
{
    margin: 0px;
    padding: 0px;
}

#home
{
    width: 430px;
    margin: 10px 0px 10px 10px;
    float: left;
    padding: 0px;
}

#home h1
{
    color: #000e65;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0px 0px 5px 15px;
}


#home p
{
    color: #5c5c5c;
    font-size: 1.2em;
    margin: 0px 0px 10px 20px;
}

#home ul
{
    list-style-type: disc;
    margin: 10px 0px 15px 50px;
    color: #5c5c5c;
}



#home ol
{
    list-style-type: decimal;
    margin-left: 55px;
}



#home li
{
    font-weight: normal;
    font-size: 1.1em;
}

#text
{
    width: 700px;
    margin: 10px 0px 10px 10px;
        padding: 0px 0px 20px 0px;
}

#text h1
{
    color: #000e65;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0px 0px 5px 15px;
}

#text p
{
    color: #5c5c5c;
    font-size: 1.2em;
    margin: 0px 0px 10px 20px;
}
#text h2
{
    color: #000e65;
    font-size: 1.1em;
    margin: 10px 0px 0px 20px;
}

#text ul
{
    list-style-type: disc;
    margin: 10px 0px 0px 50px;
    color: #5c5c5c;
}



#text ol
{
    list-style-type: decimal;
    margin-left: 55px;
}



#text li
{
    font-weight: normal;
    font-size: 1.1em;
}

#email h1
{
    font-size: 1.4em;
    color: #000e65;
    margin: 7px 0px 0px 0px;
}

#email
{
    margin: 10px 0px 0px 20px;
    padding: 0px 10px 30px 20px;
    float: left;
    width: 225px;
    height: auto;
    background: url(../gfx/indent.jpg) repeat-y left top;
}

#email p
{
    font-size: 1.2em;
}


#tree

{

    margin: 10px 0px 20px 100px;

    width: 100px;}

    

    #tree a

{

    border-bottom: #000 1px dashed;

}


#alert
{
    background: url(../gfx/email.jpg) no-repeat 0px 0px;
    height: 37px;
    width: 185px;
    text-align: center;
    margin: 0px auto;
    color: #000e65;
    font-size: 0.9em;
    }
#alert p
{
    width: 180px;
    margin: 0px auto;
line-height: 15px;
padding-top: 2px;
    }
    
    #alert a
    {
            color: #000e65;
            text-decoration: none;}
            
                #alert a:hover
    {
            color: #000e65;
            text-decoration: underline;}
