﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #909B68;
	text-align: center;
	margin-top: 5px;
}
body p {
	text-align: center;
	margin-top: 5px;
}
body a {
	font-size: 10pt;
}
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 15px 20px 10px 20px;
	border: 10px #666633 solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: white;
}
#masthead {
	text-align: center;
	width: 350px;
	padding-top: 0px;
	border-bottom: 0px solid #C7223F;
}
#navigation {
	float: right;
	width: 450px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-right: 0px solid #E5E7EC;
	text-align: left;
}
#slideshow {
	float: right;
	width: 500px;
	height: 300px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-right: 0px solid #E5E7EC;
	text-align: left;
}
#content {
	background: #D8DDC7;
	float: left;
	width: 350px;
	padding: 10px 10px 0px 10px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px white solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#quote {
	float: right;
	width: 150px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid black;
}
#footer {
	text-align: center;
	clear: both;
	margin-left: 0px;
	width: 700px;
	border: 0px solid #E5E7EC;
}
#footer {
	text-align: center;
	clear: both;
	margin-left: 0px;
	width: 850px;
	border: 0px solid #E5E7EC;
	height: 10px;
}
a {
	font-size: 12pt;
	color: #0066DD;
}
a:hover {
	color: red;
	font-size: 12pt;
	text-align: center;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.styleright {
	text-align: right;
	font-style: italic;
}
hr {
	color: #C7223F;
	height: 3px;
	background-color: #C7223F;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#email-form {
	width: 225px;
	float: left;
	text-align: center;
	color: #666633;
	font-size: 9pt;
	font-weight:bold;
}
#email-form p {
	font-size: 10pt;
}
form {
	margin: 0px;
	float: left;
}
#right {
	float: right;
	width: 210px;
	border-left-color: #666633;
	border-left-style: solid;
	border-left-width: 2px;
}
#right p {
	margin: 0px;
	font-size: 10pt;
}
#right h4 {
	margin: 0px;
	font-size: 12pt;
	color: #666633;
	text-align: center;
}

/*  ---------------------------------------------- Newsletter Signup */
span.label, span.spacer, span.multiple span {
	width: 180px;
	float: left;
}
span.multiple {
	float: left;
}
span.button {
	padding: 0px;
	border: 0px;
	margin-top: 5px;
}
div.clear {
	clear: both;
	padding-top: 5px;
}
input {
	text-align: left;
	margin-top: 5px;
	color: #666633;
	font-weight: bold;
}
/*  ---------------------------------------------- Masthead Styles */
#masthead h1 {
	color: black;
	font-size: 40pt;
	text-align: left;
	letter-spacing: 5px;
	margin: 0px 0px 5px 0px;
}
#masthead h2 {
	color: black;
	font-size: 18pt;
	text-align: left;
	margin: 10px 0px 15px 0px;
}
#masthead h3 {
	color: #402640;
}
/*  ---------------------------------------------- Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0px;
	border: 1px solid #C7223F;
	text-align: left;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px dotted #880028;
	background-color: #880028;
	text-align: left;
	font-size: 10px;
}
#navigation a {
	color: #0066DD;
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid white;
	background-color: #FFFFFF;
	text-align: center;
}
#navigation a:hover {
	color: red;
	text-decoration: none;
	background-color: white;
	border-bottom: 1px solid white;
	text-align: center;
}
#navigation img {
	border: 0px solid black;
	margin: 0px 0px 0px 0px;
}
#navigation p {
	font-size: 11pt;
	margin-right: 0px;
	margin-left: 010px;
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: center;
}
#navigation h1 {
	text-align: center;
	font-size: 12pt;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #666633;
}
#navigation h2 {
	text-align: center;
	font-size: 10pt;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#navigation h3 {
	text-align: center;
	font-size: 18pt;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*  ---------------------------------------------- Content Styles */
#content h1, h2, h3, h4, h5, h6 {
	color: black;
}
#content ul {
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
#content li {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #242527;
	margin-left: 7px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	list-style-type: none;
	background-image: url('tick.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-variant: normal;
}
#content p {
	margin: 7px 7px 7px 7px;
	color: black;
	font-size: 12pt;
	text-align: center;
}
#content a {
	margin: 7px 10px 7px 10px;
	font-size: 12pt;
	text-align: center;
}
#content .right {
	float: right;
	margin: 15px 10px 15px 0px;
	color: #C7223F;
	width: 500px;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	font-style: italic;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	color: #666633;
	font-size: 18pt;
	text-align: center;
}
#content h2 {
	margin: 0px 0px 5px 0px;
	color: #666633;
	font-size: 14pt;
	text-align: center;
}
#content h2 span {
	margin: 0px 0px 15px 0px;
	color: black;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}
#content h3 {
	font-size: 14pt;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #C7223F;
	font-variant: small-caps;
}
#content h3 span {
	font-size: 11pt;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #C7223F;
	font-variant: normal;
}
#content .quote {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 15px 5px 0px;
	color: black;
	font-size: 9pt;
	text-align: left;
}
#content .quote-name {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 15px 15px 0px;
	font-weight: bold;
	color: black;
	font-size: 9.5pt;
	text-align: left;
}
/* ---------------------------------------------- quote Styles */
#quote p {
	margin: 5px 0px 5px 0px;
	color: #880028;
	font-size: 9pt;
	text-align: center;
}
/*  ---------------------------------------------- Footer Styles */
#footer p {
	color: #C7223F;
}
#footer a {
	color: black;
	font-size: 9pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #C7223F;
	text-decoration: underline;
}

