/* 
  -----------------------------------
  dark green - #154B2E
  dark red - #660000
  -----------------------------------
*/
body {
	color: #333333;
	font: 100.01% Arial, Verdana, Helvetica, sans-serif;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

a:link, a:visited {color: #3B551F; text-decoration: underline;}
a:hover, a:active, a:focus {color: #3B551F; text-decoration: none;}

a.bio:link, a.bio:visited {color: #FF6600; text-decoration: none;}
a.bio:hover, a.bio:active, a.bio:focus {color: #3B551F; text-decoration: underline;}

a.offsite:link, a.offsite:visited {color: #A65300; text-decoration: underline;}
a.offsite:hover, a.offsite:active, a.offsite:focus {color: #1B5D2D;  text-decoration: none;}

p {margin: 6px 0 12px 0;}

h1, h2, h3, h4 {
	color: #545454;
	margin: 10px 0 0 0;
	line-height: normal;
}
h2, h3, h4 {
	margin: 20px 0 0 0;
}
h1 {
	color: #154B2E;
	font-size: 1.5em;
	margin: 15px 0 10px 0;
}
h2 {
	color: #3B551F;
	margin: 10px 0 5px 0;
	font-size: .95em;
	padding: 0;
}
h3 {
	color: #669966;
	font-size: 1em;
}
h3.red {
	color: #CC0000;
}
h4 {
	font-size: 1em;
	margin: 10px 0 0 0
}
h5 {
	font-size: .8em;
	margin: 10px 0 2px 0
}

hr {
	border: 1px solid #B9DDA6;
}

#container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/

#header {
	height: 190px;
	background: #FFF  url(../images/top_bkg.jpg) repeat-x top left;
}
#logo {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}
#topimage {
	width:  500px;
	float: right;
	margin: 0;
	padding: 0;
}

#byline, #bylinef {
	float: right;
	color: #336666;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 24px 20px 0 0;
} 
#bylinef {font-size: 14px;} 

#navlist {
	width: 100%;
	margin: 0 6px 0 0;
	padding: 0;
	background: #154B2E url(../images/topnav_bkg.jpg) repeat-x top left;
}
#navlist img {
	float: left;
	margin: 0;
	padding: 0;
}
#navlist ul {
	margin: 0 0 0 170px;
	padding: 0;
}
#navlist li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navlist li#home a {
	padding-right: 12px;
	margin: 0;
}
#navlist a {
	color: #FFF;
	font-size: 14px;
	width: auto;
	display: block;
	line-height: 1;
	text-decoration: none;
	padding: 8px 16px 8px 18px;
}
#navlist a:link, #navlist a:visited {color: #FFF;}
#navlist a:hover, #navlist a:active {color: #FFED3E;}

#switch {
	float: right;
	width: 60px;
	margin: 0 10px 0 0;
	padding: 0;
}
#switch a {
	color: #CCC;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 8px 0 3px 0;
}
#switch a:link, #switch a:visited {color: #CCC; text-decoration: none;}
#switch a:hover, #switch a:active, #switch a:focus {color: #FFF; text-decoration: underline;}

