﻿/* Colors
	f5873c - orange x from logo
	330000 - dark burgandy background
*/


/* global */

	html, body, div, span, th, td, p, a { font-family: Arial; font-size: 10px; line-height: 1.2em; }
	body { background: #330000; color: #000000; text-align: center; }
	a { text-decoration: none; }
	
/* homepage */

	#homepage { position: relative; width: 960px; height: 406px; margin: 47px auto 0 auto; background: url(Images/Homepage/Background.jpg) no-repeat; text-align: left; }
	#homepage #nav { position: absolute; top: 60px; left: 50px; list-style: none; }
	#homepage #nav a { display: block; width: 150px; height: 33px; margin: 0 0 2px 0; background: url(Images/Homepage/NavButton.png) no-repeat; text-align: center; line-height: 2.5em; font-size: 1.3em; font-weight: bold; color: #fae8da; }
	#homepage #nav a:hover { background-position: -150px 0; }

	#homepage #logo {
	position: absolute;
	top: 66px;
	left: 251px;
	width: 230px;
	height: 67px;
}
	
	#homepage #news {
	position: absolute;
	top: 284px;
	left: 253px;
	width: 1010px;
	height: 73px;
}

	#homepage #intro {
	position: absolute;
	top: 132px;
	left: 250px;
	width: 630px;
}
	#homepage #intro h1 { margin: 0 0 1em 0; font-weight: bold; font-size: 2.5em; letter-spacing: -0.06em; color: #fcd1b1; }
	#homepage #intro h1 sup { font-size: 0.3em; }
	#homepage #intro p { font-weight: bold; font-size: 1.3em; line-height: 1.6em; color: #fae8da; }
	
	#homepage #address { position: absolute; top: 339px; left: 335px; font-weight: bold; font-size: 1.1em; color: #fae8da; }
	
	
/* news ticker */

	.tickercontainer { width: 600px; height: 27px; margin: 0; padding: 0; overflow: hidden; }
	.tickercontainer .mask { }
	ul.newsticker { position: relative; left: 600px; list-style-type: none; margin: 0; padding: 0; }
	ul.newsticker li { float: left; margin: 0 50px 0 0; padding: 0; color: #ffffff; }
	ul.newsticker a { white-space: nowrap; color: #ffffff; font-size: 1.2em; }
	ul.newsticker span { margin: 0 10px 0 0; color: #f5873c; } 
