body {
	background-color: #2d4164;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #5576b4;
}

a:visited, a:active, a:link,
#whatsthis a:active, #whatsthis a:visited, #whatsthis a:link {
	text-decoration: none;
	color: #445f90;
}

a:hover, #whatsthis a:hover {
	text-decoration: none;
	color: #5576b4;
}

h2 {
	font-size: 110%;
	color: #6a8702;
	font-style: italic;
}

h2.bigger {
	font-size: 130%;
}

img {
	border: none;
}

label {
	float: left;
	width: 100px;
}

label.short {
	width: 50px;
	margin-left: 10px;
}

label.inline {
	width: auto;
	margin-left: 10px;
}

label.radio {
	width: 400px;
}

input, textarea {
	float: left;
	width: 400px;
}

input.med {
	width: 100px;
}

select {
	float: left;
}

input[type=radio], input[type=checkbox], input.short,
.regform input[type=radio], .regform input[type=checkbox], .regform input.short {
	width: 10px;
}

input[type=submit], input[type=button], input.dtpicker {
	width: auto;
}

form br {
	clear: both;
}

fieldset {
	padding: 10px;
}

.hr {
	height: 1px;
	background-color: #445f90;
	width: 300px;
	margin: 30px 0px 30px 0px;
}

.page {
	width: 944px;
	background-color: #fff;
	padding: 3px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.header {
	position: relative;
	height: 164px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header.home {
	height: 231px;
	width: 944px;
	margin-bottom: 3px;
}

#headerlogo {
	position: absolute;
	top: 60px;
	left: 30px;
}

#mission {
	position: absolute;
	top: 50px;
	left: 700px;
	width: 185px;
	color: #fff;
	font-style: italic;
	line-height: 1.5;
	font-family: Georgia, Times New Roman, serif;
	font-size: 90%;
	font-weight: bold;
}

.home #mission {
	top: 50px;
	line-height: 2;
	left: 752px;
	font-size: 100%;
	width: 175px;
}
	
.menu {
	background: #445f90 url(../images/menurule.jpg) no-repeat;
	height: 25px;
	padding-top: 25px;
	font-size: 9pt;
	text-transform: uppercase;
	position: relative;
	z-index: 80;
/*	font-weight: bold; */
}

.item {
	float: left;
}

.menu .item {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	color: #fff;
}

.menu .item.first {
	padding-left: 48px;
}

.menu .item a:active, .menu .item a:link, .menu .item a:visited {
	color: #fff;
}

.menu .item a:hover {
	color: #aaeb7b;
}

.menu .item img {
	position: absolute;
	top: -25px; 
	z-index: 100;
}

.menu .item .dropdown {
	display: none; 
	position: absolute;
	top: 10px;
	left: 0px;
	width: 200px;
	background: #445f90;
	padding: 5px;
	z-index: 100;
	margin-top: 3px;
}

.menu .item:hover .dropdown, .menu .item.over .dropdown {
	display: block;
}

.subitem {
	margin-bottom: 5px;
}

.content {
	margin: 0px;
	position: relative; 
	width: 694px;
	border-right: 250px solid #587cba;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	background: url(../images/sawtoothmt_pages.jpg) no-repeat bottom left;
	padding-bottom: 110px;
}

.content.homecont {
	background: url(../images/sawtoothmt.jpg) no-repeat bottom left;
}

.sidebar {
	position: absolute;
	left: 714px;
	width: 230px;
	color: #fff;
	padding-top: 15px;
	z-index: 20;
}

.sidebar h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #fff;
	margin-left: 5px;
}

.sidebar p {
	padding: 20px 35px 60px 35px;
	line-height: 200%;
	font-style: italic;
	font-family: Times New Roman, serif;
}

