* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	background: #807C6D url(/images/bg.jpg) repeat-y top center;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6F6A5E;
}
#wrapper {
	margin: 0 auto;
	width: 931px;
	text-align: left;
	background-color: #FFF;
}
#main {
	float: left;
	width: 931px;
	background-color: #FFF;
}
#content {
	float: left;
	width: 100%;
}
#header {
	position: relative;
	float: left;
	width: 931px;
	height: 140px;
	z-index: 1000;
	background: transparent url(/images/header.jpg) no-repeat 0 -48px;
}
#header a { font-weight: normal; }
a#logo {
	display: block;
	position: absolute;
	top: 32px;
	left: 25px;
	width: 308px;
	height: 75px;
	text-indent: -9999px;
}

/* navigation */

ul#nav {
	position: absolute;
	top: 82px;
	left: 350px;
	list-style-type: none;
	margin: 0;
	font-size: 10px;
}
ul#nav li {
	position: relative;
	float: left;
	display: inline;
	margin-right: 10px;
}
ul#nav li a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	background-image: url(/images/navigation.jpg);
}
ul#nav li a#about-us { width: 53px; }
ul#nav li a#about-us:hover, ul#nav li.hovered a#about-us { background-position: 0 -24px; }
ul#nav li a#our-program {
	width: 79px;
	background-position: -53px 0;
}
ul#nav li a#our-program:hover, ul#nav li.hovered a#our-program { background-position: -53px -24px; }
ul#nav li a#admissions-referrals {
	width: 138px;
	background-position: -132px 0;
}
ul#nav li a#admissions-referrals:hover, ul#nav li.hovered a#admissions-referrals { background-position: -132px -24px; }
ul#nav li a#donate {
	width: 44px;
	background-position: -270px 0;
}
ul#nav li a#donate:hover, ul#nav li.hovered a#donate { background-position: -270px -24px; }
ul#nav li a#our-staff {
	width: 54px;
	background-position: -314px 0;
}
ul#nav li a#our-staff:hover { background-position: -314px -24px; }
ul#nav li a#faqs {
	width: 35px;
	background-position: -368px 0;
}
ul#nav li a#faqs:hover { background-position: -368px -24px; }
ul#nav li a#contact {
	width: 51px;
	background-position: -403px 0;
}
ul#nav li a#contact:hover { background-position: -403px -24px; }
ul#nav li a#blog {
	width: 30px;
	background-position: -454px 0;
}
ul#nav li a#blog:hover { background-position: -454px -24px; }

	/* drop down menus */
	
	ul#nav li ul {
		position: absolute;
		display: none;
		top: 24px;
		left: 0;
		background-color: #91AC02;
		padding: 25px;
		margin: 0;
	}
	ul#nav li.hovered ul { display: inline; }
	ul#nav li ul li {
		float: left;
		clear: both;
		width: 135px;
		line-height: 16px;
	}
	ul#nav li ul li a {
		font-size: 11px;
		height: auto;
		color: #FFF;
		text-indent: 0;
		text-decoration: none;
		background-image: none;
	}
	ul#nav li ul li a:hover { text-decoration: underline; }
	ul#nav li ul#admissions-referrals-sub li { width: 120px; }
	
/* sub navigation */

ul#sub-nav {
	position: absolute;
	top: 57px;
	left: 350px;
	list-style-type: none;
	margin: 0;
}
ul#sub-nav li {
	float: left;
	display: inline;
	margin-right: 10px;
}
ul#sub-nav li a {
	display: block;
	height: 17px;
	text-indent: -9999px;
	background-image: url(/images/sub-navigation.jpg);
}
ul#sub-nav li a#news { width: 26px; }
ul#sub-nav li a#news:hover { background-position: 0 -17px; }
ul#sub-nav li a#careers {
	width: 36px;
	background-position: -26px 0;
}
ul#sub-nav li a#careers:hover { background-position: -26px -17px; }
ul#sub-nav li a#volunteer {
	width: 51px;
	background-position: -62px 0;
}
ul#sub-nav li a#volunteer:hover { background-position: -62px -17px; }
ul#sub-nav li a#board-of-directors {
	width: 94px;
	background-position: -113px 0;
}
ul#sub-nav li a#board-of-directors:hover { background-position: -113px -17px; }
ul#sub-nav li a#mental-health-resources {
	width: 125px;
	background-position: -207px 0;
}
ul#sub-nav li a#mental-health-resources:hover { background-position: -207px -17px; }

