/* styles for ladder on fta.org */


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: black;
}

#header {
	margin: 1px 0 20px 0;
	height: 106px; /*102px;*/
	background-color: #030303;  /* black */
	border-top: solid 5px #9aca3c; /* lt green */
	border-bottom: solid 7px #f6b81a; /* lt orange */
}

#headerbox {
	margin-top: -140px;
	height: 106px; 
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	}
	
.headerimage {
	margin-top: 2px;
	margin-left: -15px;
}

#header-navigation {
	margin-top: -29px;
	margin-left: 150px;
	
}

.text-center {
	text-align: center;
}

#header-navigation a:link {
	text-decoration: none;
}

.header-nav-box {
	color: white;
	font-weight: bold;
	font-size: 85%;
	background-color: #f6b81a;
	width: auto;
	margin: 2px;
	padding: 6px 13px;
}

#header-navigation a:hover {
	background-color: #E6A306; /* tab orange */
	text-decoration: none;
}

#footer-fta {
	margin-top: 120px;
	height: 60px;
	width: 100%;
	text-align: center;
	padding-top: 42px;
	background-color: #2a2f33;
	color: white;
	font-size: 11px;
}

.footer-gray {
	color: #8e9397;
}
