/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/




/********************************* CONSTANTS *****/

body {
	background: #e5e5e5;
	color: #0076c0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {}
h2 {
	font-size: 22.8px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#sidebar h2 {
	text-align: center;
	text-transform: none;
	line-height: 1em;
}

#admin_sidebar h2 {
	text-align: left;
	text-transform: none;
	margin-bottom: 0px;
}

h2.red {
	font-size: 33px;
	line-height: 1em;
	float: left;
	margin-right: 15px;
	color: #b30838;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #b30838;
	margin-bottom: 20px;
}
#sidebar h3, #alt-slider h3 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #0076c0;
	margin: 0;
}

#alt-slider h3 {
	padding: 20px 0 0 33px;
}
h3.alt {
	font-size: 18px;
	text-transform: none;
	line-height: 1.3em;
	color: #0076c0;
	margin: 0;
}
#slider h3 {
	margin-top: 15px;
}
h4 {
	font-size: 15px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 small a {
	font-size: 11px;
	line-height: 1.25em;
	color: #000;
	display: block;
	clear: both;
	text-transform: none;
}
h5 {
	font-size: 16px;
	color: #0076c0;
	margin: 20px 0 8px;
}
h5.large {
	font-size: 18px;
	color: #0076c0;
	margin: 20px 0 8px;
}
.form-heading h5, .content_form h5, legend h5 {
	margin: 0;
	line-height:20px;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	margin-bottom: 15px;
}
a {
	color: #0076c0;
	text-decoration: none;
}
p a {
	color: #0076c0;
	font-weight:bold;
	font-size:93%;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 93%;
	text-align: left;

}
.container {
	width: 1040px;
	margin: 0 auto;
}
.content {
	padding: 10px 30px;
	clear: both;
}

.twocolumn > .content > div {
	width: 47.5%;
	margin-left: 4.5%;
	float: left;
}
.twocolumn > .content > div:first-child {
	margin: 0;
}
.threecolumn > .content > div {
	width: 32%;
	margin-left: 2%;
	float: left;
}
.threecolumn > .content > div:first-child {
	margin: 0;
}
.twocolumn-offset > .content > div {
	width: 58%;
	margin-right: 4.5%;
	float: left;
}
.twocolumn-offset > .content > div:first-child {
	width: 37%;
	margin: 0;
}
.fourcolumn > .content > div {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.box {
	width: auto;
	padding: 15px 15px;
}
.box small {
	display: block;
	font-size: 93%;
	margin: 5px 0;
}
.box p {
	line-height: 1.2em;
}

.admin_box {
	width: auto;
	padding: 5px 20px;
	float: left:
}

hr {
	width: 100%;
	height: 1px;
	background: #0076c0;
	border: none;
	outline: none;
	border-radius: 0;
	clear: both;
}
.floatleft, .floatleft-big {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
.floatleft-big {
	margin: 0 45px 5% 0;
}
.floatmiddle {
	display: block;
	clear: both;
	margin: 0 auto;
}
p.red-text {
	font-size: 11px;
	text-align: center;
	color: #b30838;
}
a.red-link {
	font-size: 11px;
	text-align: center;
	color: #b30838;
}
ol li, ul li {
	margin-left: 30px;
	line-height:16px;
}
ul.disc {
	list-style: outside;
	padding: 0 0 20px 20px;
	color: #000;
	font-size: 11px;
}
ul.disc li {
	line-height: 1.1em;
}
ul.link-disc {
	list-style: inside;
	margin-right: 30px;
	font-size: 13px;
}
ul.link-disc li {
	padding: 0 0 15px;
}
.nudge {
	margin-right: 6.8% !important;
}
fieldset {
	border: 1px solid #b7d6e9;
	background: #ebf7ff;
	padding: 10px 15px 20px;
}
legend {
	padding: 0 3px;
}
fieldset input {
	float: left;
	margin: 0 10px 0 0;
}
.title {
	color: #0076c0;
}
.past-events strong {
	width: 120px;
	margin: -2px 0 0;
	display: block;
	line-height: .5em;
	margin-bottom:20px;
}
.content_form_col{
	float: left;
	width: 300px;
	padding: 5px;
}
.story {
	width: 320px;
	height: 124px;
	margin: 15px 0 0 25px;
	padding: 10px;
	background: #fff;
	float: left;
}
.story > div {
	width: 46%;
	float: left;
}
.story > div:first-child {
	width: 52%;
	margin-right: 2%;
}
.story img {
	display: block;
	margin-right: 10px;
}
.story a {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.story small {
	font-size: 11px;
	color: #000;
}
.story small a {
	font-size: 11px;
	margin-top: 10px;
}
.story:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.results_form {
	padding: 10px 0 10px 35px;
}
.results {
	width: 100%;
}
.results ul {
	list-style: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
}
.results li {
	width: 660px;
	padding: 15px 40px 0 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}
.results li.single {
	padding-bottom: 10px;
}
.results li > div {
	float: left;
	width: 550px;
}
.results li > div:first-child {
	width: 110px;
}
.results small {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #000;
}
.results li > div:first-child small {
	text-align: center;
}
.results h4 {
	text-transform: none;
	color: #0076c0;
	display: inline;
}
.results h4 small {
	color: #000;
	display: inline;
	margin: 0;
}
.results:after, .results li:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}



/********************************* BUTTONS/ICONS *****/

a#logo {
	display: block;
	width: 373px;
	height: 86px;
	position: absolute;
	top: 59px;
	left: 0;
	background: url(../images/logo.png);
	text-indent: -9999px;
}
a.donate {
	display: block;
	width: 187px;
	height: 44px;
	margin: 0 auto;
	padding-top: 12px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: url(../images/donate-btn.png) 0 0;
}
a.donate:hover {
	background: url(../images/donate-btn.png) 0 100%;
	text-decoration: none;
	-moz-box-shadow: 0 0 6px #aaa;
	-webkit-box-shadow: 0 0 6px #aaa;
	box-shadow: 0 0 6px #aaa;
}
a.donateMarathon {
	display: block;
	width: 187px;
	height: 90px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: url(https://www.doe.org/secure/marathon/images/donate-btn-2.png) 0 0;
}
a.donateMarathon:hover {
	background: url(https://www.doe.org/secure/marathon/images/donate-btn-2.png) 0 100%;
	text-decoration: none;
	-moz-box-shadow: 0 0 6px #aaa;
	-webkit-box-shadow: 0 0 6px #aaa;
	box-shadow: 0 0 6px #aaa;
}
img.email {
	float: left;
	margin: 0 15px 0 0;
}
img.border {
	border: 1px solid #bbb;
}
a.twitter {
	background: url(../images/sm-sprite3.png) 0 50%;
}
a.facebook {
	background: url(../images/sm-sprite3.png) -30px 50%;
}
a.youtube {
	background: url(../images/sm-sprite3.png) -60px 50%;
}
a.google {
	background: url(../images/sm-sprite3.png) -90px 50%;
}


/********************************* SLIDER(S) *****/

#slider, #alt-slider {
	width: 733px;
	height: 613px;
	overflow: hidden;
	position: relative;
}
#alt-slider {
	height: 649px;
}
#slider > ul, #alt-slider > ul {
	list-style: none;
}
#slider > ul > li, #alt-slider > ul > li {
	float: left;
	width: 733px;
	height: 578px;
	margin: 0;
	padding: 0;
}
#alt-slider > ul > li {
	height: 614px;
}
#slider > ul > li > div, #alt-slider > ul > li > div {
	width: 680px;
	height: 86px;
	margin: 0;
	padding: 0 32px;
	border-top: 1px solid #0076c0;
	background: #fff;
	overflow: hidden;
}
#alt-slider > ul > li > div {
	height: 123px;
}
#slider > ul > li div.slide-title, #alt-slider > ul > li div.slide-title {
	width: auto;
	max-width: 450px;
	height: auto;
	max-height: 80px;
	padding: 25px 35px;
	background: url(../images/title-box-bg.png) repeat;
	position: absolute;
	top: 316px;
}
#slider > ul > li div.slide-title h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 4px 8px #333;
}
#alt-slider > ul > li div.slide-title h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 4px 8px #333;
}
#alt-slider > ul > li div.slide-title p {
	font-size: 12px;
	padding-top: 10px;
	color: #fff;
}
#slider p, #alt-slider p {
	font-size: 12px;
	line-height: 1.2em;
	
}
#slider img, #alt-slider img {
	margin: 0 0 -3px;
	padding: 0;
}
#slideleft, #slideright {
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 523px;
	left: 23px;
	background: url(../images/left-arr.png);
}
#alt-slideleft, #alt-slideright {
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 541px;
	left: 23px;
	background: url(../images/left-arr.png);
}
#slideright, #alt-slideright {
	background: url(../images/right-arr.png);
	left: 688px;
}
#pagination {
	width: 710px;
	height: 35px;
	padding-right: 23px;
	background: url(../images/pagination-bg.png) 50% 0 no-repeat;
	list-style: none;
	float: right;
}
#pagination li {
	float: left;
	width: 7px;
	height: 8px;
	margin: 8px 0 0 25px;
	padding: 0;
	background: url(../images/white-dot.gif);
}
#pagination li.active {
	background: url(../images/red-dot.gif);
}
#pagination ul.switcher {
	float: right;
}
#pagination ul.switcher li {
	text-indent: -9999px;
}