/* home page styles */

#interactive-tour {
	float: left;
	width: 931px;
	height: 524px;
}
#home-content {
	float: left;
	width: 931px;
	padding: 34px 0 10px 0;
	background-color: #FFF;
}
	/* column 1 */
	
	#home-content #column1 {
		float: left;
		display: inline;
		clear: left;
		width: 354px;
		margin-left: 27px;
	}
	#home-content #column1 img {
		margin-bottom: 17px;
	}
	
	/* column 2 */

	#home-content #column2 {
		float: left;
		display: inline;
		width: 208px;
		margin-left: 35px;
		background: transparent url(/images/home-separator.gif) no-repeat top left;
	}
	#home-content #column2 div {
		float: left;
		width: 208px;
		padding: 29px 0 14px 0;
		background: transparent url(/images/home-separator.gif) no-repeat bottom left;
	}
	#home-content #column2 form {
		width: auto;
		margin: 0;
		padding: 0;
	}
	#home-content #column2 img { margin-bottom: 15px; }
	#home-content #column2 input {
		background-color: #E4E5D2;
		padding: 8px;
		width: 165px;
		border: 0;
		font-size: 10px;
		color: #6F6A5E;
		margin: 0 5px 15px 0;
	}
	
	/* column 3 */

	#home-content #column3 {
		float: right;
		display: inline;
		width: 271px;
	}
	#home-content #column3 #home-success-video { margin-bottom: 17px; }
	#home-content #column3 img { margin-bottom: 5px; }
	#home-content #column3 p { width: 245px; }
	
/* interior callouts */

#interior-callouts {
	float: left;
	width: 100%;
	height: 210px;
	padding-top: 50px;
	background: transparent url(/images/interior-callout-bg.jpg) no-repeat 0 0;
}
#interior-callouts form {
	width: auto;
	margin: 0;
	padding: 0;
}
#interior-callouts div {
	float: left;
	display: inline;
	margin-left: 25px;
}
#interior-callouts div img { 
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#interior-callouts #interior-signup {
	float: left;
	display: inline;
	width: 208px;
	height: 52px;
	padding-top: 65px;
	margin: 0 10px 10px 0;
	background: transparent url(/images/interior-signup-bg.jpg) no-repeat 0 0;
}
#interior-callouts #interior-signup img { float: none; }
#interior-callouts #interior-signup input {
	background-color: #E4E5D2;
	padding: 8px;
	width: 145px;
	border: 0;
	font-size: 10px;
	color: #6F6A5E;
	margin: 0 5px 15px 10px;
}

/* general body styles */

.content {
	float: left;
	display: inline;
	width: 835px;
	margin-left: 50px;
}
.content-page {
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}
.content-page .left {
	float: left;
	display: inline;
	width: 306px;
	margin-right: 30px;
}
.content-page .left p {
	float: right;
	width: 250px;
	color: #BAB59E;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	margin-top: 20px;
}
.content-page .right {
	float: left;
	display: inline;
	width: 530px;
	line-height: 18px;
}
.content-dark {
	float: left;
	width: 100%;
	padding: 30px 0;
	background-color: #3B3932;
	color: #FFF;
}
.content-dark .title {
	color: #FFF;
	margin-bottom: 25px;
}
.content-dark .sub-title {
	font-size: 13px;
	line-height: 17px;
	color: #B1AC96;
	margin-bottom: 20px;
}
.image-content {
	float: left;
	width: 100%;
}
.image-content img {
	float: left;
	display: inline;
}
.image-content div {
	float: right;
	display: inline;
	width: 540px;
	line-height: 14px;
	margin-right: 25px;
}
.image-content div img.header { margin: 15px 0 35px 0; }
.image-content div div {
	float: left;
	display: inline;
	width: 475px;
	margin: 0 0 0 35px;
}

/* donate styles */

