/* ---- Main Navigation --- */
#header {
    height: 225px;
    margin: 0 auto;
    width: 1070px;
    position: relative;
    background: url("/images/_pages/_global/content_top.jpg") no-repeat scroll 0 0 transparent;
}
#shareBtns {
    background: url("/images/_pages/_global/likeholder.png") no-repeat scroll 0 0 transparent;
    margin: 15px 0 0 30px;
    padding: 6px 0 0 10px;
    width: 264px;
}
#header .registerBox { margin-top: 40px;}

#logo {
    background: no-repeat scroll center top transparent;
    display: block;
    float: left;
    margin: -21px 0 0 20px;
}

a.register { background:url(/images/_pages/_global/Become_a_member.png) 0 0 no-repeat; width: 202px; height: 36px; display: block; margin: 0 0 5px; text-indent: -999em;}
a.register:hover { background-position: 0 -36px;}










/* 
Here is the old CSS nav code, use this when we have nav slices
menu: 43 [ 89 , 93 , 110 , 96 , 116 , 104 , 94 , 124 , 91 ]
home   news events video photos riders store contact press */
#innerNavigation {
    height: 70px;
    margin:  0;
}

#innerNavigation ul {
	list-style-type: none;
	margin:0;
	padding:0;
	display: block;
	margin: 11px auto;
	width: 925px; 
	height: 29px;
}

#innerNavigation ul li{
	float:left;
}

#innerNavigation ul li a {
	text-indent: -999em;
    display: block;
    height: 29px;
    background-image: url(/images/_pages/_global/main_nav.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
	
}



#innerNavigation li.news a {
	 background-position: 0 0;
	 width:76px;
}
#innerNavigation li.news a:hover, #innerNavigation li.news a.current {
	 background-position: 0 -29px;
}

#innerNavigation li.about a {
	 background-position: -76px 0;
	 width:116px;
}
#innerNavigation li.about a:hover, #innerNavigation li.about a.current {
	 background-position: -76px -29px;
}

#innerNavigation li.programs a {
	 background-position: -192px 0;
	 width:172px;
}
#innerNavigation li.programs a:hover, #innerNavigation li.programs a.current {
	 background-position: -192px -29px;
}

#innerNavigation li.schools a {
	 background-position: -364px 0;
	 width:153px;
}
#innerNavigation li.schools a:hover, #innerNavigation li.schools a.current {
	 background-position: -364px -29px;
}

#innerNavigation li.resources a {
	 background-position: -517px 0;
	 width:137px;
}
#innerNavigation li.resources a:hover, #innerNavigation li.resources a.current {
	 background-position: -517px -29px;
}

#innerNavigation li.getinvolved a {
	 background-position: -654px 0;
	 width:154px;
}
#innerNavigation li.getinvolved a:hover, #innerNavigation li.getinvolved a.current {
	 background-position: -654px -29px;
}

#innerNavigation li.store a {
	 background-position: -808px 0;
	 width:117px;
}
#innerNavigation li.store a:hover, #innerNavigation li.store a.current {
	 background-position: -808px -29px;
}



#footerNav {
    margin: 0 auto 10px;
    padding-top: 40px;
    width: 890px;
    }

#footerNav ul {
    display: block;
    height: 25px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 890px;
}

#footerNav ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
#footerNav ul li.last { margin-right: 0;}
#footerNav ul li a {
    display: block;
    font-size: 1.1em;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
}
/*sub navs */
nav#subNav {
    background: url("/images/_pages/_global/lined_subnav.jpg") no-repeat scroll 0 0 transparent;
    border-bottom: 3px solid #006E3A;
    font-size: 14px;
    height: 14px;
    left: auto;
    padding: 14px 0;
    position: static;
    text-align: center;
    top: auto;
    width: auto;
}

nav#subNav ul {
	margin: 0;
	height: 15px;
}
nav#subNav ul li {
	margin: 0;
}
nav#subNav ul li a {
    border-right: 2px solid #39B54A;
    color: #454351;
    display: block;
    font-family: Arial,helvetica,times,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
   
}
nav#subNav ul li a.last {
	border-right: none;
}

nav#subNav a {
    background-color: #FFFFFF;
    border-right: 2px solid #39B54A;
    color: #454351;
    font-family: Arial,helvetica,times,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    padding: 0 10px 0 3px;
    text-align: center;
    text-transform: uppercase;
}

nav#subNav a.last {
	border-right: none;
	padding-right:0;
	margin-right:0;
}

nav#subNav ul li a:hover, nav#subNav ul li a.selected, nav#subNav a:hover, nav#subNav a.selected {
	color: #39B54A;
}
.headerIfEvery { margin: 48px 0 0 50px; }

.bannerMarg {margin-right:10px;}

.cornerLeft {
	-moz-border-radius: 15px 0 0 0px;
	-webkit-border-radius: 15px 0 0 0px;
	-khtml-border-radius: 15px 0 0 0px;
	border-radius: 15px 0 0 0px;
}

.cornerRight {
	-moz-border-radius: 0 15px 0 0px;
	-webkit-border-radius: 0 15px 0 0px;
	-khtml-border-radius: 0 15px 0 0px;
	border-radius: 0 15px 0 0px;
}