html, body {
	font-family: Arial;
	font-size: 13px;
	line-height:18px;
	background: url(/assets/images/bg.png) repeat-x #4a6a2c;
	margin: 0;
	padding: 0;
	color:#433820;
	}

a {
	color: #bb5400;
	}
	
p {
	line-height: 20px;
	}

h1, h2 {
	color:#433820;
	font-weight:normal;
	font-size:20px;
	line-height:20px;
}

a img {
	border:0;
}

/*
 * PNG fix Z-index dropdown menu issue
 
.pngfix, .welcome, #upcoming-events, #content-wrap, #content-footer, #footer {
	behavior: url(/assets/js/iepngfix.htc);
	}
*/
	
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	}

a:active, a:focus {
    outline: 0;
	}

.noline {
	font-size: 0;
	line-height: 0;
	}

.fr {
	float: right;
	}

.fl {
	float: left;
	}
	
#wrap {
	margin: 0 auto;
	width: 1000px;
	}
	
#header {
	position: relative;
	background: url(/assets/images/header.png) no-repeat;
	width: 1000px;
	height: 179px;
	}
	
#search-form {
	position: absolute;
	top: 65px;
	left: 578px;
	}
	
#query {
	border: 0px;
	color: #c3c3c3;
	font-size: 15px;
	width: 285px;
	height: 20px;
	}
	
#search {
	position: absolute;
	top: -7px;
	right: -98px;
	background: url(/assets/images/btn-search.jpg) no-repeat;
	border: 0px;
	height: 35px;
	width: 88px;
	cursor: pointer;
	}
	
#search:hover {
	background-position: 0 -35px;
	}
	
#content-wrap {
	margin: 0 auto;
	margin-top: 15px;
	width: 966px;
	background: url(/assets/images/content-bg.png) repeat-y;
	_background: url(/assets/images/content-bg-ie6.png) repeat-y;
	}

#content-header {
	background: url(/assets/images/content-header.png) no-repeat;
	width: 966px;
	height: 62px;
	}

#content {
	margin-top: -60px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}
	
#content-left {
	float: left;
	margin: 29px 0 0 35px;
	_margin: 20px 0 0 10px;
	width: 570px;
	}

#content-left-wide {
	width:890px;
	float: left;
	margin: 29px 0 0 35px;
	_margin: 20px 0 0 10px;
}
#content-right {
	float: right;
	margin: 20px 20px 0 0;
	_margin: 20px 10px 0 0;
	width: 300px;
	}
	
#content-footer {
	margin: 0 auto;
	background: url(/assets/images/content-footer-trans.png) no-repeat;
	width: 966px;
	height: 18px;
	}
	
#footer {
	background: url(/assets/images/footer-trans.png) no-repeat;
	width: 1000px;
	height: 125px;
	font-size: 11px;
	color: #c4e898;
	}
	
#footer-left {
	float: left;
	margin: 20px 0 0 46px;
	_margin: 20px 0 0 25px;
	}

#footer-right {
	float: right;
	margin: 20px 45px 0 0;
	_margin: 20px 25px 0 0;
	}
	
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer li {
	display: inline;
	margin-left: 20px;
	}
	
#footer a {
	color:#c4e898;
	}

/*
 * homepage
 */
 
.home-first {
	display:block;
	margin:0 0 55px;
}

.welcome {
	background: url(/assets/images/welcome-trans.png) no-repeat;
	display: block;
	width: 132px;
	height: 28px;
	margin: 0 0 10px 0;
	text-indent:-9999px
	}
	
.news-and-announcements {
	background: url(/assets/images/news-and-announcements.png) no-repeat;
	display: block;
	width: 260px;
	height: 19px;
	margin: 10px 0 10px 0;
	text-indent:-9999px
	}

a.view-more-news-and-announcements {
	background: url(/assets/images/view-more-news-and-announcements.png) no-repeat;
	display: block;
	width: 297px;
	height: 33px;
	cursor: pointer;
	margin: 10px 0 10px 0;
	}

a.view-more-news-and-announcements:hover {
	background-position: 0 -33px;
	}
	
/*
 * top navigation
 */
 
ul#top-nav {
	display:block;
	height:31px;
	position:absolute;
	top:129px;
	_top:143px;
	*z-index:-1;
}

