/* @override 
	http://www.hamiltonberchman.com/clients/lausdef/base.css
	http://www.losaledfoundation.org/base.css
*/

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 1em/1.25px Arial, Helvetica, sans-serif;
	background-color: #4D4D4D;
}

#wrapper {
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#top-bnr {
	width: 800px;
	height: 40px;
	margin: 0 0 10px;
	background-color: #DFECF9;
	overflow: hidden;
}

#site-title {
	width: 260px;
	height: 270px;
	background: url(images/main-sig3.jpg) no-repeat left top;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

#oaktree {
	height: 270px;
	margin: 0;
	padding: 0;
	width: 500px;
	background-image: url(images/californiaoak.jpg);
	float: right;
}

#homeleft {
	width: 345px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#homeright {
	width: 400px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#otherleft {
	width: 220px;
	margin: 0;
	padding: 0 35px;
	float: left;
}

#otherright {
	width: 460px;
	margin-left: 300px;
}

#announcement-box {
	width: 345px;
	margin: 0;
	padding: 0;
	background-color: #DFECF9;
	overflow: hidden;
}

#announcement-text {
	width: 215px;
	float: left;
}

#contribute-now-area {
	width: 370px;
	padding: 0 15px;
	margin: 0;
	background: url(images/boyonbanner.png) left bottom;
	height: 214px;
	overflow: hidden;
}

#news-events {
	margin-top: 35px;
	margin-left: 14px;
	margin-right: 15px;
}

#footer {
	margin: 50px 0 0;
	padding: 15px;
	background-color: #95AABC;
	clear: both;
	color: white;
	font-size: .8em;
	line-height: 1em;
}

#quote-box {
	width: 210px;
	padding: 8px;
	background-color: #DFECF9;
	overflow: hidden;
	margin: 15px 0;
	font-size: 1.1em;
}

#quote-box ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	color: black;
}

.quote {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.attribute {
	color: gray;
	margin: 10px 0 0;
	padding: 0;
	font-size: .6em;
	line-height: 1.1em;
}

/* @group links */

a:link, a:visited {
	color: #0071BC;
}

a:hover {
	text-decoration: none;
	color: #009933;
}

a:active {
	text-decoration: none;
}

/* @end */

/* @group typography */

h1 {
	font-size: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.75em;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 1.15em;
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1em;
	line-height: 1.25em;
}

h1.site-title {
	width: 230px;
	height: 254px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px 8px;
	color: white;
	font-size: 1.25em;
	line-height: 1.3em;
}

.dategray {
	color: #999;
	font-size: .75em;
}

a#donatebutton {
	display: block;
	background-color: #244988;
	width: 250px;
	text-align: center;
	padding: 8px;
	color: yellow;
	border: 1px solid #FF4D33;
	text-decoration: none;
	margin-bottom: 35px;
	margin-top: 35px;
}

a:hover#donatebutton {
	display: block;
	background-color: #14284b;
	width: 250px;
	text-align: center;
	padding: 8px;
	color: lime;
	border: 1px solid #FF4D33;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group main navigation */

#mainnavlist {
	clear: both;
	height: 75px;
	margin: 0;
	padding: 0;
	background: url(images/mainnav_bkgd.png) repeat-x;
	width: 100%;
	overflow: hidden;
}

#mainnavlist ul {
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	height: 45px;
	margin: 0;
	padding: 0;
}

#mainnavlist ul li {
	display: inline;
}

#mainnavlist ul li a {
	padding: 9px 10px 0;
	color: #95AABC;
	text-decoration: none;
	float: left;
	height: 37px;
	font-size: 14px;
	line-height: 13px;
	width: 94px;
	text-align: center;
}

#mainnavlist ul li a:hover {
	color: #244988;
	border-bottom: 4px solid black;
	height: 32px;
}

#mainnavlist ul li a.lastone {
	width: 96px;
}

#mainnavlist ul li a#current {
	border-bottom: 4px solid #FF4D33;
	color: #244988;
	height: 32px;
}

/* @end */

/* @group homel

eft */

