/* @group Navigation */
/*------ Navigation ------*/
/*-- 1/27/11 --*/
/*------ Navigation ------*/

#navigation {
	width: 99%;
	margin: 0;
	padding: 0;
}

/*********************/

/* @group Top Nav Horizontal */

#ournav, #ournav ul {
	float: right;
	width: 100%;
	list-style: none;
	line-height: 1.5em;
	background: #39ae7f;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
	border-top: thin solid #00440f;
	border-bottom: thin solid #00440f;
}

#ournav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	text-decoration: none;
	color: white;
	padding: 0.2em .7em;
}

#ournav a:hover, #ournav a:active {
	color: #6b6a4c;
}

#ournav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
}

#ournav li.wide8 {
	width: 8em;
}

#ournav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	margin: 0;
	border: thin solid #00440f;
}

#ournav li ul.iehalf {  /*second-level lists*/
	width: 6em;
}

#ournav li ul.iehalf li {  
	width: 6em;
	padding-right: 0;
}

#ournav li ul.iehalf li ul {  
	margin: -2em 0 0 6em;
	width: 6em;
}

#ournav li li {
	padding-right: .5em;
	width: 11.5em
}

#ournav li ul a {
	width: 10em;
	/*w\idth: 9em;*/
}

#ournav li ul ul {
	margin: -2.1em 0 0 12em;
}

#ournav li:hover ul ul, #ournav li:hover ul ul ul, #ournav li.sfhover ul ul, #ournav li.sfhover ul ul ul {
	left: -999em;
	z-index: 1;
}

#ournav li:hover ul, #ournav li li:hover ul, #ournav li li li:hover ul, #ournav li.sfhover ul, #ournav li li.sfhover ul, #ournav li li li.sfhover ul {
	left: auto;
	z-index: 1;
}

#ournav li:hover, #ournav li.sfhover {
	background: #FFC254;
	color: #6b6a4c;
}

/* Highlighting the current page */

body.home #ournav a#home, body.about #ournav a#about, body.towngov #ournav a#towngov, body.bylaws #ournav a#bylaws, body.permits #ournav a#permits, body.events #ournav a#events, body.history #ournav a#history, body.gallery #ournav a#gallery, body.contact #ournav a#contactc {
	color: #D7D493;
	text-decoration: underline;
}

body.home #ournav a:hover#home,
body.about #ournav a:hover#about, body.bylaws #ournav a:hover#bylaws, body.towngov #ournav a:hover#towngov,
body.permits #ournav a:hover#permits, body.events #ournav a:hover#events, body.history #ournav a:hover#history, body.gallery #ournav a:hover#gallery, body.contact #ournav a:hover#contactc {
	color: #2D356A;
}

/* secondary list ---------- */
#ournav li.secondary {
	float:right;
	color: white;
	background:transparent !important;
}

#ournavli.secondary:hover a {
	color:#fff;
	background:#666;
}

/*#ournav li.secondary span.status span {
	text-transform:capitalize;
}


#ournav li.secondary:hover a:hover {
	background:#555;
}
#ournav li.secondary:hover a:active {background:#444;}

#ournav li.secondary span.status {
	float:left;
	padding:0 1em;
	line-height:2.77em;
	height:2.77em;
  font-size:0.9em;
}

#ournav li.secondary span.status a {
	float:none;
	display:inline;
	padding:0;
	height:auto;
	line-height:auto;
	color:#cde;
	background:transparent;
}
*/


/* @end Top Nav */
/***********************/
/* @group Column Nav */
/* column nav links */
/* colnavs ---------- */

ul.colnav {
	list-style: none;
	border-top: 1px solid #bbb;
	margin: 0;
}

ul.colnav li {
	margin-left: -.5em;
}

ul.colnav li a {
	display: block;
	/*color: #2C3B00;*/
	border-bottom: 1px solid #ccc;
	padding: .2em 0;
	margin: 0;
}

/*ul.colnav li a:hover {
	background: #eee;
}

ul.colnav li a:active {
	background: #ccc;
}*/

/*-- end column nav links --*/
/* @end Column Nav */
/***************************/
/* @group Footer Stuff */

#footer {
	clear: both;
	width: 100%;
	font-size: .9em;
	background-color: #bf9d5f;
	border-top: medium solid #444A18;
	border-right: thin solid #444A18;
	border-left: thin solid #444A18;
	margin: 0 auto;
	text-align: center;
}

#footer p {
	font-size: .9em;
	margin: .5em auto 0;
}

#footer p a:link, a:visited {
	/*color: #fff;*/
	text-decoration: none;
}

#footer p a:hover, a:active {
	background: #39ae7f;
	color: silver;
}

.info {
	width: 85%;
	margin: 0 5em;
}

.leftf {
	float: left;
	width: 70%;
	text-align: left;
}

.rightf {
	float: right;
	width: 28%;
	text-align: center;
}

/* @group Site Map Style Footer */

/*-- Styles for smfooter --*/

#footer .logos {
	clear: both;
	width: 99%;
	margin: 0 auto 2em;
}

#footer .logos div {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

#sitemap {
	clear: both;
	text-align: center;
	width: 100%;
}

#sitemap .grid_3 {
	width: 14%;
	margin: 0 .03% 0 .2%;
	padding: 0;
	/*border: thin dotted silver;*/
}

#sitemap .box {
	color: #ccc;
	background: #bf9d5f;
	margin-bottom: 1em;
}

#sitemap .box h2 {
	font-size: 100%;
	padding: .2em .1em;
	margin: 0;
}

#sitemap p {
	font-size: .9em;
	margin: .5em auto 0;
}

#sitemap a {
	color: #fff;
	text-decoration: none;
}

#sitemap a:hover {
	color: silver;
}

#sitemap li {
	list-style: none;
	font-size: .8em;
	padding: .2em;
	/*border: thin dashed fuchsia;*/
}

#sitemap li a {
	text-align: left;
	font-variant: small-caps;
	text-decoration: none;
}

/*-#sitemap li.main a:hover {
	color: #392e5c;
}*/

#sitemap li.main ul {
	margin: 0;
	padding: 0;
}

#sitemap li.main ul a {
	text-decoration: none;
	border-bottom: none;
	display: block;
	float: left;
	font-variant: normal;
}

/* @end Site Map Style Footer */
/*****************************/
/* @group Site Info */

/* site information ---------- */

#site_info {
	text-align: center;
	width: 100%;
	margin: 0;
}

#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom: 1em;
}
#site_info p {
	margin: 0;
	padding: 0;
}

#site_info a {
	color:#fff;
	text-decoration: none;
}

#site_info a:hover {
	color:#000;
}

/* @end Site Info */

/* @end Footer Stuff*/
/* @end Navigation */


