﻿/*General Reset and Webpage Settings*/
*
{
    padding: 0px;
    margin: 0px;
}

html
{
    text-align: center;
    height: 100%;
    background: #D8D8D8 url(../gfx/tile.jpg) repeat-x;
}

body
{
    font-size: 62.5%;
    font-family: 'Trebuchet MS';
    position: relative;
    text-align: center;
    margin: 10px auto 0px;
    padding: 0px;
    color: #000000;
}

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;
}

/*End General Reset and Webpage Settings*/

#container
{
    width: 760px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    border: 1px solid #dadada;
    background: #ffffff;
}

#header
{
    width: 760px;
    background: #211075 url(../gfx/bg.jpg) repeat-x 0px 0px;
}
#header h1
{
    height: 78px;
    width: 268px;
    float: left;
    background: url(../gfx/logo.jpg) no-repeat 0px 0px;
    margin: 0px 90px 5px 0px;
}
#phone
{
    float: left;
    margin: 25px 90px 0px 30px;
    color: #fff;
    
    font-size: 1.2em;}
    
    #fax
    {
        float: left;
        margin: 25px 30px 0px 0px;
        color: #fff;
        display: block;
		text-align: right;
        font-size: 1.2em;}

#header h1 a
{
    line-height: 78px;
    width: 268px;
    display: block;
    text-indent: -100000px;
}

#banner
{
    width: 749px;
    clear: left;
    margin: 0px auto;
}
#menu
{
    width: 750px;
    height: 31px;
    margin: 0px auto 0px auto;
    padding: 0px;
    clear: left;
    text-align: center;
    background: #211075;
    margin: 0px auto 0px auto;
}

#menu li
{
    text-align: center;
    display: block;
    float: left;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    width: 125px;
    height: 30px;
}

#menu li ul
{
    font-size: 12px;
} 

#menu li a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 125px;
    height: 31px;
}
#menu li a:hover
{
    text-decoration: underline;
    background: url(../gfx/menu.jpg);
    height: 29px;
    width: 125px;
    display: block;
    border-bottom: solid 2px #C40037;
}

#content
{
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
  min-height:500px;
  height:auto !important;
  height:500px;
}

#text
{
    width: auto;
    float: left;
    margin: 0px;
    padding: 0px;
  min-height:500px;
  height:auto !important;
  height:500px;
}

                #text h1
                {
                    margin: 10px 0px 15px 15px;
                    color: #C40037;
                    font-weight: normal;
                    font-size: 1.8em;
                    font-style: normal;
                    font-variant: normal;
                }

                #text h2
                {
                    font-size: 1.3em;
                    margin: 0px 0px 5px 20px;
                    color: #C40037;
                }

                #text p
                {
                    font-size: 1.1em;
                    font-weight: normal;
                    margin: 0px 10px 10px 25px;
                }

                #text ul
                {
                    list-style-type: disc;
                    margin-left: 50px;
                }

                #text ol
                {
                    list-style-type: decimal;
                    margin-left: 55px;
                }

                #text li
                {
                    font-weight: normal;
                    font-size: 1.1em;
                }

                #text a
                {
                color: #000000;
                }
#footer
{
    width: 760px;
    height: 30px;
    background: #211075;
    clear: left;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    border-top: solid 3px #C40037;
}

#footer p
{
    line-height: 25px;
}

#copy
{
    float: left;
    margin: 0px 0px 0px 5px;
}

#foot_links
{
    float: right;
    margin: 0px 5px 0px 0px;
}

#foot_links a
{
    color: #ffffff;
    text-decoration: none;
}

#foot_links a:hover
{
    text-decoration: underline;
}

.accessibility
{
    position: absolute;
    top: -9999px;
    font-size: 1px;
}
.menuroot {position:relative;}
.menusub
{
    display: none;
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #211075;
    left: 0px;
      border-top: solid 1px #47388f;
}

#tree
{
    margin: 10px 0px 20px 100px;
    width: 100px;}
    
    #tree a
{
    border-bottom: #000 1px dashed;
}

