/************  sitewide styles  ******************/
html,body  { 
	color: #000; 
	font-size: 92%; 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	margin: 0; 
	padding: 0; 
	height: 100%; 
}

a, a: active, a:link, a:visited   { 
	text-decoration: none; 
}

a:hover  { 
	text-decoration: underline 
}

b,strong {
	font-weight: bold;
}

p { 
	margin-bottom: 1em; 
}

i { 
	font-style: italic; 
}
ol,ul {
	list-style:square outside none; 
}

li {
	margin-left: 13px;
}

h1 {
	font-size: 107%;
	font-weight: bold;
}

h2 {
	font-size: 92%;
	font-weight: bold;
}
	
h3 {
	font-size: 85%;
	font-weight: bold;
}

h5 {
	font-size: 77%;
}

h6 {
	font-size: 70%;
}

input  { 
	background: #ffffff; 
	margin: 0 0 0 5px; 
	padding: 1px; 
	height: 15px; 
	border: solid 1px #cccccc; 
}

img { 
	display:block; 
}

.background { 
	background: #f1efe2;
	background-image: url(images/background.gif); 
	background-repeat: repeat-x; 
}

.white {
	color: white;
}

.blue-header {
	color: #0060b6;
}
/****************  WOODFORD COUNTY THEME STYLES  *****************************/
#doc2  { 
	margin-top: 17px; 
}
.yui-gb   { 
	margin-top: 11px; 
	width: 950px; 
}

#whitebg {
	background: white;
	margin 0;
	paddin 0;
}

#top_nav_background { 
	background: #3f3f3f;
	/*background-image: url(images/top_nav_bar.gif); */
	width: 950px; 
	height: 33px; 
	vertical-align: middle 
}

#left_column { 
	margin-right: 6px; 
	margin-left: 0; 
	width: 240px; 
}

.sub_navigation_background    {
        background-image: url(images/left_nav_middle.gif);
        height: auto;
        min-height: 150px;
}
.sub_navigation { 
	padding-right: 25px; 
	padding-left: 25px; 
}

.right_column_box_background { 
	background: white; 
	height: 150px; 
}

.left_column_box_background {
        background: white;
	border: 1px solid white;
	height: 150px;
}

.left_column_box { 
	padding-right: 10px; 
	padding-left: 10px;
}

.left_column_box_pad { 
	padding-bottom: 6px; 
}

#center_column { 
	margin-right: 6px; 
	margin-left: 0; 
	width: 450px;
}

.center_column_box_background { 
	background: white;
	width: 450px;
	height: auto; 
	min-height: 450px; 
}

.center_column_box {
	padding-right: 10px; 
	padding-left: 10px; 
}

#right_column { 
	margin-right: 0; 
	margin-left: 0; 
	width: 240px; 
}

.right_blue_background { 
	background: #0060b0;
	border-right: 6px solid white;
	border-left: 7px solid white;
}

.right_column_blue  { 
	padding-right: 10px; 
	padding-left: 10px; 
}

#quickcontact {
}

#search { 
	padding-top: 6px;
}

#quicklinks {
	padding-top: 6px;
}

#miscinfo {
	padding-top: 6px;
}

#ft { 
	background-image: url(images/footer.gif); 
	margin-top: 6px; 
	margin-bottom: 15px; 
	width: 950px; 
	height: 37px; 
}

.footer_font { 
	color: #fff; 
	font-size: 7.5pt;  
	font-style: normal; 
	font-variant: normal; 
	font-weight: 500; 
	text-decoration: none; 
	text-align: left; 
	text-transform: none; 
	text-indent: 15px; 
	padding-top: 12px; 
	vertical-align: middle; 
}

/**************  TOP NAV STYLES  ***************************/
div.top_nav {
	width: 940px;
	text-align: center;
}

ul.top_nav {
	display: block;
	width: 900px;
	text-align: left;
	list-style: none;
	padding: 6px 0px 0px 0px;
}

ul.top_nav li {
	display: inline;
	margin: 0px 0px 0px 60px;
}

li.top_nav a {
	color: white;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
}

li.top_nav a:hover {
	text-decoration: none;
}

/*****************  SIDE NAV STYLES  ***************************/
ul.sidenav {
	padding: 0px 0px 0px 45px !important;
        padding: 0px 0px 0px 35px;
}

li.nav_li {
        margin-left: 0px;
	width: 180px;
        list-style-type: none;
	border-bottom: 1px solid white;
	list-style-image: url("images/search-16.gif");
}

