
html,body{
	margin:0 auto;
	text-align:center;
	background-color:#330000;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}	

#container{
	margin:0 auto;
	width:730px;
	
}

#topHeader{
	background-image:url('WMHF_BUILD/WMHF_Top_Header1.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#660000;
	min-height:118px;
}
#topHeaderLeft{
	float:left;
	width:300px;
	text-align:left;
}
#topHeaderRight{
	float:right;
	padding-top:45px;
	padding-right:10px;
	padding-bottom:25px;
}
#topHeaderBottom{
	clear:both;
	padding-right:10px;
	padding-left:10px;
}

#navigation{
	background-image:url('WMHF_BUILD/WMHF_Nav_BG.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	min-height:31px;
	background-color:#960000;
}

#pageHeading{
	margin:0;
	padding:0;
	min-height:130px;
}

#pageHeadingLeft{
	float:left;
	width:176px;
	min-height:216px;
	background-image:url('WMHF_BUILD/WMHF_FP_Header_Left.gif');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffedd6;
}
#pageHeadingRight{
	float:right;
	width:554px;
	min-height:216px;
	
}
#body{
	clear:both;
	background-image:url('WMHF_BUILD/WMHF_FP_Body_Top.gif');
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
	padding-top:9px;

}
#bodyContainer{
	background-image:url('WMHF_BUILD/WMHF_FP_Body_BG.gif');
	background-repeat:repeat-y;
	background-position:center top;
	overflow:auto;
}
#bodyLeft{
	width:224px;
	float:left;
	margin:0;
	padding: 0px 10px 10px 11px;
	background-color:#fff;
	min-height:300px;	
}
#bodyCenter{
	width:219px;
	padding: 0px 10px 10px 11px;
	margin:0;
	background-color:#E0CCCC;
	float:left;
	min-height:300px;
}
#bodyRight{
	width:224px;
	padding: 0px 10px 10px 11px;
	margin:0;
	float:right;
	background-color:#fff;
	min-height:300px;
}

#footer{
	clear:both;
	background-image:url('WMHF_BUILD/WMHF_FP_Footer.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#660000;
	width:730px;
	min-height:71px;
	text-align:center;
}

/******** INTERIOR LAYOUT STYLES ************/

#INTpageHeadingLeft{

	float:left;
	width:176px;
	min-height:130px;
	background-image:url('WMHF_BUILD/INT_Page_Heading_Left.gif');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ffedd6;
}

#INTpageHeadingRight{
	float:right;
	width:554px;
	min-height:130px;
	
}

#INTbody{
	clear:both;
	background-image:url('WMHF_BUILD/INT_Body_Top.gif');
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
	padding-top:9px;

}
#INTbodyContainer{
	background-image:url('WMHF_BUILD/INT_Body_BG.gif');
	background-repeat:repeat-y;
	background-position:center top;
	overflow:auto;
}
#INTbodyLeft{
	width:147px;
	padding:0px 20px 0px 10px;
	float:left;
	margin:0;
	background-color:#E0CCCC;
	min-height:300px;	
}

#INTbodyRight{
	width:513px;
	padding:0px 20px 0px 20px;
	margin:0;
	float:right;
	background-color:#fff;
	min-height:300px;
}


/******* TOP HEADING FORM & Navigation *******/

#topHeaderLeft a{
	top: 0;
	left: 0;
	width: 250px;
	height: 90px;
}
#topHeaderLeft a h1{
	visibility:hidden;
}

#topHeaderRight input{
	font-family:Optima, Trebuchet, Arial, sans-serif;
	color:#5c0000;
	font-size:12px;
	margin:2px 5px 2px 5px;
	padding:2px;
	border:1px solid #000;
}
#topHeaderRight .redInput{
	color:#fff;
	background-color:#5c0000;
}

.big{
	font-size:.8em;
}
.bigger{
	font-size:1em;
}
.biggest{
	font-size:1.2em;
}

