html {
	height:100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background: #D5EEE9; /*light colored background for entire page */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/**********************************/
.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;}
#news a:hover { background-color: #AD9787; }
/**********************************/

#wrapper {
	overflow:hidden;
	width: 95%;  /* this will create a container 90% 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. */
}

/* Not sure if I want to keep universal link color 3/10/11
a { color: #333399; }
*/
/**********************************/

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

/* Deprecated 3/10/11
#fcpl {
	top: 0;
	border: none;
	overflow:hidden;
}
#county {
	position: absolute;
	top: 100px;
	left: 85%;
	border: none;
}
*/


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

/* =Menu - horizontal */
#menu {
	/* Deprecated 3/10/11 background-color: #000000;*/
	/* Deprecated 3/10/11 border-bottom: thin solid #212828; */
	/* Deprecated 3/10/11 border-top: thin solid #5B7A7A;*/
	margin-top: 1.5em;
	padding: 5px 0;
	/* Deprecated 3/10/11 font-size: 105%;*/
	text-align:center;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

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

#menu ul 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;
}
/**********************************/

#middle {
	background-color: #FFFFFF;
	/* Deprecated 3/10/11 background-image: url(images/bkgrnd.png);
	background-position: 20% 0;
	background-repeat:repeat-y; */
}


/* =Box for featured banner */
#banner2 { 
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0 15px 15px 30px; 
}
/**********************************/

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

/* =News box */
/* Deprecated 3/10/11 ?
#news { 
	text-align: left;
	border: none;
	margin: 1.5em 0 1em 0;
	padding: 5px 15px 15px 15px; 
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul a {
	color: #333399;
	text-decoration: none;
}

/* =Box for icons below news box */
/* Deprecated 3/10/11 ?
#icons { 
	text-align: center;
	border: thin solid #000000;
	background-color: #DED5B3;
	margin: 1.5em 0 1em 0;
	padding: 15px 15px 15px 15px; 
}

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

/* =Sidebar */
#sidebar {
	position: relative; 
	float: left;
	padding: 1em 5px; 
	text-align: left;
	font-size: 100%;
	width: 20%;
	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; }

.leftnav
{
  width: 90%;
  color: #CDC8C6;
}

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

/* =Main content area */
#main {
	padding: 1em;
	margin-left: 22%;
}

#main a {
	color:#0000FF;
	text-decoration:none;
}

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

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

td.reverse {
	background-color:#5A4A42;
	color: #FFFFFF;
	text-align:center;
}

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

/* =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; */
}

/* =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: #957966
  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; }
.widget-content { margin: 1em 1em 0 0; text-align:center; }
.clear {clear:both; }
.alert { font-weight: bold; color:#B01313; }

.features
{
  width: 60%;
  height:250px;
  float:left;
  position: relative;
  margin: 1em auto;
  color: black;
  padding: 0 10px 10px 10px;
  /* border: thin solid #73C8B7; */
  /* Rounded corner stuff starts here */
  /* background-color: #C5E7E3; */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.resource
{
  width: 30%;
  height:250px;
  float:left;
  position: relative;
  margin: 1em auto;
  color: white;
  padding: 0 10px 10px 10px;
  text-align:center;
  /* Rounded corner stuff starts here */
  /* background-color: #C5E7E3; */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.news
{
  width: 40%;
  position:relative;
  /*min-width:240px; */
  /*height: 580px;*/
  float:left;
  margin: 0;
  color: black;
  text-align:center;
  padding: 1em; /*5px 20px;*/
  /* border: thin solid #DEECBB; */
  /* Rounded corner stuff starts here */
  /* background-color: #DEECBB; */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.news img {
	margin: 0 0 1em 0;
}

.research
{
  width: 50%;
  position:relative;
  /*height: 590px;*/
  float:left;
  /*margin-left: 400px;*/
  color: #9098A8;
  padding: 1em; /*10px 20px;*/
  /*border: thin solid #73C8B7;*/
  /* Rounded corner stuff starts here */
  /* background-color: #C5E7E3; */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

.research ul {
	margin: 1em 0 1em 0;
	/*max-width: 240px;*/
}

/* disable to change link color 8/11
.research a {
  color: #5A4A42;
  text-decoration:none;
}

.research a:hover {
  text-decoration:underline;
}

.research a:visited {
  color: #91C147;
  text-decoration:none;
  border-bottom: dotted 1px #91C147;
}
*/
.research li {
	display:block;
	list-style-type:none;
}

.research img {
	padding-right: .5em;
}

img {border:0;}
