@charset "iso-8859-1";

/* Skip Link
****************************************************/
.skipLink {
	position: absolute;
	left: -3500px;
}

/* Header
****************************************************/
.greenfocus:focus {
	outline: 1px dashed rgb(210, 220, 123) !important;
}


#headerContainer {

}

#header {
	width: 978px;
	margin: 0 auto;
}

#siteTitle {
    background: rgb(50, 48, 45); /* The Fallback */
    background: rgba(39, 37, 34, 0.95) none repeat scroll 0 0;
    border: 0 none;
	padding-top: 20px;
}

#siteTitle h1 {
	background: transparent url('../../images/header/CountyLogo.png') left no-repeat;
	width: 978px;	
	margin: 0 auto;
	height: 70px;
	padding-top: 10px;

}

	#siteTitle h1 a {
		display: block;
		/*float:left;*/
		
		height: 65px;		
                text-indent: -2500px;
		white-space: nowrap;
		width: 350px;
		margin-top: -10px;
		text-decoration: none;
	}


/* Pre-Nav & Search
****************************************************/
#preNavContainer {

}


#preNav {
	width: 100px;
	margin: 0 auto;
	height: 0px;

}

#preNav a {
	color: rgb(188,220,123);
	text-decoration: none;
	font-weight:600;
	width: 100px;

}

	#preNav a:hover {
			color: #FFFFFF;
		
			
	}

#preNavLinks {

	margin-top: 50px;
	width: 200px;
	float: left;
	margin-left: 240px;

	
}



/* Top Navigation
****************************************************/
#topNavContainer {
    background: rgb(50, 48, 45); /* The Fallback */
	background: rgba(39, 37, 34, 0.95) top left repeat-x;
	height: 33px;
}

#menudiv {
	width: 978px;
	height: 33px;
	margin: 0 auto;
}

#topNav {
	background: top left repeat-x;
	height: 33px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 1001px;
}

	#topNav li {
		list-style-type: none;
		float:right;
		padding: 0px 15px 0px 15px;
		overflow: hidden;
		height: 33px;
	}

		#topNav li a {
			display: block;
			text-decoration: none;
			background: transparent right 0 no-repeat;
			color: #ffffff;
			font-family: Arial;
			font-size: 18px;
			font-weight:700;
			line-height: 25px;
			padding: 8px 15px 8px 15px;
		}
		
		#topNav li a:hover {
			color: rgb(188,220,123);
		}


		
		#tax {
			background: none !important;
		}
		
		#tax:hover {
			background: transparent url('../../images/menu/dot-over.gif') left top no-repeat !important;
		}




/* Footer
****************************************************/
#footContainer {
	background: rgb(232,230,225);
	padding: 50px 0 30px 0;
    margin-top: 5px;
}

#foot {
	clear: both;
	color: rgb(43,37,32);
	font-size: .9em;
	width: 100%;
	margin: 0 auto;
}


#foot a {
	color: rgb(43,37,32);
	text-decoration: underline;
	font-size: 11px;
}


#footNav, #legal, #footSocial {
	margin: 6px;
	padding: 0px;
	text-align: center;


}

	#footNav li, #legal li, #footSocial li {
		display: inline;
		margin: 0px 12px 0px 0px;
		padding: 0;
		position: relative;
		z-index: 15;

	}




/* Section Title
****************************************************/
.sectionTitle {
	background: #e3b238 url('../../images/misc/section-title-bg.gif') left top;
	font-size: 210%;
	color: #574614;
	margin: 0 0 12px 0;
	border-bottom: 2px solid #7e661e;
	padding: 12px;
}
.thisAppTitle 
{
    background: #e3b238 url('../../images/misc/section-title-bg.gif') left top;
	font-size: 150%;
	color: #574614;
	margin: 0 0 4px 0;
	border-bottom: 2px solid #7e661e;
	padding: 4px;
}

/*Application and/or page title*/
.goldHeaderTitle 
{
    background: #e3b238 url('/images/misc/section-title-bg.gif') left top;
	font-size: 150%;
	color: #574614;
	margin: 0 0 6px 0;
	min-width:240px;
	border-bottom: 2px solid #7e661e;
	padding: 4px 2px 2px 4px;
}

/* Breadcrumbs
****************************************************/
#breadcrumbContainer {
	background-color: #fff;
	border-bottom: 1px solid #d8dccf;
	padding: 8px 0;
	margin: 0 0 20px 0;
}

#breadcrumbs {
	text-align: left;
	color: #333333;
	font-size: 80%;
	width: 978px;
	margin: 0 auto;
	position: relative;
}

#breadcrumbs a:link, #breadcrumbs a:visited { 
	color: #443f33;
	text-decoration: underline;
}

#breadcrumbs a:active, #breadcrumbs a:hover, #breadcrumbs a:visited:hover {
	color:#443f33;
	text-decoration: none;
}
#breadcrumbs a:focus {
    outline: black;
	outline-style: dotted;
	outline-width: 1px;
}

.breadcrumbArrow {
	position: relative;
	top: .3em;
	margin: 0 8px;
}

#breadcrumbLeaf {
	position: absolute;
	left: 950px;
	top: 3px;
}


#printLink {
	background: transparent url('/images/misc/printer.png') left center no-repeat;
	border-right: 1px solid #a8a69d;
	margin-right: 8px; 
	padding: 2px 8px 2px 20px;
}


/*stop point*/




/* Print Styles
****************************************************/
.printOnly {
	display: none;
}



/* Clear Fix
****************************************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

/* medium */
@media only screen and (min-device-width: 645px) and (max-device-width: 1000px),(min-width: 645px) and (max-width: 1000px) 
{

    #header {
	    width: 100%;
    }

    #siteTitle h1 {
	background: transparent url('../../images/header/CountyLogo.png') left no-repeat;
	width: 100%;	
	margin: 0 auto;
	height: 70px;
	padding-top: 10px;

    }

    #breadcrumbs {
	text-align: left;
	color: #333333;
	font-size: 80%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
}

/*small */
@media only screen and (min-device-width: 250px) and (max-device-width: 644px),(min-width: 250px) and (max-width: 644px) {

    #header {
        width: 100%;
    }

    #siteTitle h1 {
	background: transparent url('../../images/header/CountyLogo.png') left no-repeat;
	width: 100%;	
	margin: 0 auto;
	height: 70px;
	padding-top: 10px;

    }

    #breadcrumbs {
	text-align: left;
	color: #333333;
	font-size: 80%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
}