body {
	font-size:			9pt;
}

h1 {
	margin-bottom:		5px;
}

#header ul.checks {
	float:				right;
	clear:				right;
	text-align:			left;
	list-style:			none;
}

#header ul.checks li {
	padding:			2px 0 2px 15px;
	background:			url(img/checkmark-red.jpg) center left no-repeat;
}

#splash-main {
	background:			url(img/splash-back.jpg) bottom right no-repeat;
	height:				480px;
}

#splash-main h1 {
	padding-left:		48px;
}

#splash-main #news {
	padding-left:		48px;
	padding-right:		240px;
	height:				75px;
}

#splash-main #news p {
	padding:			0;
	margin:				0;
}

#splash-main .redbar {
	padding-top:		20px;
	padding-left:		48px;
	font-family:		Arial Narrow, sans-serif;
	color:				#FFF;
	font-weight:		bold;
}

#splash-main .redbar .num {
	font-size:			50pt;
	cursor:				pointer;
}

#splash-main .redbar .cap {
	font-size:			20pt;
	text-transform:		uppercase;
	cursor:				pointer;
}

#splash-main .redbar .cap .mail {
	padding:			48px 49px 0 0;
	background:			url(img/splash-icon-mail.jpg) bottom right no-repeat;
}

#splash-main .footer {
	clear:				both;
	padding:			65px 0  0 20px;
}

#splash-nav ul {
	padding:			0;
	margin:				0;
	list-style:			none;
}

#splash-nav ul li {
	display:			inline;
	border-left:		1px solid #000;
}

#splash-nav ul li.first {
	border-left:		none;
}

#splash-nav ul li a {
	padding:			0 1px 0 8px;
	color:				#000;
	text-decoration:	none;
	text-transform:		lowercase;
}

#splash-nav ul li a:hover {
	color:				#CD2128;
}

#splash-copyright {
	color:				#646464;
	padding-top:		140px;
	float:				left;
	font-size:			8pt;
}

#splash-privacy {
	color:				#646464;
	padding-top:		140px;
	padding-left:		80px;
	float:				left;
	font-size:			8pt;
}

#splash-privacy a {
	color:				#646464;
}

#splash-privacy a:hover {
	text-decoration:	underline;
}




