﻿/*General Reset and Webpage Settings*/


html
{
    text-align: center;
    height: 100%;
    background: #FFF url(../gfx/bg.gif) repeat-x top;
}
body
{
    height: 100%;
    font-size: 62.5%;
    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-weight: bold;
    font-size: 2.5em;
    font-family: Trebuchet MS;
}
h2
{
    font-weight: bold;
    font-size: 1.2em;
    font-family: Trebuchet MS;
}
p
{
    font-size: 1.1em;
    line-height: 140%;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}


/*Privacy Policy & Disclaimer Formatting*/


.text h1
{
    font-weight: bold;
    font-size: 2.2em;
    margin: 15px 0px 10px 10px;
}
.text h2
{
    font-weight: bold;
    font-size: 1.4em;
    color: #848484;
    margin: 15px 0px 10px 20px;
}
.text p
{
    font-size: 1.2em;
    margin: 0px 25px 10px 30px;
}

.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;
}


/* Footer Formatting */


.copy
{
    float: left;
    margin: 0px 0px 0px 10px;
}
.info
{
    float: right;
    margin: 0px 10px 0px 0px;
}


/* Drop Down Menu Settings */


.menusub
{
    display: none;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    z-index: 999;
    left: -5px;
    list-style: none;
    font-size: 11px;
    border: none;
}
.menusub ul
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 999;
}
#menu ul li ul
{
    width: 127px;
    background: none;
    border-top: solid 2px #7D7A79;
    border-right: solid 1px #A8A5A0;
    border-left: solid 1px #A8A5A0;
    border-bottom: solid 1px #A8A5A0;
    margin: 0px;
    padding: 0px;
}
.menusub li
{
    display: block;
    clear: both;
    width: 127px;
    position: relative;
    background: #fff;
    z-index: 999;
}
#menu li ul li a
{
    text-align: center;
    font-size: 11px;
    width: 127px;
    margin: 0px;
    height: 25px;
    line-height: 25px;
    display: block;
    border: none;
}
#menu li ul li a:hover
{
    text-align: center;
    font-size: 11px;
    text-decoration: underline;
    width: 127px;
    margin: 0px;
    height: 25px;
    line-height: 25px;
    display: block;
    border: none;
}



/*End General Reset and Webpage Settings*/

#container
{
    width: 910px;
    position: relative;
    margin: 0px auto;
    background: #fff url(../gfx/header.gif) repeat-x top;
    text-align: left;
    border-left: 3px solid #c4c2c3;
    font-family: Trebuchet MS;
    border-right: 3px solid #c4c2c3;
    border-bottom: 2px solid #c4c2c3;
}

#header
{
    height: 128px;
    background: url(../gfx/header_fade.gif) no-repeat right top;
    width: 910px;
    margin: 0px;
}

#header h1
{
    background: url(../gfx/logo.gif) no-repeat;
    margin: 25px 0px 0px 15px;
    padding: 0px;
    height: 55px;
    float: left;
    width: 408px;
    display: block;
}

#header h1 a
{
    display: block;
    line-height: 55px;
    text-indent: -10000px;
    margin: 0px;
}

#menu
{
    width: 910px;
    height: 30px;
    border-bottom: 2px solid #7D7A79;
    position: relative;
    z-index: 999;
}

#menu ul
{
    margin: 0px auto;
    padding: 0px;
    width: 875px;
}

#menu li
{
    float: left;
    display: block;
    text-align: center;
    margin: 0px;
    position: relative;
    font-size: 1.8em;
    line-height: 30px;
    font-weight: normal;
    padding: 0px;
}

#menu li a
{
    margin: 0px;
    display: block;
    color: #7E7D7B;
    text-decoration: none;
}

#menu li a:hover
{
    text-decoration: underline;
    color: #000;
}

.prpmng
{
    width: 245px;
    display: block;
}

.link
{
    width: 120px;
    display: block;
}

#content
{
    min-height: 500px;
    height: auto !important;
    height: 500px;
    width: 910px;
}

.welcome
{
    width: 425px;
    float: left;
    font-family: Times New Roman;
    color: #fe0000;
    margin: 35px 0px 0px 20px;
    font-weight: bold;
}

.welcome h1
{
    font-size: 2.7em;
    color: #fe0000;
    font-family: Times New Roman;
    font-style: italic;
    margin: 0px 0px 10px 12px;
}

.welcome p
{
    font-size: 2.7em;
    font-family: Times New Roman;
    margin: 0px 0px 0px 12px;
    font-style: italic;
}

#slide
{
    width: 427px;
    border: 1px solid #ff0101;
    height: 300px;
    display: inline;
    margin: 20px 10px 0px 0px;
    float: right;
    padding: 5px;
}

script
{
    position: relative;
    z-index: 0;
}

#feat_wrap
{
    display: block;
    float: left;
    width: 900px;
    padding: 0px 0px 0px 0px;
}

.featured
{
    width: 435px;
    height: 230px;
    float: left;
    display: inline;
    margin: 10px 0px 7px 12px;
    border: 1px solid #ff0101;
}

.featured input
{
    float: left;
    margin: 8px 0px 0px 5px;
}

.featured h1
{
    float: right;
    width: 149px;
    color: #c80000;
    font-size: 1.5em;
    display: block;
    margin: 20px 0px 10px 0px;
}

.heading
{
    margin: 0px 0px 10px 0px;
    display: block;
    color: #fe0000;
    font-size: 1.1em;
    font-weight: bold;
}

.featured a
{
    display: block;
    margin: 5px 0px 0px 0px;
    color: #fe0000;
    text-decoration: underline;
}

.desc
{
    float: left;
    width: 140px;
    margin: 0px 0px 0px 5px;
    display: block;
}

#footer
{
    height: 40px;
    width: 910px;
    border-top: 3px solid #7D7A79;
    background: #FF0101;
    margin-top: 10px;
    color: #fff;
}

#footer p
{
    margin-top: 12px;
}

#footer a
{
    color: #fff;
}

h3.headingresults
{
    padding: 0px;
    margin: 0px;
    text-transform: lowercase;
    width: 60%;
    padding-left: 10px;
    background: #FF0000 url(../gfx/title.gif) no-repeat right;
    color: #fff;
}
#contact_det
{
    margin: 40px auto 0px auto;
    border-top: solid 1px #FF5B5B;
    display: block;
    width: 725px;
}


.addys
{
    width: 350px;
    float: left;
    padding: 0px 0px 0px 10px;
}

.extra
{
    border-left: solid 1px #FF5B5B;}


.addys h2
{
    font-family: Trebuchet MS;
    font-size: 1.4em;
    margin: 10px 0px 0px 0px;
}



.addys p
{
    margin: 0px 0px 20px 5px;
}


