body {
	background: #ffffff url('../images/site_specific/noem_bgrepeat.png') top repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}
	body a {
		color: #80000b;
		font-weight: bold;
	}
	body a:link,
	body a:visited {
		text-decoration: none;
	}
	body a:hover,
	body a:active {
		text-decoration: underline;
	}
	.templateWrapper {
		width: 1000px;
		margin: 0px auto;
	}
	#header {
		height: 89px;
		background-image: url('../images/site_specific/topbar.png');
		background-position: center;
		background-repeat: no-repeat;
	}
		#header .templateWrapper {
			position: relative;
			width: 1000px;
		}
		
		/*
		.seed_1 #header .templateWrapper {
			background-image: url('../images/site_specific/header1.jpg');
		}
		.seed_2 #header .templateWrapper {
			background-image: url('../images/site_specific/header2.jpg');
		}
		.seed_3 #header .templateWrapper {
			background-image: url('../images/site_specific/header3.jpg');
		}
		*/
		
		#header h1 {
			margin: 0px;
			padding: 0px;
		}
			#header h1 a {
				display: block;
				float: left;
				height: 89px;
				text-indent: -10000px;
				width: 300px;
			}

		#searchForm {
			display: block;
			float: right;
			font-size: 13px;
			height: 40px;
			margin-top: 23px;
			width: 283px;
		}
			#searchForm form {
				display: block;
				margin: 0px;
				padding: 0px;
			}
				#searchForm .text {
					background: transparent;
					border: 0px;
					color: #5a5a5a;
					display: block;
					float: left;
					font-family: Helvetica, Arial, sans-serif;
					font-size: 14px;
					height: 40px;
					line-height: 40px;
					margin: 0px;
					padding: 0px 0px 0px 10px;
					width: 233px;
				}
				#searchForm .submit {
					background: transparent url('../images/site_specific/search_btn.png') top center no-repeat;
					border: 0px;
					cursor: pointer;
					display: block;
					float: right;
					height: 16px;
					margin: 14px 0;
					padding: 0px 20px;
					width: 20px;
				}
					#searchForm .submit:hover { background-position: bottom center; }


	#body { 
		background-position: top center;
		background-repeat: no-repeat;
		min-height: 612px;
		padding-top: 71px;
	}
	.seed_1 #body { background-image: url('../images/site_specific/header_1.jpg'); }
	.seed_2 #body { background-image: url('../images/site_specific/header_2.jpg'); }
	.seed_3 #body { background-image: url('../images/site_specific/header_3.jpg'); }
	.seed_4 #body { background-image: url('../images/site_specific/header_4.jpg'); }
	
		#body .templateWrapper {  }
			#body .nav {
				width: 1000px;
				height: 77px;
				text-align: justify;
				background: url('../images/site_specific/nav_bg.png') top center no-repeat;
			}
				#body .nav > ul {
					margin: 0px;
					padding: 0px; /* 0px 50px */
					width: 1000px;
				}
					#body .nav > ul > li {
						display: block;
						position: relative;
						float: left;
						margin: 0px 0px 0px 0px; /* will be overriden by JS for auto-adjust */
						padding: 0px;
					}
						#body .nav > ul > li > a {
							background-position: top;
							background-repeat: none;
							color: #375a7a;
							display: block;
							font-size: 18px;
							font-weight: bold;
							height: 77px;
							line-height: 55px;
							/*padding: 0px 30px;*/
							text-indent: -9999px;
						}
						#body .nav > ul > li.nav_aboutkristi > a { background-image: url('../images/site_specific/nav_about.png'); width: 160px; }
						#body .nav > ul > li.nav_southdakota > a { background-image: url('../images/site_specific/nav_sd.png'); width: 173px; }
						#body .nav > ul > li.nav_constituentservices > a { background-image: url('../images/site_specific/nav_const.png'); width: 227px; }
						#body .nav > ul > li.nav_legislation > a { background-image: url('../images/site_specific/nav_leg.png'); width: 151px; }
						#body .nav > ul > li.nav_newsroom > a { background-image: url('../images/site_specific/nav_newsroom.png'); width: 161px; }
						#body .nav > ul > li.nav_contact > a { background-image: url('../images/site_specific/nav_contact.png'); width: 128px; }
						#body .nav > ul > li:hover > a { background-position: bottom; }

						#body .nav > ul > li > div { 
							background: url('../images/site_specific/dropdn_repeat.png') left repeat-y;
							position: absolute;
							top: 77px;
							left: -2px;
							z-index: 100;
						}
						#body .nav > ul > li.nav_legislation > div,
						#body .nav > ul > li.nav_newsroom > div,
						#body .nav > ul > li.nav_contact > div { left: inherit; right: -8px; }
						
						#body .nav > ul > li > div > ul {
							background-position: bottom right;
							background-repeat: no-repeat;
							display: none;
							margin: 0 0 -10px;
							min-height: 170px;
							padding: 30px 0 40px 22px;
							width: 480px;
						}
						#body .nav > ul > li:hover > div > ul {
							display: block;
						}
						#body .nav > ul > li.nav_aboutkristi > div > ul { background-image: url('../images/site_specific/dropdn_bottomabout.png'); }
						#body .nav > ul > li.nav_southdakota > div > ul { background-image: url('../images/site_specific/dropdn_bottomsd.png'); }
						#body .nav > ul > li.nav_constituentservices > div > ul { background-image: url('../images/site_specific/dropdn_bottomconst.png'); }
						#body .nav > ul > li.nav_legislation > div > ul { background-image: url('../images/site_specific/dropdn_bottomleg.png'); }
						#body .nav > ul > li.nav_newsroom > div > ul { background-image: url('../images/site_specific/dropdn_bottomnews.png'); }
						#body .nav > ul > li.nav_contact > div > ul { background-image: url('../images/site_specific/dropdn_bottomcontact.png'); }
							#body .nav > ul > li > div > ul > li {
								border-top: 1px solid #d4d4d4;
								line-height: 15px;
								margin: 0px;
								width: 233px;
							}
							#body .nav > ul > li > div > ul > li.first {}
							#body .nav > ul > li > div > ul > li.last {
								border-bottom: 1px solid #d4d4d4;
							}
								#body .nav > ul > li > div > ul > li > a {
									background: url('../images/site_specific/dropdn_arrow.png') no-repeat 5px center;
									color: #4f4f4f;
									display: block;
									height: 15px;
									font-size: 13x;
									font-weight: normal;
									margin: 0px;
									padding: 10px 0 9px 8px;
									text-indent: 10px;
									width: 225px;
								}
								#body .nav > ul > li > div > ul > li > a:hover {
									background: url('../images/site_specific/dropdn_hover.png') no-repeat 0 center;
									text-decoration: none;
								}

			#body .copyWrapper { background: url('../images/site_specific/subpage_repeat.png') repeat-y; }
			
			#pageTitle {
				margin: 0px;
				padding: 0px 50px;
				height: 70px;
				line-height: 70px;
				background: url('../images/template/bg_subpagename.jpg') top left no-repeat;
				color: white;
				font-size: 30px;
				font-weight: bold;
			}
			#content {
				float: left;
				width: 600px;
				padding: 31px 35px 50px;
			}	
				#content .header.body { border-bottom: 1px solid #d4d4d4; padding-bottom: 10px; width: 600px; }
					#content .header.body .img { 
						background-repeat: no-repeat;
						float: left; 
						height: 50px;
						margin-right: 15px; 
						width: 50px; 
					}
					.pagesection_aboutkristi #content .header.body .img { background-image: url('../images/site_specific/subpg_img_about.jpg'); }
					.pagesection_southdakota #content .header.body .img { background-image: url('../images/site_specific/subpg_img_sd.jpg'); }
					.pagesection_constituentservices #content .header.body .img { background-image: url('../images/site_specific/subpg_img_constserv.jpg'); }
					.pagesection_legislation #content .header.body .img { background-image: url('../images/site_specific/subpg_img_issues.jpg'); }
					.pagesection_newsroom #content .header.body .img { background-image: url('../images/site_specific/subpg_img_news.jpg'); }
					.pagesection_contact #content .header.body .img { background-image: url('../images/site_specific/subpg_img_contact.jpg'); }
					.pagesection_search #content .header.body .img { background-image: url('../images/site_specific/subpg_img_search.jpg'); }
								
					#content .header.body h1 { margin: 0; padding: 6px 0 3px; }
						#content .header h1 a {
							color: #80000b;
							font-size: 22px;
							font-weight: bold;
						}
						#content .header.body h1 a:hover { text-decoration: none; }
					#content .header.body .cookiecrumbs {
						float: left;
						font-size: 12px;
						padding-bottom: 5px;
					}
						#content .header.body .cookiecrumbs a { color: #707070; font-weight: normal; }
						#content .header.body .cookiecrumbs a.current,
						#content .header.body .cookiecrumbs a:hover { color: #000; text-decoration: none; }
				#content .action-buttons {
					float: right;
					font-family: Helvetica, sans-serif;
					font-style: italic;
					font-size: 14px;
					color: #8d9198;
				}
					#content .action-buttons a {
						display: inline-block;
						padding-right: 20px;
						margin-left: 20px;
						background-position: right 2px;
						background-repeat: no-repeat;
						color: #8d9198;
					}
					#content .action-buttons a:hover {
						color: #a10202;
						text-decoration: none;
					}	
					#content .action-buttons a.print {
						background-image: url('../images/template/icon_print.png');
					}				
					#content .action-buttons a.email {
						background-image: url('../images/template/icon_email.png');
					}				
				
				#copy {
					margin-top: 30px;
					zoom: 1;
				}
			#sidebar {
				float: right;
				width: 260px;
				padding: 31px 35px 0;
			}
				#sidebar .section {
					background-repeat: no-repeat;
					background-position: top left;
					padding: 35px 0 45px;
				}
				#sidebar .section.submenu { background-image: url('../images/site_specific/sidebar_relatedinfo.png'); }
				#sidebar .section.join-my-network { background-image: url('../images/site_specific/sidebar_getconnected.png'); }
				#sidebar .section.contact-info { background-image: url('../images/site_specific/sidebar_officeloc.png'); }


					#sidebar .section h1 { display: none; }
					#sidebar .section ul {
						margin: 0px;
						padding: 0px;
					}
						#sidebar .section ul li {
							border-top: 1px solid #d4d4d4;
							font-size: 14px;
							margin: 0px 0px 0px;
							padding: 8px 0px 8px 10px;
						}
						#sidebar .section ul li:first-child {
							border-top: 0px;
						}
