/* Navigation styling */
.nav, .navigation {
	position:relative;
	display:inline-block;
	font: 900 0.95em/1.65em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0px 0 0;
}
#logo-scroll {
	display: none;
}
.navigation {
	/*clear: both;*/
	width: 99%;
	z-index: 1;
	margin: 2px auto 2px;
}
.nav {
	float:right;
}
.nav-list {
	/*clear: both;*/
	width: 84%;
	/*float:left;*/
	line-height: 26px;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position: relative;
	z-index: 1;
}
.nav-item:hover {
	z-index: 1000;
}
.nav-item a {
	display:block;
	line-height: 26px;
	padding: 0px 7px 0px;
	color:#fff;
	border-left: 1px solid #b4b0b1;
	border-right: 1px solid #b4b0b1;
	border-bottom: 1px solid #b4b0b1;
	background: transparent url(../pics/design/redfadebar5_26.gif);
	background-repeat: repeat-x;
/*	box-shadow: 0px 0px 2px 1px #FFCC66;*/
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
/*
.nav-item:first-child a {
	border-radius:5px 0 0 5px;
}
.nav-item:last-child a {
	border-radius:0 5px 5px 0;
}
*/
.nav-item a:hover, .nav-item a:active, .nav-item a.dimmed {
	color: #000;
	background: transparent url(../pics/design/redfadebarr5_26.gif);
}
/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
/*	position:absolute;
	top:0px;
	right:4px;*/
	position: absolute;
	top:-1px;
	right:1%;
	float: right;
	background: #d0203a url(img/nav.gif) no-repeat center center;
	height:45px;
	width:47px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.dimmed {
	color: #191970;
	background: transparent;
}
.subnav {
	clear:both;
	font-size:92%;
	line-height:1.4em;
	margin-right:2px;
	margin-top:4px;
	margin-bottom:0px;
}
.subnav a {
	white-space: nowrap;
}
.subnav span.dimmed {
	text-decoration: underline;
}
.subnav p {
	margin: 0px auto 1px;
	text-align: center;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 757px) {
	.nav-mobile {
		display:block;
		/*right:4px;*/
	}
	.nav-list {
		display:none;
	}
	.nav-item a {
	}

/*
	.nav-item:first-child a {
		border-radius:5px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 5px 5px;
	}
	.nav-item a:hover {
		color: #191970;
	background: #96b7ec;
	background: url(/pics/design/menufade4l.jpg);
	}
*/
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	.subnav {
		margin-right:48px;
	}
}
@media screen and (min-width: 460px) {
	.nav-mobile {
		/*top:16px;*/
	}
	.navigation {
	/*	padding:8px auto 0;*/
	}
	.nav-list {
		width: 87%;
	}
}
@media screen and (min-width: 525px) {
	.navigation {
		margin:4px auto 0;
	}
}
@media screen and (min-width: 540px) {
	.nav-list {
		width: 90.5%;
	}
}
@media screen and (min-width: 665px) {
	.navigation {
		margin: 2px auto;
	}
}
/*@media screen and (min-width: 757px) {*/
@media screen and (min-width: 735px) {
	.navigation {
		width:99%;
		margin: 2px auto 2px auto;
		text-align: center;
		padding:0px 0 0;
	}
	.nav-item {
		/*width:100%;*/
		margin: 0px auto;
		text-align: center;
		float:left;
	}
	.nav-list {
		width: 99%;
	}
}
@media screen and (min-width: 840px) {
	.navigation {
		width:98%;
		margin: 2px auto 2px 2.0%;
		text-align: center;
		padding:0px 0 0;
	}
}
@media screen and (min-width: 880px) {
	.navigation {
		width:96%;
		margin: 2px auto 2px 3.5%;
	}
}
@media screen and (min-width: 980px) {
	.navigation {
		width:95%;
		margin: 2px auto 2px 4.5%;
	}
}