/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
*, html {
    margin:5px;
    padding:0px;
}
body { 
    font: 0.7em/1.5em tahoma, verdana, "Courier New", courier, monospace, sans-serif; 
    color: #333; 
    background-color: #151515;
    text-align:center;
}
p { 
    padding:5px;
    text-align:justify;
    margin-left:5px;
}
h3 {
    margin-left:5px;
}
a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: #280101;
}
a:visited { 
    font-weight: bold; 
    color: #f97171;
    text-decoration: none; 
}
a:hover, a:active { 
    text-decoration: underline; 
    color: #e22700;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #000;
}

/* specific divs */

#container { 
    position:relative;
    width:650px;
    margin:0px auto;
    text-align:left;
    top:0px;
    background-color: #160101;
    background:url(bg_eye.jpg) repeat-y left center;
    border-left:3px double #999;
}
#pageHeader {
    background: url(zen.jpg) repeat center; 
    height: 258px;
}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 span {
    display:none
}
#pageHeader h2 span {
    display:none;
}

#quickSummary {
	}
#quickSummary .p1 {
    display:none;
}
#quickSummary .p2 {
    margin-left:67px;
    margin-top: -39px;
    color:#280101;
   }
#preamble {
    position:relative;
    top:10px;
    left:60px;
    width:345px;
    margin-bottom:15px;
}
#preamble h3 {
    background: url(aba1.jpg) no-repeat left center;
    height:50px;
}
#preamble h3 span {
    display:none;
}
#supportingText {
    position:relative;
    margin-left:60px;
    width:345px;
}
#explanation {
    margin-bottom:5px;
}
#explanation h3 {
    background: url(aba2.jpg) no-repeat left center;
    height:50px;
}
#explanation h3 span {
    display:none;
    }
#participation {
    margin-bottom:5px;
}
#participation h3 {
    background: url(aba3.jpg) no-repeat left center;
    height:50px;
}
#participation h3 span {
    display:none;
}
#participation .p2, #participation .p3 {
    width:550px;
}
#benefits {
    margin-bottom:5px;
    width:563px;
}
#benefits h3 {
    background: url(aba4.jpg) no-repeat left center;
    height:50px;
}
#benefits h3 span {
    display:none;
}
#requirements {
    background: url(fundo_z4.jpg) no-repeat bottom right;
    width:563px;
}
#requirements h3 {
    background: url(aba5.jpg) no-repeat left center;
    height:50px;
}
#requirements h3 span {
    display:none;
}
#footer { 
    margin:10px 0px 0px -60px;
    text-indent: 385px;
    width:650px;
    background:url(footer.jpg) no-repeat; 
    height:30px;
}
#footer a:link, #footer a:visited { 
    padding: 2px 10px;
    color:#4d351e;
}
#linkList {
    position: absolute; 
    top: 255px; 
    right: 19px;
    width:220px;
    background: url(bg_link.gif) repeat-y;
}
#lselect { 
    font: 10px verdana, arial, sans-serif;
    color:#000;
    padding-bottom:10px;
}
#lselect h3 span {
    display:none;
}
.select {
    background: url(select.gif) no-repeat top center;
    height:30px;
}
#linkList h3 {
    margin:0;
}
#lselect li a {
    color: #555;
    display: block;
}
#lselect a.c {
    display: inline;
    color: #525252;
    text-transform:capitalize;
    background:none;
    font-weight: normal;
}
#larchives {
    padding-bottom:10px;
}
.archives {
    background: url(archives.gif) no-repeat top center;
    height:30px;
}
#larchives h3 span {
    display:none;
}
#lresources li a, #larchives li a {
    color: #525252;
}
#lresources {
    padding-bottom:40px;
    background: url(li_bottom1.gif) no-repeat bottom center;
}
.resources {
    background: url(resources.gif) no-repeat top center;
    height:30px;
}
#lresources h3 span {
    display:none;
}
#linkList li {
    list-style-type: none;
    margin-left:21px;
    margin-right:20px;
    padding:4px 3px 4px 18px;
	line-height:1.2em;
	background:url(icone_li.gif) no-repeat left center;
}

#linkList ul {
    padding: 0px;
    margin: 0px;
}
#linkList li a:hover {
    text-decoration:underline;
}
#linkList li a:active {
    text-decoration:underline;
}
.accesskey {
    text-decoration:underline;
}
/* #extraDiv1 {
    background:url(footer.jpg) no-repeat center; 
    height:30px;
    width:650px;
    margin: 0 auto;
    border-left:3px double #999;
} */
