@charset "utf-8";
/* CSS Document */

*{/* fixes spacing problems in IE */
	margin: 0;
	padding: 0;
}

	
a img{
	border:none;
	margin: 0;
	padding: 0
	}

body {
	margin: 0px 0 20px 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#006837;
	/*background-image: url(../_mh_images/_background/wood3.gif);*/
	/*background-image: url(../_mh_images/tile1.png);*/
	background-image: url(../_mh_images/_background/green-grad.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 870px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FCFEDE;
	padding: 0px 15px 10px 15px;
} 

.twoColFixLtHdr #header { 
	padding: 10px 0;
	text-align: center; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FCFEDE;
	/*background-image: url(../Images/Backgrounds/5x100Green_To_Yellow_Vignett_header.jpg);
	background-repeat: repeat-x;*/
} 
.twoColFixLtHdr #nav { 
	height: 60px;
	background: #FCFEDE; 
	padding: 0 0 0 0; 
	text-align: left; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #titlebar { 
	height: auto;
	background: #FCFEDE; 
	padding: 5px 10px; 
	text-align: left; 
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#327E4E;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color:#327E4E;
} 
.twoColFixLtHdr #phototable {
	height: 240px;
	width: 260px;
	padding: 1px;
	vertical-align:middle;
	text-align: right;
	display: block;
	float: left;
}
.twoColFixLtHdr #texttable {
	height: 30px;
	width: 260px;
	padding: 1px;
	text-align: center;
	display: block;
	float: left;
}
 
.twoColFixLtHdr #titlebarthin { 
	height: auto;
	background: #FCFEDE; 
	padding: 5px 130px 5px 130px; 
	text-align: left; 
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#327E4E;
} 

#slideshowdiv { 
	height: auto;
	background: #FCFEDE; 
	padding: 5px 100px 5px 100px; 
	text-align: left; 
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#327E4E;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar-stories {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebarWIDE {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FCFEDE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px; 
	padding: 10px 10px 10px 10px;
	margin-top:8px;
	
}

.twoColFixLtHdr #mainContent-stories { 
	margin: 0 0 0 440px; 
	padding: 10px 10px 10px 10px; 
	
}

#mainContent-1col { 
	margin: 0 0 0 0px; 
	padding: 10px 10px 10px 10px; 
	
} 
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 270px;
	padding: 10px 10px 10px 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #327E4E;	
} 

.contentbox {
	margin: 10px 0px 10px 270px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #327E4E;
	background-color:#FDFFED;
	}
	
.slideshowFBbox {
	margin: 10px 100px 10px 100px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #327E4E;
	background-color:#FDFFED;
	}
	

.twoColFixLtHdr #mainContentNarrow { 
	margin: 0 0 0 310px; 
	padding: 10px 10px 10px 10px; 
	
} 
.twoColFixLtHdr #mainContent2Narrow { 
	margin: 0 0 0 310px; 
	padding: 10px 10px 10px 10px; 

} 
.twoColFixLtHdr #footer { 
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: #FCFEDE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:#327E4E;*/
	width: 870px;
	margin: 0 auto;
} 
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size: 10px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.fltrtjo { 
	float: right;
	margin-left: 15px;
	margin-top: 30px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-bottom: 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;
	
}
.portraitpic {
	float: left;
	padding-right: 25px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.newsbox {
background-color:#FAFFD4;
background-image: url(../_mh_images/_background/wood3.gif);
padding: 3px 10px;
margin: 5px 00px 5px 0px;
width: 240px;
float:right;
height:90px;
}
.newsbox p {
color:#006600;
}
.newsbox a {
color:#339999;
}
.newsboxleft {
background-color:#FAFFD4;
background-image: url(../_mh_images/_background/wood3.gif);
padding: 3px 10px;
margin: 5px 10px 10px 0px;
width: 260px;
float: left;
display: inline;
}


.newsboxleft p {
color:#006600;
}
.newsboxleft a {
color:#339999;
}

.newspagebox {
background-color:#FAFFD4;
background-image: url(../_mh_images/_background/wood3.gif);
padding: 3px 10px;
margin: 5px 10px 10px 0px;
width: 200px;
float: left;
display: inline;
}


.newspagebox  p {
color:#006600;
}
.newspagebox  a {
color:#339999;
}


#logo {
	float: right;
	margin-left: 8px;
	width: 310px;
	height: 300px;
	padding: 0px;
}

/* Hacks */
/*clearfix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}

/* End hide from IE-mac */
.thumbdiv {
	text-align: center;
	vertical-align: middle;
	height: 250px;
	width: 280px;
	float:left;
}
.thumbdiv p{
	text-align: center;
	color:#327E4E;
}

.thumbdiv-tall {
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 280px;
	float:left;
}
.thumbdiv-tall p{
	text-align: center;
	color:#327E4E;
}

#newsright {
width: 570px;
float: right;
padding: 5px 10px;
margin: 5px 0px 0 0;
}

#donatebtn{
background-color:#FFFFFF;
width: 180px;
height: 90px;
margin: 10px auto;
border:1px solid #006837;
}

