html, body
{
	height: 100%;
	min-height:100%;
	font-family: arial;
	text-align: center;
	font-size: 12px;
	color:#000000;
}

body
{
	background: #47aa40;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-x;
	font-family: arial;
	text-align: center;
	font-size: 12px;
	color:#000000;
	margin-top:0px;
}

img
{
	border: 0px;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover 
{
	color: #007bc1;
	text-decoration: underline;
}

a:active 
{
	color: #007bc1;
	text-decoration: none;
}
#wrapper
{
	position: relative;
	width:800px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	/*border: 1px solid blue;*/
	text-align: left;
}
#main a {color: #007bc1;}

.eventItem {display: block; margin-top: 15px; font-size: 12px;}
.eventItem h1 {font-size: 12px; font-weight:normal; color:#000000; text-decoration:none;}
.eventItem h1:hover {color:#007bc1; font-weight:normal; text-decoration:underline;}


p.margin
{
    margin: 5px 0px 5px 0px
}

#header
{	
	float: left;
	overflow: hidden;
	width:100%;
	min-height:195px;
	height:auto !important;
	height:195px;
	/*border: 1px solid pink;*/
}

.logo
{
	float: right;
	overflow: hidden;
	width: 342px;
	height: 133px;
	/*border: 1px solid red;*/
}

.banner
{
	float: left;
	overflow: hidden;
	width: 400px;
	min-height: 133px;
	height: auto !important;
	height:133px;
	float: left;
	/*border: 3px solid #007bc1;*/
}

#menu
{
	float: left;
	overflow: hidden;
	width:100%;
	min-height:25px;
	height:auto !important;
	height:25px;
	margin-top:16px;
	/*border: 1px solid red;*/
}

.menu-text
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	margin: 5px 0 0 0;
	color: #FFFFFF;
}
#menu a
{
    margin-left:15px;
    margin-right:15px;
}

#main
{
	float: left;
	overflow: hidden;
	background: #FFFFFF;
	width:100%;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom:200px;
}

#main-top
{
    background:transparent url(images/content_hdr.jpg) 0 0 no-repeat;
    height:17px;
    width:800px;
    display:block;
    float:left;
}

#main-bottom
{
    background:url(images/content_ftr.jpg) no-repeat;
    height:17px;
    width:800px;
    overflow:hidden;
    display:block;
    float:left;
}

.main-text-nav
{
	float: left;
	margin: 0 3px 0 18px;
	padding:3px;
	width: 125px;
	/*border: 1px solid red;*/
}

.main-text-nav a ul li 
{
    color: #007bc1;
    font-size:12px;
}

.main-text-nav a:hover 
{
    text-decoration:underline;
}

.main-text-nav ul
{
	list-style: none;
	float:left;
}

.main-text-nav ul li
{
	line-height: 150%;
	margin:0px 0px 10px -35px;
}


.main-text-column
{
	float: left;
	margin-left: 20px;
	width: 585px;
	padding: 10px;
	overflow:hidden;
	/*border: 1px solid pink;*/
}

.main-textHome
{
	float: left;
	/*margin: 10px;*/
	padding:2px;
	width: 350px;
	/*border: 1px solid orange;*/
	font-size: small;
	color: #009900;
	font-family: Arial;
}

.main-text-rt
{
	float: left;
	padding:2px;
	margin-left:10px;
	width: 210px;
	/*background:transparent url(images/content-dash.gif) repeat-y;*/
	/*border-left: dashed 2px #007bc1;*/
	/*border: 1px solid red;*/
}

.main-text-column h1
{
	color: #007bc1;
	font-size: 18px;
}

.main-text-column h2
{
	color: #007bc1;
	font-size: 16px;
}

.main-text-column h3
{
	color: #007bc1;
	font-size: 14px;
	font-weight:bold;
}


/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #0077c7;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #0077c7;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #0077c7; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #0077c7;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

