@import url(global.css);

	h1.marathon, p, h2.marathon, td, li {
		color:#653600;
		font-family:helvetica,arial, sans-serif;
	}
	
	a:link, a:visited {
		text-decoration:underline;
	}
	
	p, li, td {
		font-size:10pt;
	}
	
	
	h1.mainheadline {
		margin-top:130px;
		margin-right:50px;
		text-align:right;
		
	}
	
	td.arrowbox {
		padding-right:5px;	
		border-left: 1px solid #f0b310;
		border-right: 1px solid #f0b310;
	}
	
	div.arrowbox {
		background:url(../img/ebc/marathon/arrowboxes/arrow.gif) center left no-repeat; 
		padding-left:40px;
		margin-bottom:0px;
		min-height:40px;
		height:40px;
	}
	
	td.rightaction {
		padding-left:20px;
	}
	

	ul#marathonmenu {
		
		padding: 0px;
		margin: 0px;
		text-align:center;
		font-weight:bold;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	ul#marathonmenu li {
		background-image: url(../img/ebc/marathon/menuarrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding-left:12px; 
		margin-left:15px;
		padding-top:0px;
		padding-bottom:15px;
		display: inline;
	}
	
	html>body ul#marathonmenu li {
		padding-top:6px;
		background-position: 0px 5px;
	}
	
	ul#marathonmenu li a {
		text-decoration: none;
		color: #06476a;
		font-size:11pt;
		font-family:helvetica, arial, sans-serif;
	}
	
	ul#marathonmenu li a:hover {
		text-decoration: underline;
		color: #653600;
	}
	
	ul#marathonmenu {
		
		height:23px;
	}
	
	ul#marathonmenu li#home {
		margin-left:10px;
		background-image: url(../img/ebc/marathon/homecircle.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		padding-left:25px;
	}

	ul.marathonschedule {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		color: #653600;
		font-size:11pt;
		width:350px;
	}
	ul.marathonschedule li {
		background-image: url(../img/ebc/marathon/cross-small.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding-left: 25px; 
		padding-top:5px;
		margin-bottom:10px;
		line-height:1.25em;
	}
	
	ul.marathonschedule li.schedulespecial {
		font-weight:bold;
		background-image: none;
	}
	div#details {
		margin-right:20px;
	}
	
/*css for sliding quotes on home page */
	
	/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	
	#content{
		position:relative;
		left:40px;
	}	
	
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:350px;
		height:200px;
		overflow:auto; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-40px;
		top:31px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:360px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:absolute;
		width:30px;
		height:77px;
		background:url(../img/ebc/marathon/slider/btn_prev.gif) no-repeat 0 0;	
		
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/ebc/marathon/slider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	div#top-fundraisers {
		font-size:8pt; 
		width:360px;
		float:left;
	}
	
	div#top-fundraisers p, div#top-fundraisers li {
		font-size:11pt;
		line-height:1.2em;
	}
	