.sidebar p.partners {
	line-height: 100%; 
	padding-top: 0px; 
	margin-top: 0px;
	font-style: normal;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

.partners a {
	color: #fff;
}

.partners a:hover {
	color: #445f90;
}

.sidebar .hr {
	width: 140px;
	height: 1px;
	background-color: #fff;
	margin: 0px 56px 0px 56px; 
}

.sidebar .donation {
	width: 166px;
	height:52px;
	background: url(../images/givehome.png) no-repeat;
	margin: 50px 0px 30px 28px;
	text-align: center;
	padding: 78px 0px 17px 0px;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1000;
	position: relative;
}

.sidebar .donation.homedon {
	margin-top: 10px;
}

.sidebar .donation a:active,.sidebar .donation a:visited, .sidebar .donation a:link {
	color: #fff;
}

.sidebar .donation a:hover {
	color: #aebb7b;
}

.sidebar .donation.homedon a:hover {
	color: #445f90;
}

.spane {
	background: #9ebb7b; 
	width: 205px;
	height: 240px;
	overflow: auto;
}
.eventbox {
	margin-left: 5px;
	padding: 20px;
	text-align: center;
}

.spane a {
	font-weight: bold;
	text-transform: uppercase;
}

.pagetext {
	padding: 100px 60px 0px 80px;
	color: #5576b4;
	font-size: 90%;
}

.pagetitle {
	position: absolute;
	top: 30px;
	left: 20px;
	color: #6a8702;
	font-weight: bold;
	font-size: 130%;
	text-transform: lowercase;
}

.submenu {
	font-weight: normal;
	font-size: 70%;
	padding-right: 20px;
}

.submenu a:active, .submenu a:visited, .submenu a:link {
	color: #5576b4;
}

.submenu a:hover {
	text-decoration: none;
	color: #6a8702;
}

.intro {
	color: #5576b4;
	line-height: 200%;
	margin-top: -40px;
}

.hometext {
/*	color: #aebb7b; */
}

.greenletter {
	position: absolute;
	right: 613px !important;
	right: 605px;
	top: 54px;
	font-size: 250%;
/*	color: #aebb7b; */
	color: #6a8702;
	font-weight: bold;
	font-style: italic; 
	font-family: Times New Roman;
}
	
.footer {
	background-color: #445f90;
	height: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 9pt;
	padding-top: 4px;
}

.footer .item {
	padding-left: 20px;
	padding-right: 20px;
}

.footer .item.first {
	padding-left: 135px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #fff;
	text-transform: lowercase;
}

.footer a:hover {
	color: #aebb7b;
}

.credits {
	color: #ccc;
	font-size: 60%;
	margin-top: 10px;
}

.credits a:active, .credits a:visited, .credits a:link {
	color: #ccc;
}

.credits a:hover {
	color: #aebb7b;
}

.message {
	color: #93af2b;
	font-weight: bold;
	padding-bottom: 15px;
}

.green {
	color: #6a8702;
}

a:hover .green {
	color: #5576b4;
}

.regform {
	background-color: #587cba;
	color: #fff;
	padding: 15px;
}

.regform legend {
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
}

.regform fieldset {
	border-radius: 15px;
	-moz-border-radius: 15px;
}

.regform label.inline {
	margin-right: 5px;
}

.regform input, .regform textarea {
	width: 300px;
}

.regform input.inline {
	width: 100px;
}

.regform input[type=submit] {
	width: auto;
}

.regform a:active, .regform a:visited, .regform a:link {
	color: #b1c9f7;
}

.regform a:hover {
	color: #aebb7b;
}

#whatsthis {
	display: none; 
	position: absolute;
	background-color: #ccc;
	border: 1px solid #000;
	top: 20px;
	left: 300px;
	padding: 10px;
	color: #000;
}

.seal {
	float: right;
	width: 172px;
	height: 100px;
	margin-top: -30px;
	padding-left: 10px;
}

p.donate {
	margin-top: -30px;
	width: 360px;
}

.photobox {
	background-color: #445f90;
	text-align: center;
	position: relative;
	margin-top: 10px;
}

.photoprev {
	position:absolute; 
	left:0px; 
	background:url(images/controls.png) no-repeat top left; 
	width:28px; 
	height:65px; 
	text-indent:-9999px;
	z-index: 100;
}

.photonext {
	position:absolute; 
	right:0px; 
	background:url(images/controls.png) no-repeat top right; 
	width:28px; 
	height:65px; 
	text-indent:-9999px;
	z-index: 100;
}

