/* GENERIC */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #544e3f;
	background: #202430 url('../images/template/bg.png') top center repeat-x;
}

body.isLowBandwidth {
	background-image: none;
}

.isLowBandwidth * {
	background-image: none !important;
	text-indent: 0px !important;
}

body a {
	color: #9b7827;
}

body a:link,
	body a:visited {
	text-decoration: none;
}

body a:hover,
	body a:active {
	text-decoration: underline;
}

.pageroot {
	background-position: center top;
	background-repeat: no-repeat;
}

.seed_1 .pageroot {
	background-image: url('../images/template/header_1.png');
}

.seed_2 .pageroot {
	background-image: url('../images/template/header_2.png');
}

.seed_3 .pageroot {
	background-image: url('../images/template/header_3.png');
}

.seed_4 .pageroot {
	background-image: url('../images/template/header_4.png');
}

.seed_5 .pageroot {
	background-image: url('../images/template/header_5.png');
}

.seed_6 .pageroot {
	background-image: url('../images/template/header_6.png');
}

.templateWrapper {
	width: 1010px;
	margin: 0px auto;
}
@media (max-width: 1009px) {
	.pageroot {
		background-image: none !important;
	}
	.templateWrapper {
		width: auto;
		padding: 30px;
	}
}
/* header */
#header {
}

#header .templateWrapper {
	height: 200px;
	position: relative;
}
#header .menu-toggle {
	display: none;
}

#header .nav {
	margin: 0px;
	padding: 0px;
	/*position: absolute;
	top: 160px;
	left: 0px;*/
}
#header .nav > ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 160px;
	left: 0px;
}

#header .nav > ul > li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#header .nav > ul > li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#header .nav > ul > li:hover > a {
	background-position: 0px -40px;
}

.isLowBandwidth #header .nav > ul > li > a {
	text-align: center;
	background-color: #5d6973;
	color: #212431;
	font-weight: bold;
}

.isLowBandwidth #header .nav > ul > li:hover > a {
	background-color: white;
	text-decoration: none;
}

#header .nav > ul > li.nav_home > a {
	width: 70px;
	background-image: url('../images/template/nav_home.png');
}

#header .nav > ul > li.nav_aboutorrin > a {
	width: 136px;
	background-image: url('../images/template/nav_aboutorrin.png');
}

#header .nav > ul > li.nav_focus-on-utah > a {
	width: 154px;
	background-image: url('../images/template/nav_whatorrindoes.png');
}

#header .nav > ul > li.nav_servicesforutahns > a {
	width: 190px;
	background-image: url('../images/template/nav_services.png');
}

#header .nav > ul > li.nav_visitingutah > a {
	width: 145px;
	background-image: url('../images/template/nav_visiting.png');
}

#header .nav > ul > li.nav_priorities > a {
	width: 95px;
	background-image: url('../images/template/nav_priorities.png');
}

#header .nav > ul > li.nav_newsroom > a {
	width: 136px;
	background-image: url('../images/template/nav_newsroom.png');
}

#header .nav > ul > li.nav_contact > a {
	width: 84px;
	background-image: url('../images/template/nav_contact.png');
}

#header .nav > ul > li > ul {
	display: block;
	visibility: hidden;
	position: absolute;
	margin: 0px;
	padding: 6px 0px 0px;
	top: 40px;
	left: 0px;
	width: 271px;
	background: url('../images/template/dropdn_top.png') top center no-repeat;
}

.isLowBandwidth #header .nav > ul > li > ul {
	background-color: white;
	border: 1px solid #bfbdba;
}

#header .nav > ul > li.nav_newsroom > ul {
	left: -52px;
}

#header .nav > ul > li.nav_contact > ul {
	left: -188px;
}

#header .nav > ul > li:hover > ul {
	visibility: visible;
}

#header .nav > ul > li > ul > .bottom-padder {
	display: block;
	height: 200px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.isLowBandwidth #header .nav > ul > li > ul > .bottom-padder {
	height: 15px;
}