#topHeaderBottom ul{
	margin:0px;
}
#topHeaderBottom li{	
	font-family: Optima, Trebuchet, Arial, sans-serif;
	font-size:.75em;
	font-weight:bold;
	list-style:none inside;
	display:inline;
	padding:0px 15px 0px 15px;
	color:#5c0000;
}
#topHeaderBottom a{
	
	color:#5c0000;
	font-weight:bold;
	text-decoration:none;
}
#topHeaderBottom a:hover{
	text-decoration:italic;
	color:#664d00;
}



/********** NAVIGATION BAR FUNCTIONALITY ***************/

#menuwrapper {
	padding-top:5px;
	text-align:center;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	*/

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	width: 730px;
	text-align:center;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Optima, Trebuchet, Arial, sans-serif;
	font-weight:bold;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 2px 11px 2px 11px;
	font-size: .8em;
	color: #fff;
}
#p7menubar a.trigger {
	/*padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
	*/
}
#p7menubar li {
	float: left;
	width: 9em;
	border-right: 1px solid #fff;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #fff;
	border:1px solid #fff;
	padding: 3px 12px 3px 16px;
	font-size:.75em;
}
#p7menubar li ul {
	position: absolute;
	text-align:left;
	display: none;
	background-color: #960000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index:50;
	
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	text-decoration:underline;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #fff;
	background-color: #5c0000;
	text-decoration:none;

}
#p7menubar ul a:hover {
	background-color: #E0CCCC!important;
	color: #960000 !important;
}

#p7menubar .lastNavElement{
	border-right:0px solid #ccc;
}

/******** END NAVIGATION CODE *****/

/******** Begin Page Heading Left FP Navigation **********/
#PHL_FP{
	text-align:left;
	padding:5px 8px 5px 12px;
	font-family:Georgia, serif;
	background-image:url('WMHF_BUILD/WMHF_FP_Header_left.gif');
	background-repeat:no-repeat;
	background-position: center top;
}

#PHL_FP ul{
	padding:0px 0px 0px 0px;
	margin:0;
	list-style:none;
}

#PHL_FP ul ul li{
	padding: 7px 5px 7px 5px;
	border-bottom:1px dashed #000;
	
}
#PHL_FP h1{
	font-size:1em;
	color:#5c0000;
	font-weight:bold;
}
#PHL_FP a{
	font-size:.75em;
	color:#664d00;
	font-weight:bold;
	text-decoration:none;
}
#PHL_FP a:hover{
	padding-left:5px;
	text-decoration:italic;
	color:#5c0000;
}

/******** Begin Page Heading Left Interior Navigation **********/
#PHL_INT{
	text-align:left;
	padding:20px 0px 0px 6px;
	font-family:Georgia, serif;
}

/*#PHL_INT ul{
	padding:0px 0px 0px 0px;
	margin:0;
	list-style:none;
}

#PHL_INT ul ul li{
	padding: 0;
	border-bottom:1px dashed #000;
	
}
#PHL_INT h1{
	font-size:1em;
	color:#5c0000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
#PHL_INT a{
	font-size:.7em;
	color:#664d00;
	font-weight:bold;
	text-decoration:none;
}
#PHL_INT a:hover{
	padding-left:5px;
	text-decoration:italic;
	color:#5c0000;
}
*/
/*************** BEGIN FP Body Left Styles *************/
#bodyContainer img, #INTbodyRight img{
	border-style:solid;
	border-color: #333;
	border-width:1px;
	padding:5px;
}


