﻿/* This is a daisy age. */

/* 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_blue_panel.gif');
background-repeat: repeat-y;
background-position:  left top;
}

/* The daisy image is attached to this. */

#container {
padding: 0;
margin: 0;
background-position: left 300px;
}
#attention{
font-weight:bold;
color: #515151;
font-size: .7em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}
#donor{
font-weight:bold;
color: #4A4A4A;
font-size: .9em;
margin-left:10px;
}
.color 
{
color:#0555AC;
}
#donor-small{
font-weight:bold;
color:#4A4A4A;
font-size: 1.2em;
margin-left:0px;
}
#donor-small ul
{
list-style-type:none;
list-style-position:outside;
padding-left:0px;
}
#donor-small li
{
padding-left:0px;
padding-bottom:10px;
}
/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-top: 0px;
margin-left: 0;
margin-right: 0;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 120px;
border-bottom: 3px dotted gold;
background-image: url('images/seniors/seniorsexercisingmanandwoman.gif');
background-repeat: no-repeat
}
#main-title-text{
padding-top:4px;
margin-bottom: 0;
margin-left: 170px;
padding-right: 230px;
color: #0555AC;
font-size: 1.3em;
font-weight:bold;
letter-spacing: 5px;
font-style: italic;
text-align: center;
}
#main-title-right-column {
position: absolute;
top: 10px;
right: 0px;
width: 220px;
padding-top:0px;
padding-right:5px;
}

#main-title-plus {
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 3px dotted gold;
	background-image: url('images/seniors/seniorsexercisingmanandwoman.gif');
	background-repeat: no-repeat;
}
#main-title-text-plus{
	padding-top: 4px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-right: 230px;
	color: #0555AC;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 5px;
	font-style: italic;
	text-align: center;
}
#main-title-right-column-plus {
position: absolute;
top: 10px;
right: 0px;
width: 220px;
padding-top:0px;
padding-right:5px;
}

#main-title-text-plus h4
{
color: #4A4A4A;
font-size:0.5em;
padding-bottom:0px;
font-style:normal;
margin-bottom:0px;
}

#flag{
position:absolute;
right:0;
top:0

}
/* Styles for the main text on the page. */

#main-text {
margin-top: 5px;
margin-bottom: 0;
margin-left: 170px;
margin-right: 220px;
padding-right: 10px;
border-right: 3px gold 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;
}
h3 {
font-size: .7em;
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: #0555AC;
}

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: 200px;
font-weight: bold;
}

#left-menu p {
margin-bottom: 4px;
text-align: right;
padding-right: 13px;
font-size: .65em;
}

#left-menu a:link, #left-menu a:visited {
color: #0555AC;
padding-right: 5px;
border-right: 3px #FFFFFF dotted;
}

#left-menu a:hover, #left-menu a.current {
color: #006699;
border-right: 3px #890100 dotted;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 178px;
right: 0px;
width: 220px;
font-size: .9em;
line-height: 1.6em;
padding-top:5px;
/*
#background-color: #f6f6f6;
#border-top: 3px gold dotted;
#background-image: url(images/Picture4.gif);

border-bottom: 3px gold dotted;
*/
background-repeat: no-repeat;

}

#main-text-img-r
{
	float:right;
	padding-right:5px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
#main-text-img-l
{
	float:left;
	padding-right:15px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#right-column strong {
color: #d14013;
font-style: normal;
}

#right-column p {
font-style: italic;
padding-left: 10px;
padding-right: 5px;
padding-top: 50px;
}
#large{
font-size:12px;
}
/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: .8em;
margin-top: 0;
padding-right: 50px;
border-top: 3px gold dotted;
}

#footer a:link, #footer a:visited {
color: gold;
}

#footer a:hover {
text-decoration: underline;
color: gold;
}
.psub {
	text-align:center;
	font-size:xx-small;
	padding-bottom:0px;
}