/* Navigation Stylesheet */
* {
	margin: 0;
	padding: 0;
}
/* Left Sidebar - nav.php */

#acc h3 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #495871;
}
.nested li {
	font: 12px Verdana, Geneva, sans-serif;
}
#acc {
	width: 190px;
	list-style: none;
}
.nested li {
	border-bottom: 1px solid #E9EAEC;
	padding: 3px 10px;
}
.nested li.last {
	border-bottom: none;
}
#acc h3 {
	border: 1px solid #9ac1c9;
	padding: 6px;
	font-weight: bold;
	margin-top: 5px;
	cursor: pointer;
	background: url('../images/header.gif');
}
#acc h3:hover {
	background: url('../images/header_over.gif');
}
#acc .acc-section {
	overflow: hidden;
	background: #fff;
}
#acc .acc-content {
	border: 1px solid #9ac1c9;
	border-top: none;
	background: #fff;
}
.nested {
	list-style: none;
	color: #033;
}
.nested .acc-selected {
	background: url('../images/header_over.gif');
}
.contactinfo {
	margin: 10px 0 5px 10px;
	list-style: none;
}
.contactinfo li {
	font: 10px "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #4D4D4F;
}
.title {
	font-weight: bold;
}
.lastul {
	margin-bottom: 10px;
}
/* Right Sidebar - asidenav.php */

#icon_table {
	list-style: none;
	background: url('../images/icon_bg.png') no-repeat;
	width: 161px;
	height: 80px;
	padding: 50px 0 0 13px;
}
#icon_table li {
	float: left;
}
/* Icons */

a#twitter, a#facebook, a#myspace, a#calendar, a#linkedin, a#home, a#subscribe, a#contact, a#map {
	height: 30px;
	width: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
a#twitter {
	background: url('../images/icons/twitter.png') no-repeat;
}
a#facebook {
	background: url('../images/icons/facebook.png') no-repeat;
}
a#linkedin {
	background: url('../images/icons/linkdin.png') no-repeat;
}
a#myspace {
	background: url('../images/icons/myspace.png') no-repeat;
}
a#calendar {
	background: url('../images/icons/calendar.png') no-repeat;
}
a#home {
	background: url('../images/icons/home.png') no-repeat;
}
a#subscribe {
	background: url('../images/icons/subscribe.png') no-repeat;
}
a#contact {
	background: url('../images/icons/contact.png') no-repeat;
}
a#map {
	background: url('../images/icons/map.png') no-repeat;
}
a#twitter:hover, a#facebook:hover, a#myspace:hover, a#calendar:hover, a#linkedin:hover, a#home:hover, a#subscribe:hover, a#contact:hover, a#map:hover {
	background-position: center right;
}
/* External Links */

#right_nav {
	background: url('../images/links_bg3.png');
	width: 155px;
	height: auto;
	margin: 0 auto;
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}
a.navlink {
	background-image: url('../images/link_bt.png');
	height: 30px;
	width: 137px;
	display: block;
	margin: 0 0 0 8px;
	text-align: center;
	font: bold 12px "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #FFF;
	padding-top: 8px;
	text-decoration: none;
}
a.navlink:hover {
	background-position: center right;
	color: #E1E1E1;
}

/* Special Link Icons */
li#parade { background: url("../images/icons/wreath-icon.gif") top right no-repeat; }