#header .nav > ul > li.nav_aboutorrin > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_aboutorrin.png');
}

#header .nav > ul > li.nav_focus-on-utah > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_whatorrindoes.png');
}

#header .nav > ul > li.nav_servicesforutahns > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_constituentserv.png');
}

#header .nav > ul > li.nav_visitingutah > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_visitingutah.png');
}

#header .nav > ul > li.nav_priorities > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_issues.png');
}

#header .nav > ul > li.nav_newsroom > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_newsroom.png');
}

#header .nav > ul > li.nav_contact > ul > .bottom-padder {
	background-image: url('../images/template/dropdn_contact.png');
}

#header .nav > ul > li > ul > li {
	background: url('../images/template/dropdn_repeat.png') top center repeat-y;
	padding: 0px 20px 0px 20px;
}

#header .nav > ul > li > ul > li.first {
	padding-top: 9px;
}

#header .nav > ul > li > ul > li.last {
}

#header .nav > ul > li > ul > li > a {
	display: block;
	border-bottom: 1px solid #bfbdba;
	font-size: 14px;
	color: #544e3f;
	line-height: 16px;
	padding: 8px 0px 7px;
}

#header .nav > ul > li > ul > li > a:hover {
	color: #9b7827;
	text-decoration: none;
}

#header .nav > ul > li > ul > li.first > a {
	padding-top: 0px;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	display: block;
	text-indent: -10000px;
	width: 750px;
	height: 160px;
	line-height: 160px;
	font-size: 40px;
	font-weight: bold;
	font-family: Tahoma, serif;
	color: #9B7827;
}

#header h1 a:hover {
	text-decoration: none;
}

#searchForm {
	display: block;
	position: absolute;
	top: 54px;
	right: 0px;
	width: 234px;
	height: 30px;
	background: url('../images/template/search_bg_dark.png') top left no-repeat;
}

#searchForm form {
	display: block;
	margin: 0px;
	padding: 0px;
}

#searchForm .text {
	background-color: transparent;
	border: 0px;
	height: 22px;
	left: 4px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 5px;
	position: absolute;
	top: 8px;
	width: 180px;
	font-size: 12px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

.isLowBandwidth #searchForm .text {
	background-color: #50545d;
}

#searchForm .submit {
	position: absolute;
	top: 8px;
	right: 5px;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 22px;
	cursor: pointer;
	color: white;
}

.isLowBandwidth #searchForm .submit {
	background-color: #50545d;
}

#NewsletterSignup {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 230px;
	height: 54px;
	background: url('../images/template/newsletter_signup.png') top left no-repeat;
}

#NewsletterSignup h2 {
	display: none;
}

.isLowBandwidth #NewsletterSignup h2 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 47px;
	color: white;
	font-weight: bold;
}

#NewsletterSignup .text {
	display: block;
	position: absolute;
	top: 31px;
	left: 1px;
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
	width: 185px;
	height: 22px;
	line-height: 22px;
	background-color: transparent;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #202330;
}

.isLowBandwidth #NewsletterSignup .text {
	background-color: white;
}

#NewsletterSignup .submit {
	display: block;
	position: absolute;
	top: 31px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 25px;
	height: 22px;
	background-color: transparent;
	cursor: pointer;
}

