/* ******************************
Overview Template
Copyright (c) 2007 - 2010 Utah Valley Marathon, All Rights Reserved
****************************** */



/* ******************************
Reset Code - An overall, master reset to make code behave and to cut down on repetitive declarations
****************************** */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* ******************************
Preset Classes - Classes that are universally available and applied
****************************** */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}

/* ******************************
Basic CSS - groundwork appearance code for this template
****************************** */
body {
	font-family:arial, helvetica, sans-serif;
	font-size:80%;

	color:#333;
	
	background:#165970 url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/general/site-bg.gif') left top repeat-x;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

p.promoText{
	font-size: 140% ;
	color: #dc7126 ;
}

a:link {
	color:#dea139;
}
a:visited, a:active {
	color:#dea139;
}
a:hover { 
	color:#555555;
	text-decoration:none;
}

h1 {
	margin-bottom: .5em;
	font-size:200%;
	color:#165970;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#DC7126;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#82a63e;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #555555;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #165970;
}

ul, ol {
	
}

.ulStyle1 {
	margin-bottom:.6em;
	padding-left:16px;
	list-style:disc;
}
	.ulStyle1 ul {
		margin:.4em 0;
		padding-left:16px;
		list-style:circle;
	}

.pageBanner {
	position:relative;
	margin-top:-24px;
	margin-right:-24px;
	margin-bottom:8px;
}

#container {

}
#content {

}
#columnWrapper {
	padding-bottom:8px;
	background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/general/content-bg.png') right 0 repeat-y;
}
/* ******************************
Column Styles
****************************** */
.columnStyle1 {
	padding:0px 12px 12px 12px;
	border:0px solid #ddd;
}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
		.columnStyle1 .columnTopRight {
		
		}
	.columnStyle1 .columnBody {
		
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}
		.columnStyle1 .columnBottomRight {
		
		}

.columnStyle2 {
	padding:8px 0px;
	border:0px solid #ddd;
}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
		.columnStyle2 .columnTopRight {
		
		}
	.columnStyle2 .columnBody {
		
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}
		.columnStyle2 .columnBottomRight {
		
		}
/* ******************************
Selected Button Styles
****************************** */

/* ******************************
Selected Table Styles
****************************** */

/* ******************************
Selected Form Styles
****************************** */

/* ******************************
Selected List Styles
****************************** */

/* ******************************
Default Blob Styles
****************************** */
.blobDefault {
	margin-bottom:12px;
}

.blobImage {
	margin-bottom:12px;
	text-align:center;
}

.siteLinks {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	font-size: 100%;
}
	.siteLinks li {
		
	}
		.siteLinks a:link, .siteLinks a:visited, .siteLinks a:active {
			display:block;
			padding:0 0 .5em 0;
			text-decoration:none;
			color: #dea139;
		}
		.siteLinks a:hover {
			text-decoration:underline;
			color: #555555;
		}
		.siteLinks img {
			padding:0 0 1.4em 0;
		}
		

.homeLinks {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	font-size: 160%;
}
	.homeLinks li {
		float:right;
		width:100%;
	}
		.homeLinks a:link, .homeLinks a:visited, .homeLinks a:active {
			display:block;
			padding:.7em 0;
			width:100%;
			text-decoration:none;
			color: #555555;
		}
		.homeLinks a:hover {
			text-decoration:underline;
			color: #555555;
		}
		.homeLinks img {
			padding:.7em 0;
		}
a.registerButton:link, a.registerButton:visited {
	display:block;
	height:38px;
	width:177px;
	padding:16px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	background:transparent url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/images-pm/register-button-hl.jpg') no-repeat;
}
a.registerButton:active, a.registerButton:hover {
	background:transparent url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/images-pm/register-button.jpg') no-repeat;
}
.title {
	text-align:center;
	margin:0 auto 10px;
}/* ******************************
Selected Blob Styles
****************************** */

/* ******************************
Selected Header Design and Theme
****************************** */

