@charset "UTF-8";
/* CSS Document */

html {
	
}

body {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #aaa;
	margin: 0px;
	background-color: #000;
	
}

.backgroundOuter {
 }

.backgroundOuter > img {
    height: 100%;
}

.backgroundInner {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: 	url(./images/headerborder.png),
						url(./images/backgroundleds.png);
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center 400px;
}

.container {
	width: 960px;
	margin: 0 auto;	
}

header {
	padding: 20px 8px 0px 8px;
	height: 40px;
	display: block;
}

header img {
	float: left;
	border: none;
}

header nav {
	display: block;	
	float: right;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

header nav ul {
	list-style: none;
	list-style-type: none;
	padding: 6px 4px 0 0;
	margin: 0;
}

header nav ul li {
	display: inline-block;
}

header nav ul li a, header nav ul li a:hover, header nav ul li a:link {
	text-decoration: none;
}

header nav ul li:nth-child(1) a {
	color: #86ad29;
}

header nav ul li:nth-child(2) a {
	color: #3b6e85;
}

header nav ul li a:hover {
	color: white;	
}

article.content {
	padding: 0;
	margin: 0;
}

article.content aside p {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
	width: 350px;
	float: right;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0 8px 0 0;
}

article.content section.banner {
	clear: both;	
	position: absolute;
	display: block;
	top: 400px;
	height: 250px;
	width: 950px;
}

article.content aside img {
	margin-right: 12px;
	margin-top: 5px;
	float: right;
}

article.content aside p {
	padding: 0;
	margin: 0;
	display: none;
}

article.content section.banner img {
	margin-left: 10px;
	margin-top: 5px;
}

article.content section.banner p {
	padding: 0;
	margin: 0;
    display: none;
}

footer {
	position: absolute;
	top: 670px;	
	width: 944px;
	margin-left: 8px;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}

footer div.links {
	width: 400px;
	height: 32px;
	float: left;
	color: white;
}

footer div.links a {
	color: #3b6e85;
	text-decoration: none;
}

footer div.links a:hover {
	color: white;
}

footer div.links ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0px 0 0 0;	
}

footer div.links ul li {
	display: inline;	
}

footer address {
	width: 400px;
	height: 32px;
	float: right;
	text-align: right;
	color: white;
	font-style: normal;
	display: block;
	margin-right: 7px;
}

footer address ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;	
}

footer address ul li a {
	color: #ea9000;
	text-decoration: none;
}

footer address ul li a:hover {
	color: white;	
}

footer p {
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0px 0 0;
	padding: 0;
	clear: both;
	float: right;
	text-align: right;
    display: none;
}

footer .copyright {
    float: right;
	margin-right: 6px;
}
