/* BEGIN DREAMWEAVER AUTO-GENERATED CSS ...I MADE A COUPLE OF MOD, WHICH ARE NOTED */


@charset "utf-8";
body {
    font: 100% Georgia, "Times New Roman", Times, serif;
    background: #FFFFFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 148px; /* HOLDS TOP GRAPHIC ABOVE NAV */
	background-image: url(images/new/home_01.jpg);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #nav {
	margin-top: 5px; /* HOLDS NAV-BAD WITH SOME PADDING ON TOP */
	margin-bottom: 15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* MAIN CONTENT DIV */

.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background: #FFFFFF;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}

/* CONTAINS BOTTOM GRAPHIC */

.oneColFixCtrHdr #footer {
	/*    padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#ffffff;
}

.oneColFixCtrHdr #footer p {
	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;
}

.oneColFixCtrHdr #blurb {
/*    padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
}


/* END DREAMWEAVER AUTO-GENERATED CSS */


/* This is the primary text for the website */

.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}
.picturespace {
	padding-top: 10px;
}


/* This is the large green font on the homepage for the blurb */

.small_home {
color: #9dbc25;
font-size: 17px;
font-weight: bold;
width: 395px;
font-family:Georgia, "Times New Roman", Times, serif;
margin-bottom: 45px;
line-height: 24px;
}

/* This class is used for headers on some of the pages where everyone requested slightly larger text */

.bigger {
font-size: 14px;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* This is even larger text, for the calendar header */

.caltop {
font-size: 18px;
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}

/* This text is for the read more links */

.read_more a {
color: #666666;
font-size: 12px;
font-family:Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
text-decoration: none;
float:right;
}

/* This is for the extended blurb page, for the names of ppl who offered the praise */

.praiser {
color: #666666;
text-align: right;
font-size: 10px;
line-height: normal;
}

/* this is a container for the blog, to reduce width of blog posts, so it looks more blogish */
.blog_content {
    width: 500px;
}


/* Drop Down Menu Tags */
- Show quoted text -

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 18px Georgia, "Times New Roman", Times, serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
color: white;
font-size: 18px;
font-weight: bold;
background: #9dbc25  top right no-repeat;
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #9dbc25;
}


/* ######### More Style for Drop Down Menu ######### */



.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #dddddd; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: 13px Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 225px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dddddd; /*THEME CHANGE HERE*/
font-size: 14px;
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}


/* These two tags style the contact form */


.myinputstyle {
    border: 1px solid #FFFFFF;
    font-style: normal;
    font-size: 14px;
    color: #000000;
}


.mylabelstyle {
    font-style: bold;
    font-size: 13px;
    color: #000000;
}
.videoplacement {
	background-position: center center;
}