* {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
.clear { 
	clear: both;
	}
	
body {
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #969696;
	text-align: center;
	padding: 0 5px;
	}
	
#site_container {
	font-size: 1em;
	margin: 0 auto 25px auto;
	text-align: left;
	width: 960px;
	border-top: 4px solid #ee3a43;
	}
	
#followus_buttons {
	list-style-type: none;
	float: right;
	}
	
.followus_button {
	font-size: 1.2em;
	color: #ffffff;
	font-style: italic;
	float: left;
	margin: 0 0 0 5px;
	text-align: center;
	}
	
.followus_button a {
	display: block;
	width: 129px;
	height: 20px;
	}
	
	
#followus_twitter{
	float:left;
	color: #ffffff;
	font-style: italic;
	float: left;
	background: url('../img/twitterButton.gif') no-repeat;
	margin: 0 -1px 0 0;
	padding: 6px 0 0 0;
	width: 160px;
	height: 31px;
	text-align: center;
	text-indent: -40000px;
	}	


#followus_twitter:hover {
	background-position: 0 -38px;
	}
	
#followus_facebook{
	float:left;
	color: #ffffff;
	font-style: italic;
	float: left;
	background: url('../img/facebookButton.gif') no-repeat;
	margin: 0 -1px 0 0;
	padding: 6px 0 0 0;
	width: 149px;
	height: 31px;
	text-align: center;
	text-indent: -40000px;
	}	

#followus_facebook:hover {
	background-position: 0 -39px;
	}
	
#register_button{
	float:left;
	color: #ffffff;
	font-style: italic;
	float: left;
	background: url('../img/regButtonV2.gif') no-repeat;
	padding: 6px 0 0 0;
	width: 114px;
	height: 31px;
	text-align: center;
	text-indent: -40000px;
	}	

#register_button:hover {
	background-position: 0 -39px;
	}
		
#container_header {
	margin: 0 0 15px 0;
	}
	
#header_logo {
	float: left;
	}
	
#logo_text {
	color: #171717;
	font-weight: normal;
	text-indent: -90000px;
	background: url('../img/walkamile_logo.gif') no-repeat;
	display: block;
	width: 287px;
	height: 100px;
	}
	
#logo_text a {
	display: block;
	width: 287px;
	height: 100px;
	}
	
#logo_reg {
	font-size: .5em;
	margin: 0 0 0 -2px;
	}
	
#header_twitter {
	float: right;
	border-top: 1px solid #000000;
	width: 330px;
	font-size: 1.4em;
	font-style: italic;
	margin: 18px 0 0 0;
	}
	
#twitter_title {
	color: #ee3a43;
	padding: 8px 5px 5px 5px;
	}
	
#twitter_update_list {
	list-style-type: none;
	color: #646464;
	padding: 0 5px;
	}
	
#twitter_update_list a {
	color: #646464;
	border-bottom: 1px solid #646464;
	text-decoration: none;
	}
	
#container_menu {
	border-top: 1px solid #000000;
	border-bottom: 3px solid #000000;
	padding: 8px 0;
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 15px 0;
	}
	
#menu_items {
	list-style-type: none;
	}
	
.menu_item {
	display: inline;
	margin: 0 12px;
	}

.menu_item a {
	color: #646464;
	text-decoration: none;
	}
	
.menu_item a:hover {
	color: #ee3a43;
	}
	
.menu_active a {
	color: #ee3a43;
	}
	
.menu_item_selected {
	display: inline;
	margin: 0 12px;
	}

.menu_item_selected a {
	color: #ee3a43;
	text-decoration: none;
	}
	
.menu_item_selected a:hover {
	color: #ee3a43;
	}
	
#container_content {
	margin: 0 0 15px 0;
	}
	
#content_intro {
	float: left;
	border:0px solid #ee3a43;
	width: 455px;
	height: 1500px;
	background: url('../img/introTextHolder.gif') repeat-x;
	color: #ffffff;
	font-size: 1.5em;
	font-family: Helvetica, arial, sans-serif;
	}
	
#intro_text {
	padding: 20px 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#intro_text_headline {
	margin: 0 0 10px 0;
	}
	
#infoBadge{
	float:left;
	margin-left: -55px;
	margin-top: -30px;
	}
	
#intro_headline_text {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 30px;
	width:425px;
	}
	
#intro_text_secondary {
	line-height: 25px;
	font-family: Helvetica, arial, sans-serif;
	}
	
#intro_buttons_eventinfo {
	margin: 25px 0 0 300px; 
	display: block;
	width: 129px;
	height: 35px;
	background: url('../img/registerNowBtn.png') no-repeat;
	text-indent: -40000px;
	}
	
