/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* hides from IE5-mac \*/
* html .fixme {height: 1%;}
 
body {
	background-color: #b1d4f9;
	margin-left: 0px;
	margin-top: 0px;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	margin-left: 3px;
	margin-right:10px;
	color: #333333;
	list-style-position: outside;
}
p.td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 120%;
	margin-left: 10px;
	margin-right:0px;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;	
}
a:active {
	color: #4179bf;
}
ol {
	list-style-type: upper-alpha;
}
ul {
	line-height: 150%;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 100%;
	color: #333333;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #528cde;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
	}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#ff803b;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 15px;
	z-index: 1;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#3d79d1;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#003399;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 25px;
}
h5 {
	font-size: 0.9em;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	}
h6 {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	}

	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner {
	position: absolute;
	height: 145px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #b1d4f9;
}
#main {
	background-color: #FFF;
	margin-left: 235px;
	margin-top: 175px; /*155px*/
	padding: 10px 20px 10px 25px;
	}
#search {
	position:absolute; 
	top:140px; 
	left:0px; 
	width:300px; 
	margin-left:5px; 
	margin-top:9px;
/*	border-right: 1px solid #eee; */
	z-index:110;
	}
#topmenu {
	position:absolute; 
	top:145px; 
	left:235px; /*235px*/
	width:100%;
/*	z-index:100;*/
	}
	#topmenu a
	{
		padding: 1px 1px 1px 10px;
		width: 225px;
/*		background-color: #ffcc99;*/
		border-left: 1px solid #eee;
		margin-left: 0px;
		display: block;
	}
	#topmenu a:link, a:visited
	{
/*	color: #888; */
/*	font-weight:bold; */
	text-decoration: none;
	line-height: 22px;
	}
	
	#topmenu a:hover
	{
	background-color: #6996dc;
	color: #fff;
	}

#spotlight {
	float: right;
	top: auto;
	width: 250px;
	}

 #navcontainer {
	top: 145px; 
	margin-left: 0px;
	width: 225px;	
	z-index: 0;
}

 #navlist {
	padding-left: 0px;
	position: absolute;
	top: 175px; /* 145px */
	left: 0px;
	width: 225px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 0px;	
}

#navcontainer a
{
	padding: 1px 1px 1px 10px;
	width: 225px;
	background-color: #6996dc;
	border-top: 1px solid #eee;
	margin-left: 0px;
	display: block;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3d79d1;
color: #fff;
}

/************** .nav styles *****************/
.navhead {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
}
.navsubhead {
	font-size: 13px;
	color: #fff;
	text-indent: 12px;
	line-height: 22px;
	font-weight: normal;
}
/************** layout styles *****************/
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 15px;
	height: 75px;
	width: 600px;
	margin-top: 10px;
	margin-left: 230px;
	display: block;
	text-align: center;
	color: #333333;
}
.p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	margin-left: 3px;
	margin-right:10px;
	color: #333333;
	list-style-position: outside;
}
.disclaimer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	display: block;
	color: #333333;
}
.org {
	background-color:#FFFFCC;
	font-size: 13px;
	padding: 5px;
	width: 350px;
	}
.pdf {
	color:#333333;
	font-size: 0.8em;
	font-style:italic;
	}

.resource_img {
	float:left;
	padding:2px 10px 10px 0px;
	border: 0px;
}
.resource_p {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 0.85em; 
	color: #333333; 
}
.resource_border {
	border: 0px solid #333333;
	line-height: 1.02em;
	padding: 0px 5px 0px 5px;
}
.resource_ul {
	font-size: 0.85em;
	margin: 0px 50px 50px 100px;
}
.resource_link {
	font-weight:bold;
	text-decoration: underline;
}

.right{
	background-color:#cccccc;
	position:absolute;
	padding:10px;
	
	right:15px;
	width:150px;
	top:175px		
}
.content {
	text-align: left;
	color: #333333;
}
.pix {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.tablehead {
	font-size: 0.8em;
	color: #fff;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, "sans serif";
}
.directory {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 0.9em;
	font-weight: bold;
	color: #FF6633;
	background-color: #FFCC99;
	width: 125px;
}
.hide {
	display: none;
}
.new {
	color:#ff803b;
	font-weight:bold;
	}
.small-caps {
	font-variant:small-caps;
	}
.list-nobullets {
	list-style-type:none;
}
/******************** Top Menu Styles ********************/
.topmenu-table {
	background-color:#b1d4f9;
	padding-left:0px; 
	width: auto; 
	}
.topmenu-content {
	font-family: Tahoma, Arial, Helvetica, sans serif; 
	font-size:.75em; 
	}
/******************** Table Styles ********************/
.odd {
	background-color:#b1d4f9;
	}
.even {
	background-color:#d9ecff;
	}
/******************** County Activity Styles ********************/
.countycontacts-content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	color: #333333;
	border: 1px;
	border-color: #3d79d1;
	border-style: solid;
	padding:5px;
	background-color:#D9ECFF;
}

.countytables-content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 130%;
	margin-left: 3px;
	margin-right:10px;
	color: #333333;
	list-style-position: outside;
	margin-left:10px;
}
.countytables-type {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FF0000;
}
/******************** Spotlight Styles ********************/
.spotlight-border {
	border: 2px;
	border-color: #3d79d1;
	border-style: solid;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.spotlight-header {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#ff803b;
	text-align:center;
	}
.spotlight-content {
	font-family: Tahoma, Arial, Helvetica, "sans serif";
	color:#333333;
	list-style-type:none;
	background-color:#D9ECFF;
	text-align:center;
	}	
.spotlight-image {
	background-color:#FFFFFF;
	text-align:center;
	}	
.highlightbox {
	background-color:#FFFFCC;
	font-size: 13px;
	padding: 10px;
	width: 500px;
}