/*
						#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: #484848;
								font-weight: normal;
							}
							#sidebar .section ul li a:hover {
								color: #80000b;
								text-decoration: none;
							}
						#sidebar .contact-info li {
							padding-left: 0px !important;
						}
							#sidebar .contact-info a {
								display: block;
								margin-left: 10px;
								margin-bottom: 10px;
							}
							#sidebar .contact-info .address {
								font-family: Helvetica, Arial, sans-serif;
								font-size: 14px;
								font-style: normal;
								color: #8D9198;
								line-height: 18px;
							}
								#sidebar .contact-info .address .image-wrapper {
									border: 1px #cccccc solid;
									background: white;
									display:none;
									padding: 4px;
								}
									#sidebar .contact-info .address .image-wrapper .image {
										display: block;
										width: 210px;
										height: 95px;
										background-color: black;
										background-position: center center;
										background-repeat: no-repeat;
									}
								#sidebar .contact-info .address .address-inner {
									padding: 10px;
								}
								#sidebar .contact-info .address p {
									margin: 0px;
									padding: 0px;
								}
	#footer {
	}
		#footer .templateWrapper {
			background: black;
			color: white;
			font-size: 14px;
			padding: 35px;
			width: 930px;
		}
			#footer a {
				color: white;
				display: inline-block;
				padding-right: 6px;
				font-weight: normal;
			}
			#footer .nav { }

#header .templateWrapper #social-net {
	padding-top: 41px;
	padding-right: 5px;
	overflow: auto;
}
#header .templateWrapper #social-net a { 
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 24px;
	margin-right: 5px;
	text-indent: -9999px; 
	width: 24px;
}
#header .templateWrapper #social-net a.facebook { background-image: url('../images/site_specific/icon_fb.png'); }
#header .templateWrapper #social-net a.youtube { background-image: url('../images/template/youtube_button.png'); }
#header .templateWrapper #social-net a.twitter { background-image: url('../images/template/twitter_button.png'); }
#header .templateWrapper #social-net a.instagram { background-image: url('../images/template/instagram_button.png'); }
#header .templateWrapper #social-net a:hover { background-position: bottom; }