/*Menu Landing - Bottom of Home Page*/
.menulandinghome{
	
}
.menulandinghome .menuleftborder{
	background-image: url(../menulanding_left.gif);
	float:left;
	height:157px;
	width:16px;
}
.menulandinghome .menurightborder{
	background-image:url(../menulanding_right.gif);
	float:left;
	height:157px;
	width:16px;
}
.menulandinghome .menuitem{
	background-color:#D6D4E7;
	float:left;
	width:230px;
	height:157px;
}
.menulandinghome .menuitem .header{
	background-color:#332A85;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	height:36px;
}
.menulandinghome .menuitem .header a, .menulandinghome .menuitem .header a:hover{
	color:#FFF;
	text-decoration:none;
}
.menulandinghome .menuitem .header a:hover{
	color:#FFF;
	text-decoration:underline;
}
.menulandinghome .menuitem .header .padding{
	padding-top:11px;
}
.menulandinghome .menuitem .pullquote{
	padding-top:15px;
}
.menulandinghome .menuitem .pullquote .image{
	float:left;
	width:70px;
}
.menulandinghome .menuitem .pullquote .text{
	float:left;
	margin-left:15px;
	width:135px;
}

/*Menu Landing - Donate Now*/
.menulandingdonate{
	margin-top:10px;
}
.menulandingdonate .menuleftborder{
	background-image: url(../menulanding_left_donate.gif);
	float:left;
	height:147px;
	width:15px;
}
.menulandingdonate .menurightborder{
	background-image:url(../menulanding_right_donate.gif);
	float:left;
	height:147px;
	width:15px;
}
.menulandingdonate .menuitem{
	background-color:#FBD8BC;
	float:left;
	width:220px;
	height:147px;
}
.menulandingdonate .menuitem .header{
	background-color:#F37C20;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	height:36px;
}
.menulandingdonate .menuitem .header a, .menulandingdonate .menuitem .header a:hover{
	color:#FFF;
	text-decoration:none;
}
.menulandingdonate .menuitem .header a:hover{
	color:#FFF;
	text-decoration:underline;
}
.menulandingdonate .menuitem .header .padding{
	padding-top:11px;
}
.menulandingdonate .menuitem .pullquote .image{
	padding-top:5px;
	float:right;
	width:110px;
}
.menulandingdonate .menuitem .pullquote .text{
	padding-top:15px;
	float:left;
	width:105px;
}