@charset "utf-8";
/* CSS Document */
body {
	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 */
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagebd.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #9999CC;
}
.tricountyagency #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/lightbgd.gif);
	background-repeat: repeat;
	clear: both;
	display: block;
}

.tricountyagency #header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-position: bottom;
}
.tricountyagency #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.tricountyagency #mainContent {
	min-height: 650px;
	margin-top: 0px;
	display: block;
	position: relative;
}
.tricountyagency #content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content .equalCol {
	display: block;
	float: left;
	width: 290px;
	margin-right: 20px;
	margin-top: 20px;
	padding: 0px;
}

.tricountyagency  #Sidebar {
	height: auto;
	width: 150px;
	float: right;
}

.tricountyagency #footer {
	background-image: url(images/pagebd.png);
	background-repeat: repeat-x;
	margin: 0px;
	width: 100%;
	background-position: bottom;
	padding: 10px;
}
.tricountyagency #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
.tricountyagency #footer a, .tricountyagency #footer a:link, .tricountyagency #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tricountyagency #footer a:hover, .tricountyagency #footer a:active {
	color: #999999;
	text-decoration: underline;
}

a:link, a:visited {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
p {
	line-height: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
body,td,th {
	color: #333333;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	color: #333366;
	padding: 0px;
	margin-top: 15px;
}
#content .equalCol img {
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: #666699;
}
h3 {
	font-size: 18px;
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px;
}
h5 {
	font-size: 13px;
	color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 13px;
	color: #333333;
	margin: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.cleared {
	clear: both;
}
#content li {
	list-style-type: square;
	font-size: 14px;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: bold;
}
#content ul {
	margin: 0px;
}


.Bluetext {
	color: #333366;
	font-weight: bold;
}

.smalltext {font-size: 9px}
.alignright {
	clear: right;
	float: right;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.alignleft {
	clear: none;
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#staff img {
	margin-right: 20px;
	margin-left: 20px;
}
.block {
	display: block;
	position: relative;
	clear: left;
	width: 600px;
}
