/* Landing Page Markup Styles */

/* Main Feature */
h4.lndmfElement-h4 
{
	-ms-name: "Feature Heading";
}
p.lndmfElement-p
{
	-ms-name: "Paragraph";
}

a.more
{
	-ms-name: "More Info Link";
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 7px;
	background-color: #f78f1e;
	color: #fff;
	text-transform: uppercase;
	margin: 10px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.lndmfElement-amore
{
	-ms-name: "More Info Link";
	display: inline-block;
	float:right;
	padding: 4px 7px;
	background-color: #f78f1e;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	top:5px;
}
a.lndmfElement-amore:link, a.lndmfElement-amore:visited { color: #fff; }
a.lndmfElement-amore:hover
{
	background-color: #c60;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

a.lndmfElement-amore-home
{
	-ms-name: "More Info Link";
	display: inline-block;
	float:right;
	padding: 4px 7px;
	background-color: #f78f1e;
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
a.lndmfElement-amore-home:link, a.lndmfElement-amore-home:visited { color: #fff; }
a.lndmfElement-amore-home:hover
{
	background-color: #c60;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}