.mac.gecko #intro_buttons_eventinfo{
	margin: 0 0 0 300px;
	display: block;
	width: 129px;
	height: 35px;
	background: url('../img/registerNowBtn.png') no-repeat;
	text-indent: -40000px;
}

#intro_buttons_eventinfo:hover {
	background-position: 0 -34px;
	}

.mac.gecko #intro_buttons_eventinfo:hover{
	background-position: 0 -34px;
}
	
#intro_buttons_registernow {
	float: right;
	margin: 15px 0 0 0;
	}
	
#intro_buttons {
	margin: 5px 0 0 0 !important;
	}
	
.mac.opera #intro_buttons {
	margin: -20px 0 0 0 !important;
	}
	
.intro_date {
	font-size: 1.1em;
	font-weight: bold;
	}
	
#content_psa {
	float: right;
	background: #000000;
	text-align: center;
	width: 465px;
	height: 253px;
	padding: 5px 0;
	border: 3px solid #000000;
	}

#content_video {
	float: right;
	text-align: center;
	width: 465px;
	height: 291px;
	padding: 0px 3px 5px 3px;
	}
	

#content_poster {
	float: right;
	text-align: center;
	width: 465px;
	height: 577px;
	border: 3px solid #FFF;
}
	
#container_footer {
	border-top: 3px solid #000000;
	padding: 3px 0 0 0;
	}
	
#footer_wrapper {
	padding: 8px;
	background: #b32b32 url('../img/footer_bg.gif') top repeat-x;
	font-size: 1.2em;
	color: #ffffff;
	font-family: Helvetica, arial, sans-serif;
	}
	
#footer_wrapper a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer_wrapper a:hover {
	border-bottom: 1px solid #ffffff;
	}
	
#footer_links {
	float: left;
	}
	
#footer_links_items {
	list-style-type: none;
	}
	
.footer_links_item, .footer_links_sep {
	float: left;
	}
	
.footer_links_sep {
	padding: 0 5px;
	}
	
#footer_copylegal {
	float: right;
	}
	
.footer_copylegal_sep {
	padding: 0 5px;
	}
	
#container_sitebyespresso {
	margin: 10px 0 0 0;
	text-align: right;
	}
	
#container_sitebyespresso a {
	display: block;
	width: 76px;
	height: 34px;
	float: right;
	background: url('../img/sitebyespresso.gif') no-repeat;
	}
	
#container_sitebyespresso a:hover {
	background-position: 0 -34px;
	}
	
#content_info {
	float: left;
	border: 3px solid #ee3a43;
	width: 465px;
	height: 333px;
	background: url('../img/intro_bg.gif') repeat-x;
	color: #ffffff;
	font-size: 1.5em;
	font-family: Helvetica, arial, sans-serif;
	}
	
#info_text {
	padding: 20px 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#info_text_headline {
	margin: 0 0 10px 0;
	}
	
#info_headline_text {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 30px;
	}
	
#info_text_secondary {
	line-height: 25px;
	font-family: Helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
	}
	
#info_details {
	display: block;
	}
	
#details_main {
	float: left;
	width: 200px;
	padding: 0 0 0 0;
	font-size: .9em;
	font-family: Helvetica, arial, sans-serif;
	}
	
#details_main a {
	color: #ffffff;
	}
	
#details_main_top{
	padding: 0 0 6px 0;
}

.mac.gecko #details_main_top{
	padding: 0 0 10px 0 !important;
	}
	
#details_map {
	float: right;
	width: 193px;
	}
	
#map_canvas {
	border: 3px solid #ef3e42;
	display: block;
	width: 193px;
	height: 120px;
	background: url('../img/eventinfo_map_new.gif') no-repeat;
	}
	
#map_canvas a {
	display: block;
	width: 193px;
	height: 120px;
	}
	
.win.gecko #map_canvas {
	height: 90px;
	}
	
.win.chrome #map_canvas {
	height: 90px;
	}
	
.win.safari #map_canvas {
	height: 90px;
	}
	
.win.opera #map_canvas {
	height: 90px;
	}
	
#content_slideshow {
	float: right;
	}
	
.contact_header {
	font-size: 1.8em;
	font-weight: normal;
	color: #EF3E42;
	margin: 0 0 10px 0;
	}
	
.contact_header_people {
	font-size: 1.8em;
	font-weight: normal;
	color: #EF3E42;
	margin: 0 0 3px 0;
	}
	
.contact_text {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.5em;
	color: #636363;
	line-height: 25px;
	}
	
