/* 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 */
body         { color: black; font: 8pt/16pt georgia; background-color: #ffdead; margin: 5px }
p          { color: black; font: 8pt/16pt georgia; background-color: transparent; text-align: justify; margin: 5px }
h1    { color: #f00; font: italic 18pt/16pt georgia; letter-spacing: 2px; margin-bottom: 5px }
h2       { color: #800000; font: italic 11pt/16pt georgia; letter-spacing: 1px; margin-bottom: 5px }
h3    { color: #800000; font: italic 10pt/16pt georgia; background-color: transparent; letter-spacing: 1px; margin-bottom: 5px }
h6       { color: #800000; font-style: normal; font-size: 9pt; line-height: 16pt; font-family: Georgia; text-align: justify }
h5   { color: #800000; font: italic 8pt/16pt georgia }
h4     { color: black; font-style: italic; font-size: 8pt; line-height: 16pt; font-family: Georgia; text-align: right }
a:link    { color: #f00; font-weight: bold; text-decoration: none; background-color: transparent }
a:visited    { color: #ff6347; font-weight: bold; text-decoration: none; background-color: transparent }
a:hover, a:active   { color: #9685ba; text-decoration: underline; background-color: transparent }


/* specific divs */
#container    { background: transparent no-repeat left top; margin: 0px; padding: 0px 175px 0px 110px }

#intro   { background-color: transparent; min-width: 470px }
#pageHeader   { background-color: transparent; margin-bottom: 20px }

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1     { color: #800000; font-size: 20pt; background-color: transparent; float: left; margin-top: 10px; width: 219px; height: 87px }
#pageHeader h1 span    { color: #800000; font-size: 20pt; background-color: transparent; display: none }
#pageHeader h2     { color: #800000; font-size: 16pt; background-color: transparent; float: right; margin-top: 58px; margin-bottom: 40px; width: 200px; height: 18px }
#pageHeader h2 span     { color: #800000; font-size: 16pt; background-color: transparent; display: none }

#quickSummary   { background-color: transparent; float: left; clear: both; margin: 20px 20px 20px 10px; width: 160px }
#quickSummary p   { font: italic 10pt/22pt georgia; background-color: transparent; text-align: center }

#preamble   { background-color: transparent; clear: right; padding: 0px 10px }
#supportingText   { background-color: transparent; margin-bottom: 40px; padding-left: 10px }

#footer   { background-color: transparent; text-align: center }
#footer a:link, #footer a:visited   { background-color: transparent; margin-right: 20px }

#linkList    { color: #f00; background-color: transparent; margin-left: 600px; position: absolute; top: 0px; right: 0px }
#linkList2    { color: #f00; font: 10px verdana, sans-serif; background-color: transparent; margin-top: 150px; padding: 10px; width: 130px }
#linkList h3.select    { color: #f00; background-color: transparent; margin: 10px 0px 5px; width: 97px; height: 16px }
#linkList h3.select span    { color: #f00; background-color: transparent; display: none }
#linkList h3.favorites    { color: #f00; background-color: transparent; margin: 25px 0px 5px; width: 60px; height: 18px }
#linkList h3.favorites span    { color: #f00; background-color: transparent; display: none }
#linkList h3.archives    { color: #f00; background-color: transparent; margin: 25px 0px 5px; width: 57px; height: 14px }
#linkList h3.archives span    { color: #f00; background-color: transparent; display: none }
#linkList h3.resources    { color: #f00; background-color: transparent; margin: 25px 0px 5px; width: 63px; height: 10px }
#linkList h3.resources span    { color: #f00; background-color: transparent; display: none }


#linkList ul    { color: #f00; background-color: transparent; margin: 0px; padding: 0px }
#linkList li    { color: #f00; line-height: 2.5ex; background-color: transparent; list-style-type: none; margin-bottom: 5px; padding-top: 5px; display: block }
#linkList li a:link    { color: #f00; background-color: transparent }
#linkList li a:visited    { color: #ff6347; background-color: transparent }
	


#extraDiv1   { background-color: transparent; position: absolute; top: 40px; right: 0px; width: 148px; height: 110px }