@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 /* -------------------- site container --------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	width: 973px;
	background-image: url(../images/sides_bg.png);
	background-repeat: repeat-y;
}
/* -------------------- link formatting --------------------*/
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663399;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	color: #0000CC;
}
a.sidelink {
	color: #565215;
	text-decoration: none;
}
a.sidelink:visited {
	text-decoration: none;
	color: #565215;
}
a.sidelink:hover {
	text-decoration: none;
	color: #565215;
}
a.sidelink:active {
	text-decoration: none;
	color: #565215;
}
a.brochurelink {
	color: #0099FF;
	text-decoration: underline;
}
a.brochurelink:visited {
	text-decoration: underline;
	color: #0099FF;
}
a.brochurelink:hover {
	text-decoration: none;
	color: #0099FF;
}
a.brochurelink:active {
	text-decoration: underline;
	color: #0099FF;
}
#sidebar .activelink {
	background-color: #b9b571;
}
#sidebar .activelink_nounderline {
	background-color: #b9b571;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/* -------------------- list formatting --------------------*/
}
#main ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#main li {
	list-style-type: none;
	padding-bottom: 2px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	font-size: 11px;
	font-weight: bold;
	color: #565215;
	text-transform: uppercase;
	background-color: #dadbb8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 16px;
	margin: 0px;
	list-style-type: none;
}
/* -------------------- main text formatting --------------------*/
p {
	margin-top: 6px;
	margin-bottom: 13px;
}
h1 {
	font-size: 18px;
	color: #820053;
	margin-top: 91px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-right: 45px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
	color: #820053;
}
h4 {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
}
/* -------------------- text class formatting --------------------*/
.bold {
	font-weight: bold;
}
.boldcaps {
	font-weight: bold;
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.indent {
	padding-left: 15px;
}
.aquatext {
	color: #0099FF;
}
.orangetext {
	color: #F37543;
}
.pinktext {
	color: #820053;
}
.blocktext {
	display: block;
	padding-top: 2px;
}
.blog {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.videotitle {
	font-weight: bold;
	margin-bottom: 10px;
	color: #820053;
}
.columnheader {
	text-transform: uppercase;
	font-weight: bold;
	color: #820053;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 20px;
}
.paraheader {
	text-transform: uppercase;
	font-weight: bold;
	color: #820053;
	display: block;
	padding-bottom: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-top: 8px;
}
/* -------------------- header formatting --------------------*/
#header {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	height: 137px;
	text-align: right;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* -------------------- sidebar box formatting --------------------*/
#sidebar {
	float: left;
	width: 165px;
	text-align: center;
	padding-left: 40px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	display: inline;
}
#sidebardiv1 {
	width: 165px;
}
#sidebardiv2 {
	width: 165px;
	margin-bottom: 10px;
}
.topside {
	background-image: url(../images/top_side.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomside {
	background-image: url(../images/botom_side.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topsideactive {
	background-image: url(../images/top_side_active.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #b9b571;
}
.bottomsideactive {
	background-image: url(../images/botom_side_active.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #b9b571;
}
.brochurelink {
	color: #0099FF;
	background-color: #FFFFFF;
	padding-top: 6px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#sidebar .sublinks {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar .sublinkshighlight {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #d6d296;
}
#sidebar .sublinks_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #d6d296;
}
#sidebar  .sublinks_nounderline {
	background-color: #d6d296;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* -------------------- main content box formatting --------------------*/
#main {
	margin-top: 3px;
	width: 685px;
	float: right;
	margin-right: 45px;
	display: inline;
	text-align: left;
}
#newsfeed {
	clear: both;
	float: right;
	width: 300px;
	padding: 10px;
	font-size: 12px;
}
#threecol {
	float: left;
	width: 322px;
	margin-right: 15px;
}
#threecol2 {
	width: 322px;
	float: right;
}
#graybox {
	background-color: #CBCCCC;
}
#greenbox {
	background-color: #DADBB8;
}
#orangebox {
	background-color: #FDEAB9;
}
#bluebox {
	background-color: #D2EBFF;
}
#graybox p, #greenbox p, #orangebox p, #bluebox p {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#graybox h2, #greenbox h2, #orangebox h2, #bluebox h2 {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
#staff2, #staff3 {
	clear: both;
	padding-top: 3px;
}
td.checks {
	vertical-align: top;
	padding-right: 25px;
	padding-bottom: 12px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	white-space: nowrap;
	padding-top: 0px;
}
/* -------------------- form formatting --------------------*/
#formwrap {
}
form {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
fieldset {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	font-size: 18px;
	color: #820053;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
input.text {
	width: 300px;
}
input.text:focus, textarea:focus {
	background-color: #F6F4EE;
}
textarea {
	width: 410px;
}
label.left {
	padding-right: 20px;
	width: 125px;
	float: left;
}
label.top {
	margin-bottom: 5px;
	display: block;
}
.labelbreak {
	display: block;
	margin-bottom: 5px;
	font-style: italic;
	font-size: 11px;
	margin-top: 3px;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
#formwrap table {
	margin-top: -10px;
	margin-bottom: 15px;
}
#formwrap td {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
}
/* -------------------- quote box formatting --------------------*/
#quote {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	padding-right: 45px;
	padding-left: 44px;
	text-align: left;
	height: 100px;
	padding-top: 5px;
	line-height: 20px;
}
#sidebarquote {
	width: 290px;
	float: left;
	margin-right: 175px;
	padding-top: 5px;
}
#quotesmall {
	right: 10px;
	padding-left: 350px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	padding-top: 25px;
	clear: both;
	line-height: 20px;
}
#quotesmall2 {
	right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	padding-top: 15px;
	line-height: 20px;
}
#quotesmall3 {
	right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-top: 50px;
}
#quotesmall2side {
	width: 250px;
	float: left;
	margin-right: 95px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#quotesmall2sidettb {
	width: 300px;
	float: left;
	margin-right: 45px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#quotesmall2side table {
	margin: 0px;
	padding: 0px;
}
#quotesmall2side td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.quotemarks {
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	line-height: 14px;
}
.quotename {
	font-family: Arial, Helvetica, sans-serif;
	color: #820053;
	font-size: 10px;
	text-transform: uppercase;
}
.quoteregtext {
	line-height: 16px;
}
/* -------------------- site border --------------------*/
#border {
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#gradientborder {
	clear: both;
	height: 25px;
}
/* -------------------- site info formatting --------------------*/
#siteinfo {
	text-align: center;
	font-size: 11px;
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	line-height: 2px;
	padding-top: 5px;
	margin: 0px;
}
/* -------------------- image formatting --------------------*/
.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imageleftstaff {
	float: left;
	padding-right: 10px;
	padding-bottom: 25px;
}