ul#top-nav li {
	list-style:none;
	padding:0;
	display:block;
	float:left;
	margin:0 12px;
}

#nav-home, #nav-about, #nav-services, #nav-news, #nav-directory, #nav-contact {
	height:31px;
	display:block;
	background:url(/assets/images/nav.png) no-repeat;
	text-indent:-9999px;
	*position:relative;
	*top:12px;
	_top:0;
}
	
#nav-home {
	width:64px;
	background-position:-1px 0;
}

#nav-home:hover {
	background-position:-1px -31px;
}

#nav-about {
	width:149px;
	background-position:-88px 0;
}

#nav-about:hover {
	background-position:-88px -31px;
}

#nav-services {
	width:161px;
	background-position:-259px 0;
}

#nav-services:hover {
	background-position:-259px -31px;
}

#nav-news {
	width:133px;
	background-position:-440px 0;
}

#nav-news:hover {
	background-position:-440px -31px;
}

#nav-directory {
	width:186px;
	background-position:-595px 0;
}

#nav-directory:hover {
	background-position:-595px -31px;
}

#nav-contact {
	width:87px;
	background-position:-802px 0;
}

#nav-contact:hover {
	background-position:-802px -31px;
}
/* 
 * Dropdown menu
 */
 
#top-nav ul {
	background:url(/assets/images/ddm-bg.png) top no-repeat;
	width:191px;
}

#top-nav ul ul {
	background:#5D8139;
}

#top-nav ul li {
	padding:0;
	margin:0;
}

#top-nav ul a{
	display:block;
	color:#fff;
	text-decoration:none;
	width:171px;
	padding:7px 10px;
}

#top-nav a:hover{
	color:#c4e898;
}

#top-nav li{
	float:left;
	position:relative;
}

#top-nav ul {
	position:absolute;
	display:none;
	top:30px;
	*top:43px;
	_top:29px;
	left:-15px;
	padding:10px 0 4px 0;
	margin:0;
	z-index:5;
}

#top-nav li ul a{
	height:auto;
	float:left;
}

#top-nav ul ul{
	top:auto;
}	

#top-nav li ul ul {
	left:191px;
	padding:0;
	margin:0;
}

/* add an arrow to show more */
#top-nav li ul li a {
	background:url(/assets/images/ddm-more-arrow.png) no-repeat 173px 13px;
	_background:url(/assets/images/ddm-more-arrow.gif) no-repeat 173px 13px;
}

/* default bg no children */
#top-nav li ul li a:only-child { 
	background:0;
}

#top-nav li:hover ul ul, #top-nav li:hover ul ul ul, #top-nav li:hover ul ul ul ul{
	display:none;
}
#top-nav li:hover ul, #top-nav li li:hover ul, #top-nav li li li:hover ul, #top-nav li li li li:hover ul{
	display:block;
}

/*
 * sidebar
 */

#upcoming-events {
	background: url(/assets/images/upcoming-events-trans.png) no-repeat;
	display: block;
	width: 298px;
	height: 47px;
	}
	
#events-wrap {
	background: url(/assets/images/events-wrap-bg.png) repeat-y;
	}

#events {
	background: url(/assets/images/events-bg.png) no-repeat;
	min-height: 230px;
	height: auto !important;
	height: 230px;
	padding:0 30px;
	}
	
	
#sidebar {
	float: left;
	margin: 29px 0 0 25px;
	_margin: 20px 0 0 10px;
	width: 290px;
	color:#785f31;
	font-size:13px;
	font-family:Helvetica, Arial, Sans-serif;
	font-weight:bold;
	}
	
#sidebar-wrap {
	background: url(/assets/images/sidebar-rpt.png) top left;
}

#sidebar-bottom {
	height:190px;
	background: url(/assets/images/sidebar-bot.png) bottom left;
}
	
#sidebar-title {
	background: url(/assets/images/sidebar-top-trans.png) no-repeat;
	display: block;
	width: 298px;
	height: 32px;
	margin:0;
	text-align:center;
	text-indent:-10px;
	padding:14px 0 0 0;
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;
	color:#6b4c0b;
	}
	
#sidebar ul {
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

