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

/* LAYOUT */
body {
	background-color:#CCCCCC;
}

.clear {
	clear:both;
}

#container {
	width: 800px;
	height:auto;
	background-color: #666666;
	border: solid #000000;
	border-width: 0 1px;
	padding: 5px 5px;
}

#header {
	background:url(../images/mphf-secondary-header.jpg) no-repeat;
	width:inherit;
	height: 150px;
	background-color:#FFFFFF;
	border-bottom:#000000 solid 1px;
}

#navigation {
	width:inherit;
	height: auto;
	background-color:#FFFFFF;
}

#top-border {
	width:inherit;
	height: 25px;
	background:url(../images/top-border2.jpg) no-repeat;
	margin-top: 5px;
}

#content {
	width:inherit;
	height: auto;
	background-color:#FFFFFF;
}

#bottom-border {
	width:inherit;
	height: 25px;
	background:url(../images/bottom-border2.jpg) no-repeat;
}

/* NAVIGATION*/

#navigation p {
	font-size:0.75em;
	font-weight:bold;
	height:auto;
	line-height: 2em;
	text-align:center;
}

#navigation a {
	display: inline-block;
	padding: 0 5px;
	color: #762E23;
	text-decoration:underline;
}

#navigation a:hover {
	text-decoration:underline;
	color: #000000;
}

/* CONTENT */

#content p {
	color:#000000;
	text-align: justify;
	margin:  0px 10px 10px 10px;
	line-height: 1.4em;
}

#content #contact-info p{
text-align:center !important;
}

#content p.member {
text-align:center !important;
font-weight:bold;
}

.address {
	color: #762E23 !important;
	font-weight:bold;
	text-align:center !important;
	vertical-align: baseline !important;
	
}

.image-left-2 {
	float:left;
	border:#762E23 solid 2px;
	margin: 0px 10px 10px 10px;
}

.image-left {
	float:left;
	border:#006633 solid 2px;
	margin: 0px 10px 10px 10px;
}

.image-center {
	text-align:center;
	border:#006633 solid 2px;
}


h1 {
	color: #762E23;
	padding: 5px 0;
	font-size: 1.4em;
}

h2 {
	padding: 3px 0;
	color: #762E23;
	font-size: 1em;
}

h2.left {
	padding: 3px 0;
	color: #762E23;
	font-size: 1em;
	text-align:left;
}

.green-bold {
	font-weight:bold;
	color:#006633;
}

hr {
	width: 80%;
}

.events {
text-align:center !important;

}

#general p {
text-align:center !important;

}

