/* @override 
	http://kcc.homedns.org/hants/assets/templates/hants/styles.css
	http://www.hantscounty.com/assets/templates/hants/styles.css
*/

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #5a961f;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.1em;
}

p{
	padding-top: .2em;
	padding-bottom: .6em;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0;
}
 
/* end reset */

body {
	font: 14px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #231f20;
	margin: 0 auto;
	background: url(images/bodyBg.png) repeat-x 0 -38px;
}

#logo{
	height: 180px;
	width: 240px;
	padding-left: 22px;
	display: block;
	position: relative;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
}

#header{

}

#search {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	display: inline;
	position: relative;
}

#ajaxSearch_input {
	padding: 5px 5px 5px 36px;
	font-size: 14px;
	background: url(images/magSearch.png) no-repeat;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}

#ajaxSearch_submit {
	display: none;
}

.ajaxSearch_intro{
	display: none;
}

#bannerImage {
	padding-top: 20px;
}

.banner {
	padding-top: 20px;
	width: 780px;
	padding-left: 20px;
}

#map{
	padding-top: 40px;
	width: 780px;
	padding-left: 20px;
}

#breadCrumbs {
	padding-left: 20px;
	color: #00b8de;
}

#breadCrumbs a, #breadCrumbs a:visited {
	color: #00b8de;
}

#content {
	padding: 20px;
}

#content ul{
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 32px;
	padding: .6em 0 .6em 32px;
}

#content ol{
	list-style-position: outside;
	list-style-type: decimal;
	padding: .6em 0 .6em 32px;
}

#content a, #content a:visited {
	color: #00b8de;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content em{
	font-style: italic;
}

#leftColumn {
	float: left;
	width: 450px;
	padding-right: 30px;
}

#rightColumn {
	width: 300px;
	float: left;
}

#leftColumnContact {
	float: left;
	width: 390px;
	padding-right: 20px;
}

#rightColumnContact {
	width: 370px;
	float: left;
}

.newsTitle {
	padding-bottom: 10px;
}

.newsLink {
	padding-bottom: 0;
}

.newsArchivesLink {
	color: #f15a22 !important;
}

#footer {
	background: url(images/footerBg.png) repeat-x;
	width: 100%;
	padding-bottom: 60px;
}

#footerContent {
	width: 820px;
	margin: 0 auto;
	font-size: 11px;
	padding-top: 17px;
}

.footerColumn{
	float: left;
}

.footerColumn p{
	padding-bottom: 10px;
	line-height: 14px;
}

#footer p {
	padding-left: 20px;
}



#footer a, #footer a:visited {
	color: #5a961f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*tables*/

td {
	padding-right: 30px;
	padding-bottom: 20px;
}

.addEvent {
	background-color: #a6ce39;
	padding: 6px;
	margin-top: 9px !important;
}

a.addEvent {
	color: #fff !important;
}

.eventForm label{
	color: #474746;
	font-size: 15px;
	padding-top: 12px;
	vertical-align: top;
	width: 165px;
	display: inline-block;
	text-align: right;
	font-weight: bold;
}

.eventForm input, .eventForm textarea {
	font-size: 13px;
	padding: 2px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin: 12px 2px 2px;
	border: 1px solid #d8d8d8;
	background-color: #f9f9f9;
}

.formInstructions {
	padding-left: 173px;
	font-size: 14px;
	font-style: italic;
	color: #a23f13;
}

.eventForm .vericode{
		margin-left: 170px;
}

.contentForm label{
	display: inline-block;
	width: 120px;
	text-align: right;
	position: relative;
	vertical-align: top;
	font-weight: bold;
	padding-top: 2px;
}

.contentForm input, .contentForm textarea{
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 226px;
	font-size: 12px;
	border: 1px solid #d8d8d8;
	background-color: #fcfef4;
}

.contentForm select {
	font-size: 14px;
}

.contentForm .vericode {
	margin-top: 7px;
	border: 1px solid #d8d8d8;
	display: inline;
	margin-left: 125px;
	margin-bottom: 7px;
}

.submitButton {
	margin-left: 63px;
	font-size: 14px;
}

#commentForm input.required, #commentForm textarea.required, #commentForm input.invalid {
	color: #c03f16;
	background-color: #fcfbad;
}

.errors {
	background-color: #e4691e;
	color: #fffeff;
	padding: 17px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

input.required, input.invalid, textarea.required{
	background-color: #fdf8b2;
}





/* @group New Nav */

#nav {
position:relative; 
z-index:100;
margin-left: 20px;
}
#nav ul {
padding:0; 
margin:0;
list-style-type: none;
}
#nav ul li {
float:left;
position:relative;
}

#nav li.last {
	border-right: 3px solid white;
}

#nav li.first {
	border-right: 3px solid white;
	border-left: 3px solid white;
}

#nav ul li a, #nav ul li a:visited {
	text-decoration: none;
	color: white;
	font-size: 14px;
	border-style: none;
	display: block;
	text-align: center;
	line-height: 23px;
	background-color: #00b8de;
	border-left: 3px solid white;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#nav ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
#nav ul li:hover a,
#nav ul li a:hover {
background-color: #a6ce39;
}

#nav ul li:hover ul,
#nav ul li a:hover ul {
display: block; 
position:absolute;
margin-top:1px;
	top: 25px;
	left: 4px;
}
* html #nav ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

#nav ul li:hover ul li ul,
#nav ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

#nav ul li:hover ul li a,
#nav ul li a:hover ul li a {
display:block; 
background: #f2fbd9; 
color: #61bade; 
height:auto; 
line-height: 1.4em; 
padding:5px 10px; 
width: 160px;
text-align: left;
	border-left-style: none;
	border-right-style: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #fffeff;
}

#nav ul li ul li.last {
	border-right-style: none;
}

* html #nav ul li a:hover ul li a {
width:100px;
w\idth:79px;
}

#nav ul li:hover ul li a.drop,
#nav ul li a:hover ul li a.drop {
background: #a6ce38;
}

#nav ul li.active a{
	background: #5a961f;
}

#nav ul li:hover ul li a:hover,
#nav ul li a:hover ul li a:hover {
background:#a6ce38; 
color:#fff;
}

#nav ul li:hover ul li:hover ul,
#nav ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:100px; 
top:0;
width:100px;
}

#nav ul li:hover ul li:hover ul.left,
#nav ul li a:hover ul li a:hover ul.left {
left:-100px;
}

/* @end */

/* @group subNav */

#subNav{
	position: relative;
	clear: left;
	height: 17px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0;
}

#subNav ul{
	list-style-type: none;
}

#subNav li{
	float: left;
	border-right: 2px solid #e06435;
}

#subNav li a{
	text-decoration: none;
	color: #f15a22;
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 0 10px;
	line-height: 26px;
}

#subNav li.last {
	border-style: none;
}

#subNav li a:visited {
	color: #f15a22;
}

#subNav li.active a{
	color: white;
	background-color: #f15a22;
}

#subNav li a:hover {
	text-decoration: underline;
}

/* @end */

