*, body, html{
padding:0;
margin:0;
}
body{
text-align:center; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:80%; 
background:#008800;
}
.clearing{
clear:both;
}
/********** Layout **********/
#wrapper{
width:65em;
margin:20px auto;
}

/***** Content *****/
#main{
clear:both;
position:relative;
float:left;
padding-top:25px;
background:#ffffff url(../images/bar.gif) top left repeat-x;
border-left:2px solid #b39b39;
border-right:2px solid #b39b39;
}
/***** Main Block *****/
#left{
margin-left: 1.5em;
width:48em;
float:right;
}
#left p{
text-align:justify;
padding:5px 10px;
width:94%;
}
#left a{
color:#8d1544;
margin:0;
padding:0;
}
#left h1{
font-size:1.2em;
color:#b39b39;
margin-bottom:1em;
}
#left ul{
text-align:left;
margin:1em 2em;
}
/***** Side Block *****/
#right{
width:15em;
float:left;
}
img#logo{
padding:0.5em 2em;
border:2px solid #b39b39;
background:#c8e190;
margin:0 0 1em 1em;
}
#map p {
padding:0;
text-align:justify;
}
#map h5 {
text-align:justify;
}

/***** Menu *****/
ul.topnav{
list-style:none;
text-align:left;
padding:1em 0;
margin:0 0 0 1em;
height: 100%; 
border:	2px solid #AE9541;
background: #C8E190;
}
.topnav li.here{
font-weight:bold;
padding:4px;
margin: 6px;
margin-bottom: 2px;
margin-top: 2px;
border:1px solid #ffffff;
color:#8d1544;
background: #fff url(../images/buttonbaractive.gif) repeat-x top ;
}
.topnav li a{
height:1%;
padding: 4px;
margin: 6px;
margin-bottom: 2px;
margin-top: 2px;
display: block;
color: #000000;
text-decoration:none;
border: 1px solid #FFFFFF;
background: #fff url(../images/buttonbar_gs.gif) repeat-x top;
}
.topnav li a:hover{
padding: 4px;
text-decoration: none; 
color:#8d1544;
background: #fff url(../images/buttonbaractive.gif) repeat-x top ;
border: 1px solid #FFFFFF;
}
/***** Footer *****/
#footer{
clear:both;
background:#ffffff url(../images/bottombar.gif) bottom left repeat-x;
text-align:right;
height:2.3em;
line-height:2.3em;
padding-right:2em;
font-size:0.8em;
margin-top:1em;
}
#footer a{
color:#8d1544;
}
/* 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;
}


/* 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: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    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: #618100;
} 
#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;
}