.isLowBandwidth #NewsletterSignup .submit {
	background-color: white;
}
@media (max-width: 1009px) {
	#header {
		height: auto;
		background: #212431;
	}
	#header .templateWrapper {
		height: auto;
	}
	#header .templateWrapper:after {
		content: "";
		display: block;
		clear: both;
		width: 100%;
		height: 0;
	}
	#header h1 {
		position: static;
		float: left;
	}
	#header h1 a {
		text-indent: 0;
		width: auto;
		height: auto;
		font-size: 20px;
		line-height: 25px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
	}
	#header h1 a:hover {
		color: #9b7827;
	}
	#header .menu-toggle {
		display: block;
		float: right;
		width: 25px;
		height: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	#header .menu-toggle .menu-toggle-bar {
		display: block;
		height: 3px;
		width: 100%;
		background: #fff;
		margin-top: 5px;
	}
	#header .menu-toggle .menu-toggle-bar:first-child {
		margin-top: 0;
	}
	#header .menu-toggle:hover .menu-toggle-bar {
		background-color: #9b7827;
	}
	/*
	#searchForm, #NewsletterSignup {
		display: none;
	}
	*/
	#searchForm {
		position: relative;
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		background: none #34384a;
		width: auto;
		height: 50px;
		padding: 0 50px 0 20px;
		margin: 10px 0 0;
	}
	#searchForm input.text {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 50px;
		line-height: 50px;
		background: transparent;
		font-family: Helvetica, Arial, sans-serif;
		color: #fff;
		font-size: 14px;
	}
	#searchForm input.submit {
		position: absolute;
		top: 18px;
		right: 20px;
		margin: 0;
		border: 0;
		padding: 0;
		width: 18px;
		height: 14px;
		background: transparent url(../images/icon_search.png) 0 0 no-repeat;
	}
	#NewsletterSignup {
		position: relative;
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		background: none #fff;
		width: auto;
		height: 50px;
		padding: 0 50px 0 20px;
		margin: 10px 0 0;
	}
	#NewsletterSignup input.text {
		position: static;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 50px;
		line-height: 50px;
		background: transparent;
		font-family: Helvetica, Arial, sans-serif;
		color: #212431;
		font-size: 14px;
	}
	#NewsletterSignup input.submit {
		position: absolute;
		top: 18px;
		right: 20px;
		margin: 0;
		border: 0;
		padding: 0;
		width: 7px;
		height: 14px;
		background: transparent url(../images/icon_newsletter1.png) 0 0 no-repeat;
	}
	#header .nav {
		position: static;
		width: auto;
		height: 0;
		clear: both;
		overflow: hidden;
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		transition: height .5s;		
	}
	#header .nav.is-expanded {
		height: auto;
	}
	#header .nav > ul {
		display: block;
		position: static;
		width: auto;
		height: auto;
		padding-top: 5px;
	}
	#header .nav > ul > li {
		display: block;
		float: none;
		margin: 5px 0 0;
		padding: 5px 0 0;
		background-image: none;
		border-top: 1px solid #fff;
	}
	/*
	#header .nav > ul > li:first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
	*/
	#header .nav > ul > li > a {
		display: block;
		margin: 0;
		padding: 0;
		width: auto !important;
		height: auto;
		text-indent: 0;
		background-image: none !important;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
	}
	#header .nav > ul > li > a:hover,
	#header .nav > ul > li.selected > a {
		color: #9b7827;
		text-decoration: none;
	}
	#header .nav > ul > li > ul {
		display: none;
	}
}

/* BODY AND MAIN CONTENT */
#body {
}

#body > .top {
	width: 1010px;
	margin: 0px auto;
	height: 9px;
	background: url('../images/template/subpg_top.png') top center no-repeat;
}

#body .templateWrapper {
	width: 1000px;
	background: url('../images/template/subpg_repeat.png') top center repeat-y;
	padding: 0px 5px;
	min-height: 400px;
}

.isLowBandwidth #body .templateWrapper {
	background-color: white;
}

#body > .bottom {
	width: 1010px;
	margin: 0px auto;
	height: 9px;
	background: url('../images/template/subpg_bottom.png') top center no-repeat;
}

#content {
	float: left;
	width: 600px;
	padding: 15px 35px;
}

#pageTitle {
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
	font-family: Tahoma, serif;
	font-size: 24px;
	color: #212431;
	line-height: 30px;
}

#content .header .action-buttons {
	float: right;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
	width: 250px;
	color: #8d9198;
}

