﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	border-top: 1px solid #ccc;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #2C499F;
	line-height: 20px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #2C499F;
	letter-spacing: 5px;
	text-align: right;
}
h3 {
	font-size: 21px;
	color: #FDB833;
	line-height: 14px;
	margin: 10px 0px 10px 0px;
}
h4 {
	font-size: 11px;
}
a:visited {
		color: 58AD40;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#searchbar {
	height: 37px;
	background-color: #A7A9AC;
	padding-left: 695px;
	padding-right: 20px;
	padding-top: 2px;
}
#masthead {
	width: 960px;
	height: 99px;
	border-bottom: 1px #A7A9AC solid;
}

#logo {
	float: left;
	width: 218px;
	height: 75px;
	padding-top: 15px;
}

#header {
	margin-left: 200px;
	padding-top: 24px;
	
}
#topmenu {
	width: 960px;
	margin-top: 7px;
	background-color: #FEB933;
	height: 80px;
}

#container {
	clear: both;
	width: 960px;
	margin-top: 35px;
}
#homecontainer_top {
	clear: both;
	width: 960px;
}
#hometopleft_col {
	float:left;
	height: 385px;
	width: 640px;
	background-color: gray;
}
#hometopright_col {
	padding: 20px 20px 20px 20px;
	margin-left: 640px;
	height: 345px;
	width: 280px;
	background-color: #2C4A9F;
	font-size: 15px;
	color: white;
}
#hometopright_col img {
	padding-bottom: 20px;
}
#hometopright_col a:link, #hometopright_col a:visited {
	color: #FDB833;
	text-decoration: none;
}

#homecontainer_middle {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0px 20px 0px;
	background-color: #58AD40;
	font-size: 15px;
	color: #FFFFFF;
	height: 345px;
}
#homecontainer_middle a:link, #homecontainer_middle a:visited {
	color: #FDB833;
	text-decoration: none;
}

#homecontainer_middle img {
	padding-top: 10px;
}
#homecontainer_middle h3 {
	margin-top: 0px;
}
#homeleft_middle {
	float: left;
	width: 280px;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
}
#homecontainer_middlesub a:link, #homecontainer_middlesub a:visited {
	color: #FDB833;
	text-decoration: none;
}
#homecenter_middle {
	margin-left: 0;
	width: 278px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	float: left;
	padding: 0px 20px 0px 20px;
}
#homeright_middle {
	padding: 0px 20px 0px 20px;
	width: 280px;
	margin-left: 640px;
}
/* For two middle box layout */

#marathon_box {
	margin-left: 0;
	width: 600px;
	border-left: 1px #FFFFFF solid;
	float: left;
	padding: 0px 0px 0px 20px;
	height: 233px;
}

/* End two middle box layout */
#homecontainer_bottom {
	clear: both;
	width: 100%;
	padding: 20px 0px 40px 0px;
	font-size: 15px;
	margin-bottom: 20px;
}
#homecontainer_bottom h3 {
	color: #F5821F;
	margin-top: 0px;
}
#homecontainer_bottom a:link, #homecontainer_bottom a:visited {
	color: #58AD40;
	text-decoration: none;
}
#homeleft_bottom {
	float: left;
	width: 280px;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	color: #2C4A9F;
}
.homelist li {
	margin-left: -15px;
	text-indent: 0px;
}
#homecenter_bottom {
	margin-left: 0;
	width: 278px;
	border-left: 1px #A7A9AB solid;
	border-right: 1px #A7A9AB solid;
	float: left;
	padding: 0px 20px 0px 20px;
}
#homeright_bottom {
	padding: 0px 20px 0px 20px;
	width: 280px;
	margin-left: 640px;
}


#left_col {
	float: left;
	width: 192px;
}

#page_content {
	margin-left: 193px;
	border-left: 1px #A7A9AC solid;
	padding-left: 20px;
}
#page_content a:link, #page_content a:visited, #page_content a:active {
	color: #58AD40;
	text-decoration: none;
}
#textwrapper_for_picsright {
	border-right: 1px #A7A9AC solid;
	width: 400px;
	padding-right: 20px;
}
#pullquote {
	min-height: 200px;
	float: right;
	margin-left: 40px;
	margin-right: 20px;
	font-size: 11px;
	text-align: left;

}
#pullquote img {
	margin-bottom: 10px;
}
#pics_right {
	min-height: 200px;
	margin-right: 20px;
	padding-left: 20px;
	width: 280px;
	margin-left: 437px;

}
#pics_right img {
	margin-bottom: 20px;
}
.rightpics {
	margin-right: 20px;
	padding-left: 20px;
}
#subtext_container {
	clear: both;
	width: 100%;
	border-top: 1px solid #A7A9AB;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 12px;
	color: #A7A9AB;
}

#footer {
	clear: both;
	height: 25px;
	background-color: #2C499F;
	margin-top: 20px;
	font-size: 12px;
	color: white;
	padding-left: 10px;
	line-height: 18px;
}
#copyright {
	padding-top: 4px;
	float: left;
}
#emailbottom {
	float: right;
	background-color: black;
	width: 200px;
	text-align: center;
	height: 21px;
	padding-top: 4px;
}
#emailbottom a:link, a:visited {
	color: white;
	text-decoration: none;
}
#bottomlinks {
	margin-top: 10px;
	font-size: 12px;
	padding-right: 10px;
	text-align: left;
}
#bottomlinks a, #bottomlinks a:link, #bottomlinks a:active, #bottomlinks a:visited {
	text-decoration: none;
	color: #58AD40;
}

