/*----------------------------------------------------
// CSS - Watkins Consulting, LLC
/----------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
}

a img
{
    border: 0;
    outline: 0;
}

/* Internet Explorer *
/*\*/
* html #content
{
    height: 300px;
}

html, body
{
    width: 100%;
}

body
{
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    background: url(images/bg-gradient.gif) #fff repeat-x;
    behavior: url(csshover.htc);
}



/*----------------------------------------------------
// Wrapper
/----------------------------------------------------*/

#wrapper
{
    margin: 0 auto;
    padding-bottom: 10px;
    width: 750px;
    background: #fff repeat-x;
}

#site
{
    /*background: #a4cf66 repeat-y;*/
}

/*----------------------------------------------------
// Main Content
/----------------------------------------------------*/

#main
{
    float: left;
    width: 750px;
    overflow: hidden;
}

#logo
{
    border-top: 3px solid #a4cf66;
    height: 115px;
    background: url(images/logo2.jpg) #fff repeat-x;
}

#navi
{
    height: 24px;
    background: #ff981e;
    padding-left: 27px;
}

#navi ul
{
    list-style: none;
    border-left: 1px solid #fff;
    height: 24px;
}

#navi ul li
{
    width: auto;
    float: left;
    height: 24px;
    border-right: 1px solid #fff;
}

#navi ul li a
{
    display: block;
    line-height: 24px;
    padding: 0 7px;
    text-decoration: none;
    color: #fff;
    background: #abaaa9;
    text-align: center;
    font-size: 12px;
}

#navi ul li a.active
{
    display: block;
    line-height: 24px;
    padding: 0 7px;
    text-decoration: none;
    color: #fff;
    background: #a4cf66;
}

#navi ul li a:hover
{
    color: #fff;
    background: #a4cf66;
}

#navi ul li ul
{
    display: none;
    top: 90;
    left: 200;
    margin-left: -1px;
}

#navi ul li:hover ul
{
    display: block;
    position: absolute;
}

#navi ul li:hover ul li ul
{
    display: none;
    top: 0;
    left: 0;
    margin-left: -1px;
}

#content
{
    min-height: 320px;
    width: 750px;
    background-color: #fff;
    padding: 35px 20px 50px 25px;
    text-align: justify;
}

#content h1
{
    padding-left: 10px;
    font: 18px Arial, Helvetica, sans-serif;
    color: #616161;
}

#content h2
{
    padding-left: 10px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #a4cf66;
}

#content ul
{
    list-style-type: disc;
    margin: 12px 50px 12px 30px;
}

#content ul li
{
    line-height: 16px;
    margin: 8px 0;
}

p
{
    text-align: justify;
    line-height: 17px;
    margin: 14px 50px 0px 10px;
}

p.sub
{
    line-height: 17px;
    margin: 14px 50px 0px 25px;
}

#site a
{
    color: #ff981e;
    text-decoration: none;
}

#site a:hover
{
    color: #ff981e;
}

.imageLeft
{
    margin: 18px 10px 0px 10px;
    float: left;
}

.imageRight
{
    margin: 18px 50px 0px 15px;
    float: right;
}


p.required_field strong
{
    color: #ff981e;
    font-size: 10px;
}

form.note
{
    margin-left: -20px;
}

strong.required
{
    color: #ff981e;
}

input, select, textarea
{
    border: 1px solid #abaaa9;
}

li.phone, li.name, li.org, li.email, li.how, li.note, li.submit
{
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.submit
{
    margin: 0;
    padding: 0 20px;
}


/*----------------------------------------------------
// Footer
/----------------------------------------------------*/

#footer
{
    /*width: 800px;*/
    border-top: #abaaa9 solid 0px;
    border-bottom: #abaaa9 solid 3px;
    background: #abaaa9;
    color: #fff;
    padding: 2px 37px 0px 34px;
    line-height: 16px;
    font-size: 13px;
    letter-spacing: 1.25px;
}

#footer a
{
    color: #fff;
}

#footer a:hover
{
    color: #fff;
}


#footer ul
{
    list-style: none;
}

#footer ul li
{
    float: left;
    height: 100px;
    line-height: 16px;
}

#footer ul li.footer-li-width
{
    width: 500px;
}

#email
{
    width: 50%;
    float: left;
}

#copyright
{
    text-align: right;
    width: 40%;
    float: right;
}

/* Clearfix */

.clear:after
{
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
}

.clear
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear
{
    height: 1%;
}
.clear
{
    display: block;
}
/* End hide from IE-mac */