#content .header .action-buttons a {
	display: inline-block;
	padding-right: 20px;
	margin-left: 20px;
	background-position: right 2px;
	background-repeat: no-repeat;
	color: #8d9198;
}

#content .header .action-buttons a:hover {
	color: #a10202;
	text-decoration: none;
}

#content .header .action-buttons a.print {
	float: right;
	margin-left: 10px;
	background-image: url('../images/template/icon_print.png');
}

#content .header .action-buttons a.email {
	background-image: url('../images/template/icon_email.png');
}

#content .header .nav {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	color: #544e3f;
	border-top: 1px solid #bfbdba;
	padding-top: 5px;
}

#content .header .nav a {
	color: #544e3f;
}

#content .header .nav a.current {
	color: #636e9f;
}

#content .header .nav a:hover {
	color: #636e9f;
	text-decoration: none;
}

#copy {
	margin-top: 30px;
	zoom: 1;
}

#sidebar {
	float: right;
	width: 330px;
	padding: 0px;
}

#sidebar .section {
	padding: 10px 40px;
	background-position: 40px 10px;
	background-repeat: no-repeat;
}

#sidebar .section.submenu {
	background-image: url('../images/template/title_relatedinfo.png');
}

#sidebar .section.contact-info {
	background-image: url('../images/template/title_officeloc.png');
}

#sidebar .section h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
	height: 45px;
	font-weight: bold;
	font-family: Tahoma, serif;
	font-size: 24px;
	line-height: 45px;
	color: #212431;
}

#sidebar .section ul {
	margin: 0px;
	padding: 0px;
}

#sidebar .section ul li {
	margin: 0px 0px 0px;
	padding: 8px 0px 8px 15px;
	border-top: 1px solid #bfbdba;
	background-position: 0px 14px;
	background-repeat: no-repeat;
	background-image: url('../images/template/bullet_sidebar.png');
}

#sidebar .section ul li:first-child {
	border-top: 0px;
}

#sidebar .section.take-action ul li {
	padding-left: 35px;
	background-position: 0px 6px;
}

#sidebar .section.join-my-network ul li {
	padding-left: 35px;
	background-position: 0px 6px;
}

#sidebar .section ul li.email-updates {
	background-image: url('../images/template/icon_emailupdates.png');
}

#sidebar .section ul li.contribute {
	background-image: url('../images/template/icon_contribute.png');
}

#sidebar .section ul li.get-involved {
	background-image: url('../images/template/icon_getinvolved.png');
}

#sidebar .section ul li.endorse {
	background-image: url('../images/template/icon_endorse.png');
}

#sidebar .section ul li.facebook {
	background-image: url('../images/template/icon_facebook_small.png');
}

#sidebar .section ul li.twitter {
	background-image: url('../images/template/icon_twitter_small.png');
}

#sidebar .section ul li.youtube {
	background-image: url('../images/template/icon_youtube_small.png');
}

#sidebar .section ul li.rss {
	background-image: url('../images/template/icon_rss_small.png');
}

#sidebar .section ul li a {
	color: #544e3f;
}

#sidebar .section ul li a:hover,
#sidebar .section ul li a:active {
	color: #9b7827;
	text-decoration: none;
}

#sidebar .contact-info li {
	padding-bottom: 8px;
}

#sidebar .contact-info a {
	display: block;
}

#sidebar .contact-info .address {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	padding-top: 10px;
	display: none;
}
#sidebar .contact-info .address.is-visible {
	display: block;
}

#sidebar .contact-info .address .image-wrapper {
	text-align: left;
	padding-bottom: 10px;
}
#sidebar .contact-info .address .image-wrapper img{
	padding: 6px;
	border: solid 1px #cecece;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
	margin-bottom: 5px;
	background: #fff;
}

#sidebar .contact-info .address .address-inner {
	padding-bottom: 8px;
}