#donate-page {
	float: left;
	width: 100%;
	background-color: #3B3932;
	padding-bottom: 30px;
}
#donate-page .left {
	float: left;
	display: inline;
	width: 365px;
	border-right: 1px solid #4B483F;
	font-size: 11px;
	color: #AEA994;
	line-height: 14px;
}
#donate-page .left div {
	float: left;
	display: inline;
	width: 280px;
	margin-left: 53px;
}
#donate-page .left .important {
	color: #FFF;
	line-height: 24px;
	font-size: 18px;
}
#donate-page .right {
	float: left;
	display: inline;
	margin: 0 0 0 38px;
	width: 510px;
}
#donate-form {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 18px;
	width: 510px;
}
#donate-form label { 
	color: #FFF;
	margin-bottom: 2px;
}
#donate-form label#amount-label { color: #F6FAE6; }
#donate-form .text-field {
	border: 1px solid #807C6D;
	background-color: #403E37;
	padding: 5px;
	width: 95%;
	color: #FFF;
}
#donate-form .fill {
	float: left;
	display: inline;
	width: 480px;
	background-color: #4A483F;
	padding: 20px 0;
	margin-bottom: 25px;
}
#donate-form .fill img {
	float: left;
	display: inline;
	margin-top: 7px;
}
#donate-form .group { margin: 0 20px 15px 0; }
#donate-form .fill .group { margin: 0 0 15px 20px; }

/* blog styles */

#blog-page {
	float: left;
	width: 100%;
	background-color: #3B3932;
	padding-bottom: 30px;
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
}
#blog-page .left {
	float: left;
	display: inline;
	width: 335px;
}
#blog-page .left div {
	float: left;
	display: inline;
	width: 235px;
	margin: 0 0 25px 50px;
	padding-bottom: 25px;
	background: transparent url(/images/separator-dark.jpg) repeat-x bottom left;
}
#blog-page .left div img { margin-bottom: 15px; }
#blog-page .left div ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	margin-left: 0;
}
#blog-page .left div ul li { padding-left: 10px; }
#blog-page .left div a, #blog-page .left div a:active, #blog-page .left div a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#blog-page .left div ul li.selected a, #blog-page .left div a:hover { color: #A5C302; }
#blog-page .left div ul li.selected {
	background: transparent url(/images/category-selected.gif) no-repeat 0 5px;
}
#blog-page .right {
	float: left;
	display: inline;
	width: 450px;
}
#blog-page .right div {
	float: left;
	display: inline;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 35px;
	background: transparent url(/images/separator-dark.jpg) repeat-x bottom left;
}
#blog-page .right .date { 
	margin-bottom: 5px;
	font-size: 11px;
}
#blog-page .right .author { color: #807C6D; }
#blog-page .right .title { margin-bottom: 20px; }
#blog-page .right img { margin-bottom: 20px; }
#blog-page .right div.pagination { 
	background-image: none;
	font-size: 11px;
}
#blog-page .right div.pagination a {
	color: #807C6D;
	text-decoration: none;
	margin-right: 3px;
}
#blog-page .right div.pagination img { margin: 0; }
#blog-page .right div.pagination a.previous { margin-right: 8px; }
#blog-page .right div.pagination a.next { margin-left: 8px; }
#blog-page .right div.pagination a:hover, #blog-page .right div.pagination a.selected {
	color: #FFF;
	text-decoration: underline;
}

/* apply styles */

#apply-forms {
	float: left;
	width: 550px;
}
#apply-forms p.apply-title { color: #767365; }
.apply-form {
	float: left;
	width: 550px;
	background-color: #F6FAE6;
	border: 1px solid #E3E2C2;
	margin-bottom: 30px;
}
.apply-form div {
	float: left;
	display: inline;
	width: 510px;
	margin-left: 30px;
	padding: 30px 0;
	background: transparent url(/images/apply-download-separator.jpg) no-repeat bottom left;
}
.apply-form div.no-separator { background: none; }
.apply-form div div {
	width: 350px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #DBDDCA;
	background: none;
}
div#download-zip div {
	padding: 20px 0;
}
.apply-form div div p { margin-bottom: 0; }
.apply-form div img {
	float: left;
	display: inline;
	margin-left: 15px;
}

