@charset "UTF-8";
/* Hix CSS Document */

body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 { padding: 0; }
h1 { /* used for banners/headers */
	text-indent: -9999px;
	margin: 0;
	float: left;
}
h2 { /* used for main page titles */
	font-size: 24px;
	font-weight: lighter;
	margin: 0px 0px 25px;
}
h3 { /* used for subheadings on content pages */
	color: #990000;
	font-size: 18px;
	font-weight: lighter;
	margin: 20px 0px 0px;
}
h4 { /* not used in current styling but saved for all caps bold headings */

}
h5 { /* used for breadcrumbs */
	font-size: 10px;
	margin: 0 0 15;
	padding: 0;
	font-weight: lighter;
}
h6 { /* used for footer */
	font-size: 10px;
	color: #FFFFFF;
	margin: 7px;
	padding: 0;
	font-weight: lighter;
}

#container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* --- LOGO --- */
#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 73px; /* based on design and not image */
}

/* --- GLOBAL NAVIGATION --- */
#navi {
	background-image: url(images/bg-navi.png);
	background-repeat: no-repeat;
	width: 960px; /* width and height based on image */
	height: 35px;
	/* margin-bottom: 5px; */
	padding-left: 10px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
}
#navi ul li {
	display: inline;
	color: #FFFFFF;
	float: left;
	z-index: 1000;
}
#navi ul li a {
	display: block;
	color: #FFFFFF;
	padding: 8px 20px 10px 20px;
}

/* --- DROP DOWN MENU --- */
#navi ul li ul a {
	display: block;
	width: 150px;
	color: #FFFFFF;
	padding: 4px 15px 4px 15px;
	z-index: 1000;
}
#navi a:link, #navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover, #navi a:active {
	color: #990000;
	background-image: url(images/bg-navihover.png);
	background-repeat: no-repeat;
}
#navi li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	background-color: #990000;
	z-index: 1000;
}
#navi li:hover ul, #navi li.sfhover ul { left: auto; }
/* ----------------------------------------------------*/

/* --- PICTURE AND TAGLINE --- */
#banner {
	margin: 0; 
	padding: 0;
	width: 960px;
	height: 228px;
}
.wrapper {
	border: none;
}
/* --------------------------- */

#content {
	background-color: #FFFFFF;
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#content a:link, #content a:visited {
	color: #990000;
	border-bottom: thin dotted #000000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	border: none;
}

/* #content a { color: inherit; text-decoration: none; }
#content a:hover {
	color: #990000;
	border-bottom: thin dotted #990000;
}
*/

/* --- SIDEBAR CONTENT/DIV NAVIGATION --- */
#sidebar {
	background-image: url(images/bg-sidebar.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 252px; /* adjusted to allow for padding */
	border: 1px solid #CCCCCC;
	margin: 0px 15px;
	padding: 10px;
}
/* --- FOR IE 6 --- */
*html #sidebar { padding: 5px; }
/* ---------------------------- */

.redDate { color: #990000; }

#sublinks { /* found in sidebar area */
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#sublinks li { padding: 2px 0px; }

/* --- MAIN CONTENT AREA --- */
#maincopy {
	float: right;
	width: 650px; /* adjusted to allow for padding */
	padding: 10px;
}
/* --- FOR IE 6 --- */
*html #maincopy { padding: 5px; }
/* ----------------------------- */

#maincopy p {
	margin: 2px 2px 10px;
	padding: 0px;
	line-height: 22px;
}
#maincopy ul, #maincopy ol { line-height: 18px; }
#maincopy ul { margin: 0px 0px 30px; }
/* --- FOR IE 6 --- */
*html #maincopy ul {
	padding: 0px;
	margin: 0px 0px 30px 25px;
}
/* ----------------------------- */

.mayor { /* used to format the mayor's picture on the index */
	float: left;
	margin: 7px;
	border: thin solid #333333;
}
.focusbox {
	background-image: url(images/bg-focusbox.png);
	background-repeat: no-repeat;
	height: 232px; /* adjusted for padding */
	width: 295px;
	margin: 5px;
	float: left;
	padding-top: 5px;
}
.focusboxflex {
	/* height: 232px;  adjusted for padding */
	width: 295px;
	margin: 5px;
	float: left;
	padding-top: 5px;
	background-color: #FFFFFF;
	border-top: thin solid #CCCCCC;
}
.focusbox p, .focusbox flex {
	margin: 10px !important;	
}
.hixtvfocusbox {
	width: 450px;
	margin: 5px;
	float: left;
	padding-top: 5px;
}
#ATV td { /* --- AROUND THE VILLAGE TABLE STYLING --- */
	text-align: left;
	vertical-align: top;
}
#clearit { width: 1px; clear: both; }
.redline {
	background-image: url(images/redline.gif);
	background-repeat: no-repeat;
	width: 3px;
	height: 199px;
	float: left;
	margin: 45px 2px 0px;
	padding: 0px;	
}
/* ---- PICTURE MANIPULATION STYLES --- */
.captPic {
	text-align: center;
}
.pictureLeft {
	float: left;
	margin: 10px;
	padding: 3px;
	border: thin solid #333333;
}
.pictureRight {
	float: right;
	margin: 10px;
	padding: 3px;
	border: thin solid #333333;
}
.framed {  /* used in conjunction with picwithcaption */
	padding: 3px;
	margin-bottom: 2px;
	border: thin solid #333333;
}
.picwithcaption { /* picwithcaptions used for image placement within main body */
	float: left;
	margin: 10px;
	padding: 3px;
	text-align: center;
}
.picwithcaption2 {
	float: right;
	margin: 10px;
	padding: 3px;
	text-align: center;
}
.minuteList {
	list-style-type: none;
}
.minuteList li {
	padding: 3px 0px;
}
/* ----------------------------------- */

/* --- FOOTER --- */
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.footright {
	text-align: right;
	float: right;
	margin-top: -6px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #CC0000;
	border-bottom: dotted thin #FFFFFF;
}
/* ----- END of CSS --------- */