#sidebar ul ul {
	padding:0;
}

#sidebar ul ul {
	font-weight:normal;
}

#sidebar ul a, #sidebar ul ul a {
	width:276px;
	height:21px;
	display:block;
	padding:3px 0 0 22px;
	position:relative;
	left:11px;
	text-decoration:none;
	color:#785f31
}

#sidebar ul ul a {
	text-indent:25px;
}

#sidebar ul a:hover, #sidebar ul a.current_active {
	background:url(/assets/images/sidebar-hover.png) no-repeat;
	color:#5f7640;
}

a.view-full-event-calendar {
	background: url(/assets/images/view-full-event-calendar.png) no-repeat;
	display: block;
	width: 298px;
	height: 39px;
	cursor: pointer;
	}

a.view-full-event-calendar:hover {
	background-position: 0 -39px;
	}

a.town-council-minutes {
	background: url(/assets/images/town-council-mintues.png) no-repeat;
	display: block;
	width: 298px;
	height: 72px;
	cursor: pointer;
	margin: 15px 0 0 0;
	}
	
a.town-council-minutes:hover {
	background-position: 0 -72px;
	}
	
a.looking-for-services {
	background: url(/assets/images/looking-for-services.png) no-repeat;
	display: block;
	width: 298px;
	height: 133px;
	cursor: pointer;
	margin: 15px 0 0 0;
	}
	
a.looking-for-services:hover {
	background-position: 0 -133px;
	}
	
.contact-info {
	padding:20px 30px 20px 40px;
}

#contact-map {
	position:relative;
	left:15px;
	border:1px solid #ccc;
	display:inline;
	margin:35px 0 0 0;
	float:left;
	color:#fff;
	text-decoration:none;
}

#contact-map span {
	position:absolute;
	height:25px;
	width:263px;
	background:#4A6A2C;
	text-align:right;
	top:140px;
	padding:5px 4px 0 0;
	opacity:0.6;
	text-indent:-10px;
}

#contact-map a {
	color:#fff;
}

/*
 * news module
 */
.news-item {
	margin:22px 0 0 0;
}

.news-title {
	font-size:18px;
	margin:0;
	padding:0;
}

h2.news-title a {
	text-decoration:none;
	color:#4a6d2b;
}

.news-date {
	display:block;
	font-size:11px;
	color:#a69d8c;
}

.news-blurb {
	display:block;
}
/*
 * event module
 */
.hp-event {
	text-transform:uppercase;
	font-size:14px;
	font-family:"Calibri";
	font-weight:bold;
	padding:10px 0;
}

.event-date {
	color:#785f31;
}

.event-title {
	color:#3a301e;
}

/*
 * photo gallery
 */
#gallery {
	list-style:none;
	margin:0;
	padding:0;
}

#gallery li {
	float:left;
	margin:7px;
	height:81px;
}

/*
 * Business Directory
 */

#business-dir-list {
	margin:0;
	padding:0;
	list-style:none;
}

#business-dir-list li h3 {
	margin:15px 0 0 0;
	color:#6B4C2B;
}
 
#business-dir-list li ul {
	margin:0;
	padding:0;
	list-style:none
}

#business-dir-list li ul strong{
	color:#8EB161;
}
/*
 * Images
 */
 
img {
	display:block;
}

.img-shadow {
	/*
  float:left;
  background: url(assets/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 10px !important;
  margin: 10px 10px 0 5px;
  */
  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  margin: -4px 4px 4px -4px;
  padding: 2px;
  }

/*
 * sexy lightbox
 */
#SLB-Wrapper {
	margin:0.5em 0;
	margin:auto;
	font-family:Verdana;
	text-align: left;
	position: absolute;
	}

#SLB-Wrapper #SLB-Background {
	position: absolute;
	left:7px;
	top:7px;
	float:left;
	}

#SLB-Wrapper #SLB-Top {
	background:transparent no-repeat scroll 100% 0;
	height:28px;
	margin:0 0 0 18px;
	}
	
#SLB-Wrapper #SLB-Top img {
	float:right;
	border:0px;
	margin:6px 10px;
	}

