﻿html, body, form {
	padding: 0;
	margin: 0;
}

img { border: 0; }

a {	text-decoration: none; }

a, a:visited, a:active, a:hover { color: #5CAC2C; }

a:hover { text-decoration: underline; }

.nofont { font-size: 0; }

.required { color: #F00; }

.small { font-size: 10px; }

body {
	background-color: #FBFBFB;
	position: relative;
}

body, th, td, input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
}

body, th, td {
	color: #6E6E6E;
}

input, textarea, select {
	color: #000;
	border-width: 1px;
}

#page {
	margin: 0 auto;
	width: 780px;
	background-image: url(images/pagebg.gif);
}

#pageInside {
	padding: 0 15px;
}

#footerPartners {
	background-image: url(images/partnersbg.gif);
	background-repeat: repeat-x;
	height: 46px;
	position: relative;
	font-size: 0;
}

#footerPartners #partnersLeft,
#footerPartners #partnersRight {
	position: absolute;
	top: 0;
}

#footerPartners #partnersLeft { left: 0; }
#footerPartners #partnersRight { right: 0; }

#footerPartners .partnerImage {
	padding-left: 15px;
}

#headerContainer {
	height: 105px;
	position: relative;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
}

#headerContainer #logo {
	position: absolute;
	top: 0;
	left: 14px;
}

#headerContainer #phone {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#headerContainer #nav {
	position: absolute;
	top: 15px;
	right: 15px;
}

#navContainer {
	height: 32px;
	font-size: 0;
}

#footerText {
	padding: 5px 0;
	position: relative;
	font-size: 10px;
	width: 100%;
}

#footerText, #footerText a, #footerText a:visited {
	color: #929292;
}

#footerTextRight {
	position: absolute;
	top: 5px;
	right: 0;
}

#midsectionContainer { padding-bottom: 5px; }

#subNavContainer {
	width: 190px;
	float: left;
	background-image: url(images/subnavbg.jpg);
	background-repeat: no-repeat;
	min-height: 277px;
	height: auto !important;
	height: 277px;
}

#subNavContainer #subNavInside {
	padding: 10px;
}

#contentContainer {
	margin-left: 5px;
	width: 555px;
	float: left;
}

#midsectionContainer #midsectionCloser { clear: both; }

#subNavContainer #newsList .newsItem {
	margin-top: 1em;
}

.scrollingNewsList {
	height: 236px;
	overflow-y: scroll;
}

#subNavContainer #newsList .newsItem .newsHeading {
	font-weight: bold;
}

#subNavContainer #newsList .newsItem .newsLink {
	font-weight: bold;
}

.copyContainer {
	padding: 10px 5px 0 5px;
}

.copyContainer .copyHeadingImage {
	font-size: 0;
}

.copyContainer .copyHeading {
	font-family: Century Gothic;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
}

.copyContainer .copyBody {
	padding: 5px 0;
}

.copyBody h1, .copyBody h2, .copyBody h3, .copyBody h4, .copyBody h5, .copyBody h6 {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Century Gothic;
	font-size: 10pt;
	font-weight: bold;
}

.copyImageList td {
	font-size: 0;
}

.copyImageListFooter {
	font-size: 10px;
	text-align: center;
	margin: 0 0 4px 0;
	color: #929292;
}

#copyList .copyHeading {
	font-weight: normal;
}

.formElement {
	margin-bottom: 4px;
}

.formElement .elementHeading {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 10px;
	float: left;
	clear: both;
	width: 120px;
	margin-right: 4px;
	margin-top: 6px;
	text-align: right;
}

.formElement .elementInput {
	float: left;
	margin-top: 4px;
}

.formSubmit {
	clear: both;
	margin-left: 124px;
	padding-top: 4px;
}

.protoformHighlight
{
	background-color: #FFE0E0;
	border-color: red;
}

.protoformMessage
{
	color: red;
}

.listitem
{
	padding-left: 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