/* success stories */

#success-stories {
	float: left;
	width: 100%;
	padding: 20px 0;
}
#success-stories-top a.video-thumb, #success-stories a.video-thumb {
	float: left;
	display: inline;
	width: 339px;
	height: 253px;
}
#success-stories-top a, #success-stories a { position: relative; }
.play-button {
	position: absolute;
	display: block;
	bottom: 40px;
	right: 40px;
	width: 45px;
	height: 45px;
	background-image: url(/images/video-play.png);
}
#success-stories .image-content { padding: 30px 0; }
#success-stories div div {
	padding: 15px 0;
	background: transparent url(/images/separator-light.jpg) no-repeat bottom left;
}
#success-stories .image-content div div {
	padding: 0;
	background-image: none;
}
#success-stories .title { font-size: 13px; }

/* sample daily schedule */

#sample-schedule {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
#sample-schedule .date {
	font-size: 12px;
	margin-bottom: 0;
}
#sample-schedule .image-content p.title { margin-bottom: 20px; }
#sample-schedule .image-content p { margin: 0; }
#sample-schedule .image-content { 
	margin-bottom: 20px;
	background: transparent url(/images/separator-dark.jpg) no-repeat 367px bottom;
}
#sample-schedule .image-content div.first {
	background: transparent url(/images/separator-dark.jpg) no-repeat top left;
}
#sample-schedule .image-content div {
	padding: 25px 0;
}
#sample-schedule .image-content div div {
	line-height: 18px;
	padding: 0;
	margin: 0;
	width: 100%;
	
}
#sample-schedule .image-content div div p {
	margin-left: 35px;
	width: 475px;
}

/* staff styles */

#staff-list {
	float: left;
	display: inline;
	width: 880px;
	margin-left: 50px;
	padding: 30px 0 30px 0;
}
#staff-list div {
	float: left;
	display: inline;
	height: 175px;
	width: 395px;
	padding-bottom: 25px;
	margin: 0 35px 25px 0;
	background: transparent url(/images/separator-light.jpg) no-repeat bottom left;
}
#staff-list div.staff-separator {
	clear: both;
	background: none;
	padding: 0;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	width: 100%;
	margin: 0;
}
#staff-list div img {
	float: left;
	display: inline;
	margin-right: 25px;
}
#staff-list div p {
	float: left;
	display: inline;
	width: 250px;
}
#staff-list div .title { margin-bottom: 0; }
#staff-list div .title span { font-size: 70%; }
#staff-list div .sub-title { font-weight: bold; }
#staff-close {
	float: left;
	width: 487px;
	height: 13px;
	background: transparent url(/images/staff-close.jpg) no-repeat 0 0;
}
#staff-close a {
	float: right;
	display: block;
	width: 50px;
	height: 13px;
	text-indent: -9999px;
}
#staff-bio div .title { margin: 30px 0 0 0; }
#staff-bio .sub-title {
	color: #807C6D;
	font-weight: bold;
	font-size: 10px;
}

/* video styles */

#video-header {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 70px;
	background-image: url(/images/page-headers/video.jpg);
}
#video-header p {
	position: absolute;
	color: #FFF;
	font-size: 13px;
	left: 200px;
	top: 25px;
}
#videos {
	float: left;
	display: inline;
	width: 100%;
	padding: 10px 0 30px 0;
	background-color: #3B3932;
}
#videos #video-content {
	float: left;
	display: inline;
	width: 720px;
	margin-left: 105px;
}
#videos #video-content #video-large {
	float: left;
	display: inline;
	width: 720px;
	height: 540px;
	margin-bottom: 20px;
	background-color: #807C6D;
}
#videos #video-thumbs {
	float: left;
	display: inline;
	width: 720px;
}
#videos #video-thumbs img { margin-bottom: 10px; }
#videos #video-thumbs div {
	float: left;
	display: inline;
	width: 25%;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#videos #video-thumbs div span { color: #BAB59E; }

/* photo album styles */

