body {
	margin: 0;
	background: black;
	color: white;
	background: url('/public/images/bg1.jpg') no-repeat center top black;
	background-position-y: -230px;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#header {
	height: 170px;
	position: relative;
}
#logo {
	background: rgba(98, 128, 71, 0.75);
	width: 470px;
	height: 170px;
	text-align: center;
}
#topnav {
	position: absolute;
	top: 30px;
	left: 470px;
	height: 50px;
	width: 630px;
	overflow: hidden;
	
	font-size: 26px;
	font-family: "futura-pt", futura, sans-serif;
	font-weight: 700;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	float: left;
	padding-top: 7px;
	height: 50px;
	text-align: center;
}

#topnav ul li.donate {
	background: #ef9f3f;
	width: 260px;
}
#topnav ul li.donate:hover {
	background: #fff;
}
#topnav ul li.donate:hover a {
	color: #ef9f3f;
}

#topnav ul li.join {
	background: #f1f1f1;
	width: 120px;
}
#topnav ul li.join:hover {
	background: #464646;
}
#topnav ul li.join:hover a {
	color: #f1f1f1;
}

#topnav ul li.contact {
	background: rgba(255,255,255,0.6);
	width: 250px;
}
#topnav ul li.contact:hover {
	background: #fff;
}
#topnav ul li.contact:hover a {
	color: #000;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
	margin-top:5px;
}
#topnav ul li.join a {
	color: #464646;
}
#motto {
	position: absolute;
	left: 470px;
	top: 80px;
	width: 550px;
	height: 65px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-family: tahoma, sans-serif;
	font-size: 16px;
	padding: 25px 50px 0 30px;
}
#motto a {
	text-decoration: none;
	color: #fbbe77;
}
#leftnav {
	background: rgba(248,148,29,0.4);
	top: 170px;
	width: 330px;
	height: 600px;
	position: absolute;

	font-size: 18px;
	font-family: "futura-pt", futura, sans-serif;
	font-weight: 700;
}
#leftnav ul {
	list-style-type: none;
	margin: 35px 10px;
	padding: 0;
}
#leftnav ul li {
	padding: 0 0 35px 0;
}
#leftnav ul li a {
	color: #fff;
	text-decoration: none;
}
#content {
	font-family: tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 300px 0 0 330px;
	padding: 25px 20px;
	background: rgba(0,0,0,.8);
	min-height: 150px;
}
#content h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #bccb45;
	text-transform: uppercase;
}
#content a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fbbe77;
	font-size: 12px;
}
#content a:after {
        content: "\00a0>";
}
#content hr {
	border: 0;
	border-top: 2px solid #ccc;
	margin: 10px 0;
}
#content #news {
	float: left;
	width: 350px;
}
#content #events {
	float: right;
	width: 350px;
}
.clr { clear: both; }
#menubar {
	position: absolute;
	top: 170px;
	width: 1100px;
	height: 49px;
	background: rgba(255,255,255,0.5);
	font-family: "futura-pt", futura, serif;
	font-size: 18px;
	font-weight: 700;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menubar ul li {
	float: left;
	padding: 13px 88px;
	border-right: 1px solid black;
}
#menubar ul li:hover {
	background: #fff;
}
#menubar ul li.last {
	border: none;
}
#menubar ul li a {
	color: #303030;
	text-decoration: none;
}
#menubar ul li:hover a {
	color: #d28223;
}
#maintext {
	margin-top: 115px;
	padding: 30px 100px;
	background: rgba(0,0,0,0.8);
	font-family: tahoma, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#maintext h1 {
	font-size: 38px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	line-height: 45px;
}
#maintext a {
	color: #ef9f3f;
}
#maintext #organbio {
	width: 800px;
	background: #fff;
	color: #000;
	padding: 20px;
	margin: 40px 0 0 40px;
	font-family: "Times New Roman", serif;
}
#maintext #organbio h1 {
	border-color: #000;
}
#maintext #organimg {
	width: 400px;
	padding: 20px;
	float: right;
}
#maintext #organimg img {
	width: 400px;
}

#normaltext {
	margin-top: 115px;
	padding: 30px 100px;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#normaltext > table { color: #000; font-family: tahoma, sans-serif; font-size: 14px; line-height: 21px; 

}
#normaltext .schedule td { 
	border-left: solid 2px;
	padding: 15px;
	vertical-align: top;
}
#normaltext h1 {
	color: #d28223;
	font-size: 38px;
	line-height: 45px;
	border-bottom: 1px solid #666;
	padding-bottom: 25px;
}
#normaltext h2 {
	color: #778d62;
	font-size: 20px;
	text-transform: uppercase;
}
#normaltext h4 {
	color: #d28223;
	font-size: 20px;
	text-transform: uppercase;
}
#normaltext h5 {
	color: #778d62;
	font-size: 14px;
}
#normaltext a, #normaltext a:link, #normaltext a:visited {
	color: #d28223;
	text-decoration:none;
}
#normaltext a:hover {
	color: #778d62;
	text-decoration: underline;
}
#normaltext dt {
	color: #778d62;
	font-weight: bold;
}
#normaltext dd {
	margin: 0;
}
#normaltext .paper-title {
	font-size: 14px;
	font-style: italic;
	padding-left: 14px;
}
#breadcrumbswrap {
	height: 20px;
}
#breadcrumbs {
	float: right;
}
#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #666;
}
#breadcrumbs ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #666;
}
#breadcrumbs ul li.last {
	padding-right: 0;
	border-right: none;
}
#breadcrumbs ul li a, #breadcrumbs ul li a:link, #breadcrumbs ul li a:visited {
	color: #778d62;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs ul li a:hover {
	color: #d28223;
}

/* new topnav with social links */
#topnav2 {
	position: absolute;
	top: 30px;
	left: 470px;
	height: 50px;
	width: 630px;
	overflow: hidden;
	
	font-size: 26px;
	font-family: "futura-pt", futura, sans-serif;
	font-weight: 700;
}
#topnav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav2 ul li {
	float: left;
	padding-top: 7px;
	height: 50px;
	text-align: center;
}

#topnav2 ul li.donate {
	background: #ef9f3f;
	width: 235px;
}
#topnav2 ul li.donate:hover {
	background: #fff;
}
#topnav2 ul li.donate:hover a {
	color: #ef9f3f;
}

#topnav2 ul li.join {
	background: #f1f1f1;
	width: 105px;
}
#topnav2 ul li.join:hover {
	background: #464646;
}
#topnav2 ul li.join:hover a {
	color: #f1f1f1;
}

#topnav2 ul li.contact {
	background: rgba(255,255,255,0.6);
	width: 220px;
}
#topnav2 ul li.contact:hover {
	background: #fff;
}
#topnav2 ul li.contact:hover a {
	color: #000;
}

#topnav2 ul li a {
	color: #fff;
	text-decoration: none;
	margin-top:5px;
}
#topnav2 ul li.join a {
	color: #464646;
}