#header {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	height:200px;
	width:1000px;
	background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/header/header-bg.png') 50% 0 no-repeat;
}
#headerWrapper {
	height:200px;
	width:1000px;
}
	#siteLogo {
		position:absolute;
		top:40.5px;
		left:40.5px;
		height:139px;
		width:146px;
		z-index:5;
	}
	
	#headerTagline1 {
		position:absolute;
		top:50px;
		left:275px;
		font-size:475%;
		color:#165970;
		z-index:1;
	}
	
	#headerTagline2 {
		position:absolute;
		top:115px;
		left:620px;
		font-size:325%;
		color:#dc7126;
		z-index:1;
	}
	#headerTagline3 {
		display:none;
		position:absolute;
		top:31px;
		left:35px;
		font-size:120%;
		font-weight:bold;
		color:#dc7126;
		z-index:15;
	}
	
	#headerPhone {
		position:absolute;
		bottom:-31px;
		right:26px;
		margin:0;
		padding:0 6px 6px 0;
		font-size:110%;
		color:#fff;
	}
	
	#headerLinks {
		position:absolute;
		top:20px;
		right:20px;
		height:1.4em;
		padding:9px 3px 8px 38px;
		
		list-style:none;
		background:#757377 url('https://web.archive.org/web/20110322150350im_/http://templates.sebomarketing.com/designs/alpha/header/header-links-bg.gif') left bottom no-repeat;
	}
		#headerLinks li {
			float:left;
		}
			#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
				padding:0 9px;
				color:#fff;
			}
			#headerLinks li a:hover {
				color:#dea139;
			}
	/* ******************************
Selected Navigation Design and Theme
****************************** */
/***************************************************************
Appearance and Location for Main Navigation
***************************************************************/
#navigation {
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-473px;
	width:946px;
	height:35px;
	background:#555555 url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-bg.gif') 0 50% repeat-x;
}
	#navigation>ul {
		
	}
		#navigation>ul>li {
			position:relative;
			float:left;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				display:block;
				float:left;
				padding:8px 30px 0 30px;
				height:27px;
				font-size:110%;
				font-weight:bold;
				text-decoration:none;
				color:#fff;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#fff;
				background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-link.gif') right top no-repeat;
			}
		#navigation>ul>li:hover {
			background:#165970 url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-list.gif') 0 50% repeat-x;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				text-decoration:underline;
				background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-link.gif') right top no-repeat;
			}
			
		#navigation>ul>li.current {
			background:#165970 url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-list.gif') 0 50% repeat-x;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active {
				text-decoration:underline;
				background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-link.gif') right top no-repeat;
			}
			#navigation>ul>li.current>a:hover {
				text-decoration:underline;
				background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/navigation-hover-link.gif') right top no-repeat;
			}



/***************************************************************
Appearance and Location for Dropdowns
***************************************************************/
#navigation ul li ul {
	display:none;
	position:absolute;
	top:35px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border-bottom:1px solid #555555;
	z-index:5;
}

#navigation ul li:hover ul {
	display:block;
}
#navigation ul li.last ul {
	left:auto;
	right:-1px;
}
	#navigation ul li:hover ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:198px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		
		border:solid #aaa;
		border-width:0 1px;
		
		background:#fff;
		z-index:5;
	}
	#navigation ul li:hover ul li.first { border-top:none; }
	#navigation ul li:hover ul li.last { }
		
		#navigation ul li ul li a:link, #navigation ul li ul li a:visited {
			display:block;
			float:none;
			
			margin:0;
			padding:6px 0 6px 12px;
			height:auto;
			width:186px;
			
			font-weight:normal;
			font-size:90%;
			text-align:left;
			text-decoration:none;
			color:#555;
			font-style:normal;
			
			border:0;
			background:#fff;
		}
		#navigation ul li ul li a:hover, #navigation ul li ul li a:active {
			text-decoration:underline;
			color:#fff;
			background:#555555;
		}
		
		
		#navigation ul li.current ul li a:link, #navigation ul li.current ul li a:visited {
			text-decoration:none;
			color:#555		}
		#navigation ul li.current ul li a:hover, #navigation ul li.current ul li a:active {
			text-decoration:underline;
			color:#fff;
		}
		
		
		#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited {
			text-decoration:underline;
			color:#fff;
			background:#555555;
		}
		#navigation ul li ul li.current a:hover, #navigation ul li ul li.current a:active {
			text-decoration:underline;
			color:#fff;
			background:#555555;
		}