#photo-header {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 70px;
	z-index: 1;
	background-image: url(/images/page-headers/photos.jpg);
}
#photo-header p {
	position: absolute;
	left: 200px;
	top: 27px;
	width: 400px;
	color: #FFF;
	font-size: 16px;
}
#photo-header p span {
	color: #807C6D;
	font-size: 11px;
}
#photo-header .select-menu {
	position: absolute;
	right: 40px;
	top: 27px;
}
#photo-album {
	position: relative;
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #2A2924;
}
#photo-thumbs {
	float: left;
	display: inline;
	width: 195px;
	margin: 0 25px 0 50px;
}
#photo-thumbs-mask {
	position: relative;
	width: 195px;
	height: 500px;
	margin-bottom: 20px;
	overflow: hidden;
	background: transparent url(/images/separator-darker.jpg) repeat-x bottom left;
}
#photo-thumbs-scroller {
	position: absolute;
	width: 5000px;
	height: 500px;
}
#photo-thumbs-scroller div {
	float: left;
	display: inline;
	width: 200px;
	height: 500px;
}
#photo-thumbs-scroller img { 
	border: 4px solid #2A2924;
	margin: 0 4px 4px 0;
	cursor: pointer;
}
#photo-thumbs-scroller img.selected { border: 4px solid #A5C302; }
#photo-thumbs-nav { text-align: center; }
#photo-thumbs-nav a {
	color: #807C6D;
	text-decoration: none;
}
#photo-thumbs-nav a:hover, #photo-thumbs-nav a.selected {
	color: #FFF;
	text-decoration: underline;
}
#photo-full {
	float: left;
	display: inline;
	width: 558px;
	height: 558px;
	margin-top: 4px;
}
#photo-full-mask {
	position: relative;
	width: 558px;
	height: 558px;
	overflow: hidden;
}
#photo-full-scroller {
	position: absolute;
	width: 100000px;
	height: 558px;
}
#photo-full-scroller div {
	position: relative;
	float: left;
	display: inline;
	width: 558px;
	height: 558px;
}
#photo-full-scroller div div.caption-bg {
	position: absolute;
	background-color: #757263;
	height: auto;
	padding: 15px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	text-indent: -9999px;
}
#photo-full-scroller div div.caption-text {
	position: absolute;
	height: auto;
	padding: 15px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
#photo-full-scroller div img { position: absolute; }
#photo-nav {
	position: absolute;
	right: 30px;
	top: 320px;
	width: 42px;
	height: 31px;
	background-image: url(/images/photo-nav.jpg);
}
#photo-nav a {
	position: absolute;
	display: block;
	height: 20px;
	width: 12px;
	top: 2px;
}
#photo-nav a.right { right: 0; }

/* annual report styles */

#annual-report {
	float: left;
	display: inline;
	margin-left: 50px;
	width: 835px;
	padding-top: 20px;
}
#annual-report div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: transparent url(/images/separator-light.jpg) repeat-x bottom left;
}
#annual-report div div {
	float: left;
	display: inline;
	padding: 50px 0 0 0;
	margin: 0;
	width: 640px;
	background-image: none;
}
#annual-report div img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
#annual-report .title { margin-bottom: 0; }
#annual-report .sub-title { font-weight: bold; }

/* news styles */

#news-header {
	position: relative;
	float: left;
	width: 931px;
	height: 70px;
	background-image: url(/images/page-headers/news.jpg);
}
#news-header p {
	position: absolute;
	left: 120px;
	top: 26px;
	font-size: 13px;
	color: #FFF;
}
#news-page {
	float: left;
	width: 100%;
	background-color: #3B3932;
	padding-bottom: 30px;
	color: #FFF;
	font-size: 10px;
	line-height: 18px;
}
#news-page .left {
	float: left;
	display: inline;
	width: 335px;
}
#news-page .left div {
	float: left;
	display: inline;
	width: 235px;
	margin: 0 0 0 50px;
	padding: 25px 0;
	background: transparent url(/images/separator-dark.jpg) repeat-x top left;
}
#news-page .left div img { margin-bottom: 15px; }
#news-page .left div ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#news-page .left div ul li span {
	color: #807C6D;
}
#news-page .left div a, #news-page .left div a:active, #news-page .left div a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}
#news-page .left div ul li.selected a, #news-page .left div ul li.selected a:active,
#news-page .left div ul li.selected a:visited #news-page .left div a:hover { color: #A5C302; }
#news-page .left div form {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#news-page .left div input {
	float: left;
	border: 1px solid #807C6D;
	background-color: #2E2C27;
	padding: 5px;
	width: 90%;
	color: #9E9A87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}
