html {
	height:100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background: #D5EEE9; /*light colored background for entire page */
	padding: 0;
	margin: 0;
	text-align:center;
}
/**********************************/
.spcd li { padding-bottom: 1em; }
/* =Hyperlink hover behavior */
#menu a:hover, #nav a:hover { background-color: #C5E7E3; color: #5B7A7A; } 
#footcontent a:hover { background-color: #C5E7E3; color:#5B7A7A;}
/* disabled to change link color 08/11 #news a:hover { background-color: #AD9787; } */
/**********************************/

#wrapper {
	overflow:hidden;
	width: 90%;  /* this will create a container 80% of the browser width */
	min-width: 800px; /* to prevent banner from extending outside the container when browser window sized less than 800px */
	max-width: 1440px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #5A4A42;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/**********************************/

/* =Banner */
#banner {
	padding: 0;
	overflow:hidden;
}

/* Deprecated 3/10/11
#fcpl {
	top: 0;
	border: none;
	overflow:hidden;
}

#county {
	position: absolute;
	top: 15px;
	left: 90%;
	border: none;
}
/**********************************/	

/* =Menu - horizontal */
#top { display: none; }

#menu { 
	/* Deprecated 3/10/11 background-color: #000000; */
	/* Deprecated 3/10/11 float: left; */
	padding: 5px 0; 
	/* Deprecated 3/10/11 font-size: 105%; */
	text-align:center;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* Deprecated 3/10/11 white-space: nowrap; */
}

#menu li {
	display: inline;
	/* Deprecated 3/10/11 font-weight: bold; */
	margin: 0;
	padding: 0;
}

#menu a {
		text-decoration: none;
		margin: -2px;
		padding: 0 2em;
		border-right: 1px solid #73C8B7;
		color: #5A4A42;
	}
#menu a:hover {background-color:#9DD8CC; color:#FFFFFF; }
#menu a:visited {border-bottom:dotted; border-bottom-color: #5A4A42; border-bottom-width:thin;}
#menu a.last { border-right: 0 none; }
#menu img { border: none; }
/**********************************/

/* =Quick links */
#forms {
	padding: 4px;
	border-bottom: 1px solid #73C8B7;
	color: #5A4A42;
}

/* to clear form floats at end of div in FF */
#forms:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#searchform {
	float: left;
}

#guide {
	float: right;
	padding-top: 1.25em;
}
#guideform {
	margin: 0;
	padding: 0;
}

/* to clear form floats at end of div in FF */
#topbar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/**********************************/

/* =Breadcrumb */
#crumb {
	padding: 2px 2px 1px 0;
	color: #5A4A42;
}
#crumb a { 
	text-decoration: none;
	color: #0000FF;
}

#crumb a:hover {
	text-decoration: underline;
}

#crumb a:visited {
	color:#800080;
	text-decoration:underline;
}


/* =Box for featured graphics */
/* Deprecated 3/10/11 ?
#featured { 
	text-align: left;
	border: thin solid #000000;
	background-color: #C5E7E3;
	margin: 1.5em 0 1em 0;
	padding: 5px 15px 15px 30px; 
}
*/
/* =News box */
#news { 
	text-align: left;
	/*border: thin solid #000000;
	background-color: #C5E7E3;*/
	margin: 1.5em 0 1em 0;
	padding: 5px 15px 15px 30px;
	overflow:hidden;
	color:#000000;
}

/* disabled to change link colors
#news a {
	color: #00AEB3;
	text-decoration: none;
}

#news a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#news a:visited {
	color: #5A4A42;
	text-decoration: underline;
}
*/
#news ul {
	margin: 0;
	padding: 0 0 0 1.25em;
}

/* disabled to change link colors
#news ul a {
	color: #00AEB3;
	text-decoration: none;
}

#news ul a:hover {
	color: #00AEB3;
	text-decoration:underline;
}

#news ul a:visited {
	color: #5A4A42;
	text-decoration:underline;
}
*/
#news a.image_link:hover {background:none;}
/* =Box for icons below news box */
#icons { 
	text-align: center;
	border: thin solid #000000;
	background-color: #C5E7E3;
	margin: 1.5em 0 1em 0;
	padding: 15px 15px 15px 15px; 
}

/**********************************/

/* =Sidebar */
#sidebar {
	position: relative; 
	float: left;
	padding: 1em 10px; 
	text-align: left;
	font-size: 100%;
	width: 22%;
	border-right: thin solid #F1F9F8;
	background-image:url(images/leftnav_grad.png);
	background-repeat:repeat-x;
}

#sidebar ul { 
	margin: 0; 
	padding: 1em 0 0 1em;
	list-style-type: none; 
	/* Deprecated 3/10/11 font-weight: bold; */
	/* Deprecated 3/10/11 color:#5A4A42; */
}

#sidebar li { padding-bottom: .5em; }

#sidebar a { color: #5A4A42; text-decoration: none; }

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p {
	  margin: 0;
	  padding: 0;
	  font-weight: bold;
	  color:#FFFFFF;
}

#sidebar form {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-right: 0;
}
#sidebar input { max-width: 170px; }

/**************************************/

/* =Footer */
#footer { 
	clear: both; 
	background-color: #5A4A42;
	text-align: center; 
	margin: 0/*1em 0 .5em 0*/; 
	padding-top: .5em;
	padding-bottom: .5em;
	overflow:auto;
	width:100%;
}

/* =Social Media links */
#footsocial {
	float: left;
	width: 20%;
	/* background-color: #5A4A42; */
	text-align: center; 
	margin: 0/*1em 0 .5em 0*/; 
	/* padding-top: .5em;
	padding-bottom: .5em; */
}

#footsocial img {
	border: none;
}


/* =Footer content */
#footcontent {
	float: left;
	width: 60%;
	/* background-color: #5A4A42; */
	color:#FFFFFF;
	text-align: center; 
	margin: 0/*1em 0 .5em 0*/; 
	/* padding-top: .5em;
	padding-bottom: .5em; */
}

#footcontent a {
	color: #FFFFFF;
}

#footcounty {
	float:left;
	width: 10%;
	text-align: right;
}

#footcounty img {
	border: none;
}

#footcounty a:hover {
	background-color:none;
}
/**********************************/
/* =Click Here links */
.clickh a span {
	position: absolute;
	left: -1000px;
	width: 900px;
}
.clickh a:hover, .clickh a:focus, .clickh a:active {
  /*  On 'hover' set the anchor to 'position:relative' to get a measuring point. Somehow IE doesn't like it when this is in the '.col2 a' declaration... */
  position: relative;
}
.clickh a:hover span, .clickh a:focus span, .clickh a:active span {
  /* Take the previously hidden span and display it near the anchor */
  left: 20px;
  top: 20px;
  width: 100px;
  /* This is just for looks... */
  padding: 5px;
  line-height: 1;
  font-size: 80%;
  background: #5B7A7A;
  border: 1px solid #666;
  color: #000;
  text-decoration: none;
}

/* External links */
a.external { background: url(images/external.gif) no-repeat 100% 0; padding: 0 10px 0 0; }
a.external span { position: absolute; left: -5000px; width: 4000px; }

