@import '/css/lib/reset.css';
@import '/css/lib/typography.css';
@import '/css/lib/grid.css';
@import '/css/lib/forms.css';
@import '/css/lib/buttons.css';


body {
	background: url(/images/bg2.gif) repeat;
	color:#aaaaaa;
}

	a {
		color:#CC0033;
		font-weight:bold;
	}

	a:hover {
		color:white;
	}

	em {
		padding:1px;
		background:none;
		color:white;
	}

	strong {
		font-weight:bold;
		color:#cccccc;
		font-size:1.1em;
	}

#header {
	width: 950px;
	margin: 0 auto;
	height:75px;
	background:url(/images/logo.png) no-repeat;
	position:relative;
	z-index:100;
}

	#header h1 {
		display:none;
	}
	
	a.home_link {
		width:500px;
		height:90px;
		border:1px solid green;
	}

.top_nav {

	float:right;
	text-align:right;
	font-size:1.3em;
}

	.top_nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.top_nav li {
		float: left;
		display: inline;
	}
	
	.top_nav a {
		height: 75px;
		width: 100px;
		line-height:120px;
		margin:0;
		margin-right:5px;
		float: left;
		display: block;
		color:black;
		background:url(/images/tab.png) right no-repeat;
		border-left:1px solid #777777;
		border-right:1px solid #777777;
		font-weight:bold;
		text-decoration: none;
		text-align: center;
	}

	.top_nav a:hover {
		color:white;
		background:url(/images/tab.png) left no-repeat;
	}

	.top_nav a.active {
		border-bottom:1px solid #8C1C1C;
		color:white;
		background:url(/images/tab.png) left no-repeat;
	}

#splash {
	width: 950px;
	margin: 0 auto;
	height:350px;
	background:#8C1C1C;
	border:1px solid #777777;
	border-bottom:1px solid white;
	background:url(/images/splash.png);
}

	.splash_image {
		height:230px;
		padding-top:30px;
	}

	.splash_tagline {
		margin:0 35px 0 35px;
	}

		#splash_small {
			width: 950px;
			margin: 0 auto;
			height:75px;
			padding-top:5px;
			background:#8C1C1C;
			border:1px solid #777777;
			border-bottom:0;
			background:url(/images/splash.png);
			font-size:.8em;
		}

.container {
	background:#303030;
	border:1px solid #777777;
	border-top:0;
	border-bottom:0;
}

	ul.pdf {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	a.pdf {
		background:url(/images/pdf.gif) no-repeat;
		padding-left:25px;
	}

	h3.indent {
		margin-left:-10px;
	}

	.faq {
		color:#CC0033;
		font-weight:bold;
		font-size:1.3em;
		padding-right:5px;
	}

#footer {
	width: 950px;
	margin: 0 auto;
	margin-bottom:20px;
	height:25px;
	background:url(/images/footer.png) repeat-x;
	border:1px solid #777777;
	border-top:0;
}

#footer p {
	color:#dddddd;
	text-align:left;
	padding-left:10px;
	line-height:25px;
	font-size:.8em;
}

caption h2 {background:#A9A7A8;padding-left:5px;}