#alt-slider p {
	color: #0076c0;
}
#slider span > h3 {
	margin-top: 20px;
}



/********************************* SIDEBAR *****/

#sidebar {
	width: 252px;
	float: left;
	margin-right: 15px;
	padding-top: 30px;
}
#sidebar > img {
	display: block;
	margin: 0 auto;
}
#sidebar input[type=text] {
	width: 140px;
	margin: 5px 0;
	padding: 2px;
}
#sidebar input[type=submit] {
	display: block;
	margin: 0 auto;
}
#sidebar p {
	color: #000;
	padding-top: 10px;
	margin: 0;
}

/********************************* ADMIN SIDEBAR *****/
#admin_sidebar {
	width: 252px;
	float: left;
	margin-right: 15px;
	padding-top: 20px;
}

#admin_sidebar a {
	font-size: 14px;
}

#admin_sidebar a:hover {
	text-decoration: underline;
}



/********************************* CONTENT *****/

#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
header {
	width: 1000px;
	height: 136px;
}
nav#alt {
	float: right;
	clear: both;
	margin: 34px 0 24px;
}
nav#alt ul {
	list-style: none;
	width: auto;
	font-size: 13px;
}
nav#alt ul li {
	float: left;
	border-left: 1px solid #0076c0;
	margin: 0;
	padding: 6px 5px 6px 8px;
}
nav#alt ul li:first-child {
	border: none;
}
nav#alt ul li a {
	color: #0076c0;
	text-decoration: none;
}
nav#alt ul li a:hover {
	color: #06456c;
	text-decoration: none;
}
nav#alt ul li.icons {
	padding: 0 5px 0 8px;
}
nav#alt ul li.icons a {
	float: left;
	margin-right: 4px;
	display: block;
	width: 28px;
	height: 25px;
}
nav#main {
	float: right;
	clear: both;
	height: 56px;
}
nav#main > ul {
	list-style: none;
	width: auto;
	font-size: 20px;
	font-weight: bold;
}
nav#main > ul > li {
	float: left;
	margin: 0;
	padding: 18px 0;
	position: relative;
}
nav#main > ul > li > a {
	padding: 0 18px;
	color: #0076c0;
	border-left: 1px solid #0076c0;
	text-decoration: none;
}
nav#main > ul > li:first-child a {
	border: none;
}
nav#main > ul > li:hover {
	background: url(../images/main-nav-bg.gif) repeat-x;
	color: #fff;
}
nav#main > ul > li:hover a, nav#main > ul li a:hover {
	color: #fff;
}
nav#main > ul li > div {
	width: 160px;
	padding: 15px 25px;
	background: #0076c0;
	opacity:0.90;
	filter:alpha(opacity=90);
	position: absolute;
	left: -9999px;
	top: 52px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	z-index: 1000;
}
nav#main > ul li:hover > div {
	left: 0;
}
nav#main > ul li > div ul {
	list-style: none;
}
nav#main > ul li > div ul li {
	margin: 0;
	padding: 5px 0 10px;
	border-top: 1px solid #fff;
}
nav#main > ul li > div ul li:first-child {
	border: none;
}
nav#main > ul li > div ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
nav#main > ul li > div ul li a:hover {
	color: #f6fc9a;
}
#main-container {
	width: 733px;
	float: left; 	  
}

