* {
	font-size: 100.01%; 
	line-height: 1; 
	margin: 0px; 
	padding: 0px;
} 

html { 
	height: 100%; 
	background: #e0e6ec;
	font-size: 62.5%; /* 10px */
	font-family: Arial, Helvetica, sans-serif;
}
body {
	height: 100%; 
	background: #e0e6ec url(../img/bodybg.gif) repeat-y top center;
}

a {
	color: #003566;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, 
a:focus, 
a:active {
	text-decoration: underline
}

a img { 
	border: none; 
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: url(../img/logo.jpg) no-repeat top left;
	height: 132px;
	position: relative;
	width: 760px;
}

#header a.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 269px;
	height: 131px;
}

#header h1 {
	display: none;
}


#header ul#topBar {
	position: absolute;
	top: 0;
	left: 520px;
}

#header ul#topBar li {
	float: left;
	display: block;
	background: #4c7194;
	color: #fff;
	font-size: 1.2em;
	width: 114px;
	text-align: center;
	height: 25px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#header ul#topBar a {
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}

#header ul#topBar a:active, #header ul#topBar a:hover {
	text-decoration: underline;
}

/* --- MAIN NAV --- */
	
ul#mainNav {
	clear: left;
	background: #abca3d;
	padding: 0; 
	margin: 0; 
	list-style: none; 
	height: 2.5em;  
	border-left: 1px solid #fff;
	border-bottom: 5px solid #fff;
} 

ul#mainNav li { 
	float: left; 
	border-right: 1px solid #fff;
	height: 2.5em;
}

ul#mainNav li.first {
	
}
 
ul#mainNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 1.1em;
	line-height: 2.08em;
	font-size: 1.2em; 
	text-decoration: none;
}

ul#mainNav li a:hover, #mainNav li a:active, #mainNav li.sel {
	text-decoration: underline;
}

#secnav li {
	color: #96bd0d;
	float: left;
	list-style-type: none;
	margin-left: 7px;
}

#secnav li a {
	font-weight: normal;
	color: #96bd0d;
}

#secnav li a:hover, 
#secnav li a:focus, 
#secnav li a:active,
#secnav li a.sel {
	text-decoration: none;
	color: #003566;
}

#homeside {
	float: right;
	width: 250px;
}

#homeside h3 {
	font: bold 12px/1.5 Arial, Helvetica, sans-serif;
}

#image {
	background: #fff;
	margin-right: 240px;
	height: 398px;
	width: 503px;
}

#countdown {
	background: url(../img/runningshoes.gif) no-repeat bottom right;
	border-top: 1px solid #b5d155;
	border-bottom: 1px solid #b5d155;
	border-left: 1px solid #b5d155;
	color: #8c8c8c;
	font: 19px/1.2 Arial, Helvetica, sans-serif;
	height: 170px;
	padding: 10px 15px;
	width: 219px!important;
	width: 220px;
}

#countdown span {
	color: #96bd0d;
	font: 31px/1.2 Arial, Helvetica, sans-serif;
}

#difference,
#learn, 
#corporateSponsorsButton, 
#otherProjectsButton {
	margin-top: 5px;
	width: 250px!important;
	font-size: 1.2em;
	margin-bottom: 0;

}

#content {  
	background: #fff url(../img/content_bg.gif) repeat-y top left; 
	font-size: 1.2em;
	/*padding-left: 1px;*/
	height: 100%;
 }

#side {
	background-color: #ccd7e0;
	float: left;
	width: 250px;
}

#sideimage {
	background-color: #fff;
	padding-bottom: 0px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/ 
	* html #sideimage { 
	padding-bottom: 5px; }
	/* End hide from IE5/mac */

/* Put sidebar text in paragraph tags */
#side p { 
	font-weight: bold;
	padding: 15px;
	color: #003566;
	line-height: 14px;
}

#main {
	color: #707070;
	border-bottom: 1px solid #ccd7e0;
	border-left: 1px solid #ccd7e0;
	margin-left: 255px;
	min-height: 374px; 
	padding-bottom: 15px;#
	position: relative;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/ 
	* html #main { height: 374px; }
	/* End hide from IE5/mac */

#main h2 {
	border-bottom: 1px solid #ccd7e0;
	border-top: 1px solid #ccd7e0;
	color: #96bd0d;
	font: 30px/1 Arial, Helvetica, sans-serif;
	padding: 15px;
}

#main h3 {
	font: 20px/1.3 Arial, Helvetica, sans-serif;
	padding: 15px 15px 0 15px;
	font-weight: normal;
 }

#main h4 {
	color: #003566;
	font: bold 12px/1.3 Arial, Helvetica, sans-serif;
	padding: 15px 15px 0px 15px;
}

#main p, #main ol {
	padding: 15px 15px 15px 15px;
	line-height: 1.5em;
}

#main ol {
	margin-left: 17px;
	list-style: outside;
	list-style-type: decimal
}

#main a {
	color: #707070;
}

