﻿/* HELP!Line Style */


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

* {
margin: 0;
}
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -175px !important;
}
#footer, #push {
height: 175px;
}


.clear {clear:both;}
a, a:visited {
	text-decoration: none;
	color: #15a4de;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}

body {
	background: url(images/background.jpg) repeat-x center top;
	border-top: 5px solid #0066a4;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	}
	
#wrap {
	background: url(images/shadow.png) repeat-y top left;
	margin: 0 auto;
	padding-right: 6px;
	width: 990px;
}

#container {
	padding: 25px 14px 0 35px;
}

#header {
	padding: 0 0 27px 0px;
	position: relative;
}

#logo {
	float: left;
}

#logos
{
    padding:20px 0 0 125px; 
    position:absolute;
  
}

#logos a img
{
      border-width:0px;
}

#search {
	float: right;
}

.search_wrap_input {
	background: #f4f3f3;
	border:1px solid #e9e9e9;
	color: #aaa;
	padding: 2px 3px;
}

#tagline {
	background: url(images/taglineTab.png) no-repeat;
	bottom: 0px;
	height: 38px;
	right: 0px;
	width: 320px;
	position: absolute;
}

#sliderWrap {
	position: relative;
}

#link1 {
	background: url(images/nav.png) no-repeat 0 2px !important;
	width: 320px !important;
	height: 72px !important;
	display: block;
	position: absolute;
	left:-19px;
	z-index: 50;
	top: 10px;
}

#link1:hover {
	background: url(images/nav.png) no-repeat -321px 2px !important;
}

#link2  {
	background: url(images/nav.png) no-repeat 0 -72px !important;
	padding: 0px !important;
	width: 320px !important;
	height: 71px !important;
	position: absolute;
	left: -19px;
	top: 84px;
	z-index: 50;
	display: block;
}

#link2:hover {
	background: url(images/nav.png) no-repeat -321px -72px !important;
}

#link3 {
	background: url(images/nav.png) no-repeat 0 -143px !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 72px !important;
	top: 155px;
	display: block;
	left: -19px;
	position: absolute;
	z-index: 50;
}

#link3:hover {
	background: url(images/nav.png) no-repeat -321px -143px !important;
}

#link4 {
	background: url(images/nav.png) no-repeat 0 -215px !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 72px !important;
	top: 227px;
	display: block;
	left: -19px;
	position: absolute;
	z-index: 50;
}

#link4:hover {
	background: url(images/nav.png) no-repeat -321px -215px !important;
}

.theme-default #slider {
    margin:0 auto;
    width:941px; /* Make sure your images are the same size */
    height:322px; /* Make sure your images are the same size */
}

.caption1 {
	background: url(images/nav.png) no-repeat -321px 0 !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 72px !important;
	display: block;
	right: -320px;
}

.caption1:hover {
	background: url(images/nav.png) no-repeat -321px 0 !important;
}

.caption2  {
	background: url(images/nav.png) no-repeat -321px -72px !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 71px !important;
	top: 72px;
	display: block;
	right: -320px;
}

.caption2:hover {
	background: url(images/nav.png) no-repeat -321px -72px !important;
}

.caption3 {
	background: url(images/nav.png) no-repeat -321px -143px !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 72px !important;
	top: 143px;
	display: block;
	right: -320px;
}

.caption3:hover {
	background: url(images/nav.png) no-repeat -321px -143px !important;
}

.caption4 {
	background: url(images/nav.png) no-repeat -321px -215px !important;
	margin: 0 !important;
	padding: 0px !important;
	width: 320px !important;
	height: 72px !important;
	top: 215px;
	display: block;
	right: -320px;
}

.caption4:hover {
	background: url(images/nav.png) no-repeat -321px -215px !important;
}

#sliderBottom {
	background: url(images/sliderBottom.png) repeat-x;
	width: 941px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

#content {
	background: url(images/sidebar.png) repeat-y top left;
	position: relative;
}
		
#sidebar {
	border-top: 1px solid #fff;
	float: left;
	width: 265px;
	position: relative;
	z-index: 500;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	border-bottom: 1px solid #fff;
	position: relative;
}

#sidebar li:hover {
	background: url(images/navBack.png) no-repeat;
	margin-left: -19px;
	padding-left: 19px;
}

#sidebar a {
	color: #0066a4;
	display: block;
	font-size: 16px;
	height: 27px;
	padding: 10px 10px 0 10px;
	text-decoration: none;
}

#sidebar a:hover {
	background: #049edc;
	color: #fff;
}