#news-page .right {
	float: left;
	display: inline;
	width: 550px;
}
#news-page .right a { font-weight: normal; }
#news-page .right div {
	float: left;
	display: inline;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 35px;
	background: transparent url(/images/separator-dark.jpg) repeat-x bottom left;
}
#news-page .right div.press-release-download p, #news-page .right div.media-file p {
	float: left;
	display: inline;
	width: 415px;
}
#news-page .right div.press-release img, #news-page .right div.press-release-download img, 
#news-page .right div.media-file img { float: right; }
#news-page .right .date { 
	margin-bottom: 7px;
	font-size: 11px;
}
#news-page .right .title { margin-bottom: 5px; }
#news-page .right img { margin-bottom: 20px; }
#news-page .right .filename { 
	font-size: 11px;
	margin-bottom: 0;
}
#news-page .right .author { margin-bottom: 0; }
#news-page .right .author span, #news-page .right .filename span { color: #807C6D; }
#news-page .right .filename a { color: #FFF; }
#news-page .right div.pagination { 
	background-image: none;
	font-size: 11px;
	text-align: center;
	margin: 0;
}
#news-page .right div.pagination a {
	color: #807C6D;
	text-decoration: none;
	margin-right: 3px;
}
#news-page .right div.pagination img { margin: 0; }
#news-page .right div.pagination a.previous { margin-right: 8px; }
#news-page .right div.pagination a.next { margin-left: 8px; }
#news-page .right div.pagination a:hover, #news-page .right div.pagination a.selected {
	color: #FFF;
	text-decoration: underline;
}

/* events page styles */

#events-page {
	float: left;
	width: 100%;
	background-color: #3B3932;
	padding-bottom: 30px;
	color: #AEA994;
	font-size: 11px;
	line-height: 18px;
	padding: 35px 0;
}
#events-page .left {
	float: left;
	display: inline;
	width: 306px;
	margin-right: 100px;
}
#events-page .left p {
	float: left;
	display: inline;
	width: 250px;
	margin: 0 0 15px 50px;
	line-height: 14px;
}
#events-page .left p.title {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 10px;
}
#events-page .left p.event-details {
	font-size: 13px;
	color: #8BA10E;
	line-height: 18px;
}
#events-page .left img { margin-bottom: 25px; }
#events-page .left .more-info { margin-top: 15px; }
#events-page .right {
	float: left;
	display: inline;
	width: 485px;
}
#events-page .right form {
	width: auto;
	margin: 0;
	padding: 0;
}
#events-page .right div {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
}
#events-page .right #donate-form .group {
	float: left;
	display: inline;
	width: 275px;
	margin: 0 20px 15px 0;
}
#events-page .right #donate-form .group .select-menu {
	width: 90%;
	margin: 0;
}
#events-page .right #donate-form .fill .group { margin: 0 0 15px 20px; }
#events-page .right .ticket { 
	margin: 0;
	line-height: 14px;
}
#events-page .right .ticket .desc {
	float: left;
	display: inline;
	width: 360px;
	margin: 15px 0 0 0;
}
#events-page .right .ticket .title {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
#events-page .right .ticket .sub-title {
	font-size: 11px;
	font-weight: bold;
	color: #8BA10E;
	margin-bottom: 10px;
}
#events-page .right .ticket .quantity {
	float: right;
	display: inline;
	width: 85px;
	height: 63px;
	border-left: 1px solid #4B483F;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #F6FAE6;
	padding-top: 15px;
	line-height: 24px;
}
#events-page .right .ticket .quantity img { margin-top: 10px; }
#events-page .right .ticket .quantity input {
	background-color: #403E37;
	border: 1px solid #807C6D;
	font-size: 11px;
	font-weight: bold;
	color: #F6FAE6;
	padding: 5px 5px 5px 10px;
	width: 15px;
}
#events-page .right .separator, #events-page .right #checkout-contents div.separator {
	float: left;
	width: 100%;
	margin: 15px 0;
	background: transparent url(/images/separator-dark.jpg) repeat-x bottom left;
}
#events-page #checkout-contents {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#events-page #checkout-contents div {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
#checkout-contents div p { margin: 0; }
#checkout-contents div span {
	font-size: 11px;
	color: #8BA10E;
}
#checkout-contents div p.total {
	position: absolute;
	right: 0;
	top: 0;
}
#checkout-contents div#checkout-total span { font-size: 13px; }