.admin {
	width: 712px;
	background-color: #fff;
	min-height: 600px;
	padding: 30px 20px 0px 20px;	
	border-top: 1px solid #0076c0;
	border-left: 1px solid #0076c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

.admin h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}

.admin p, select, tr, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.admin tr {
	line-height: 18px;
}

.admin input, select {
	padding: 2px 2px 2px 2px;
}

.content_form {
	padding: 10px 35px;
}

/*
.content_form img{
	padding: 0px 5px 5px 5px;
}
*/

.content_form ul {
	list-style: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.content_form ol {
	list-style: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.content_form p, select, tr, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:15px;
}

.content_form tr {
	line-height: 18px;
	margin-bottom:20px;
}

.content_form input, select {
	padding: 2px 2px 2px 2px;
}

#slideshow img{
	padding: 0px 0px 0px 0px;
}

#slideshow tr {
	line-height: 0px;
}

.more {
	width: 100%;
	min-height: 210px;
	padding-bottom: 20px;
}
.more > ul {
	list-style: none;
	width: 690px;
	height: auto;
	margin: 0 auto;
}
.more > ul li {
	float: left;
	width: 214px;
	margin: 0;
	padding: 0 0 0 24px;
}
.more > ul li:first-child {
	padding: 0;
}
.more > ul li img {
	padding-bottom: 5px;
}
.head-img {
	width: 100%;
	overflow: hidden;
}
.head-img > div {
	width: 663px;
	margin-top: -3px;
	padding: 20px 35px 15px;
	background: url(../images/people-header-bg.png) 50% 0;
}
.head-img2 {
	width: 100%;
	overflow: hidden;
}
.head-img2 > div {
	width: 663px;
	margin-top: -3px;
	padding: 18px 35px 15px;
	background: url(../images/people-header-bg2.png) 50% 0;
}
.accordion-container {
	width: 567px;
	margin: 10px auto 30px;
}
.accordion {
	width: 100%;
	height: 18px;
	padding: 7px 0 0 15px;
	font-size: 11.5px;
	background: url(../images/accordion-bg.png) 0 0 no-repeat;
	color: #000;
	cursor: pointer;
}
.accordion strong {
	color: #0076c0 !important;
}
.donate-box {
	min-height: 599px;
	background: #fff;
	border-bottom: 1px solid #0076c0;
}
.donate-box > div {
	width: 352px;
	background: #fff;
	float: left;
	clear: none !important;
}
.donate-box > img {
	margin: 0 !important;
}
.donate-box form {
	padding: 0 0 40px;
	font-size: 12px;
}
.donate-box form input {
	margin-left: 8px;
	color: #0076c0;
}
.donate-box form input[type=submit] {
	width: 65px;
	float: right;
	color: #444;
}
.timeline h2 {
	height: 20px;
	margin: 0 0 5px;
}
.timeline p {
	width: 220px;
	color: #0076c0;
	font-size: 12px;
}
.twitter-box {
	padding-top: 5px;
	padding-bottom: 5px;
}
.twitter-box img {
	padding-right: 5px;
}
.twitter-box h4 {
	margin: 0;
}
.twitter-box a {
	color: #b30838;
}



/********************************* FORM *****/

.form-heading {
	padding: 5px;
	background: #ebf7ff;
	border: 1px solid #b7d6e9;
}

.error {color:red; font-weight:bold;}

/********************************* FOOTER *****/

footer {
	width: 100%;
	margin: 0 auto;
}
footer #contact-bar {
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #0076c0;
	border-bottom: 1px solid #0076c0;
}
footer #contact-bar p {
	color: #0076c0;
	margin: 0;
}
footer ul {
	list-style: none;
	width: auto;
	min-height: 80px;
	margin: 0 0 0 200px;
	font-size: 12px;
}
footer ul li {
	float: left;
	margin: 0;
	padding: 25px 50px 0 0;
}

.clearfix {
	clear: both;
	width: 100%;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #99ccff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #003366;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px verdana;
letter-spacing: 2px;
line-height: 1.1em;
color: #003366;
padding: 1px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
