/* This stylesheet is used by everything but the frontpage template */
@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
/*	text-align: center; */
	background-color: #FFFFFF;
	background-image: url(../images/shadow.gif);
	background-position: 918px 0px;
	background-repeat: repeat-y;
}
img {
	display: block;
	border: none;
}
a:hover {
	text-decoration: none;
}
.frontpage #container {
	width: 918px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} 
.frontpage #header {
	background-color: #91A327;
} 
.frontpage #searchArea {
	float: right;
	width: 200px;
	text-align: right;
	padding: 25px 20px 0 0;
}
.frontpage #tbSearch {
	width: 125px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #D04F0B;
	font-size: 12px;
	margin-bottom: 5px;
}
.frontpage #topMenuBar {
	background-color: #D04F0B;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	clear: both;
/*	position: relative; */
}
.frontpage #topMenuBar #donate {
	float: left;
}
.frontpage #topMenuBar #breadCrumb {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
	margin-left: 10px;
}
.frontpage #topMenuBar #breadCrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
.frontpage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.frontpage #navcontainer {
	background-image: url(../images/colorBoxes.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	width: 167px;
}
.frontpage #navcontainer ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.frontpage #navcontainer a, #submenu a {
	display: block;
	padding: 8px;
	width: 151px;
	background-color: #D04F0B;
	border-bottom: 3px solid #FFFFFF;
	color: #FFFFFF;
}
.frontpage #navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}
.frontpage #navcontainer a:hover {
	background-color: #91A327;
	color: #fff;
}
.frontpage  #navcontainer #current {
	background-color: #91A327;
}
.frontpage #submenu a, #submenu2 a {
	font-size: 12px;
	color: #5E6A1A;
	background-color: #BBD233;
	background-image: url(../images/subemenuList.gif);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	padding-left: 12px;
	width: 147px;
}
.frontpage #submenu2 a {
	background-color: #D6E485;
}
.frontpage #mainContent {
	margin: 20px 20px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 10px 0 10px;
} 
/*.frontpage #mainContent p {
	font-size: 70%;
	line-height: 190%;
	margin: 0px 0px 1em;
} 
.frontpage #mainContent h1 {
	color: #5E6A1A;
	font-size: 140%;
}
.frontpage #mainContent h2 {
	font-size: 90%;
	margin-bottom: 0px;
}*/
.frontpage #mainContent .user-content {
/*	font-size: 70%; */
	font-size: 80%; 
	line-height: 190%;
	margin: 0px 0px 1em;
} 
.frontpage #mainContent h1 {
	color: #5E6A1A;
	font-size: 140%;
}
.frontpage #mainContent h2 {
	font-size: 128%;
	margin-bottom: 0px;
	line-height: normal;
}
.frontpage #mainContent .user-content ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
}
.frontpage #mainContent .user-content ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
}
.frontpage #mainContent img {
	margin-bottom: 30px;
}
.frontpage #footer {
	padding: 0 40px 0 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
} 
.frontpage  #footer .contact-info {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
	line-height: 150%;
	font-size: 70%;
}
.frontpage #footer .sublinks {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: right;
	line-height: 150%;
	font-size: 70%;
}
.frontpage  #footer  a {
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.frontpage #mainContent .user-content .search-submit-box { 
        margin-top: 5px;
}
.frontpage #mainContent .user-content .highlight { 
        color: #5E6A1A;
        font-weight: bold;
}
.frontpage #mainContent .user-content .listing-header { 
        font-size: 120%;
        font-weight: bold;
}
.frontpage #mainContent .user-content .listing { 
        border-top: 1px solid #5E6A1A;
        padding-top: 5px;
        margin-bottom: 10px;
}
.frontpage #mainContent .user-content .listing-text { 
        padding: 0;
}
.frontpage #mainContent .user-content .listing-subheader { 
        color: #5E6A1A;
}
.frontpage #mainContent .user-content .section-header { 
        color: #5E6A1A;
        font-weight: bold;
}
.frontpage #mainContent .user-content .data-label { 
        font-weight: bold;
}
.frontpage #mainContent .user-content .permalink { 
        margin: 0 1.8em 0 0;
        padding: 0 0 0 14px;
        background: url(/images/permalink.gif) no-repeat center left;
}