#sidebar .current-menu-item {
	background: url(images/navBack.png) no-repeat;
	margin-left: -19px;
	padding-left: 19px;
}

#sidebar .current-menu-item a {
	background: #049edc;
	color: #fff;
}

#sidebar li ul {
	background: #049edc;
	display: block;
	position: absolute;
	left: -999em;
	top:0px;
	width: 265px;
	z-index: 100;
}

#sidebar ul li:hover ul {
	left: 284px !important;
}

#sidebar ul li:hover ul li ul {
	left: 265px !important;
	border-left: 1px solid #fff;
}

#sidebar li ul li {
	border-bottom: 1px solid #0167a5;
}

#sidebar li ul li, #sidebar li ul li:hover {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li ul li a:hover {
	background: none;
}

#sidebar li ul .current-menu-item {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

li.AspNet-Menu-Selected {
	background: url(images/navBack.png) no-repeat;
	margin-left: -19px;
	padding-left: 19px;
}

li.AspNet-Menu-Selected a {
	background: #049edc;
	color: #fff !important;
}

li.AspNet-Menu-Selected ul li a {
	background: #049edc;
	color: #0066a4 !important;
}

li.AspNet-Menu-Selected ul li a:hover {
	color: #fff !important;
}		

li.AspNet-Menu-WithChildren:hover > a {
	background: #049edc;
}

#bubble {
	text-align: center;
}

#bubble img {
	margin: 40px 0;
}
	
#contentColumn {
	float: left;
	padding: 40px 40px 60px;
	width: 586px;
	line-height: 24px;
}

#unitedWay {
	background: url(images/unitedway.gif) no-repeat;
	bottom: 20px;
	right: 103px;
	height: 26px;
	width: 63px;
	position: absolute;
}

#constantContact {
	background: url(images/constantcontact.gif) no-repeat;
	bottom: 20px;
	height: 20px;
	width: 55px;
	right: 20px;
	position: absolute;
}

#subpage_body
{
	padding: 0 14px 14px 14px; 
}
	
#welcome {
	padding:0 10px 0 10px;
	text-align:justify;
	}
	
#lead {
	float:left;
	margin:0 10px 0 0;
	}
	
#quicklinks {
	margin:20px 0 0 0;
	}
	
.quick_info {
	text-align:left;
	font-size:11px;
	color:#333333;
	margin:10px 10px 0 10px;
	}
		
.quick_info img {
	margin:0 0 0 5px;
	}
	
#two_one_one {
	width:228px; 
	float:left;
	text-align:center;
	background:url(images/211_pic.jpg) no-repeat top center #dae9b8;
	padding:144px 0 10px 0;
	}
	
#volunteer {
	width:228px; 
	float:left;
	text-align:center;
	background:url(images/volunteer_pic.jpg) no-repeat top center #8fe3e3;
	padding:131px 0 10px 0;
	}
	
#child_care {
	width:228px; 
	float:left;
	text-align:center;
	background:url(images/childcare_pic.jpg) no-repeat top center #9ec0e3;
	padding:130px 0 10px 0;
	}
	
#footer {
	background: #0064a2;
	border-top: 6px solid #019edd;
	color: #15a4de;
	font-size: 10px;
	line-height: 17px;
}

#footerInner {
	width: 935px;
	padding: 25px 20px 25px 35px;
	margin: 0 auto;
}

#footer #leftCol {
	float: left;
	width: 640px;
}

#footer #rightCol {
	color: #fff;
	float: right;
	width: 170px;
}

#footer #rightCol a {
	color: #fff;
}
	
#subfooter {
	margin:0 auto;
	width:985px;
	background:url(images/footer_shadow.gif) no-repeat top center;
	padding:20px 0 0 0;
	}
	
.validatorCalloutHighlight 
{
    background-color: red !important; 
}
.ajax__validatorcallout_error_message_cell
{
	color: #999999 !important;
}

.submitButton
{
	background-color: #B1D33A;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	border:1px solid #00336F;
}
tr em
{
	color:Red;
}

#blackhills {
        width:228px;
        float:left;
        text-align:center;
        background:url(../Public/Images/blackhills_pic.jpg) no-repeat top center #8fe3e3;
        padding:131px 0 10px 0;
        }

#siouxempire {
        width:228px;
        float:left;
        text-align:center;
        background:url(../Public/Images/siouxempire_pic.jpg) no-repeat top center #9ec0e3;
        padding:130px 0 10px 0;
        }
.content_pics {
	float:left;
	margin:10px 10px 0 0;
}


