/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #004270;
}
#main .rf-paragraph {
	margin: 18px 0;
}
#main img.page-image {
	margin: 0 0 12px 12px;
	border: 2px solid #004270;
	float: right;
}
#main img.banner-image {
	margin: 0 0 12px 0;
	border: 2px solid #004270;
	width: 633px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 2px solid #004270;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 2px solid #004270;
    float: left;
}


/* styles */
body {
	background: #111;
}
#body {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	background: url(/images/bg.jpg) repeat-x #fff;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 160px;
	background: url(/images/headerbg-sdbr.jpg) no-repeat;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 35px;
}
#main {
	padding: 0 35px;
	background: url(/images/mainbg.jpg) no-repeat;
}
ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 700px;
	height: 45px;
	position: absolute;
	top: 26px;
	right: 35px;
	background: url(/images/navbg.gif) no-repeat;
	text-align: center;
}
ol#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ol#nav a {
	color: #fff;
	text-decoration: none;
	font: 17px "Trebuchet MS", Verdana, sans-serif;
	padding: 0 6px;
	line-height: 45px;
}
ol#nav a:hover, ol#nav a.active {
	color: #00bff3;
}

#sidebar {
	width: 198px;
	min-height: 460px;
	float: left;
	background: url(/images/sidebarbg.jpg) top left no-repeat;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 0;
	padding: 5px 29px;
}
#sidebar ol#subnav li {
	margin: 12px 0;
	padding: 0;
}
#sidebar ol#subnav li a {
	color: #004270;
	font: 17px "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}
#sidebar ol#subnav li a:hover, #sidebar ol#subnav li a.active {
	color: #000;
}
#sidebar ol#subnav li ol.subsubnav {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}
#sidebar ol#subnav li ol.subsubnav li {
	border: 0;
	margin: 6px 0;
}
#sidebar ol#subnav li ol.subsubnav li a {
	font-size: 15px;
}

#content {
	min-height: 200px;
	width: 692px;
	float: left;
	background: url(/images/contentbg.jpg) top right no-repeat #fff;
}
#content-text {
	padding: 10px 35px 30px 20px;
}

#footer {
	background: #111;
}
#footer-text {
	font-size: 10px;
	line-height: 16px;
	padding: 16px 0 20px 100px;
	width: 790px;
	margin: 0 auto;
	color: #898989;
	background: url(/images/footerbg.gif) no-repeat 0 15px;
	text-transform: uppercase;
}
#footer p {
	margin: 0 0 6px 0;
}
#body #footer a {
	color: #00bff3;
	text-decoration: none;
}
#body #footer a:hover {
	color: #fff;
}

#social-media {
	width: 240px;
	float: right;
}
#social-media .social-title {
	color: #eae6d7;
	margin: 0 0 12px 0;
	font: 21px "Trebuchet MS", Verdana, sans-serif;
	text-transform: capitalize;
}
#social-media a {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
	width: 95px;
	height: 35px;
}
#social-media span {
	display: none;
}
#social-media a#facebook {
	background: url(/images/facebook.gif) no-repeat;
}
#social-media a#twitter {
	background: url(/images/twitter.gif) no-repeat;
}
#social-media a#flickr {
	background: url(/images/flickr.gif) no-repeat;
}
#social-media a#youtube {
	background: url(/images/youtube.gif) no-repeat;
}
#social-media a#facebook:hover, #social-media a#twitter:hover, #social-media a#flickr:hover, #social-media a#youtube:hover {
	background-position: 0 -35px;
}

/* no sidebar styles */
#body.no-sidebar #header {
	background: url(/images/headerbg.jpg) no-repeat top left;
}
#body.no-sidebar #sidebar {
	display: none;
}
#body.no-sidebar #content {
	width: auto;
	float: none;
}
#body.no-sidebar #content-text {
	padding: 10px 35px 30px 35px;
}

/* styles */

#body h1 {
	color: #004270;
	font: 36px "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 18px;
}
#body h1 span {
	padding-left: 40px;
	background: url(/images/h1bg.gif) no-repeat top left;
	color: #363636;
	font: 26px "Trebuchet MS", Verdana, sans-serif;
}
#body h2 {
	color: #004270;
	font: 21px "Trebuchet MS", Verdana, sans-serif;
}
#body h2 span {
	color: #666;
	padding-left: 15px;
	font-size: 18px;
}
#body h3 {
	color: #363636;
	font: 18px "Trebuchet MS", Verdana, sans-serif;
}
#body h4 {
	font-weight: bold;
	font-size: 14px;
}
#body a {
	color: #004270;
}
#body a:hover {
	color: #00bff3;
}

