/* CSS Document */
/* =core */

body {
	background: #37260a url(../images/background_008.jpg) center -50px repeat-x;
	padding-top: 5px;
	margin: 0 auto;
	font-size:85%;
	line-height: 1.7em;
}
.wrapper {
	width: auto;
}
#header {
	text-align: left;
	height: 319px; /*variable based on background image*/
	width: auto; /*variable based on background image*/
	margin: 0px 0px -25px 0px;
	border: #585345 solid 0px;
	background: url(../images/slc_logo_2.png) -50px 0 no-repeat;
}
#header h2 {
	text-align: left;
	color: #836f44;
	font-weight: bold;
	margin: 0px 18px 18px 255px;
	padding: 36px 0px 0px 0px;
	border: #585345 solid 0px;
}
#header p {
	text-align: left;
	font-size: 130%;
	color: #836f44;
	font-weight: normal;
	margin: 9px 18px 18px 255px;
	padding: 0px 0px 0px 0px;
}
#header ul {
	text-align: left;
	font-size: 120%;
	color: #836f44;
	font-weight: bold;
	width: 455px;
	margin: 0px 133px 0px 295px;
	padding: 0px 0px 0px 0px;
	list-style: url(../images/check.png);
}
#header li {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}
.addressbar {
	height: 92px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.addressbar h1 {
	text-align: left;
	color: #FFC;
	font-weight: bold;
	margin: 12px 18px 0px 18px;
	padding: 0px 0px 0px 0px;
}
.addressbar p {
	float: left;
	text-align: left;
	color: #FFC;
	font-weight: bold;
	margin: 0px 18px 0px 18px;
	padding: 0px 0px 0px 0px;
}

.addressbar a {
	text-decoration: none;
	color: #FFC;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contentwell {
	margin: 0px 0px 0px 5px;
	padding: 12px;
	min-height: 475px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .contentwell {
	height: 475px;
}
#copyright {
	font-size: 30%;
	text-align: center;
	border: 0px solid #000;
}
#cta {
	text-align: center;
	width: 70%;
	color:#09F;
	background: #FFF;
	padding: 12px;
	margin: 15px auto 3px auto;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright:12px;
}
