/* Hancock County CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ul, li, td, ol, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#frame {
	width: 700px;
}
.breadcrumb_link {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 200px;
}
#banner {
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8CF71;
	border-bottom-color: #C8CF71;
	background-image: url(images/top_banner_bkg.jpg);
	background-repeat: repeat-x;
}

/* TOPNAV */

#hp_topnav_frame {
	margin-left: 300px;
}
#topnav_frame {
	margin-left: 200px;
}
#topnav {
	background-color: #FFFFFF;
	height: 23px;
	text-align: right;
}
#topnav ul{
	margin: 0;
}
#topnav li{
	list-style: none;
	display: block;
	float: left;
}
#topnav ul ul{
	display: none;
}
#topnav a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: ebebc4;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

/* CONTENT */

#content_frame {
	width: 680px;
}

#content {
	background-color: #FFFFFF;
}
#content h1 {
	background-color: #E3E7B5;
	background-image: url(images/sub_head_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 30px;
	height: 20px;
	color: #990000;
	font-weight: lighter;
}
#content blockquote {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}


/* WELCOME */

#welcome {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
#welcome h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}

/* HOMEPAGE */

#hp_image {
	overflow: hidden;
	height: 100%;
	width: 400px;
	background-image: url(images/courthouse.jpg);
	background-position: bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#hp_banner {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8CF71;
	border-bottom-color: #C8CF71;
	background-image: url(images/banner_bkg.jpg);
	background-repeat: repeat-x;
}
#hp_content {
	background-color: #FFFFFF;
	vertical-align: top;
}

/* HOMEPAGE DEPARTMENTS NAVIGATION */

#departments_hp_nav {
	width: 300px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-top: 2px;
}
#departments_hp_nav ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}
#departments_hp_nav li {
	background-image: url(images/nav_bkg_hp.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 148px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 20px;
	margin-left: 0px;
	display: block;
}
#departments_hp_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	display: block;
	margin-left: 6px;
}
#departments_hp_nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	padding: 5px;
}

/* FOOTER */

#footer {
	background-image: url(images/footer_bk.jpg);
	background-repeat: repeat-x;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 40px;
}

/* SIDENAV */

#sidenav {
	background-image: url(images/leftnav_bkg.jpg);
	background-repeat: repeat-y;
}
#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px;
}
#sidenav li {
	margin: 1px;
	padding: 4px 4px 4px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#sidenav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#sidenav a:link, #sidenav a:visited {
	color: #000000;
}
#sidenav a:hover {
	color: #990000;
}