#body a.button {
	background: url(/images/buttonbg.gif) no-repeat;
	width: 117px;
	height: 51px;
	display: block;
	font: 21px "Trebuchet MS", Verdana, sans-serif;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#body a.button:hover {
	background-position: 0 -51px;
}

#body div.date {
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
}

/* about us */


/* testimonials */
.testimonial .video embed {
	width: 240px;
	heighT: 196px;
}

#testimonial-listing {
	margin: 24px 0;
}
.testimonial-page {
	width: 124px;
	float: left;
	margin: 0 35px 35px 0;
	text-align: center;
}
.testimonial-page a {
	text-decoration: none;
}
.testimonial-page img {
	display: block;
	margin-bottom: 6px;
	border: 2px solid #004270;
}
.testimonial-page a:hover img {
	border: 2px solid #00bff3;
}
#testimonial-listing .lastinrow {
	margin-right: 0;
}

/* donors */


/* news and events */

#main div.date {
	margin-bottom: 12px;
}
#main .news_item {
	margin: 15px 0;
}
#main .news_item {
	margin: 15px 0 30px 0;
}
#main .news_item div.date {
	margin-bottom: 3px;
}
#main .news_item h3 {
	margin-bottom: 3px;
}
#main .news_item p {
	margin: 3px 0;
}
#main p.more {
	text-align: right;
}

#sponsors .sponsor {
	width: 160px;
	float: left;
	margin: 10px 30px 0 0;
	text-align: center;
}
#sponsors .sponsor-category {
	margin-bottom: 18px;
}
#sponsors .sponsor img {
	margin-bottom: 6px;
}

/* contact us */

#body form {
	margin: 24px 0;
}
#body form label {
	width: 120px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#body form label.longline {
	padding: 3px 0;
	margin-bottom: 6px;
	text-align: left;
	float: none;
	display: block;
	width: auto;
}
#body form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#body form input.small-text {
	width: 100px;
}
#body form select {
	border: 1px solid #999;
	padding: 2px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#body form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#body form input.button {
	background: url(/images/buttonbg.gif) no-repeat;
	width: 117px;
	height: 51px;
	display: block;
	font: 21px "Trebuchet MS", Verdana, sans-serif;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 0;
}
#body form input.button:hover {
	background-position: 0 -51px;
}

/* homepage */

#body.homepage {
	background: url(/images/bg-home.jpg) repeat-x #002138;
}
#body.homepage #header {
	background: url(/images/headerbg-home.jpg) no-repeat;
}
#body.homepage #main {
	padding: 0;
	background: url(/images/mainbg-home.gif) repeat-y;
}
#body.homepage #content {
	padding: 0 35px;
	background: url(/images/contentbg-home.jpg)	 no-repeat;
	font-size: 15px;
	color: #707070;
}
#body.homepage #content-text {
	padding: 6px 35px 27px;
	position: relative;
}
#body.homepage #tagline {
	color: #004270;
	font: 32px "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	margin: 12px 0;
}
#body.homepage #home-image {
	float: left;
	padding: 1px;
	background: #fff;
	display: block;
	border: 7px solid #ccc;
	margin: 0 24px 12px 0;
}
#body.homepage #donate-button {
	bottom: -25px;
	right: 35px;
	position: absolute;
}

#landing {
	background: #eae4d6;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#landing-text {
	width: 884px;
	padding: 40px 0 20px 0;
	margin: 0 auto;
}
#landing h2 {
	font-size: 26px;
}

#news-box {
	float: left;
	width: 250px;
}
#middle-column {
	float: left;
	margin: 0 60px;
	width: 220px;
}
#news-box h2, #middle-column h2 {
	margin-bottom: 12px;
}
#testimonial-box {
	width: 291px;
	min-height: 290px;
	background: url(/images/testimonialbox-bg.jpg) repeat-x;
	float: left;
}
#testimonial-int {
	padding: 20px 25px;
	color: #707070;
}
#testimonial-int img {
	border: 2px solid #fff;
	width: 236px;
	margin-bottom: 9px;
}
#testimonial-int h3 {
	margin-bottom: 6px;
}
#annual-report {
	border-bottom: 1px solid #999;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
#annual-report img {
	border: 2px solid #fff;
	width: 76px;
	height: 76px;
	float: left;
	margin: 0 15px 15px 0;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}