#bodyCenter h1, #INTbodyLeft h1{
	color:#400000;
	font-size:1.2em;
	border-bottom:1px dashed #000;
	text-align:center;
	font-family:Optima, Trebuchet, Arial, sans-serif;
}
#bodyLeft h1, #bodyRight h1{
	color:#664d00;
	font-size:1.2em;
	border-bottom:1px dashed #000;
	/*text-align:center;*/
	font-family:Optima, Trebuchet, Arial, sans-serif;
}
#bodyLeft p, #bodyCenter p, #bodyRight p{
	color:#333333;
	font-size:.9em;
	text-align:left;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#INTbodyRight p, #INTbodyLeft p{
	color:#333333;
	font-size:.9em;
	/*text-align:left;*/
	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#INTbodyRight .whiteLinks{
	color:#fff;
}
#INTbodyRight ul, #INTbodyRight li{
	padding-top:6px;
	padding-bottom:6px;
	color:#333333;
	font-size:10px;
	/*text-align:left;*/
		font-family:Verdana, Helvetica, Arial, sans-serif;
}
#bodyLeft b, #bodyCenter b, #bodyRight b, #INTbodyRight b, #INTbodyLeft b{
	color:#5c0000;
	font-weight:600;
}
#bodyLeft a, #bodyCenter a, #bodyRight a, #INTbodyRight a, #INTbodyLeft a{
	color:#5c0000;
	font-weight:bold;
}
#INTbodyLeft a.sublink{
	color:#664d00;
}
#bodyLeft a:hover, #bodyCenter a:hover, #bodyRight a:hover, #INTbodyRight a:hover, #INTbodyLeft a:hover{
	color:#400000;
	font-style:italic;
	text-decoration:none;
}
#INTbodyRight h1{
	color:#400000;
	font-size:1.2em;
	border-bottom:1px dashed #000;
	/*text-align:left;*/
	font-family:Optima, Trebuchet, Arial, sans-serif;
}
#INTbodyRight h2{
	color:#400000;
	font-size:1.15em;
	/*text-align:left;*/
	font-family:Optima, Trebuchet, Arial, sans-serif;
}
#INTbodyRight h3, #INTbodyRight h4, #INTbodyRight h5, #INTbodyRight h6,{
	color:#400000;
	font-size:1.1em;
	/*text-align:left;*/
	font-family:Optima, Trebuchet, Arial, sans-serif;
}

#INTbodyLeft ul{
	margin:0;
	padding:5px 2px 5px 5px;
	list-style:none;
	font-size:12px;
}
#INTbodyLeft li{
	font-size:13px;
	padding:3px;
	
}
#INTbodyLeft li ul li{
	padding:0px 2px 5px 3px;
	font-size:13px;

}


/***************** BEGIN FOOTER Styles ***********/
#footer ul{
	margin:0;
	padding:40px 0px 0px 0px;
	width:730px;
}
#footer li{	
	font-family: Optima, Trebuchet, Arial, sans-serif;
	font-size:.8em;
	font-weight:bold;
	list-style:none inside;
	display:inline;
	padding:0px 12px 0px 13px;
	color:#fff;
	text-shadow:#000 4px 4px 4px
}
#footer p{
	margin:0;
	font-family: Optima, Trebuchet, Arial, sans-serif;
	padding:10px;
	color:#fff;
	font-size:.75em;
}
#footer a{
	font-weight:bold;
	color:#5c0000;
	text-align:right;
	font-size:12px;
	display:block;
	padding-right:20px;
}


/************* OTHER CLASSES **************/
.messageError{
	border:1px solid #ff0000;
	background-color:#ffb2b2;
	margin:5px;
	padding:5px;
	visibility:visible;
	display:block;
}
.normal{
	/*border:1px solid #ff0000;
	background-color:#ffb2b2;*/
	margin:5px;
	display:block;
	visibility:hidden;
}
.messageSuccess{
	display:block;
	border:1px solid #000;
	background-color:#b2ffb2;
	margin:5px;
	padding:5px;
	visibility:visible;
}
.noBorder{
	border:0px solid #fff;
}
.footerAlignRight{
	text-align:right;
}
#DonateNow{
	position:absolute;
	padding-left:414px;
}