/* our strategic plan */

.content-page .left #our-strategic-left {
	float: right;
	background-color: #F6FAE6;
	border: 1px solid #E3E2C2;
	padding: 20px 0;
	margin-top: 25px;
}
.content-page .left #our-strategic-left div {
	float: left;
	display: inline;
	width: 237px;
	margin: 0 20px;
}
.content-page .left #our-strategic-left div p {
	float: left;
	width: 237px;
	font-size: 13px;
	color: #807C6D;
	font-style: normal;
	line-height: 16px;
	margin: 0 0 10px 0;
}
.content-page .left #our-strategic-left div ul {
	float: left;
	margin: 10px 0 0 15px;
	width: 200px;
	list-style-type: none;
	padding: 0;
}
.content-page .left #our-strategic-left div ul li {
	padding-left: 10px;
	margin-bottom: 10px;
	background: transparent url(/images/green-bullet.gif) no-repeat 0 5px;
}

/* our newsletter styles */

#our-newsletter {
	float: left;
	display: inline;
	margin-left: 50px;
	width: 835px;
	padding-top: 40px;
}
#our-newsletter div {
	float: left;
	width: 415px;
}
#our-newsletter div.news-separator {
	width: 100%;
	background: transparent url(/images/separator-light.jpg) repeat-x bottom left;
	margin-bottom: 30px;
}
#our-newsletter div div {
	float: left;
	display: inline;
	width: 215px;
	background-image: none;
}
#our-newsletter div img {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
#our-newsletter .title { margin-bottom: 15px; }
#our-newsletter .sub-title {
	font-size: 13px;
	color: #BAB59E;
	margin-bottom: 10px;
}

/* our newsletter styles */

#newsletter-header {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	height: 70px;
	background-image: url(/images/page-headers/our-newsletter.jpg);
}
#newsletter-header .select-menu {
	position: absolute;
	left: 360px;
	top: 24px;
}

/* board of directors styles */

.content-page #board-left p.member {
	color: #656256;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 10px 0;
}
.content-page #board-left #our-strategic-goals { margin-top: 35px; }
#board-page .member { margin-bottom: 0; }
#board-page .member span {
	color: #A3C30F;
	font-style: italic;
	font-size: 11px;
}
#board-of-directors-content {
	margin-left: 50px;
	font-size: 12px;
}
#board-of-directors-content div { margin-bottom: 40px; }
#board-of-directors-content div .member { margin-bottom: 10px; }
#board-officers { font-size: 16px; }
#board-officers p.member { margin-bottom: 15px; }
#board-officers span { font-size: 11px; }

/* faq styles */

#faq-content p { margin-bottom: 25px; }
#faq-content p.title { margin-bottom: 5px; }

/* thank you page */

#thank-you {
	position: relative;
	float: left;
	width: 931px;
	height: 374px;
	background-image: url(/images/thank-you-bg.jpg);
}
#thank-you p {
	position: absolute;
	top: 218px;
	left: 220px;
	width: 550px;
	font-size: 13px;
	color: #FFF;
}

/* pop content styles */

#pop_overlay {
	position: absolute;
	background-color: #3B3932;
	width: 100%;
	z-index: 2000;
	top: 0;
	left: 0;
}
.pop_content {
	position: absolute;
	z-index: 2001;
	width: 720px;
	top: 0;
	padding-top: 20px;
}
.pop_content .close {
	float: right;
	margin-bottom: 15px;
}

/* form styles */

