/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

.nav {
	height:38px;
	    margin: 0 auto;
    max-width: 972px;
    width: 98%;
	background:#FF0000;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;

	border-radius:6px 6px 0 0; 
}
.nav ul {
	padding: 0;
	margin: 0 auto;
/*	width: 600px;*/
	height: 38px;
}
.nav li {
	display: inline;
	float: left;
}
.nav a {
	color: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
/*	text-shadow: 1px 1px 0px #283744;*/
	padding:0 26px; font-size:13px; font-weight:normal;
}
.nav li a {
	border-right: 1px solid #4f4f4f;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.nav li:last-child a {
	border-right: 0;
}
.nav a:hover{
	background:#000;
}
.nav a#pull {
	display: none; font-weight:bold;
}

.activeArrow{ background:url(../images/activeArrow.png) right 6px no-repeat; padding-right:15px!important;}
nav.clearfix{ display:none;}



@media screen and (max-width: 960px) {
	nav.clearfix{ display:block;}
/*.nav a{ padding:0 22px;}*/
.memberLoginLinks{ margin-top:0px;}
.nav { 
  		height: auto; background:#ED1C24;
  	}
  	.nav ul {

		height: auto;
		display:none;
  	}
  	.nav li {
  		display: block;
		float: none;
		width: 100%;
  	}
  	.nav li a {
		border-bottom: 1px solid #e94d53;
		border-right:none; text-indent:0; padding-left:18px;
	}
  	.nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px; padding:0;
  	}
	
	
	.nav a.active{ color:#ffc17e;}
	.leftCMSSubMenu li a.active{ color:#ffc17e!important;}
	.leftCMSSubSubMenu li a.active{ color:#ffc17e!important;}
.leftCMSSubMenu li a{ background:url(../images/small-arrow.png) no-repeat scroll 10px 11px transparent!important; color:#fff!important; padding-left:25px!important; line-height:38px;}
.leftCMSSubSubMenu li a{ background:url(../images/small-arrow.png) no-repeat scroll 20px 11px transparent!important;color:#fff!important;padding-left:35px!important;line-height:38px;}
.leftCMSSubMenu li a:hover{ background:#000!important;}
.leftCMSSubSubMenu li a:hover{ background:#000!important;}	
		.nav a#pull {
		display: block;
		background-color: #ed1c24;
		width: 100%;
		position: relative;
		border-radius:6px;
	}
	.nav a#pull:after {
		content:"";
		background: url(images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.menu{ font-weight:bold;}

.memberLoginLinks{ margin-top:0!important;}
ul.leftCMSSubMenu{ margin-left:5px!important; margin-top:0px!important; background:#c50209;}
ul.leftCMSSubSubMenu{ margin-left:10px!important;margin-top:0px!important; background:#a00000;}
}


@media screen and (max-width: 900px) {

/*.nav a{ padding:0 16px;}*/


}
@media screen and (max-width: 800px) {

/*.nav a{ padding:0 13px;}*/


}


@media screen and (max-width: 780px) {

/*.nav a{ padding:0 10px;}.*/
ul.leftCMSSubMenu li a{ line-height:38px;}

}




/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {
	
	.logo{ float:none; margin:15px auto;}
	.headerTopRight{ float:none; margin:0px auto;}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	.nav {
		border-bottom: 0;
	}
/*	.nav ul {
		display: none;
		height: auto;
	}
	.nav a#pull {
		display: block;
		background-color: #5B5A5A;
		width: 100%;
		position: relative;
	}
	.nav a#pull:after {
		content:"";
		background: url(../images/nav-icon.png) no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}*/
	.footerquick{ width:auto;}
	
	.headerTopRight{ float:right; margin:0px auto;}
	

	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	.nav li {
		display: block;
		float: none;
		width: 100%;
	}
/*	.nav li a {
		border-bottom: 1px solid #4F4F4F;
	}
	.nav{ background:#5B5A5A;}*/
	
}