/* CSS Document */

.FeaturedBox {
	height:500px;
	padding:0px 0px 0px 25px;
	margin:0px;
}

.FeaturedImage {
	width:500px;
	float:left;
	margin-top:25px;
}
.FeaturedText {
	width:450px;
	float:left;
}

.FeaturedTextHeading {
	text-align:center;
	
}

a.Homepageheading2 {
	text-decoration:none;
	color:#03344f;
}

a:hover.Homepageheading2 {
	text-decoration:none;
	color:#cc672b;
}

.FeaturedTextParagraph {
	padding-top:10px;
	font-size:17.5px;
	text-align:center;
	font-weight:100;
	color:#CCC;	
}

.FeaturedTextButton {
	margin:0px;
	padding-top:0px;
	width:450px;
	height:71px;
	background-image:url(../images/Featured-Button-Background-for-awnings-and-commercial-patios.png);
	background-repeat:no-repeat;
	background-position:left top;
}

a.FeaturedButtonLink {
	text-decoration:none;
	font-size:35px;
	text-align:center;
	padding:20px 0px 0px 0px;
	color:#cc672b;
}

a:hover.FeaturedButtonLink {
	text-decoration:none;
	font-size:35px;
	text-align:center;
	padding:20px 0px 0px 0px;
	color:#03344f;
}

p.FeaturedButtonLinkP {
	padding:13px 0px 18px 0px;
}

.FeaturedDivider {
	height:15px;
	width:979px;
}