.contact_person {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #636363;
	line-height: 20px;
	}
	
#contact_person_eventlead, #contact_person_eventcoordinator {
	margin: 0 0 15px 0;
	}
	
.contact_person a {
	color: #ee3a43;
	text-decoration: none;
	}
	
.contact_person a:hover {
	border-bottom: 1px solid #ee3a43;
	}
	
#contact_maininfo {
	float: left;
	width: 465px;
	}
	
#contact_mediainfo {
	float: right;
	width: 465px;
	}

p {
	margin: 0 0 10px 0;
	}
	
label {
	display: block;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #636363;
	}
	
.ss-required-asterisk {
	color: #ff0000;
	}
	
input {
	border: 1px solid #808080;
	padding: 5px;
	}
	
select {
	border: 1px solid #808080;
	padding: 5px;
	}
	
.ss-item {
	margin: 0 0 10px 0;
	}
	
.ss-choice-label {
	display: inline;
	margin: 0 0 0 5px;
	}
	
.ss-choices {
	list-style-type: none;
	}
	
.ss-choice-item {
	margin: 0 0 5px 0;
	}
	
.notify_header {
	font-size: 1.8em;
	font-weight: normal;
	color: #EF3E42;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	}
	
#notify_intro {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.5em;
	color: #636363;
	line-height: 25px;
	width: 465px;
	margin: 0 0 15px 0;
	float: left;
	}
	
#notify_form {
	float: right;
	width: 465px;
	margin: -10px 0 0 0;
	}
	
.notify_intro_required {
	color: #ff0000;
	font-size: .8em;
	}
	
.volunteer_header {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.volunteer_text_header{
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#volunteer_intro {
	width: 562px;
	height:523px;
	float: left;
	background:url('../img/VolunteerHolder.gif') no-repeat;
	}

	
#volunteer_thanks{
	font-size: 1.6em;
	color: #FFFFFF;
	padding:10px;
	width: 542px;
	height:503px;
	float: left;
	background:url('../img/VolunteerHolder.gif') no-repeat;
}	
.volunteer_list_holder{
	padding:20px 0 0 0;
	width:512px;
	height:160px;
	}	
	
.volunteer_list{
	float:left;
	padding:0 0 0 25px;
	}

.volunteer_text_holder{
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 20px;
	width:512px;
	height:498px;
	padding:25px 0 0 25px;
	}

#volunteer_form_holder {
	float: left;
	width:285px;
	height:413px;
	padding: 55px;
	background:url('../img/VolunteerFormHolder.gif') no-repeat;
	}
		
#volunteer_form{
	padding: 25px 0 0 25px;
	}
	
.volunteer_intro_required {
	color: #ff0000;
	font-size: .8em;
	}
	
.ss-q-title {
	display: inline;
	text-transform: none;
	font-weight: normal;
	line-height: 18px;
	}
	
label.error {
	display: list-item;
	color: #ff0600;
	font-size: 12px;
	list-style-position: inside;
	padding: 5px 0 0;
	}

.opera .ss-q-checkbox {
	padding: 0;
	}
	
#sponsor_text_holder{
	float:left;
	width:455px;
	height:789px;
	background:url('../img/sponsorTextHolder.gif') no-repeat;
	padding: 0 15px 0 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	line-height: 20px;
	}

#sponsor_text_content{
	padding: 30px 30px 0 30px;
	}

.sponsors_text_header{
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0 0 20px 0;
	}

.sponsors_text_link{
	text-decoration:underline;
	color: #FFFFFF;
	}	
	
#sponsor_images_holder{
	float:left;
	width:490px;
	height:750px;
	}

#sponsor_images_content{
	padding:25px;
	}

.sponsor_image_header{
	font-size:1.6em;
	color: #ee3a43;
	}

#gold_holder{
	height:370px;
	width:370px;
	}	
	
.gold_sponsor_list_holder_left{
	float:left;
	list-style-type:none;
	width:165px;
	}

.gold_sponsor_list_holder_right{
	float:right;
	list-style-type:none;
	width:165px;	
	}	

.container { 
	width: 100%; 
	height: 100%;
	display: table; 
	}
	
.position { 
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center; 
	}
	
	
.gold_sponsor_list{
	float:left;
	width:150px;
	height:110px;
	text-align:center;
	}

#silver_holder{
	height:230px;
	width:450px;
	}	
	
#silver_sponsor_list_holder1{
	float:left;
	list-style-type:none;
	width:106px;
	text-align:center;
	}
	
#silver_sponsor_list_holder2{
	float:left;
	list-style-type:none;
	width:106px;
	text-align:center;
	}
	
