@charset "utf-8";
/* CSS Nav */

#nav-cntr {
	position: absolute;
	width: 100%;
	height: 82px;
	top: 0px;
	background: url(../assets/nav-bac.jpg) no-repeat -20px bottom;
}
ul#nav {
	list-style-type: none;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	right: 0px;
	width: 700px;
}
ul#nav li{
	list-style-type: none;
	float: left;
	width: 125px;
	margin-right:1px;
}
ul#nav a{
	padding: 8px;
	font-size: 11px;
	text-decoration: none;
	color: #656565;
	display: block;
	float: left;
}
ul#nav li a#active {
	background: url(../assets/nav-hover.png) repeat-x left bottom;
}


#nav a strong {
	float: left;
	font: lighter 1.9em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	padding-right: 40px;
}

#nav a:hover#active strong {color:#ccc}
#nav a:hover#active span{color:#656565}
#nav a:hover strong {color:#fff}
#nav a:hover span{color:#999}

#nav a span {
	font: 0.9em Arial, Helvetica, sans-serif;
	width: 100px;
}
#nav li#nvabout a strong {
	padding-right: 50px;
}
#nav li#nvhome, #nav li#nvabout, #nav li#nvevents, #nav li#nvgive {
	background: url(../assets/nav-dvdr.jpg) no-repeat right bottom;
}

.second#inner-wrapper #rt-col ul#sec-nav {
	margin: 0px 0px 40px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
.second#inner-wrapper #rt-col ul#sec-nav li{
	border-bottom: 1px solid #d9d9d9;
	list-style: none;
}

.second#inner-wrapper #rt-col ul#sec-nav li a{
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	color: #0F3A55;
	text-decoration: none;
	font-weight: bold;
}
.second#inner-wrapper #rt-col ul#sec-nav li a#active {
	background: #FFFFFF;
	font-weight: lighter;
	color: #999999;
}
