/* v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html, body {
    line-height: 1;
    margin: 0 0 0px;
    background-color: #0d780a;
    color: #333;
    font-family: helvetica, sans-serif;
    height: 100%;
    width: 100%;
    
}
p {
    //line-height: 1.15;
    line-height: 1.4;
    margin: 1em 0;
}
div {
    position: relative;
    float: left;
}
a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}
.row {
    clear: both;
}
ol, ul {
    list-style: none;
}
h2 {
    font-family: "adobe garamond pro", garamond, serif;
    color: #00a651; 
    font-size: 30px;  
    margin-bottom: 5px;
    cursor: default;
}
h3 {
    font-family: "adobe garamond pro", garamond, serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px; 
    cursor: default;   
}
#left h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    margin-bottom: -149px;
}
#header-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 329px;
    background: url('images/header2.jpg') repeat-x center top;    
}
#background {
    width: 100%;
    position: absolute;
    top: 329px;
    left: 0px; 
    background: url('images/gradient.gif') repeat-x 200px center;
    min-height: 321px;   
}
#page {
    width: 960px;
    float: none;
    margin: 20px auto;
}
#header {
    width: 100%;
    clear: left; 
    height: 200px;   
}
#header ol {
    position: absolute;
    top: 25px;
    //left: 0px;
    left: 62px;
    width: 700px;    
}
#header li {
    padding: 5px 15px 5px 15px;
    float: left;
    position: relative;
    width: auto; 
    font-family: "adobe garamond pro", garamond, serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#header li a {
    color: #000; 
    font-size: 22px; 
}
#header li:hover a {
    color: #fff;
}
#header li:hover {
    background-color: #00a651;
}
#header h1 {
    position: absolute;
    top: 0px;
    right: 0px;    
}
#content {
    background-color: #ddf4ff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #00a651;
    padding: 20px;
    width: 920px;
    margin-bottom: 20px;
    min-height: 365px;
    clear: left;
    box-shadow: 0px 5px 10px #0a6107;  
    -webkit-box-shadow: 0px 5px 10px #0a6107;
    -moz-box-shadow: 0px 5px 10px #0a6107;
}
#left {
    width: 680px;    
}
#content .box {
    background-color: #f5fcff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;    
}
#left .box {
    width: 660px; 
    min-height: 130px;   
}
#left .box p {
    width: 660px;    
}
#left .box .action {
    position: relative;
    margin-top: 10px;
    clear: left;
    width: 660px;
    text-align: right;
    //border-top: 2px solid #00a651;
}
#left .box .action a {
    padding: 5px 10px 10px 10px;
    font-size: 20px;
    color: #000;
    background-color: transparent;
    display: block;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
#left .box .action a:hover {
    border-top: 0px solid #00a651;
    background-color: #00a651;
    color: #fff;
} 
#right {
    width: 217px;
    margin-left: 20px; 
    float: right;   
}
#right .box {
    width: 197px;    
}
#right .box.donate {
    //background-color: #ff5b5c;
    background-color: #ffb065;
    color: #fff;    
}
#right .box input[type=text] {
    border: 1px solid #c3c3c3;
    font-style: italic;
    color: #c3c3c3;    
    width: 85px;
    height: 20px;
    float: left;
    position: relative;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
#right .box input[type=text]:focus {
    color: #000;
}
#right .box input[type=submit] {
    width: 90px;
    margin-left: 10px;
    float: right;
    position: relative;
    height: 25px;
}
#right .box a {
    color: #000;
}
#right .box iframe {
    height: 30px;
}
#joinListReplaced {
    margin-left: 15px;
    line-height: 20px;
}
#joinListReplaced a {
    text-decoration: underline;
}
#footer {
    background: #5c3606 url('images/footer.gif') repeat-x;
    height: 149px;
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;    
}
#footer .content {
    width: 960px;
    margin: 0 auto;
    height: 149px;
    float: none;
}
#footer .content a {
    position: absolute;
    top: 30px;
    left: 10px;  
}
#footer .content strong {
    position: absolute;
    top: 64px;
    left: 200px;
    font-weight: normal;
    color: #fff;
}
.clearFooter {
    height: 149px;
    clear: both;
}
#point, #pointReverse {
    display: none;
    background: transparent url('images/bubble.png') no-repeat;
    width: 17px;
    height: 15px;
    float: none;
    position: absolute;
}
#pointReverse {
    background-image: url('images/bubble-reverse.png');
}
#paypal {
    margin-top: 20px;
    width: 386px;
    float: right;
}
#left input[type=text] {
    display: block;
    float: left;
    position: relative;
    height: 30px;
    border: 3px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;     
    font-size: 20px;
    line-height: 20px;
    width: 350px;
    color: #666;
    padding-left: 10px;
    margin-top: 8px;
    margin-right: 250px;
}
#paypal input[type=text] {
    margin-right: 0px;
}
#left textarea {
    display: block;
    float: left;
    clear: left;
    position: relative;
    border: 3px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    height: 100px; 
    color: #333; 
    width: 350px;
    margin-right: 250px; 
    margin-bottom: 10px;
    font-family: helvetica, sans-serif;   
    padding: 10px;
}
#left button {
    display: block;
    float: left;
    position: relative;
    clear: left;
    width: 175px;
    height: 30px;
}
#paypal input[type=text] {
    height: 50px; 
    width: 170px;
}
#paypal img {
    float: left;
    position: relative;
}
#contact {
    width: 660px;
}
#contact .recipients {
    margin-top: 10px;
    margin-bottom: 7px;
    padding-left: 10px;
}
#contact .recipients .row {
    margin-bottom: 3px;
}
#contact .recipients label {
    margin-left: 5px;
}