#silver_sponsor_list_holder3{
	float:left;
	list-style-type:none;
	width:106px;
	text-align:center;
	}	

#silver_sponsor_list_holder4{
	float:left;
	list-style-type:none;
	width:106px;
	text-align:center;
	}	

.silver_sponsor_list{
	height:80px;
	width:100px;
	float:left;
	text-align:center;
	}		
	
	
#bronze_holder{
	height:260px;
	width:500px;
	}	
	
#bronze_sponsor_list_holder1{
	float:left;
	list-style-type:none;
	width:80px;
	text-align:center;
	}
	
#bronze_sponsor_list_holder2{
	float:left;
	list-style-type:none;
	width:80px;
	text-align:center;
	}
	
#bronze_sponsor_list_holder3{
	float:left;
	list-style-type:none;
	width:80px;
	text-align:center;
	}	

#bronze_sponsor_list_holder4{
	float:left;
	list-style-type:none;
	width:80px;
	text-align:center;
	}	

.bronze_sponsor_list{
	height:80px;
	width:100px;
	float:left;
	text-align:center;
	}	
	
#sponsor_holder{
	width:960px;
	height:790px;
	}	
		
#sponsor_package_holder{
	display:block;
	margin:0 0 0 55px;
	width:272px;
	height:30px;
	background:url('../img/sponsorPackageDownloadButton.png') no-repeat;
	}
	
#sponsor_package_holder:hover{
	background-position:0 -30px;
	}			

.background_text {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #636363;
	line-height: 25px;
	padding: 0 0 15px 0;
	}
	
.background_text_list{
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #636363;
	line-height: 25px;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	}
	
#background_text_list_holder{
	border-bottom:1px dashed #c6c7c1;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
#left_column{
	float:left;
	width:520px;
	padding: 0 35px 0 0;
	border-right: 1px solid #c6c7c1;
	}
	
#right_column{
	float:left;
	padding: 0 0 0 35px;
	width:300px;
	}

#background_content_padding{
	padding:20px 30px 5px 30px;
}	
	
#columns{
	}
	
#background_top_quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-style:italic;
	font-weight:bold;
	}
	
#background_header{
	font-size:2.4em;
	}
		
#background_think{
	font-weight:bold;
}
	
.volunteer_submit{
	cursor:pointer;
	width: 110px;
	display:block;
	height: 30px;
	background: url('../img/volunteerSubmit.gif') no-repeat;
	border:none;
	}

.volunteer_submit:hover{
	display:block;
	background-position: 0 -30px;
	cursor:pointer;
	}

#volunteer_sign_up_header{
	font-size: 1.8em;
	color: #ee3a43;
	}

#news_holder{
	float:left;
	width:537px;
	}	

#news_header{
	padding:10px 0 20px 20px;
	font-size: 2.4em;
	color: #EF3E42;
	font-weight:normal;
	}	

#news_feed_content{
	width:537px;
	list-style-type:none;
	}

.news_feed_grey{
	background-color:#eaeaea;
	padding:10px 10px 4px 20px;
	}
	
.news_feed_white{
	padding:10px 10px 4px 20px;
	}
	
.news_article_header{
	font-size:1.8em;
	font-weight:normal;
	color:#44464c;
	}
	
.news_article_date{
	font-size:1.2em;
	color:#44464c;
	}
	
.news_article_link{
	text-decoration:underline;
	font-size:1.2em;
	color:#44464c;
	}
	
#news_page_holder{
	font-size: 1.3em;
	color: #EF3E42;
	width:537px;
	padding:15px 0 0 0;
	}

#page_list{
	margin: 0 auto;
	width:250px;
	list-style-type:none;
	}

#page_list li{
	float:left;
	padding: 0 5px;
	}

.news_next_button{
	text-decoration:underline;
	}
	
#news_contact_info_holder{
	float:right;
	width:350px;
	padding:5px 20px 20px 30px;
	background:url('../img/VolunteerFormHolder.gif') repeat-y;
	}
	
#news_contact_header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#ee3a43;
	font-size:1.4em;
	padding:0 0 10px 0;
}

#news_contact_name{
font-family:arial;
	font-weight:bold;
}

#news_contact_info{
	font-family:arial;
	color:#44464c;
	font-size:1.4em;
	line-height:1.5em;
	}

#news_contact_link{
	color:#ee3a43;
	text-decoration:underline;
	}
	
.news_content_holder{
margin:0 !important;
}

#volunteer_content_holder{
padding:0 0 15px 0;
}

h5 {
font-size: 100%;
margin-bottom: 0px;
padding-bottom: 0px;
}	