#homeleft h3 {
	margin-top: 0;
	margin-left: 45px;
	line-height: 1em;
	font-size: 1.25em;
	margin-bottom: 0;
}

#homeleft ul {
	font-size: .9em;
	margin: 10px 0 10px 23px;
	padding: 0 0 0 35px;
}

#homeleft li {
	margin-top: 0;
	margin-bottom: 8px;
	list-style-image: url(images/gray-arrows.gif);
	padding-top: 3px;
	line-height: 1em;
}

#homeleft li a {
	color: #0071BC;
}

#homeleft li.more a {
	color: #FF4D33;
}

#homeleft li.more {
	list-style-image: url(images/orange-arrows.gif);
	margin-top: 22px;
}

#announcement-box h3 {
	padding-top: 20px;
}

#announcement-box img {
	float: left;
	margin: 15px 15px 25px 45px;
}

#announcement-box h4 {
	line-height: 1em;
	font-size: 1em;
	margin: 15px 0 5px;
	padding: 0;
}

#announcement-box p {
	font-size: .8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group homeright */

#homeright p {
	font-size: .85em;
	line-height: 1em;
	padding: 0;
	margin: 3px 0 8px;
}

#contribute-now-area h3 {
	width: 260px;
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #000066;
	font-size: .9em;
}

#contribute-now-area div#contribute-now {
	position: relative;
	top: 40px;
	width: 250px;
}

#contribute-now, #contribute-now h3 {
	color: white;
	font-size: 1.15em;
}

#contribute-now span.green {
	color: #CCFF33;
}

#contribute-now-area a {
	color: white;
	text-decoration: none;
}

#news-events h3 {
	font-size: 1.25em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

#news-events h4 {
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	margin: 3px 0;
}

#news-events img {
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	background-color: silver;
	margin-top: 10px;
}

#news-events p.date {
	margin: 10px 0 0;
	padding: 0;
	font-size: .75em;
	color: gray;
}

/* @end */

/* @group otherright+otherleft */

#otherright h3 {
	color: #244988;
}

#otherright h4 {
	color: black;
	margin-top: 30px;
	font-size: 1.25em;
	margin-bottom: 0;
	padding: 0;
}

#otherleft h3 {
	color: #666;
	font-size: 1em;
	padding: 0;
	margin: 9px 0 0;
}

#otherleft ul {
	color: #666;
	line-height: 1.2em;
	font-size: .9em;
	margin: 15px 50px 50px 15px;
	padding: 0;
}

#otherleft li {
	line-height: 1.2em;
	list-style-image: url(images/gray-arrows.gif);
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0;
}

#otherleft li a {
	color: #0071BC;
}

#otherright ul li {
/*	margin: 0 0 10px;
	padding: 0 0 5px;
*/
	line-height: 1.3em;
}

/* @end */

/* @group footer */

#footer a {
	color: #0071BC;
}

#footer #left {
	float: left;
}

#footer #right {
	float: right;
	width: 250px;
	border-left: 1px solid gray;
	padding-left: 25px;
}

/* @end */

/* @group top navigation */

#top-nav {
	font-size: 12px;
	position: absolute;
	top: 12px;
	padding: 0;
	margin: 0 0 0 525px;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#navlist li a:link {
	color: #7690A8;
}

#navlist li a:hover {
	color: #009933;
	text-decoration: none;
}

#navlist li a.active {
	color: #244963;
	text-decoration: none;
}

#navlist li#home {
	list-style-image: url(images/orange-box.gif);
	border-left-style: none;
}

/* @end */

/* @group contribute now button */

#contributenow-button a {
	text-indent: -1000em;
	background: url(images/contribute-now.png) no-repeat left top;
	width: 150px;
	height: 40px;
	display: block;
	overflow: hidden;


/* For nested divs in Safari */
}

/* IE 5 hack */

#contributenow-button a {
	overflow: hidden;
}

/* end hack */

#contributenow-button a:hover {
	background-position: -150px 0px;
}

#contributenow-button {
	margin-bottom: 30px;
	display: block;
	padding: 0;
}

/* @end */

.clearboth {
	clear: both;
}