@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Quando|Cabin:400,700,400italic);
body {
	background: url(../images/bg.png) repeat-x;
	color: #444;
	font: 1em Cabin, sans-serif;
	margin: 0;
}
p, ul, ol {
	margin: 0, 0, 1.5em 0;
}
a {
	color: #005b7f;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
#container {
	background: url(../images/content-bg.png) repeat-y right;
	margin: auto;
	width: 960px;
}

/* HEADER STYLES */
header {
	background: url(../images/logo.png) no-repeat;
	height: 82px;
	margin: auto;
	position: relative;
	width: 960px;
}
header nav {
	float: right;
	margin-top: 51px;
}
header nav a {
	background: url(../images/arrow.png) no-repeat left center;
	color: #FFF;
	float: right;
	font: 1em Quando, Georgia, serif;
	margin-right: 20px;
	padding-left: 16px;
	text-decoration: none;
}
header nav a:hover, #facebook:hover {
	color: #005b7f;
}
#facebook {
	background: url(../images/facebook.png) no-repeat right center;
	color: #FFF;
	height: 32px;
	line-height: 32px;
	padding-right: 42px;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 8px;
}

/* FEATURE STYLES */
#feature {
	background: #005b7f;
	height: 395px;
}
#slideshow {
	float: left;
    height:395px;
    position:relative;
	width: 593px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
#tagline {
	color: #FFF;
	float: right;
	font: 1em Quando, Georgia, serif;
	padding: 20px 20px 10px 20px;
	text-align: center;
	width: 327px;
}
#tagline h1 {
	font: 1.5em Quando, Georgia, serif;
	margin-top: 0;
}
#tagline #phonenumber {
	background: url(../images/phone.png) no-repeat left center;
	font-size: 1.5em;
	margin: 0 auto;
	padding-left: 32px;
	width: 220px;
}

/* CONTENT STYLES */
#content {
	float: left;
	padding: 20px 20px 20px 20px;
	width: 553px;
}
#content p, #content ul, #content ol {
	line-height: 1.5em;
}
#content h1, #news h1 {
	color: #005b7f;
	font: 1.5em Quando, Georgia, serif;
	margin-top: 0;
}
#content h2 {
	font: 1.125em Quando, Georgia, serif;
}

/* NEWS STYLES */
#news {
	float: left;
	margin: 10px 20px 20px 20px;
	width: 327px;
}

/* FOOTER STYLES */
footer {
	background: url(../images/bg.png);
	color: #FFF;
	font: 1em Quando, Georgia, serif;
	height: 82px;
	line-height: 82px;
}
footer nav {
	height: 82px;
	margin: auto;
	padding: 0 20px;
	width: 920px;
}
footer nav a {
	background: url(../images/arrow.png) no-repeat left center;
	color: #FFF;
	float: left;
	font: 1em Quando, Georgia, serif;
	height: 82px;
	line-height: 82px;
	margin-right: 20px;
	padding-left: 16px;
	text-decoration: none;
}
footer nav a:hover {
	color: #005b7f;
}

#honeypot {
	display: none;
}
#message {
	height: 100px;
	width: 300px;
}