#main a:hover,
#main a:focus,
#main a:active {

}

#main ul {
	list-style-image: url(../img/greenbullet.gif); /* It sits differently in IE and Firefox - is there a way around that? */
	margin-left: 45px;
	margin-right: 15px;
	margin-top: 0.25em;
}

#main li {
	line-height: 1.5em;
}

#main table {
	margin-left: 16px;
	margin-top: 2em;
	padding-right: 1.7em;
}

#main table td {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1em;
	vertical-align: top;
}

#main table td h4 {
	padding-top: 0!important;
	margin-top: 0!important;
}

#colone {
	float: left;
	margin-left: 15px;
	width: 150px;
}

#coltwo {
	float: left;
	margin-left: 10px;
	width: 150px;
}

#colthree {
	float: left;
	margin-left: 10px;
	width: 150px;
}

#colone ul,
#coltwo ul,
#colthree ul {
	margin-left: 15px;
}

.charities {
	margin: 15px 15px 7px 15px;
}

.charityimage {
	float: left;
	width: 150px;
}

.walkersimage {
	float: left;
	width: 125px;
}

#main .charitytext {
	margin: 0 0 0 155px;
	padding: 0 0 5px 0;
}

#main .walkerstext {
	margin: 20 0 0 5;
	padding: 20 0 5px 0;
	color: #96bd0d;
}

#main h4.charitytext {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	color: #40688c;
	/*padding-top: 75px;*/
	padding-bottom: 2em;
	font-size: 1.2em;
	text-align: center;
}

/* -- sub nav -- */

#main #subNav, #main #galleryAlbums {
	border-bottom: 1px solid #ccd7e0;
}

#main #subNav ul, #main #galleryAlbums ul {
	padding: 0 0 0 15px; 
	margin: 0; 
	list-style: none; 
	width: 97%;
}

/*
#main #galleryAlbums ul {
padding: 0.7em 0 0.7em 1em;
}
*/

#main #subNav ul li, #main #galleryAlbums ul li { 
	list-style: none;
	list-style-position: inside;
	display: inline;
	line-height: 2.5;
	color: #abca3d;
}
	
#main #subNav ul li a, #main #galleryAlbums ul li a {
	color: #abca3d;
	text-decoration: none;
	padding: 0 0 0 0.25em;
	font-weight: normal;
}

#main #subNav ul li.first a, #main #galleryAlbums ul li.first a {
	padding: 0 0 0 0;
}
#main #subNav ul li a:hover, #main #subNav ul li a:active, #main #galleryAlbums ul li a:hover, #main #galleryAlbums ul li a:active {
	text-decoration: underline;
}

#main #subNav ul li a.sel, #main #galleryAlbums ul li a.sel {
	font-weight: bold;
}

#main #subNav .gallery ul {
	margin-left: auto;
	margin-right: auto;
}

#main div.leftColumn {
	float: left;
	width: 15em;
	margin: 0;
	line-height: 1.5em;
}

#main div.rightColumn {
	line-height: 1.5em;
	clear: right;
	width: 22em;
	margin-left: 16em;
	font-weight: bold;
}

#main div.columnShell {
	margin-top: 1.2em;
	padding: 0 0 0.5em 15px;
	clear: right;
}

#main table.gallery {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

#main table.gallery td {
	padding: 0.5em;
	vertical-align: top;
}

#main table.gallery p {
	margin: 0;
	padding: 0;
}

#main ol {
	list-style-type: decimal;
}

#main ol ol {
	list-style-type: lower-alpha;
}

#logoShell {
	background-color: #ffffff;
	width: 505px;
	height: 207px; /*167px; */
	margin: 0;
	text-align: center;
	/*border-bottom: 1px solid #05396f;*/
}

div.logoRow {
	margin-left: auto;
	margin-right: auto;
	width: 475px;
	position: relative;
	/*top: 12%;*/
}

div.logoRow p {
	padding: 1.5em 0 1em 0;
	/*padding-bottom: 1em;*/
}

div.logoRow a.sponsorLogo {
	padding-left: 5px;
	padding-right: 5px;
}

div#corporateLeft {
	color: #0c3561;
	font-weight: bold;
	width: 240px;
	float: left;
	clear: left;
}

div#corporateLeft p {
	padding-top: 0;
	font-size: 13px;
}

div#corporateRight {
	float: right;
}

/*
div#corporateRight div#sponsorsButton {
	margin-top: 1em;
}
*/

div#corporateRight div#sponsorsButton, div#corporateRight div#supportersButton {
	margin-bottom: 0.6em;
}

#main table p { 
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#main table p img {
	margin-right: 1em; 
}
#main table h1 {
	font-size: 16px;
}

p.upstream { 
	float: left; 
	clear: none;
	width: 200px;
	display: inline;
	padding: 0 !important;
}
p.tagline {
	float: left; 	
	clear: none;
	display: inline;
	width: 190px;
	margin-left: 2em;
	margin-top: 1em;
	padding: 0 !important;
	color: #8c8c8c;
}
