@charset "utf-8";
/* CSS Document */

* {
	margin: 0 0;
	padding: 0 0;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
}

body {
	background: #e9e9e9;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 5px;
}

h5 {
	margin-bottom: 10px;
}

hr {
	margin-bottom: 20px;
}

fieldset {
	border: none;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

input {
	background: #fefefe url(../img/input-bg.gif) top left repeat-x;
	border: 1px #000 solid;
}

textarea {
	width: 400px;
	height: 75px;
	background: #fefefe url(../img/input-bg.gif) top left repeat-x;
	margin-bottom: 15px;
}

img {
	border: none;
}

*:link, *:link:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 1.0em;
	color: #3399FF;
}

*:link:hover {
	color: #0066FF;
	border-bottom: 1px solid;
}

a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 1.0em;
	color: #3399FF;
}

a:hover {
	color: #0066FF;
	border-bottom: 1px solid;
}

#container {
	margin: 0 auto;
	width: 890px;
	
}

#header {
	float: left;
	background: #050505 url(../img/header-bg.gif) top left no-repeat;
	color: #FFF;
}

#header p {
	width: 520px;
	margin-left: 20px;
}

#nav {
	list-style: none;
	float: left;
	width: 880px;
	background: #bd2325 url(../img/navbg2.gif) top left repeat-x;
}

#nav li {
	float: left;
	margin-left: 20px;
	padding: 10px 20px 10px 0;
	background: url(../img/nav-divider2.gif) top right no-repeat;
}

#nav li.last {
	float: left;
	margin-left: 20px;
	padding: 10px 5px 10px 0;
	background: none;
}

#nav a, #nav a:visited {
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
	border: none;
}

#nav a:hover {
	color: #FFF;
}

#main {
	float: left;
	width: 880px;
	background: url('../img/main-bg.gif') top left repeat-y;
}

#home-main {
	float: left;
	background: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: 540px;
}

#home-main h3 {
	color: #0b518a;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 260px;
	padding: 20px;
	color: #FFF;
}

#sidebar h3 {
	color: #d92e26;
}

#sidebar a {
	float: left;
	margin-bottom: 20px;
	
}

#main-content {
	float: left;
	background: #FFF;
	padding: 20px;
	width: 840px;
}

#main-content h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

#main-content h3 {
	font-size: 1.2em;
	margin-bottom: 20px;
	
	/*change color value below for headlines*/
	
	color: #0b518a;
}

#main-content ol {
	float: left;
	margin-left: 40px;
}

#main-content ul {
	
	margin-left: 40px;
}

#main-content li {
	margin-bottom: 10px;
}


#footer {

	padding: 20px 20px 0 20px;
	float: left;
	background: #292929;
	color: #FFF;
	width: 840px;
}

#contact-form {
	background: #292929;
	padding: 20px;
	color: #FFF;
	width: 500px;
}



.contact-input {
	background: #fefefe url(../img/input-bg.gif) top left repeat-x;
	border: 1px #000 solid;
	margin-bottom: 10px;
}

#current-newsletter {
	width: 450px;
	float: left;
}

#current-newsletter a {
	margin-left: 10px;
	color: #126ac3;
}

#current-newsletter img {
	border: 2px solid #000;
}

#current-newsletter a {
	font-size: 1.4em;
}

#archive {
	float: right;
	width: 390px;
}

#archive a {
	color: #126ac3;
}

#archive h2 {
	color: #d92e26;
}

.right {
	float: right;
}

.left {
	float: left;
}

.logo {
	float: left;
	margin: 40px 0 10px 40px;
	display: inline;
}

.wrapper {
	float: left;
	padding: 0 5px 0 5px;
	background: url(../img/container-bg.gif) top left repeat-y;
}

.footer-wrapper {
	float: left;
	margin-top: 20px;
	padding: 0 5px 0 5px;
	background: url(../img/container-bg.gif) top left repeat-y;
}

.splash {
	float: right;
	margin-top: 0px;
	display: inline;
}

.submit {
	border: #5d5d5d 1px solid;
	background: #444444 url(../img/submit-bg.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

.left-photo {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: 1px #292929 solid;
	background: #333333;
	margin-bottom: 10px;
}

.right-photo {
	float: right;
	margin-left: 20px;
	padding: 5px;
	border: 1px #292929 solid;
	background: #333333;
	margin-bottom: 10px;
}

.accent {
	color: #f09213;
	font-weight: bold;
}

.quotes {
	
}

.testimonial {
	float: left;
	width: 460px;
	padding: 0 25px 0 25px;
	background: url(../img/open-quote2.gif) top left no-repeat;
}

.attribution {
	font-weight: bold;
	color: #0b518a;
	background: url(../img/end-quote2.gif) bottom right no-repeat;
	padding-right: 30px;
}

.endcap {
	float: left;
	margin: 0 0;
	padding: 0 0;
	width: 890px;
	background: url(../img/endcap.png) top left no-repeat;
	height: 10px;
	/*margin-left: 5px;*/
}

.active {
	color: #FFF;
	font-size: 1.2em;
}

.footer-text {
	font-size: .8em;
	font-weight: bold;
}

.open {
	color: #3399FF;
}

.closed {
	color: #666666;
}

.classes {
	font-weight: 1.2em;
	margin-bottom: 0px;
	font-weight: bold;
}