/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

body
{
	background-color: #B8BDC2;
	background-image: url(../images/background.png);
	background-position: top center;
	background-repeat: repeat-y;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	height: 100%;
}

#page
{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */

#header
{
	margin: 0 25px 0 25px;
	height:124px;
	background-color:#008040;
}

#banner {
	float:right;
	width:500px;
	overflow:hidden;
	height:94px;
	background:url(../images/phone_numbers.png) left 20px no-repeat;
}


#content-padding {
	padding:0 10px;
}

#logo_image {
	width:330px;
	height: 90px;
	background:url(../images/logo.png) 0 0 no-repeat;
	float:left;
}


/* CONTENT */

#content
{
	padding-bottom: 150px;
}

#contentMain
{
	display: inline;
	clear: both;
	float: right;
	margin-top: 0;
	margin-right: 41px;
	width: 700px;
}

#contentMain img
{
	padding: 5px;
}


#contentMain ul
{
	margin-left: 40px;
}


#contentMain li
{
	padding: 5px;
}


/* SUBCONTENT */

#contentSub
{
	display: inline;
	float: left;
	width: 220px;
	margin-left: 25px;
}

#contentSub h3 {
	color:#008040;
	font-size:18px;
	font-weight:700;
	padding:0;
	text-indent:10px;
	height:20px;
	line-height:18px;
	border: none;
}

#contentSub h4 {
	color:#008040;
	font-size:14px;
	font-weight:700;
	padding:0;
	text-indent:10px;
	height:16px;
	line-height:14px;
	margin:0;
}

#contentSub ul {
	list-style:none;
	padding-bottom:3px;
	padding-left:25px;
	margin:0;
}

#contentSub ul.menu {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

#contentSub ul.menu a {
	display: block;
	line-height: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#contentSub ul.menu a:hover {
	display: block;
	color: #E20000;
	background-color: #fff;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
	margin-top: -2.4em;
}


/* FOOTER */

#footer
{
	width: 949px;
	margin-left: 25px;
	padding-bottom: 1.5em;
	background-color: #E3E5E7;
	font-size: 85%;
	color: #000;
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: 0 auto;
}

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
	color: #008040;
}

#footer p
{
	margin: 0pt;
}

#navigation {
	float:right;
	clear: right;
	line-height:normal;
	width: 770px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;
	background:url(../images/tab-menu-left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 18px;
}
#navigation a {
	float:left;
	display:block;
	background:url(../images/tab-menu-right.png) no-repeat right top;
	padding:9px 18px 4px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#008040;
	font-size: 16px;
	font-weight: bold;
	border: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation .active {
  background:url(../images/tab-menu-left-active.png) no-repeat left top;
}

#navigation a:hover{
  color: #000;
}
  
#navigation .active a {
  background:url(../images/tab-menu-right-active.png) no-repeat right top;
  color:#000;
}

form {
	margin:0;
	padding:0;
}

p {
	margin-top:10px;
	margin-bottom:15px;
}

h1,h2,h3,h4 {
	padding-bottom:5px;
	margin:10px 0;
	font-weight:400;
	line-height:100%;
}

h1 {
	font-size:200%;
	line-height:100%;
}

h2 {
	font-size:175%;
	line-height:100%;
	color:#95ad2a;
}

h3 {
	font-size:160%;
	color:#008040;
	border-bottom:1px solid #E3E4E3;
}

h4 {
	font-size:120%;
	color:#008040;
	font-weight: bold;
}

a {
	border-bottom:1px solid #E3E4E3;
	text-decoration:none;
	color:#0D2C89;
}

a:hover {
	text-decoration:underline;
}

.align-center {
	text-align:center;
}


.alt {
	display:none;
}

a.readon {
	margin-top: 15px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 100%;
	width: 150px;
	height: 25px;
	text-indent: 6px;
	line-height: 22px;
}

.spacer .block {
	float:left;
}

.spacer.w99 .block {
	width:100%;
}

.spacer.w49 .block {
	width:50%;
}

.spacer.w33 .block {
	width:33.3%;
}

.spacer.w24 .block {
	width:25%;
}

a.nounder {
	text-decoration:none;
	border:0;
	cursor:pointer;
}

a.nounder:hover {
	text-decoration:none;
}

a img.album {
	border-width:2px;
	border-style:solid;
}

.clr {
	clear:both;
}

fieldset {
	border-left:0;
	border-right:0;
}

fieldset.input {
	border:0;
}

a img {
	border:0;
}

img.content-left {
	float:left;
	margin-right:10px;
	padding:5px;
}

img.content-right {
	float:right;
	margin-left:10px;
	padding:5px;
}

#featured {
	margin-top: 4px;
}

#flash_rotator {
	height: 300px;
	text-align: center;
}

fieldset.form {
	border: none;
}
fieldset.form legend {
	font-weight:bold;

}
fieldset.form ul, fieldset li{
	border:0; margin:0; padding:0; list-style:none;
}
fieldset.form li{
	clear:both;
	list-style:none;
	padding:10px;
}

fieldset.form input{
	float:left;
}
fieldset.form label{
	width:140px;
	float:left;
}
fieldset.form label.small{
	width:120px;
	float:left;
}

fieldset.form button{ 
		border:0; margin:0; padding:0;
		clear:both;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
