a:visited {
	color: #C69200;
	text-decoration: none;
}
a:link {
	color: #C69200;
	text-decoration: none;
}
a:hover {
	color: #DFBB72;
	text-decoration: underline;
}


/* NAVIGATION */

#globalNav {
	height: 25px;
	background: #555553;
	margin: 0;
	padding: 5px 45px 0;
	overflow: auto;
}
	#globalNav li { display: inline; }
	#globalNav li a {color: #8fa2a4; text-decoration: none; padding: 0 1em 0 2em;}
	#globalNav li a:hover {color: #abb9bb; text-decoration: none; }

	#globalNav .mainsite { background: url(../images/icon/home.png) no-repeat 5px center; }
	#globalNav .fbologin { background: url(../images/icon/fbologin.png) no-repeat 5px center; float: right;  }


#mainNav { list-style: none; margin: 0; padding: 0; }
	#mainNav li { display: inline; float: left; margin: 0 1.6em 5em 0; width: 300px; }
		#mainNav a { text-decoration: none; padding: 170px 0 0; display:block; }
			#mainNav li a.cmb { background: url(../images/mainnav/cmb.jpg) no-repeat left top; background-size: 100%;}
			#mainNav li a.eagle { background: url(../images/mainnav/eagle.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.earned { background: url(../images/mainnav/earned.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.levelup { background: url(../images/mainnav/levelup.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.club { background: url(../images/mainnav/club.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.local { background: url(../images/mainnav/local.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.star { background: url(../images/mainnav/star.jpg) no-repeat left top; background-size: 100%; }
			#mainNav li a.special { background: url(../images/mainnav/special.jpg) no-repeat left top; background-size: 100%; }

		#mainNav a h3 {	font-size: 2em; color: #DBAD38; line-height: 1.3em; margin: 0 0 .8em; }
		#mainNav a span.button { color:#FFF; background: #DEBC74 url(../images/icon/arrow.png) no-repeat 1em center; padding: .7em 1.5em .7em 2.5em; }
			#mainNav a:hover span.button { background: #d3a84c url(../images/icon/arrow.png) no-repeat 1em center;
}

#suppNav {
	list-style: none;
	margin: 0 100px 0 0;
	padding: 0;
	float: left;
	width: 190px;
}
		#suppNav a { color:#90A2A5; text-decoration: none; display:block; width: 100%; padding: .5em 1em; border-bottom: 1px solid #90A2A5; }
		#suppNav a:hover { background: #DFBB72; color:#FFF; border-bottom: 1px solid #DFBB72;}




#footerNav { list-style: none; padding:0 0; margin: 0 0 2em; }
	#footerNav a { color: #FFF; text-decoration: none; }		
	#footerNav a:hover { color: #FFF; text-decoration: underline; }

/* GUIDE */

#breadcrumb { display: block; color: #FFF; background: #D4C49C; padding: .6em 45px;
}
	#contentPage #breadcrumb { padding: 1em 45px; }
	#breadcrumb a {
	color: #FFF;
	text-decoration: none;
	background: url(../images/icon/arrow-left.png) no-repeat left center;
	padding: .5em 1.5em;
}


ul.guideNav {
	display: none;
}

p.guideNav {
	text-align: right;
	margin: 1em 0px;
}

.paginationNav {
}
.learnmore {}
.more {}


/* LINKS */

.linkFacebook {}

a.more { white-space: nowrap; padding-right: 10px; background: url(../images/icons/morearrow_08c.gif) no-repeat 100% 50%; zoom: 1; }
a.external { white-space: nowrap; padding-right: 15px; background: url(../images/icons/morearrow_08c.gif) no-repeat 100% 49%; zoom: 1; }