/***************************************************************
Left Navigation Blob
***************************************************************/
.blobStyleNav {

}
	.blobStyleNav .blobTopLeft {
		
	}
		.blobStyleNav .blobTopRight {
			margin:0 -0px 0 -0px;
			background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/navigation/blob-style-nav-top-right.gif') left top repeat-x;
			height:35px;
		}
			.blobStyleNav .blobTopRight h2 {
				margin:0;
				padding-top:0px;
				height:35px;
				font-size:160%;
				text-align:right;
				color:#165970;
			}
	.blobStyleNav .blobBody {
		margin-bottom:10px;
	}
		.blobStyleNav .blobBody ul {
			margin:0;
			padding:0;
			list-style:none;
			text-align:right;
			font-size: 130%;
		}
			.blobStyleNav .blobBody ul li {
			}
				.blobStyleNav .blobBody ul li a:link, .blobStyleNav .blobBody ul li a:visited, .blobStyleNav .blobBody ul li a:active {
					display:block;
					padding:.7em 0;
					text-decoration:none;
					color: #555555;
				}
				.blobStyleNav .blobBody ul li a:hover {
					text-decoration:underline;
					color: #dea139;
				}
			.blobStyleNav .blobBody ul li.current {
				
			}
				.blobStyleNav .blobBody ul li.current a:link, .blobStyleNav .blobBody ul li.current a:visited, .blobStyleNav .blobBody ul li.current a:active {
					text-decoration:underline;
					color: #dea139;
				}
				.blobStyleNav .blobBody ul li.current a:hover {
					text-decoration:underline;
					color: #dea139;
				}
	.blobStyleNav .blobBottomLeft {
		
	}
		.blobStyleNav .blobBottomRight {
		
		}/* ******************************
Selected Bread Crumbs
****************************** */

/* ******************************
Selected Footer Design and Theme
****************************** */
#footer {
	position:relative;
	padding:8px 27px 27px 27px;
	width:946px;
	font-size:95%;
	background:url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/footer/footer-bg.png') 50% bottom no-repeat;
}
#footerWrapper {
	
}
	#footerLinks {
		position:absolute;
		top:8px;
		left:27px;
		height:35px;
		width:946px;
		list-style:none;
		background:#555555 url('https://web.archive.org/web/20110322150350im_/http://utahvalleymarathon.com/designs/alpha/footer/footer-links-bg.gif') 0 50% repeat-x;
	}
		#footerLinks li {
			float:left;
		}
			#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
				float:left;
				padding:8px 30px 0 30px;
				height:27px;
				font-size:116%;
				font-weight:bold;
				text-decoration:none;
				color:#fff;
			}
			#footerLinks li a:hover {
				text-decoration:underline;
				color:#fff;
			}
	
	#footerPhone {
		position:absolute;
		top:14px;
		right:35px;
		font-size:116%;
		color:#fff;
	}
	
	#footerCopyright {
		margin-bottom:0;
		padding-top:43px;
		padding-bottom:6px;
	}
	
	#footerAddress {
		margin-bottom:6px;
		font-style:normal;
	}
	
	#badge-facebook {
		position:absolute;
		top:46px;
		left:57px;
	}
	
	#badge-twitter {
		position:absolute;
		top:46px;
		left:162px;
	}
	
	#siteBuiltBy {
		position:absolute;
		top:46px;
		right:77px;
	}
		#siteBuiltBy img {
			vertical-align:middle;
		}
		/* ******************************
Design Layout Code
****************************** */
body {
	min-width:1000px;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:20px;
	margin:0 auto;
	width:1000px;
	text-align:center;
}

#content {
	position:relative;
	padding-top:200px;
	width:1000px;
	text-align:left;
}

#columnWrapper {
	position:relative;
	padding:35px 27px 0 27px;
	
	min-height:300px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:300px;
	
	width:946px;
}

/* error reporting */

/*
     FILE ARCHIVED ON 15:03:50 Mar 22, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:32:58 Sep 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 116.601
  exclusion.robots: 0.128
  exclusion.robots.policy: 0.113
  cdx.remote: 0.088
  esindex: 0.014
  LoadShardBlock: 70.496 (3)
  PetaboxLoader3.datanode: 54.238 (4)
  load_resource: 58.359
  PetaboxLoader3.resolve: 30.747
*/



/* ******************************
Template Layout Code
****************************** */

.column1 {
	display:inline;
	float:right;
	padding-left:10px;
	margin-top:24px;
	width:730px;
}

.column2 {
	display:inline;
	float:left;
	margin-top:16px;
	padding-left:6px;
	width:200px;
}

/*
     FILE ARCHIVED ON 15:02:25 Mar 22, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:32:54 Sep 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 109.027
  exclusion.robots: 0.116
  exclusion.robots.policy: 0.101
  cdx.remote: 0.086
  esindex: 0.012
  LoadShardBlock: 77.135 (3)
  PetaboxLoader3.datanode: 617.735 (4)
  load_resource: 681.982
  PetaboxLoader3.resolve: 95.275
*/