/* MAIN NAVIGATION */
/* structure */
#container-mainNav {
	width:568px; /* was 372px */
	height:95px;
	
	float: right;
	
}

ul#mainNav  {
	display: block;
	float: right;
	clear: both;
	list-style-type: none;	
	
	margin-top: 16px;

}

ul#mainNav li {
	float: left;
	margin-right: 10px;
}

ul#mainNav li.last { 
	margin-right: 0px;

}

/* typography */
ul#mainNav {
	font-size: 20px;
	font-weight: bold;
}	
	
ul#mainNav li a {
	text-decoration: none;
	color: #08362C;
	
	font-size: 18px;
}

ul#mainNav li a:hover {
	color: #FF6600;
}



/* SECONDARY NAVIGATION */
/* structure */
ul#secondaryNav {
	display: block;
	float: right;
	clear: both;
	list-style-type: none;	
	
	margin-top:8px;

}

ul#secondaryNav li {
	float: left;
	margin-right: 7px;
}

ul#secondaryNav li.last { 
	margin-right: 0px;

}

/* typography */
ul#secondaryNav li {
	font-size: 10px;
	color: #666;
}

ul#secondaryNav li a {
	text-decoration: none;
	color: #08362C;
		
	font-size: 12px;

}

ul#secondaryNav li a:hover {
	color: #FF6600;
}


/* OVERALL BACK BUTTON  */

#back-button {
	float: left;
	margin-top: 48px;
	margin-bottom: 24px;
}


