﻿html, body {
    background-color: #f5f4e4;
    color: #000;
    font: normal normal 14px "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 875px;
}

#top-trim {
    background-color: #6e4f30;
    height: 3px;
}

#masthead {
    background: transparent url(img/content-grad.jpg) repeat-x scroll left top;
    border-bottom: 1px solid #a67c52;
    display: block;
    height: 143px;
}

#logo {
    background: transparent url(img/logo3.jpg) no-repeat scroll left top;
    display: block;
    float: left;
    height: 143px;
    width: 253px;
    margin: 0;
    padding: 0;
}

#logo a {
    display: block;
    height: 133px;
    width: 253px;
    text-indent: -9999px;
}

#slogan {
    color: #99442e;
    float: right;
    font-family: Georgia, "Times New Roman" ,serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 100px 0 0 0;
    text-align: right;
}

/*  navigation */
#top-nav {
    background: #a67c52 url(img/topnav-grad.jpg) repeat-x top left;
    border: 1px solid #f5f4e4;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 0;
}

ul#nav-elements, ul#footer-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#nav-elements {
    font-size: 18px;
    padding: 7px 0;
    width: 926px;
}

ul#footer-nav {
    font-size: 10px;
    padding: 7px 0;
}

ul#nav-elements li, ul#footer-nav li {
    display: inline;
    height: 36px;
    width: 152px;
    padding: 10px 10px 10px 0;
    text-align: center;
    text-transform: uppercase;
}

ul#nav-elements li a {
    padding: 10px 40px 10px 0;
    text-decoration: none;
}

ul#footer-nav li a {
    text-decoration: none;
}

ul#nav-elements li a:link, ul#nav-elements li a:visited {
    color: #e2e1cf;
    text-decoration: none;
}

ul#nav-elements li a:hover {
    color: #fff;
    text-decoration: underline;
}

ul#footer-nav li a:link, ul#footer-nav li a:visited {
    color: #000;
    text-decoration: underline;
}

ul#footer-nav li a:hover {
    color: blue;
    text-decoration: underline;
}

/* highlight current section */
body#home #nav-elements .homemenu a, body#who-we-are #nav-elements .whomenu a, body#events #nav-elements .eventsmenu a, body#counseling #nav-elements .counselingmenu a, body#donate #nav-elements .donatemenu a, body#contact #nav-elements .contactmenu a, body#home #footer-nav .homemenu a, body#who-we-are #footer-nav .whomenu a, body#events #footer-nav .eventsmenu a, body#counseling #footer-nav .counselingmenu a, body#donate #footer-nav .donatemenu a, body#contact #footer-nav .contactmenu a {
    color: #fff;
    text-decoration: underline;
}
/* highlight current section END */

/*  navigation END */

#content {
    background: #f5f4e4 url(img/tree-bg.gif) no-repeat scroll left bottom;
    background-color: #f5f4e4;
    border-top: 1px solid #a67c52;
    color: #333;
    min-height: 475px;
    height: auto !important;
    height: 475px;
    margin: 0;
    padding: 10px 0 0 0;
}

#image-1 {
    float: left;
    margin: 10px 10px 20px 0;
}

#image-2 {
    float: right;
    margin: 10px 10px 0 20px;
}

#trish-bio {
    margin: 20px auto;
}

#trish-bio p {
    clear: right;
    margin-bottom: 20px;
    padding: 20px 10px 0 20px;
}

#trish-image {
    float: left;
    margin-right: 30px;
}

#footer {
    background: #828e3a url(img/grass-bg.jpg) repeat-x top left;
    text-align: center;
}

#copyright {
    background-color: #8b643d;
    font-size: 9px;
    padding: 5px 0;
    text-align: center;
}

.clear {
    clear: both;
}

/* Contact Form Fields  */
.formText {
    -x-system-font: none;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #8E8E8E;
    color: #171717;
    font-family: "segoe ui" ,arial,sans-serif;
    font-size: 11px;
    padding: 3px 0 3px 1px;
    width: 320px;
}
.formButton {
    border: 1px outset threedshadow;
    font-family: Arial;
    font-size: 12px;
}
.formError {
    font-family: Arial;
    font-size: 10px;
    color: #990000;
}

.Wrapper404 {
    padding-left: 150px;
    text-align: center;
    width: 525px;
}

.Head404 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 25px;
}

.SubHead404 {
    font-size: 14px;
    font-weight: lighter;
    font-style: italic;
    padding-top: 20px;
}

.Comment404 {
    color: #000080;
    font-size: 11px;   
}

