/*
Project: Jan Dils
Author: Zach Saunders
 */
body {
	background: #fff url('../images/fade.png') center 115px no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

#container {
	/*min-height: 500px;*/
}

#header {
	height: 115px;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	background: #7d7d7d;
	color: #ccc;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer p {
	font-size: 11px;
	padding: 12px;
	color: #ccc;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.nav a {
	padding: 6px;
	margin-top: 52px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	font-size: 16px;
	text-align: center;
	display: block;
	color: #002f65;
	font-weight: bold;
	text-shadow: 1px 1px #ddd;
	text-decoration: none;
}

.nav a:hover, .nav .active {
	background: #002f65;
	color: #ffffff;
	text-shadow: 1px 1px #00244e;
}

h2 {
	background: #b5121b;
	color: #e6f2da;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

h2 span {
	display: block;
	font-size: 18px;
	padding: 6px;
}

#slideBanner {
	height: 400px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background: #fff;
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	display: none;
	position: relative;
}

.slide {
	height: 400px;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	cursor: pointer;
}

.callouts p {
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 100px;
}

.callouts a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	padding: 6px 0;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: #002f65;
	color: #ffffff;
	text-shadow: 1px 1px #00244e;
}

.callouts .noMark {
	display: inline;
	padding: 0;
	font-size: 12px;
	text-align: left;
	color: #002f65;
	background: none;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}

.lg {
	background: transparent url('../images/logo.png') top left no-repeat;
	height: 79px;
	margin-top: 10px;
	text-indent: -999em;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	color: #002f65;
	padding: 12px 0;
	font-family: 'oswald';
	text-shadow: 1px 1px 1px #ccc;
}

.callouts {
	padding: 12px 0;
}

p {
	font-size: 14px;
	color: #333;
	padding: 12px 0;
	line-height: 18px;
}

ul.norm {
	list-style-position: inside;
	margin-left: 12px;
	font-size: 14px;
	line-height: 18px;
}

/*Banner Styles */
.caption {
	background: #000;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	width: 400px;
	position: absolute;
	top: 150px;
	left: 510px;
	padding: 20px;
}

.caption h3 {
	font-family: 'oswald';
	font-size: 28px;
	color: #fff;
}

.caption p {
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
}

h4 {
	font-size: 22px;
	font-weight: bold;
	color: #002f65;
	padding: 12px 0;
	font-family: 'oswald';
	border-top: 1px dashed #7d7d7d;
	margin-top: 12px;
}

.slideControl {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.controlButton {
	float: left;
	height: 25px;
	width: 25px;
	background: transparent url('../images/slideControl.png') top left no-repeat;
}