#SLB-Wrapper #SLB-Top div {
	background:transparent no-repeat scroll 0 0;
	font-size:0;
	height:28px;
	left:-18px;
	line-height:0;
	position:relative;
	width:18px;
	}

#SLB-Wrapper #SLB-Bottom {
	background:transparent no-repeat scroll 0 43%;
	height:20px;
	margin:0 18px 0 0;
	}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
	background:transparent no-repeat scroll 100% 43%;
	font-size:0;
	height:20px;
	right:-18px;
	line-height:0;
	position:relative;
	width:100%;
	float:right;
	}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
	height:52px;
	}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
	background-position:0 100%;
	}
	
#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
	background-position:100% 100%;
	}

#SLB-Wrapper #SLB-Contenido {
	border-left: 7px solid #000;
	border-right: 7px solid #000;
	}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
	font-size: 11px;
	color: #fff;
	height:30px;
	border-left:0px;
	border-right:0px;
	padding:10px 0px;
	margin:0;
	line-height:11px;
	float:left;
	width:100%;
	}

#SLB-Wrapper #SLB-Navegador img{
	border:0px;
	}

#SLB-Wrapper #SLB-Navegador strong{
	display: block;
	}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
	float: left;
	margin: 0 10px 0 0;
	}
	
#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
	float: right;
	margin: 0 0 0 10px;
	position:relative;
	right:17px;
	}
 
.bylaw td {
	border-bottom: 1px solid #000;
}

/* Calendar
 */
 
#calendar {
	background:#87B35C;
	padding:8px;
}

.calendar, .ui-datepicker-calendar {
	text-align:center;
	width:100%;
	border:0
}

.ui-datepicker-calendar td {
	border-top:1px solid #83714B;
	border-right:1px solid #83714B;
	background:#fff;
	height:100px;
	vertical-align:top;
	text-align:left;
	padding:4px 8px;
}

.ui-datepicker-calendar td a {
	display:block;
	text-decoration:none;
}

td a:hover {
	text-decoration:underline;
}

.ui-datepicker-unselectable {
	border-top:1px solid #83714B;
	border-right:1px solid #83714B;
}

.ui-datepicker-prev {
	float:left;
	background:url(assets/images/ui-datepicker-prev.gif) no-repeat left #316D2E;
	display:block;
	position:relative;
	left:15px;
	top:5px;
	padding:0 0 0 15px;
	cursor:pointer;
	color:#fff;
}

.ui-datepicker-next {
	float:right;
	background:url(assets/images/ui-datepicker-next.gif) no-repeat right #316D2E;
	display:block;
	position:relative;
	left:-15px;
	top:5px;
	padding:0 15px 0 0;
	cursor:pointer;
	color:#fff;
}

.ui-state-disabled {
	opacity:0.8;
}

.ui-datepicker-year {
	font-weight:normal;
}

.ui-datepicker-month {
	text-align:center;
}	

.ui-datepicker-title {
	padding:5px;
	background:#316d2e;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.cal-month {
	float:right;
	color:#88bb79;
	position:absolute;
	top:-2px;
	right:0;
}

th {
	font-weight:normal;
	width:100px;
}

.ui-datepicker-week-list {
	padding:5px;
	height:22px;
	background:#87B35C;
	color:#275226;
	text-transform:uppercase;
	font-weight:normal;
}

.ui-datepicker-today, .ui-date-picker-currentday {
	height:100px;
	width:90px;
}

.ui-datepicker-current-day a {
	text-decoration:underline;
	color:#666;
}

.day-item {
	text-align:left;
}

span.day-item ol {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}

.SuggestFramework_List
{
	position:absolute;
	z-index:2;
}

.SuggestFramework_Heading
{
	padding:4px;
	background-color: #fff;
	color: #FFFFFF;
	font-weight: bold;
}

.SuggestFramework_Highlighted
{
	padding:4px;
	background-color: Highlight;
	color: HighlightText;
}

.SuggestFramework_Normal
{
	padding:4px;
	background-color: #fff;
	color: #000000;
	border-bottom:1px solid #ccc;
}

.SuggestFramework_Combo
{
	width: 100%; 
	margin: 0; 
	padding: 0;
}

#querySuggestList {
	position:absolute;
	left:8px;
	top:28px;
	z-index:2;
}