#sidenav {
	float: left; 
	width: 250px;
	min-height: 400px;
	font-size: 0.75em;
	margin: 0;
	padding: 7px 0;
	color: #A69F75;
	text-align: left;
	background: #FFF  url(../images/sidenav_bkg.jpg) repeat-x top left;
}
#sidenav h2 {
	color: #154B2E;
	font-size: 18px;
	margin: 0;
	padding: 14px 0 5px 0;
	text-align: center;
}
#sidenav ul {
	margin: 0;
	padding: 5px 0;
}
#sidenav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
sidenav a {
	display: block;
	font-weight: bold;
	padding: 5px 8px 3px 20px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

#sidenav a:link, #sidenav a:visited {color: #3B551F;}
#sidenav a:hover, #sidenav a:active, #sidenav a:focus {color: #FFF;}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidenav is created with the left margin on the mainContent div.  No matter how much content the sidenav div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidenav space when the content in #sidenav ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/

#maincontent {
	margin: 0 230px 0 252px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 0 0px 0 30px; /* padding here creates white space "inside the box." */
}
#maincontent h3 {
	color: #333;
	font-size: 0.9em;
	margin: 20px 0 12px 0;
	padding: 2px 5px;
	background-color: #C1D7BE;
}
#maincontent h4 {
	color: #3B551F;
	font-size: .9em;
	margin: 20px 0 12px 0;
	border-bottom: 1px solid #CCC;
}
#maincontent h5 {
	color: #333;
	font-size: .85em;
	margin: 0;
	padding: 3px 0 3px 0;
}
#maincontent p {
	font-size: .85em;
	line-height: 1.25em;
	padding-right: 40px;
}
#maincontent p.firstp {
	font-size: 1em;
	line-height: 1.25em;
	margin: 13px 0 0 0;
}
#maincontent p.links {
	font-size: .8em;
	margin: 0;
	padding:0 0 .4em 0;
}
#maincontent p.prelist {
	margin: 0;
	padding: 0;
}
#maincontent ol {
	color: #996600;
	font-size: .8em;
	font-weight: bold;
}
#maincontent ol li {
	margin: 0;
	padding: 0 0 .5em 0;
	line-height: 1.2em;
}
#maincontent ul {
	font-size: .85em;
	margin: 0 0 0 10px;
	padding: 0 40px 5px 10px;
}
#maincontent li, #maincontent ul.nodisc li {
	list-style-type: disc;
	margin: 0;
	padding: 3px 0;
}
#maincontent ul.nodisc li {
	color: #003300;
	list-style-type: none;
	padding: 3px 0;
}

#sidebar {
	float: right;
	width: 200px;
	min-height: 400px;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 20px;
	background: #FFF  url(../images/sidebar_bkg.jpg) repeat-x top right;
}

div.events {
	text-align: left;
	padding: 0 20px 20px 15px;
	background: transparent;
}
div.events h2 {
	color: #4DA121;
	font-size: 14px;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: left;
}
div.events h3 {
	color: #000;
	font-size: .9em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
}
div.events h4 {
	color: #3B551F;
	font-size: .9em;
	margin: 5px 0 0 0;
	padding: 0;
}
div.events p {
	font-size: .8em;
	line-height: 1.2em;
	margin: 5px 0 0 0;
}

div.flyers {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.flyers p {
	color: #154B2E;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.flyers img {
	margin: 10px 0 10px 0;
	padding: 0;
	border: 1px solid #999;
}
div.flyers img.last {
	margin: 10px 0 20px 0 !important;
}


#footer {
	clear: both;
	position: fixed !important;
	bottom: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0; 
	background-color: #154B2E;
}
#footer p {
	color: #CCCCCC;
	font-size: 0.8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 10px 24px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.copyright, #footer p.phone, #footer p.email {
	float: left;
	padding: 15px 70px 0 24px;
}
#footer p.phone {
	float: left;
	font-size: 1em;
	padding: 15px 0 0 200px;
}	
#footer p.site {
	float: right;
	padding: 15px 24px 0 0; 
}
#footer a:link, #footer a:visited {color: #CCC; text-decoration: underline;}
#footer a:hover, #footer a:active, #footer a:focus {color: #FFF; text-decoration: none;}

/* Classes */

#maincontent p.bold_sml {
	color: #3B551F;
	font-size: .65em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 5px 0 0 0;
}
#maincontent p.caption {
	font-size: 11px;
}
.bigq, .bigql {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigq {
	line-height: .5em;
}
.bigql {
	margin-left: -10px;
	line-height: 1.2em;
}

.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;
}
.firstletter, .firstword {
	color: #3B551F;
	font-size: 1.5em;
	line-height: 1.2em;
}
.firstword {
	color: #996600;
}
.imageleft, .imageleftnb {
	float: left;
	margin: 2px 20px 15px 0px;
	padding: 0;
	border: 1px solid #333;
}
.imageleftnb {border: 0px solid #333;}
.imageright, .imagerightnb, .imgrightnb {
	float: right;
	margin: 2px 0 15px 20px;
	padding: 0;
	border: 1px solid #333;
}
.imagerightnb, .imgrightnb {border: 0px solid #333;}
.imgrightnb {
	margin: 2px 0 15px 0;
	padding: 0;
}

.pullquote {
	color: #3B551F;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #996600;
	border-bottom: 1px solid #996600;
	margin: 30px 20px;
	padding: 5px 20px;
}
.quoteit {
	color: #996600;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
