/* ----------------------------------------
Johnston County CSS Style Sheet - Home Page
 ---------------------------------------- */
body {
	background: #7DA8DA url('/images/homepage/tile.gif');
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, san-serif;
	}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	color: #000;
	font-size: 12px;
	}

a:active, a:link, a:visited	{ 
	text-decoration: none; 
	color: #633;
	}

a:hover 	{ 
	text-decoration: underline; 
	color: blue;
	}				

/* fix for jumping scrollbar in FF */
html {
	overflow: -moz-scrollbars-vertical;
	}

form {
	display: inline;
	}

h1 {
margin: 0;
padding: 0;
font-size: 16px;
font-family: Arial, Verdana, Helvetica, san-serif;
font-weight: bold;
background-color: #036;
border-top: 2px solid #036;
border-bottom: 2px solid #036;
color: #FFFFCF;
text-align: center;
}

table {
border-right: 3px solid #036;
border-left: 3px solid #036;
}

#header {
	color: #fff;
	font-weight: bold;
	background-color: #036;
	font-family: Arial, Verdana, Helvetica, san-serif;
	}
	
#header select {
	width: 200px;
	margin-right: 10px;
	font-size: 10px;
	}
	
#header a {
	color:#fff;
}

.search {
	width: 164px;
	margin-right: 4px;
	font-size: 10px;
}

.formbutton {
	background: url(../images/buttons/button_bg.gif) #CCCCCC top center repeat-x;
	border: 0;
	color: #333333;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px;
	margin-right: 10px;
	text-decoration: none;
}

#menu  {
	background-color: #036;
	border-bottom: 3px solid #036;
	}

#menu a {
	color:#036;
}

.menu td {
	color: #036;
	background-color: #A0C0E4;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	border-bottom: 2px solid #036;
	border-right: 1px solid #036;
	}


.menu2td {
	color: #036;
	background-color: #A0C0E4;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	border-bottom: 2px solid #036;
	border-top: 3px solid #036;
	border-right: 1px solid #036;
	text-align: center;
	}
	
.menu2_endtd{
	color: #036;
	background-color: #A0C0E4;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	border-bottom: 2px solid #036;
	border-top: 3px solid #036;
	text-align: center;
	}
	
#news2 {
	background-color: #fff;
	}

.headline  {
	background-color: #A0C0E4;
	}

#banners img {
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #036;
	}

#links {
	background-color: #fff;
	}

#links td {
	border-right: 3px solid #036;
	}



#links ul {
	list-style: none;
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	}

#links li {
	font-family: Arial, Verdana, Helvetica, san-serif;
	font-size: 12px;
	line-height: 1.3em;
	}



#links a	{ 
	text-decoration: none; 
	color: #036;
	}

#links a:hover 	{ 
	text-decoration: underline; 
	color: blue;
	}			

#footer {
	height: 100px;
	color: #fff;
	background-color: #036;
	text-align: center;
	padding: 10px;
	}
	
#footer_links a {
	color:#fff;
	}


#marqueecontainer{   /* news scroller */
	position: relative;
	width: 247; /*marquee width */
	height: 156px; /*marquee height */
	background-color: white;
	overflow: hidden;
	margin: 0;
	padding: 2px;
	padding-left: 4px;
	}
	
#marqueecontainer a {
	text-decoration: none; 
	color: #036;
}

#marqueecontainer a:hover {
	text-decoration: underline; 
	color: blue;
}

#headlinks {
	background-color: #A0C0E4;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	text-align: center;
	border: 0;
	border-top: 1px solid #000;
	}
	
