@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%;
	height: 201px;
	background: url(images/header-bg.png) repeat-x;
	position: relative;
	z-index: 1;
}
#header img {
	margin: 63px 0px 0px -470px;
	border: none;
}
#callto {
	width: 100%;
	height: 360px;
	margin-top: -10px;
	background: url(images/call-to-action.jpg) center no-repeat #fff;
	position: relative;
	z-index: 0;
}
#top {
	width: 100%;
	height: 28px;
	margin-top: -15px;
	background: url(images/content-bg.png) top left repeat-x;
	position: relative;
	z-index: 1;
}
#content {
	width: 100%;
	min-height: 500px; /* This means that the box will look a nice size even with nothing in it */
	background: #002142;
	padding: 10px 0px 40px 0px;
}
#nav {
	background: #002142;
	padding: 0px 0px 0px 20px;
	height: 40px;
	list-style: none;
	font-family: "arial rounded mt bold", arial, "lucida console", sans-serif;
	width: 876px;
}
#nav ul {
	margin: 0 auto;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding:0px 30px 0px 0px;
}
#nav a {
	display: block;
	line-height: 30px;
	margin: 0;
	padding: 10px 20px;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	background: #none;
}
#nav a:hover {
	text-decoration: none;
	background: #66789c;
}
.current {
	background: #66789c;
}
#columns {
	list-style: none;
	width: 890px;
	padding-top: 30px;
}
#columns ul {
	margin: 0 auto;
	padding: 0;
}
#columns li {
	display: inline-block;
	text-align: center;
	width: 280px;
	vertical-align: top;
}
#columns p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	padding: 0px 10px;
}
#columns img {
	border: none;
}
.global {
	padding: 0px 10px;
}
.fast {
	padding: 0px 10px;
}
.twitter {
	width: 290px;
}
#footer {
	background: url(images/footer-bg.png) repeat-x left top #ccc;
	width: 100%;
	min-height: 100px;
	margin-top: -16px;
}
#footer p {
	width: 890px;
	background: url(images/footer-logo.png) no-repeat bottom right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding-top: 50px;
}