form {
	float: left;
	display: inline;
	width: 840px;
	margin-left: 50px;
	padding: 20px 0 40px 0;
}
form .group {
	float: left;
	display: inline;
	width: 275px;
	margin-bottom: 10px;
}
form .group span {
	float: left;
	width: 100%;
}
form .submit {
	width: 100%;
	padding-top: 35px;
	text-align: center;
}
form .group label {
	float: left;
	clear: both;
	color: #807C6D;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
form .text-field {
	float: left;
	clear: both;
	border: 1px solid #D8D2B8;
	padding: 5px;
	width: 85%;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
form .select-menu {
	position: relative;
	float: left;
	width: 85%; 
	height: 22px; 
	line-height: 22px; 
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFF url(/images/dropdown-arrow-form.gif) no-repeat top right; 
	cursor: pointer;
	border: 1px solid #D8D2B8;
}
form .select-menu ul {
	background-color: #FFF;
	color: #3F3D36;
	border: 1px solid #D8D2B8;
	left: -1px;
	margin: 0;
}
form .select-menu ul li.hover { 
	background-color: #3F3D36;
	color: #FFF;
	cursor: pointer;
} 
form .select-menu ul li.selected { 
	background-color: #3F3D36;
	color: #FFF;
	font-weight: bold;
}

/* footer styles */

#our-mission {
	position: relative;
	float: left;
	width: 931px;
	height: 280px;
	background: #FFF url(/images/our-mission.jpg) no-repeat 0 0;
}
#our-mission p {
	position: absolute;
	top: 200px;
	left: 28px;
	width: 485px;
	color: #FFF;
}
#footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	text-decoration: underline;
	color: #6F6A5E;
}
#footer a:hover { text-decoration: none; }

/* custom select menu styles ------ */

.select-menu {
	position: relative;
	float: left;
	width: 175px; 
	height: 22px; 
	line-height: 22px; 
	font-size: 10px;
	font-weight: normal;  
	background: #B8B39C url(/images/dropdown-arrow.gif) no-repeat top right; 
	cursor: pointer;
	color: #3F3D36;
}
.select-menu a {
	position: absolute;
	width: 100%;
	height: 22px;
	display: block;
	top: 0;
	left: 0;
}
.select-menu span { margin-left: 7px; }
.select-menu ul {
	position: absolute;
	top: 22px;
	left: 0; 
	width: 100%;
	list-style-type: none; 
	line-height: 23px;
	background-color: #B8B39C;
	color: #3F3D36;
	margin: 0;
}
.select-menu ul li { 
	text-indent: 7px;
	cursor: pointer;
}
.select-menu ul li.hover { 
	background-color: #3F3D36;
	color: #B8B39C;
	cursor: pointer;
} 
.select-menu ul li.selected { 
	background-color: #3F3D36;
	color: #B8B39C;
	font-weight: bold;
}

/* miscellaneous styles */

ul,p { margin-bottom: 15px; }
ul { 
	margin-top: -10px;
	list-style-type: circle;
}
.title {
	font-size: 16px;
	color: #A3C30F;
	margin-bottom: 10px;
}
.error { 
	color: #F00;
	font-weight: bold;
}
a, a:active, a:visited {
	color: #A3C30F;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline; }
a img { border: 0; }
p.pdf { margin-bottom: 0; }
p.pdf a {
	display: block;
	height: 24px;
	width: 200px;
	background: transparent url(/images/pdf-icon.gif) no-repeat 0 0;
	padding-left: 27px;
	line-height: 23px;
	font-weight: bold;
	color: #A3C30F;
}
p.pdf-dark { margin-bottom: 0; }
p.pdf-dark a {
	display: block;
	height: 24px;
	width: 306px;
	background: transparent url(/images/pdf-icon-dark.gif) no-repeat 0 0;
	padding-left: 27px;
	line-height: 23px;
	font-weight: bold;
	color: #6F6A5E;
}
.error { color: #F00; }
ul {
	margin-left: 25px;
}

/* styled table */

table.styled { background-color: #F7FAE7; }
table.styled td { 
	text-align: center;
	padding: 7px 0;
}
table.styled thead tr {
	background-color: #91AD03;
	color: #FFF;
	font-weight: bold;
}
table.styled thead tr td { padding: 5px 0; }
table.styled td.bold, table.styled tr.alt td.bold {
	background-color: #696151;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}
table.styled tr.alt td { background-color: #E0E8B4; }