#navcontainer {
	margin-left: auto;
	margin-right: auto;
}

#navlist ul {
	
	list-style: none;
	
}
#navlist li {
	display: block;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	list-style: none;
	text-indent: -30px;

}

#navlist a {
	padding-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

#navlist a:link, #navlist a:visited {
	color: #57AD3F;
	background: url('submenu-arrow.gif');
	background-position: 0 -28px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#navlist a:hover {
	background: url('submenu-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 -14px;
	padding-left: 20px;
} 
.selectedsubnav {
	font-weight: bold !important;
	background: url('submenu-arrow.gif') !important;
	background-repeat: no-repeat !important;
	background-position: 0 -14px !important;
	padding-left: 20px !important;
}

#navlist li.category a {
	margin-left: 0px;
	padding-left: 10px;
}

#navlist li.category a:hover {
	margin-left: 0px;
	padding-left: 10px;
	background-position: -10px -14px;
}

#donatebutton {
	text-align: center;
}
.icons {
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
}


/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:260px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
/* end: slideshow */

/* lives enhanced code */

#livesenhanced_leftcol {
	padding: 0px 20px 0px 20px;
	width: 427px;
	float: left;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
#livesenhanced_leftcol h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 26px;
}
#livesenhanced_leftcol a:link, #livesenhanced_leftcol a:visited {
	color: #57AD3F;
	text-decoration: none;
}
.livesenhanced_namehilight {
	font-weight: bold;
	color: #F5821F;
}
#livesenhanced_rightcol {
	padding: 0 20px 0 20px;
	width: 442px;
	margin-left: 474px;
}
#lives_subtext_container {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
#lives_subtext_left {
	width: 460px;
	float: left;
	color: #F5821F;
	font-size: 15px;
	padding-left: 20px;
}
#lives_subtext_right {
	margin-left: 660px;
	width: 275px;
	text-align: right;
}
#lives_enhanced_header {
	padding-bottom: 20px;
	padding: 0 20px 0 20px;
	margin-top: 35px;
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 20px;
}
#lives_enhanced_header h1 {
	color:#F5821F;
	margin-bottom: 10px;
}
#livesstory_container {
	width: 960px;
	clear: both;
	color: #57AD3F;
	border: 1px silver solid !important;
}
#storieswrapper {
	border-bottom: 1px silver solid;
	border-top: 1px silver solid;
}
#livesstory_leftcol {
	border-right: 1px silver solid;
	width: 438px;
	float: left;
	padding: 20px 20px 20px 20px;
	color: #57AD3F;
	font-size: 15px;
}
#livesstory_leftcol img {
	padding-top: 20px;
	}
#livesstory_leftcol2 {
	border-top: 1px silver solid;
	border-right: 1px silver solid;
	width: 438px;
	float: left;
	padding: 20px 20px 20px 20px;
	color: #57AD3F;
	font-size: 15px;
}
#livesstory_leftcol2 img {
	padding-top: 20px;
	}


#livesstory_rightcol {
	width: 440px;
	margin-left: 479px;
	padding: 20px 20px 20px 20px;
	color: #57AD3F;
	font-size: 15px;
}
#livesstory_rightcol img {
	padding-top: 20px;
	}
#livesstory_rightcol2 {
	border-top: 1px silver solid;
	width: 440px;
	margin-left: 479px;
	padding: 20px 20px 20px 20px;
	color: #57AD3F;
	font-size: 15px;
}
#livesstory_rightcol2 img {
	padding-top: 20px;
	}

.storiesheaders {
	color: #2C499F;
	font-size: 21px;
}
.storieslinks {
	color:#F5821F;
	font-style: italic;
	text-decoration: none;
}
#livesstory_leftcol a:link, #livesstory_leftcol a:visited {
	color:#F5821F;
	font-style: italic;
	text-decoration: none;
}
#livesstory_rightcol a:link, #livesstory_rightcol a:visited {
	color:#F5821F;
	font-style: italic;
	text-decoration: none;
}
#livesstory_leftcol2 a:link, #livesstory_leftcol a:visited {
	color:#F5821F;
	font-style: italic;
	text-decoration: none;
}
#livesstory_rightcol2 a:link, #livesstory_rightcol a:visited {
	color:#F5821F;
	font-style: italic;
	text-decoration: none;
}
/* end: lives enhanced */
#subnavindent {
	padding: 0px;
	margin-left: 10px;
}
.billingheader {
    text-align: left;   
}
.paivika-footnote {
	font-size: 10px;
}
#sponsorlogo {
	text-align: center;
}
.fofHeaders {
	font-size: 16px;
	color: #2C4A9F;
}
#fofcontainer_middle {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0px 20px 0px;
	background-color: #58AD40;
	font-size: 15px;
	color: #FFFFFF;
	height: 251px;
}
#fofcontainer_middle a:link, #fofcontainer_middle a:visited {
	color: #FDB833;
	text-decoration: none;
}
#fofcontainer_middle h3 {
	margin-top: 2px;
}
.fof2011topright {
	font-size: 20px;	
}
#foftopright {
	padding-top: 20px;	
}
.printsponsors {
	padding-bottom: 0px !important;	
}
#fofmiddlelinks {
	padding-top: 15px;	
}
#fofmiddlelinks a:link, #fofmiddlelinks a:visited {
	color: #fff !important;	
}
#paivikaregister a:link, #paivikaregister a:visited {
	color:#C00 !important;
	font-size: 20px !important;
	
}
#fiveK a:link, #fiveK a:visited {
	color:#C00 !important;
	
	
}
