@charset "UTF-8";
/* CSS Document */
body
{
 background: #121212;
 background: #fff url(../images/green_bg.png) repeat-y top center;
}
div#main-content
{
	background: #fff;	
}
div#content
{
}
#header
{
	z-index: 10;
	margin-bottom: 10px;
	p/adding-left: 15px;
}
#footer
{
	margin-top: 15px;
	text-align: center;
	height: 46px;
	background: #fff url(../images/menu_bg.png) repeat-x ;
	line-height: 3;
	color: #ccc;
}
.float-right
{
	float: right;
}
p.learn-more
{
	text-align: right;

}
p.learn-more a
{
	color:#009;
	text-decoration:none;
	font-size:100%;
}
.float-left
{
	float: left;
}
#runners
{
	margin-left: 50px;
	z-index: 10;
	display: inline;
}
#content
{
	font-size: 125%;
}
.main-overview
{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	min-height: 270px;
	position: relative;
}
.main-overview p
{
	padding: 1em;
}
.main-overview h2
{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: bold;
}
#team
{
	background: #e3ebf5;	
}
#program
{
	background: #fdddc2;
}
#donate
{
	background: #d0eab2;	
}
#updates
{
	background: #e0e0e0;
}
#call-to-action
{
	height: 46px; width: 230px; background: url(../images/calltoaction.png); float: left;
	text-align: center; line-height: 2.5; font-size: 18px; font-weight: bold;
}
div#call-to-action a
{
	height: 100%;
	width: 100%;
	display: block;
	color: #0c1f6a;
}
div#call-to-action a:link, div#call-to-action a:visited
{
	text-decoration: none;	
	color: #0c1f6a;
	
}
div#call-to-action a:hover
{
	text-decoration: underline;
	color: #0c1f6a;
}
#nav
{
	padding-bottom: 15px;
	overflow: visible;
}
ul#navigation
{
	font-size: 80%;
	height: 46px;
	margin: 0; 
	padding: 0;
	background: #fff url(../images/menu_bg.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 46px;
	width: 720px;
	float: left;
	
}
ul#navigation a
{
	color: white;
	text-decoration: none;
}
#navigation > li
{
	background: url(../images/bullet.png) no-repeat right;
	height: 46px;
	line-height: 3.3;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 144px;
	text-align: center;
}
#navigation > li.last
{
	background: url(../images/menu_right.png) no-repeat right;
}
#navigation > li a
{
	display: block;
	height: 100%; width: 100%;
	padding: 0;margin: 0;
	b/order: 1px solid red;
}
#navigation > li > ul
{
	display: none;
	background: #01284b;
	z-index: 20;
	position:relative;
	padding: 0;
	margin: 0;
	line-height: 1.4;
}
#navigation > li > ul a
{
	display: block;
	padding:.5em;
	background: #01284b;
}
#navigation > li > ul li
{
	list-style: none;
}
#navigation > li > ul a:hover
{
	background: #009;
}
.arrow
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 0;
}
div#right
{
	padding-top: 4.5em;
}	
blockquote
{
	color: #000;	
}
div#center p
{
	text-align: justify;	
}.container #main-content #content #center p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
span.required_star
{
	color: #c00;
	font-size: small;
}
div#disclaimer
{
 text-align: center;
 font-size: small;
 color: #999;
 //padding: 0 6em;
}
div#disclaimer p
{
 	width: 80%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