#sidebar .contact-info .address p {
	margin: 0px;
	padding: 0px;
}
@media (max-width: 1009px) {
	#body > .top {
		display: none;
	}
	#body .templateWrapper {
		width: auto;
		padding: 30px 30px 0;
		background: #fff;
	}
	#content {
		float: none;
		width: auto;
		padding: 0;
	}	
	#sidebar {
		float: none;
		width: auto;
		margin-left: -30px;
		padding-left: 30px;
		margin-right: -30px;
		padding-right: 30px;
		padding-top: 30px;
		background: #f7f7f7; 
	}
	#sidebar .section {
		padding: 0 0 30px;
		background-image: none !important;
	}
	#sidebar .section h1 {
		background-image: none;
		text-indent: 0;
		font-size: 20px;
		line-height: 22px;
		height: auto;
		border-bottom: 1px solid #bfbdba;
		margin-bottom: 0;
		padding-bottom: 8px;
	}
	#sidebar .contact-info .address {
		display: block;
	}
	#body > .bottom {
		display: none;
	}
}

/* FOOTER */
#footer {
}

#footer .templateWrapper {
	position: relative;
	font-size: 12px;
	color: white;
	height: 100px;
}

#footer a {
	color: #ffffff;
}

#footer .nav {
	position: absolute;
	top: 15px;
	right: 110px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

#footer .nav a {
	margin-left: 20px;
}

.isLowBandwidth #footer .nav {
	left: 0px;
	right: inherit;
}

#YoutubeLink {
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	width: 24px;
	height: 24px;
	background: url('../images/youtube.png') 0px 0px no-repeat;
	text-indent: -10000px;
}

.isLowBandwidth #YoutubeLink {
	text-align: center;
	line-height: 12px;
	width: auto;
	top: 18px;
}

#FacebookLink {
	display: block;
	position: absolute;
	top: 18px;
	right: 60px;
	width: 24px;
	height: 24px;
	background: url('../images/facebook.png') 0px 0px no-repeat;
	text-indent: -10000px;
}

.isLowBandwidth #FacebookLink {
	text-align: center;
	line-height: 12px;
	right: 100px;
	width: auto;
}

#TwitterLink {
	display: block;
	position: absolute;
	top: 18px;
	right: 30px;
	width: 24px;
	height: 24px;
	background: url('../images/twitter.png') 0px 0px no-repeat;
	text-indent: -10000px;
}

.isLowBandwidth #TwitterLink {
	text-align: center;
	line-height: 12px;
	width: auto;
	right: 55px;
}

#BandwidthSwitch {
	display: block;
	position: absolute;
	top: 45px;
	right: 0px;
	width: 150px;
	height: 22px;
	background: url('../images/template/footer_lowbandwith.png') 0px 0px no-repeat;
	text-indent: -10000px;
}

#BandwidthSwitch:hover {
	background-position: 0px -22px;
}

.isLowBandwidth #BandwidthSwitch {
	text-align: right;
}
@media (max-width: 1009px) {
	#footer .templateWrapper {
		height: auto;
	}
	#FacebookLink, #YoutubeLink, #TwitterLink {
		position: static;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#BandwidthSwitch {
		position: static;
		float: left;
		clear: left;
		margin-bottom: 5px;
	}
	#footer .nav {
		position: static;
		clear: left;
		text-align: left;
		height: auto;
		line-height: 16px;
	}
	#footer .nav a {
		margin-left: 0px;
		margin-right: 20px;
	}
}

#content.nosidebar {
	float: none;
	width: auto;
	background: white;
}

.blackoutMessage{
	/*display: none; disabled for now*/
	width: 990px;
	border: solid 1px white;
	padding: 3px;
	margin: auto;
	color: white;
	background-color: black;
	margin-bottom: 5px;
	text-align: center;
}
.page_flag-requests .required{
	color: red;
}

.page_flag-requests #errorMsg{
    background: #ffdfdf;
    border: 1px solid #df7d7d;
    border-width: 1px 0;
    margin: 0 0 1.5em 0;
    padding: 7px;
}