* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font: normal 11px/1.3 Verdana, Arial, sans-serif;
}

a {
	color: #00f;
}
	a img {
		border: 0;
	}

p, #main ul, #main ol {
	margin-bottom: 1em;
}
	#main li {
		margin-left: 20px;
	}

h3 {
	font: 1.4em Georgia, serif;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

#header, #main, #sponsors, #footer {
	width: 1023px;
}

#header_container {
	background: url(/images/utah_header_container_bg.gif) repeat-x;
	height: 204px;
}
#header {
	height: 175px;
	background: url(/images/utah_header.jpg) no-repeat;
	position: relative;
	overflow: hidden;
}
	#header h1 {
		width: 241px;
		height: 175px;
		float: left;
	}
		#header h1 a {
			display: block;
			width: 241px;
			height: 175px;
			overflow: hidden;
		}

/* #nav {
	position: absolute;
	top: 81px;
	left: 241px;
	border-left: 1px solid #fff;
} */
#nav {
	margin-top: 81px;
	margin-left: 241px;
	border-left: 1px solid #fff;
	height: 15px;
}
	#nav li {
		float: left;
		padding: 0 15px;
		border-right: 1px solid #fff;
		line-height: 15px;
		height: 15px;
		list-style: none;
	}
	#nav a {
		color: #fff;
		text-decoration: none;
	}
		#nav li.active a {
			color: #acce71;
		}
		#nav a:hover {
			text-decoration: underline;
		}

#main_container {
	background: #acce71;
	overflow: auto;
	padding-bottom: 20px;
}
#main {
	background: url(/images/utah_main_bg.jpg) top left no-repeat;
	min-height: 300px;
	width: 979px;
	padding: 18px 22px;
}
	#copy {
		width: 550px;
		float: left;
	}
	#sidebar {
		margin-left: 570px;
		width: 406px;
	}
		#sidebar img {
			line-height: 0;
		}
		#sidebar .top {
			margin-bottom: 7px;
			height: 218px;
			overflow: hidden;
		}
		#sidebar .bottom {
			width: 406px;
		}
		#sidebar .left {
			float: left;
		}
		#sidebar .right {
			margin-left: 142px;
		}
			* html #sidebar .right {
				margin-left: 0;
				float: right;
			}
	#main ul {
		margin-bottom: 1em;
	}

#sponsors_container {
	background: #fff;
}
#sponsors {
	width: 979px;
	padding: 5px 5px 0 10px;
}
	#sponsors h3 {
		margin-bottom: 5px;
		border-bottom: 0;
		padding-bottom: 0;
		padding-left: 12px;
	}
		#sponsors h3 span {
			border-bottom: 1px solid #000;
		}
	#sponsors td {
		text-align: center;
		padding: 10px 0;
	}
	#sponsors img {
		margin: 0 15px;
	}
	#sponsors li {
		list-style: none;
		float: left;
		height: 115px;
		padding-right: 10px;
	}
		* html #sponsors li {
			padding-right: 0px;
		}
		#sponsors li.deseret, #sponsors li.mediaone, #sponsors li.sltrib, #sponsors li.570knrs, #sponsors li.ksl, #sponsors li.ruk {
			display: block;
		}
		#sponsors li.deseret a, #sponsors li.mediaone a, #sponsors li.sltrib a, #sponsors li.knrs a, #sponsors li.ksl a, #sponsors li.ruk a {
			text-indent: -1000em;
			overflow: hidden;
			display: block;
		}
		#sponsors li.deseret a {
			margin-top: 15px;
			margin-left: 10px;
			width: 165px;
			height: 35px;
			background: url(/images/sponsor_deseret.jpg) no-repeat;
		}
		#sponsors li.mediaone a {
			margin-top: 0;
			width: 159px;
			height: 69px;
			background: url(/images/sponsor_mediaone.jpg) no-repeat;
		}
		#sponsors li.sltrib a {
			margin-top: 15px;
			width: 216px;
			height: 34px;
			background: url(/images/sponsor_sltrib.jpg) no-repeat;
		}
		#sponsors li.knrs a {
			margin-top: 0;
			width: 76px;
			height: 70px;
			background: url(/images/sponsor_570knrs.jpg) no-repeat;
			margin-right: 5px;
		}
			* html #sponsors li.knrs a {
				margin-right: 0;
			}
		#sponsors li.ksl a {
			margin-top: 0;
			width: 126px;
			height: 60px;
			background: url(/images/sponsor_ksl.jpg) no-repeat;
		}
		#sponsors li.ruk a {
			margin-top: -10px;
			width: 152px;
			height: 70px;
			background: url(/images/sponsor_ruk.jpg) no-repeat;
		}
			#sponsors li.ruk {
				padding-right: 0;
			}
			/* * html #sponsors li.ruk a {
				margin-top: 0;
			} */

#footer {
	clear: both;
	width: 979px;
	color: #fff;
	padding: 10px 22px;
}
	#footer a {
		color: #fff;
	}
	#footer .copyright {
		float: left;
	}
	#footer .attribution {
		text-align: right;
	}
	
#wysiwyg {
	padding: 10px;
	background: #fff;
	width: 979px;
}


/* contact page */
#contact_info {
	margin-top: 2em;
	border-top: 1px solid #534942;
	padding-top: 2em;
}

form {
	line-height: 1.6;
}
	form h4 {
		margin: 1em 0;
	}
label {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}
fieldset {
	border: 0;
	margin-bottom: 2em;
}
#submit {
	margin-top: 1em;
}
option {
	padding-right: 10px;
}
textarea {
	display: block;
	width: 30em;
	height: 5em;
}