.frontpage #mainContent .user-content .phantomline { 
        margin: 0;
        padding: 0;
/*        clear: both; */
        font-size: 1pt;                 
}
.frontpage #mainContent .user-content a { 
	color: #993300;	
        text-decoration: underline;
}

#entry-image {
        float: right;
        margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 0px;
        margin-left: 10px;
}

#entry-image img {
        display: block;
        margin-top: 0px;
        margin-bottom: 2px;
}

#entry-image p {
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;
}

.photocredit {
	text-align: right;
	font-weight: normal;
	font-size: 85%;
	padding: 0;
	margin: 0;
}

.photocaption {
        font-weight: bold;
        font-size: 85%;
        text-align: left;
}

#ContactInfo { 
  float: left;
  font-weight: bold;
  font-size: 12px;
  margin: 12px 0 0 15px;
}

#main-search-nav {
        width: 80%;
        padding: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 15px;
	background-color: #5E6A1A;   
        border: 1px solid;
        border-color: #5E6A1A;   
}

#main-search-nav strong{
        margin-top: 8px;
        margin-bottom: 2px;
}

#main-search-nav p{
        margin-top: 2px;
        margin-bottom: 4px;
}

#main-search-nav form#mainsearchformid { 
        background-color: #8E9A4A;   
        border: 0;
        padding: 10px 0 10px 0;                                 
}

#main-search-nav .mainsearchbox {
        width: 142px;
	text-align: center;
        margin-top: 10px;
        margin-bottom: 4px;
        margin-right: 8px;
        margin-left: 8px;
        padding: 0;
}

#main-search-nav .searchtext {
	text-align: center;
        padding: 4px;
        width: 160px;
        border-width: 1px;
        border-style: solid;
        border-color: #5E6A1A;   
        background-color: #FFFFFF;
        font: 8pt Verdana, Helvetica, Arial, sans-serif;
        color: #000000;
}

#main-search-nav .mainsearchbox { 
        display: inline;
}

#main-search-nav .search-submit-box {
        width: 180px;
        text-align: right;
        margin-top: 0;
	margin-bottom: 6px;
        margin-left: 8px;
        margin-right: 8px;
        display: inline;
}

#main-search-nav #maingobutton {
	vertical-align: middle;
	display: inline;
	margin-bottom: 0;
}

/* Here are some various font sizes and styles */

.Larger1 { 
           font-size: 15px;
 }

.Larger2 { 
           font-size: 17px;
 }

.Larger3 { 
           font-size: 20px;
 }

.Larger4 { 
           font-size: 23px;
 }

.Smaller1 { 
           font-size: 12px;
 }

.Smaller2 { 
           font-size: 11px;
 }

.Smaller3 { 
           font-size: 10px;
 }

h1.Header1 { 
             margin-top: 9px;
             margin-bottom: 9px;
             font-size: 24px;
             color: #5E6A1A;   
}

h2.Header2 { 
             color: #000;                           
             margin-top: 8px;
             margin-bottom: 8px;
             font-size: 22px;
}

h3.Header3 { 
             color: #000;
             margin-top: 7px;
             margin-bottom: 7px;
             font-size: 20px;
}

h4.Header4 { 
             color: #000;
             margin-top: 6px;
             margin-bottom: 6px;
             font-size: 18px;
}

.RightImage { 
          float: right;
          padding: 10px 0 10px 10px;
          margin: 0;
 }

.LeftImage { 
          float: left;
          padding: 10px 10px 10px 0;
          margin: 0;
 }

.required {
	color: red;
	font-weight: bold;
}

#rss-feed {
  font-family: Arial, Helvetica, sans-serif;
  margin: -30px 0 20px 0;
  padding: 0;
  line-height: 110%;
}

#rss-feed a { 
	color: #993300;	
        text-decoration: underline;
}

#rss-feed table {
  padding: 0;
  border-spacing: 0;
  margin: 0;
}

#rss-feed tbody {
  margin: 0;
  padding: 0;
}

#rss-feed tr {
  margin: 0;
  padding: 0;
}

#rss-feed td.j {
  margin: 0;
  padding: 0;
}

#rss-feed div {
  height: 0;
}

#rss-feed img {
  margin-top: 30px;  
  margin-right: 10px;
}

#rss-feed div.lh {
  height: auto;
}
