@charset "utf-8";
/* CSS Document */

body {
	/*background: url(../images/bg_container.jpg) no-repeat scroll 50% 0;*/
	/*background: url(../images/bg_container.jpg) no-repeat scroll 50% 0;*/
	background-color: #336699;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin-bottom: 10px;
}

body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}
/* Commonly used to style section titles. */
h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h5 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
/* Commonly used to style section titles. */
h6 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #003399;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #427bed;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #de3130;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #de3130;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #de3130;
}

#bodyContainer {
	background-color: #FFF;
}

#logoContainer {
	height: 283px;
	width: 960px;
	background-color: #003399;
	background-image: url(../images/hd_mullins.jpg);
	background-repeat: no-repeat;
}

#headerContainer {
	height: 145px;
	background-color: #666;
	margin-top: 10px;
}

#contentContainer {
	margin-top: 10px;
	background-image: url(../images/bg_linksbar.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footerContainer {
	background-color: #427bed;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 940px;
	height: 100%;
}

#leftColumn {
	padding-top: 40px;
}

#middleColumn {
	margin-top: 10px;
}

#rightColumn {
	padding-top: 40px;	
}


/* ICON LIST */

#iconList {
	margin-left: 3px;
}

#iconList ul li {
	display: inline;
	margin: 6px;
}

/* NEWS LIST */

.newsList {
	width: 223px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border: #003399 1px solid;
	border-right: none;
}

.newsList h3 {
	margin: 0;
	padding: 3px 8px 0 30px;
	color: #003399;
	background: url(../images/newspaper_48.jpg) no-repeat top left;
}

.newsList h6 {
	margin-bottom: 1px;	
	font-style: normal;
}

.newsList ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.newsList ul li {
	margin: 0 0 6px;
	padding: 0;
}

/* EVENT LIST */

.eventList {
	width: 223px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	border: #003399 1px solid;
	border-right: none;
}

.eventList h3 {
	margin: 0;
	padding: 3px 8px 0 30px;
	color: #003399;
	background: url(../images/calendar.jpg) no-repeat top left;
}

.eventList h6 {
	margin-bottom: 1px;	
	font-style: normal;
}

.eventList ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.eventList ul li {
	margin: 0 0 6px;
	padding: 0;
}

/* CART LINKS */

.cartLinks {
	width: 223px;
	padding-top: 5px;
	padding-left: 5px;
	border: #003399 1px solid;
	border-right: none;
}

.cartLinks h3 {
	margin: 0;
	padding: 3px 8px 0 30px;
	color: #003399;
	background: url(../images/shoppingcart_full.png) no-repeat top left;
}

.cartLinks h6 {
	margin-bottom: 1px;	
	font-style: normal;
}

.cartLinks ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.cartLinks ul li {
	margin: 0 0 6px;
	padding: 0;
}

/*FOOTER MENU*/
#footerMenu {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  padding: 10px 0;
}
#footerMenu ul {
	display: inline;
	list-style-type: none;
}

#footerMenu li {
	padding: 0 10px 0 10px;
	margin-left: 0;
	display: inline;
	border-left: 1px solid #ccc;
}

#footerMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #fff;
	font-size: 100%;
	text-decoration: none;
}
#footerMenu a:hover {
	color:#ccc;
	text-decoration: none;
}
/* FOOTER ADDRESSES */
#footerAddressMenu {
  padding: 10px 0 10px 0;
  text-align: center;
}
#footerAddressMenu ul {
	list-style-type: none;
}

#footerAddressMenu li {
	display: block;
	color: #FFF;
	font-size: 12px;
}

#footerAddressMenu a:link, #footerAddressMenu a:visited, #footerAddressMenu a:active {
	color: #FFF9EE;
	font-size: 100%;
	text-decoration: none;
}
#footerAddressMenu a:hover {
	color:#ccc;
	text-decoration: underline;
}

#footerContainer #copyright {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  font-size: 10px;
  color:#666;
}

#clerkTitle {
	color: #FFF;
	margin: 130px 0 0 0;
}

#clerkTitle ul {
	list-style-type: none;
	display: block;
	text-align: center;
	line-height: 35px;
}

#clerkTitle ul li.clerkName {
	font-size: 40px;
	font-weight: bold;
}

#clerkTitle ul li.clerkTitle {
	font-size: 20px;
}

#locationText {
	color: #FFF;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
	font-size: 14px;
}

/* Search */

#searchContainer {
	padding: 30px 20px 0px 605px;	
}
#cse-search-box form{
width: 208px;
}
#cse-search-box input{
background: #616161 url(../images/search_bg.jpg) no-repeat;
width: 190px;
height: 27px;
float: left;
padding: 8px 5px 0 35px;
border: 0;
font-weight: bold;
font-size: 15px;
color: #fff;
}
#cse-search-box button{
background: #fbc900 url(../images/search_bg.jpg) no-repeat top right;
width: 100px; height: 35px;
cursor: pointer; float: left; border: 0; margin-top: 0px;
}
#cse-search-box button:hover{
background: #fbc900 url(../images/search_bg.jpg) no-repeat bottom right;
width: 100px; height: 35px;
cursor: pointer; float: left; border: 0;
}

.on-top{
	z-index: 10000;
}

#cse-search-results {
	margin-top: 38px;
}

/*#cse-search-results iframe {
	width: 410px;	
}*/

/* TOP ICON STYLES */

#topIcon {
	background: url(../images/bg_icon.png);
	background-repeat: no-repeat;
	height: 105px;

	text-align: center;
	text-transform: uppercase;
}

/*#topIcon a {
	margin-right: 5px;	
}*/

#topIcon a:link, #topIcon a:visited, #topIcon a:active {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#topIcon a:hover {
	color: #09F;
	text-decoration: none;
}



/* YEARBOOK TABLE STYLES */

table.officials {
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

table.officials th, table.officials td {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}

table.officials th {
	background: #666;
	color: #000;
}

table.officials .name {
	text-align: left;
	color: #FFF;
}

table.officials caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
/*	border: 1px solid #000;
	border-bottom: none;*/
	background: #fff;
	font-weight: bold;
	font-size: 120%;
}


/* COUNTY BOARD DETAILS TABLE STYLES */

table.cbmembers {
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

table.cbmembers th, table.cbmembers td {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	/*border: 1px solid #b5b5b5;*/
}

table.cbmembers td.cbPhoto {
	width: 150px;
}

table.cbmembers td.cbPhoto img {
	border: 1px solid #b5b5b5;
}

table.cbmembers td.cbTerms {
	vertical-align: top;
	width: 310px;
}

table.cbmembers th {
	background: #666;
	color: #000;
}

table.cbmembers .name {
	text-align: left;
	color: #FFF;
}

table.cbmembers caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
/*	border: 1px solid #000;
	border-bottom: none;*/
	background: #fff;
	font-weight: bold;
	font-size: 120%;
}