/* 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 400px;
}

/* 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.6em;
	letter-spacing: 5px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 20px;
	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: 0.8em;
	line-height: 1.8em;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

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 {
	text-decoration: none;
	font-weight: bold;
	color: #FDAC00;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #FDAC00;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: #FDAC00;
}

/* Styles for the navbar on the left side. */


#left-menu {
position: absolute;
top: 0;
left: 0;
width: 160px;
height: 100%;
padding-top: 60px;
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 #777600 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: 0.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;
	text-align: center;
}

#right-column p {
font-style: italic;
padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
}


/* 
	Links and Credits pages Table styles

*/
table,td,th{
	border:none;
	margin:0;
	padding:0;
}
table{
	border:none;
}
td,th{
	padding:.2em 0.5em;
	vertical-align:middle;
	font-weight:normal;
	text-align: left;
}
thead th{
	font-weight:bold;
	font-size:90%;
	vertical-align:middle;
	border-bottom:none;
	margin-bottom:5px;
}
tbody th,td{
	border-right:none;
}



tbody th{
	border-left:1px solid #000;
}
tfoot td,tfoot th{
	margin-top:5px;
	border:none;
	border-top:none;
}
table a:link{
	color:#363;
}
table a:visited{
	color:#696;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}



/* 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;
}
#container #main-text .style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5;
	color: #777600;
	letter-spacing: normal;
	text-align: left;
}

