/* general styling for the site and controlling the fixed scroll */
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: "trebuchet ms", "Eras Medium ITC", "Maiandra GD", Verdana, Helvetica, Arial, sans-serif;
	background:#cc0000;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden;
	border-color: #009933;
	/* */ }
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	width: auto;
}
h1 {
	font-size:27px;
	color: #CC0000;
	font-family: "trebuchet ms", "Eras Demi ITC", "trebuchet ms", "Maiandra GD", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}
h2 {
	font-size:18px;
	color: #000000;
	font-family: "trebuchet ms", "Eras Medium ITC", "Maiandra GD", Verdana, Helvetica, Arial, sans-serif; 
	margin-bottom: 13px;
}
h2 a {
	text-decoration: none;
	color: #CC0000;
}
h2 a:hover {
	text-decoration: underline;
	color: #000000;
}
h2 span{
	border-bottom: 1px solid #000000;
}
h3 {
	font-size:15px;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	letter-spacing: 0.1em;
	margin-bottom: -13px;
}
p {
	font-size:14px;
	line-height: 19px;
	text-align: left;
}
p a {
	text-decoration: none;
	color: #CC0000;
}
p a:hover {
	text-decoration: underline;
	color: #CC0000;
}
dt {
	font-size:12px;
	line-height: 19px;
	text-align: left;
	display: list-item;
	list-style-position: inside;
}
#wrapper {
	display:block;
	height:100%;
	max-height:100%;
	overflow:scroll;
	padding-left:250px;
	position:relative;
	z-index:3;
	border: 0;
}
#left {
	position:fixed; 
	left:0; 
	top:0; 
	height:100%; 
	width:280px; 
	background:#FFFFE6 url(images/burn-edge.jpg) repeat-y right top; 
	font-size:1em; 
	color:#fff;
	z-index:4;
}
* html #head, * html #foot,* html #left {
	position:absolute;
}
#container {
	margin: 50px 50px 10px 50px;
	padding: 13px;
	width: 650px;
	text-align: left;
	background: #FFFFE6 url(images/topborder.gif) repeat-x right top;
	border: 0;
}
#container li { font-size:12px; line-height: 19px; text-decoration: none; text-align: left; }
#logo {
	height: 110px;
}
.leftpic {
	float: left;
	margin: 15px 10px 13px 0;
	padding: 3px;
}
.rightpic {
	float: right;
	margin: 10px 0 10px 10px;
}
#footer {
	text-align: center;
	padding: 20px 0;
	margin: 0 -13px -13px -13px;
	font-size:11px;
	background-image: url(images/bottomborder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer a {
	color: #000;
}
/* main navigation */
#navigation {
	font-size: 12px;
	width: 200px;
	margin: 0px 0px 30px 0px;
}
#navigation ul{
	padding: 0;
	margin: 0px 0px 13px 0px;
	border-top: 2px solid #008000;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
	text-align: left;
	height: 10px;
	padding: 8px;
	border-bottom: 2px solid #008000;
	background-color: #FFFFE6;
	display: block;
}
#navigation ul li a:hover {
	color: #008000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#leftpromos {
  color: black;
}
body#home a#homenav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#giveback a#givebacknav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#programs a#programsnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#uhuru a#uhurunav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#positions a#positionsnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#events a#eventsnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#roots a#rootsnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#birthright a#birthrightnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#links a#linksnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#omali a#omalinav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#getinvolved a#getinvolvednav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#news a#newsnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
body#contact a#contactnav {
	color: #CC0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/* this controls the list-type navigation on the right side of some pages */
.sidebar {
	float: right;
	margin: -10px -13px 10px 10px;  
	background-color: #cc0000;
	width: 150px;
	display:block;
	background-image: url(images/sidebarbottomborder.gif);
	background-repeat: repeat-x;
	background-position: left bottom; 
	/*height:100%; max-height:100%; */
	padding: 0 20px 70px 30px;
}
.sidebar h4 { font-size:12px; font-style: normal; line-height: 16px; margin: 20px 0 -11px; }
.sidebar h4 a {
	color: #ffffff;
	text-decoration: none;
}
.sidebar h4 a:hover {
	text-decoration: underline;
}
.sidebar ul{
	display: inline;
}
.sidebar ul li{
	display: list-item;
	font-size:11px;
	line-height: 16px;	
}
.sidebar li a {
	color: #ffffff;
	text-decoration: none;
}d
.sidebar li a:hover {
	color: #000000;
	text-decoration: underline;
}
.sidebar p{
	font-size:11px;
	line-height: 16px;
	text-align: left;
}

/* this controls the banners on the right side of the home page */
.banner {
	float: right;
	margin: -13px -13px 10px 10px;
	background:#CC0000; 
}
.banner img {
	padding: 15px;
	border: 0px;
}
a.hid:active em, a.hid:focus em {
	display:block;
	color:#000000;
	width:100%;
	font-style:normal;
	cursor:default;
	font-size:12px;
	line-height: 19px;
	font-weight: normal;
}
