/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/Index_background.jpg);
	background-repeat: no-repeat;
	background-color: #7687a5;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.page {
	margin-top: 20px;
	width: 999px;
	text-align: left;
}

#menu1 {
	background-image: url(images/index_menu-02.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: inherit;
	height: 40px;
}

#menu2 {
	background-image: url(images/index_menu-04.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
	width: inherit;
	text-align: center;
}

#menutop {
	text-align: center;
}

#menutop ul {
	padding: 0px;
	margin: 0px;
}

#menutop ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#menutop ul li a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #413251;
	text-decoration: none;
	text-transform: uppercase;
}

#menutop ul li a:hover, #menutop ul li a.selected {
	text-decoration: underline;
}

.title {
	font-size: 30px;
	color: #8e9fbb;
}

#rightpanel {
	background-image: url(images/index_right.jpg);
	background-repeat: no-repeat;
	background-color: #bec6dd;
}

#rightpanel div a {
	font-size: 30px;
	color: #5f707a;
}

#rightpanel div a:hover, #rightpanel div a.selected {
	color: #ebba51;
	text-decoration: none;
}

#counties {
	background-image: url(images/index_Counties_Served.jpg);
	background-repeat: no-repeat;
	width: 659px;
	height: 259px;
}

#counties ul {
	padding: 0px;
	margin: 0px;
	padding-top: 70px;
	padding-left: 460px;
}

#counties ul li {
	list-style-type: none;
	display: block;
	padding-bottom: 10px;
}

#counties ul li a {
	font-size: 16px;
	color: #0b1632;
	text-decoration: underline;
}

#counties ul li a:hover {
	text-decoration: none;
}

.content {
	text-align: justify;
}

#breadcrumbs {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ebba51;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#leftsubnav {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#leftsubnav div {
	border-bottom: 1px dotted #d5aa4e;
	padding-bottom: 3px;
	padding-top: 3px;
}

#leftsubnav div a.link {
	color: #d5aa4e;
	text-decoration: none;
}

#leftsubnav div a.link:hover, #leftsubnav div a.selected {
	color: #8695ac;
	text-decoration: underline;
}

.inside_title {
	font-size: 30px;
	text-decoration: underline;
	color: #8695ac;
}


#footer {
	background-image: url(images/index_bottom_menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: inherit;
	height: 53px;
}

#copyright {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f3400;
	padding-top: 20px;
}

#marquee {
	position: relative;
	height: 251px;
}

#marquee .image {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#marquee .title {
	position: absolute;
	z-index: 2;
	width:609px; 
	text-align: right;
	padding-right: 50px;
	font-size: 34px;
	color: #FFFFFF;
	top: 185px;
}