li.nav_li a {
	color: #fff; 
	font-size: 92%; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
	display: block;
	padding: 8px 0px 8px 0px;
}

li.nav_li a:hover {
	text-decoration: none;
	background-color: #dece77;
}

li.depth-2 {
	list-style: none;
	list-style-image: none;
	margin-left: 5px;
}

li.depth-2 a {
	font-size: 85%;
	font-weight: normal;	
}

li.depth-3 {
        list-style: none;
        list-style-image: none;
        margin-left: 10px;
}

li.depth-3 a {
	font-size: 77%;
        font-weight: normal;
}

li.active a {
	color: #0060b0;
}

/**************  QUICK LINK & CONTACT STYLES ***************************/
.quicklink {
	display: inline;
	float: left;
	width: 67px;	
	margin-top: 8px;
	text-align: center;
}

div.quicklink a {
	color: white;
	font-size: 70%;
	text-decoration: none;
}

.quicklink a:hover {
	text-decoration: none;
}

.quicklink img {
	display: inline;
}

.quickcontact p {
	font-size: 85%;
	margin: 10px 0px 0px 10px;
}

/**************  HOMEPAGE LINKLIST STYLES ***************************/
div.linklist_moduletitle {
	background: white;
	background-image: url("images/header-bg.jpg");
	background-repeat: no-repeat;
	width: 205px;
	height: 21px;
	padding: 7px 0px 0px 15px;
	margin-top: 10px;
	
}

ul.linklist {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0;
}

ul.linklist li {
        list-style-type: none;
        list-style-image: url("images/related_icon.gif");
        margin-left: 26px;
        vertical-align: middle	
}

ul.linklist li a {
        color: #000; 
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
}

/**************  HOMEPAGE RESOURCE MODULE STYLES ***************************/
div.resources_moduletitle {
	background: white;
	background-image: url("images/header-bg.jpg");
	background-repeat: no-repeat;
	width: 205px;
	height: 21px;
	padding: 7px 0px 0px 15px;
	margin-top: 10px;
}

ul.resources {
	margin: 0px 0px 0px 15px;
	padding: 0;
}

ul.resources li {
	list-style-type: none;
	list-style-image: url("images/pencil_icon.gif");
	margin-left: 26px;
        vertical-align: middle
}

ul.resources li a {
	color: #000; 
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        text-align: left;       
}

/**************  HOMEPAGE SEARCH MODULE STYLES ***************************/
h2.search_moduletitle {
	padding-bottom: 5px;
}

#searchform {
	margin: 0;
	padding: 0;
}

#search-text {
	display: inline;
	float: left;
	margin: 0 !important;
	padding: 1px 0px 0px 3px;
	font-size: 107%;
	width: 145px !important;
	width: 140px;
	height: 22px;
	background: url("images/search-bar.gif");
	background-repeat: no-repeat;
	border: 0;
}

#search-img {
	display: inline;
	border: 0px;
	height: 22px;
	width: 57px;
	background: url("images/search-btn.gif");
	background-repeat: no-repeat;
	margin: 0 !important;
	margin: 0px 0px 0px -4px;
	padding: 0;
	cursor: pointer;
}

/**************  HOMEPAGE CALENDAR MODULE STYLES ***************************/
div.home-cal {
	margin: 10px 0px 0px 0px;
}

h1.calendar_moduletitle {
	font-weight: bolder;
	margin: 0px 0px 8px 0px;
}

img.cal-rss {
	margin-right: 5px;
	float: left;
}

a.cal-item {
	/*color: #2d2e2e;*/
	color: #0060B0;	
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

span.cal-date {
	font-size: 85%;
	font-weight: bold;
	color: #2d2e2e;
}

p.cal-event {
	padding: 3px 0px 5px 10px;
	font-size: 90%;
	border-bottom: 1px dotted black;
}

/**************  RESOURCE MODULE STYLES ***************************/
img.resource-icon {
	float: left;
	margin-right: 5px;
}

ul.resources-one-click {
	list-style: none;
	margin-bottom: 10px;
}

ul.resources-one-click li {
	height: 26px;
	border-bottom: 1px solid #2d2e2e;
	padding: 3px 0px 0px 0px;
}

ul.resources-one-click li a {
	color: #2d2e2e;
	text-decoration: none;
}

ul.resources-one-click li a:hover {
	text-decoration: underline;
}
