@charset "utf-8";
/* Trust-Safe CSS */

*, html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #0099FF;
}

p { margin-bottom: 10px; }

#header, #content-wrapper, #splash, #footer {
	width: 43.75em;
	margin: 0 auto;
}

#header {
	height: 100px;
}

#header h1 {
	float: left;
	background: url(../images/logo-lock.gif) no-repeat bottom left;
	padding: 40px 0 10px 30px;
	font-variant: small-caps;
	font-weight: normal;
}

#header #top-nav ul {
	float: right;
}
#header #top-nav ul li {
	float: left;
	list-style: none;
	margin: 30px 0 0 2em;
	padding-bottom: 5px;
	font-size: 12px;
}

#splash-wrapper {
	height: 256px;
	background: url(../images/splash-bg.png) repeat-x top;
}

#splash {
	color: #fff;
	height: 201px;
	padding-top: 55px;
	background: url(../images/splash-lock.png) no-repeat top right;
}

#splash h2 {
	border-bottom: 1px dashed #fff;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 18em;
}

#splash p {
	width: 25em;
}

#content-wrapper h3 {
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #0099FF;
	width: 85%;
}

#content-wrapper h4 {
	font-size: 12px;
}

#content1, #content2, #content3 {
	width: 32%;
	padding-right: 1%;
	float: left;
}

#footer-wrapper {
	clear: both;
	background: url(../images/footer-bg.png) repeat-x top;
	padding: 75px 0 15px 0;
}

#footer p, #footer a{
	font-size: 12px;
}

#footer-wrapper #footer a#login {
	float: right;
}
