@charset "utf-8";
/* CSS Document */
html{background-color: #FCFEDE;}

body {
	text-align:center;
}


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;
	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: #FCFEDE;
	background-image: url(../_mh_images/tile1.png);
	background-repeat: repeat;
}
.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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FCFEDE;
	padding: 0 10px 0 10px;
} 

.twoColFixLtHdr #header { 
	padding: 0 0 5px 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: 2px;
	border-top-style: solid;
	border-top-color:#006600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#006600;
} 
.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:#006600;
} 
.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; 
	
}

.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: 2px;
	border-top-style: solid;
	border-top-color:#327E4E;

} 

.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: 0 10px 0 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;
} 
.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 */
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.fltrtjo { 
	float: right;
	margin-left: 15px;
	margin-top: 30px;
}
.fltlft { 
	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;
}
.portraitpic {
	float: left;
	padding-right: 25px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.newsbox {
background-color:#F7DD9C;
padding: 3px 10px;
margin: 20px 0px 5px 20px;
width: 250px;
float:right;
}
.newsbox p {
color:#006600;
}
.newsbox a {
color:#3399FF;
}

#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;
}
