﻿/* Layout Stylesheet */ 

body {
 background:#fffcf3;
 color: #000;
 text-align:center;
 padding:0;
 margin: 0px;
 font-family: Arial;
 font-size: 12px;
 }

#outer {
 text-align:left;
 width:761px;
 margin:auto;
 }

#hdr 
{
	position: relative;
	z-index: 9;
	height:115px;
	color: #000;
 }
 
#hdr #l-col 
{
	float: left;
	width: 265px;
	padding-right: 0px;
}

#hdr #r-col 
{
	float: right;
	width: 496px;
}

#hdr #r-col
{
}

#hdr #r-col #nav {
	background-color: #cce4e8;
	height: 22px;
	}

#hdr #r-col #search
{
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
	color: #007c85;
	margin-top: 12px;
	margin-right: 20px;
}

#search #textbox 
{
	border: 1px solid #1999a3;	
}

#search #button 
{
	width: 21px;
	height: 16px;
	cursor: pointer;
	background: url("http://www.kintera.org/atf/cf/%7BF055E456-06F7-4FD3-B306-98ADFBAC929B%7D/GO.GIF");
	_background-image: url("http://www.kintera.org/atf/cf/%7BF055E456-06F7-4FD3-B306-98ADFBAC929B%7D/GO.GIF");
	border: 0px;
}

#bar {
 height:22px;
 background:#007c85;
 }

#goldbar {
 height:5px;
 background:#ffdb8d;
 }
 
#bodyblock {
 position:relative;
 color: #000;
 width:761px;
 padding:0;
 }

#l-col {
 float:left;
 color: #000;
 width:473px;
 z-index: 3;
 }
 
 #outer #hdr #bodyblock #l-col 
 {
	padding-left: 0px;
 }
 #outer #bodyblock #l-col 
 {
	padding-left: 0px;
 }

#cont 
{
	margin-right: 20px;
 width:226px;
 color: #333333;
 }

#ftr {
 height:56px;
 width: 761px;
 color: #4f9c90;
 margin:0;
 float: left;
 }
 
 #ftr #image 
 {
	height: 33px;
	text-align: center;
 }
 
 #ftr #bar {
	 height:15px;
	 border-top:1px solid #ffdb89;
	 background:#ffe5aa;

 }
 
 #ftr #bar a
 {
	 color: #4f9c90;
	 text-decoration:none;
	 font-size: 10px;
 }
 
 #spotlight 
 {
	background-color: #69bcbf;
	width: 226px;
	float: left;
 }
 
 #spotlight #item
 {
	color: #fff;
	padding: 5px 5px 5px 5px;
 }
 
#sidenav div
{
	display: none;
}
 
#sidenav li
{
	position: relative;
	display: inline;
	_float: left;
	left: -30px;
	width: 210px;
}

#sidenav li ul li ul li 
{
	left: -20px;
	width: 170px;
	display: block;

}
 
#sidenav,#sidenav ul
{
	list-style-type:none;
}
 
 #sidenav a 
 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
 }
 
.level1
{
	color: #007c85;
	text-transform: uppercase;
	font-weight: bold;
}

.level2 
{
	color: White;
	text-decoration: none;
}

#selected 
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.level2sel 
{
	color: #992b2a;
}

.level3 
{
	color: White;
}

.level3sel
{
	color: #992b2a;
}

#newsandmedia 
{
	float:left;
	width: 123px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #1999a3;
	text-transform: uppercase;
	color: White;
	font-weight: 600;
	font-size: 11px;
}

#newsandmedia a { color: White; position: relative; top: 3px; }

#donatenow 
{
	float: right;
	width: 103px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #69bcbf;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffc423;
	font-size: 11px;
}

#donatenow a { color: #ffc423; position: relative; top: 3px; }

#quicklinks a 
{
	text-decoration: none;
}

#quicklinks #bar 
{
	width: 226px;
	height: 2px;
	background: #997a7a;
}
	
