/* This is a daisy age. *//*------------------------------------------------------Copyright Maxine Sherrin, www.westciv.comsome rights reservedhttp://creativecommons.org/licenses/by-sa/2.0/You are free to use this style sheet and itsassociated image files to create your own site.However, we ask that you respect the template'screator by maintaining this attribution inthe style sheet.------------------------------------------------------*//* Has a background image to create the black panel down the left side of the page, because height property can't be relied on. */body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;background-image: url(images/left_black_panel.gif);background-repeat: repeat-y;background-position: top left;}/* The daisy image is attached to this. */#container {padding: 0;margin: 0;background-image: url(images/daisy.jpg);background-repeat: no-repeat;background-position: left 300px;}/* Banner across top of page that says the name of the whole site */#main-title {margin-bottom: 0;margin-left: 0;margin-right: 0;padding-left: 25px;padding-right: 100px;font-size: 1.3em;letter-spacing: 5px;text-align: right;padding-top: 3px;padding-bottom: 7px;font-style: italic;color: #fdac00;border-bottom: 3px #fdac00 dotted;}/* Styles for the main text on the page. */#main-text {margin-top: 0;margin-bottom: 0;margin-left: 170px;margin-right: 220px;padding-right: 10px;border-right: 3px #fdac00 dotted;color: #515151;}p, ul, ol, table {text-align: justify;font-size: .7em;line-height: 1.9em;margin: 0;padding-top: 5px;padding-bottom: 5px;}ol, ul {margin-left: 25px;}h1 {margin-top: 0;margin-bottom: 10px;margin-left: 0;margin-right: 0;font-size: 1.2em;padding-bottom: 9px;padding-top: 10px;padding-left: 0;padding-right: 0;color: #515151;font-weight: normal;}h2 {font-size: .9em;font-weight: bold;padding-left: 0;color: #515151;margin: 0;padding-top: 5px;padding-bottom: 5px;}a:link, a:visited {text-decoration: none;font-weight: bold;color: #fdac00;}a:hover {text-decoration: none;font-weight: bold;color: #d14013;}/* Styles for the navbar on the left side. */#left-menu {position: absolute;top: 0;left: 0;width: 160px;height: 100%;padding-top: 50px;font-weight: bold;}#left-menu p {margin-bottom: 4px;text-align: right;padding-right: 19px;font-size: .8em;}#left-menu a:link, #left-menu a:visited {color: #ffffff;padding-right: 5px;border-right: 3px #000 dotted;}#left-menu a:hover, #left-menu a.current {color: #fdac00;border-right: 3px #fdac00 dotted;}/* Styles for the pullquote on the right side. */#right-column {position: absolute;top: 100px;right: 0px;width: 220px;font-size: .9em;line-height: 1.6em;background-color: #f6f6f6;border-top: 3px #fdac00 dotted;border-bottom: 3px #fdac00 dotted;}#right-column strong {color: #d14013;font-style: normal;}#right-column p {font-style: italic;padding-left: 10px;padding-right: 5px;padding-top: 50px;}/* Styles for the footer at the bottom of the page */#footer {text-align: right;margin-bottom: 0;padding-top: 8px;padding-bottom: 8px;font-size: .8em;margin-top: 0;padding-right: 50px;border-top: 3px #fdac00 dotted;}#footer a:link, #footer a:visited {color: #fdac00;}#footer a:hover {text-decoration: underline;color: #fdac00;}