/* if there is no image */
#pagenav {
	clear: both;
}
#pagenav h2 a {
	text-decoration:none;
	color:#000;
}
#pagenav h2 a:hover {
	text-decoration:underline;
}
#pagenav h2 + ul {
	margin-top:-.5em;
}
.sectionFeatures a {
	font-weight:normal;
	text-decoration:none;
}
.sectionFeatures a:link {
	color: #00819d;
}
.sectionFeatures a:visited {
	color: #74729F;
}
.sectionFeatures a:hover {
	text-decoration:underline;
}
.sectionFeatures li {
	margin: 0.5em 0;
}
.listImg {
	background-color:#ddd;
	display:none;
	float:left;
}
.sectionFeaturesSummary {
	margin-top:0;
	color: #555;
}
/* different megalanding features */
.onepic ul,
.square ul,
.list ul,
.features ul {
	padding:0;
	display:block;
}
.onepic {
	clear:both;
}
.onepic ul.sectionFeatures {
	margin-left:290px;
}
.onepic .sectionFeatures li {
	list-style:none;
	display:block;
	padding: 0 0 0 2em;
}
.onepic .sectionFeatures li:first-child {
	padding:0;
}
.onepic .sectionFeatures li .sectionFeaturesHeading a {
	list-style:square;
	display:list-item;
}
.onepic .sectionFeatures li .sectionFeaturesSummary {
	display:none;
}
.onepic .sectionFeatures li:first-child .sectionFeaturesHeading {
	font-size: 1.5em;
	list-style:none;
	display:block;
}
.onepic .sectionFeatures li:first-child .sectionFeaturesSummary {
	display:block;
}
.onepic .sectionFeatures li:first-child .listImg {
	display:block;
	float:left;
	width:280px;
	height:182px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;/*margin: 0 10px 0 -170px; */
	margin-left:-290px;
}
.square {
	clear:both;
}
.square .sectionFeatures li {
	display:inline-block;
	vertical-align:top;
	width:138px;
	margin-right:5px;
}
.square .sectionFeatures li a {
	display:block;
	margin: 0 0 0 1em;
}
.square .sectionFeatures li .sectionFeaturesHeading a {
	display:list-item;
	list-style:square;
}
.square .sectionFeatures li .sectionFeaturesSummary {
	display:none;
}
.square .sectionFeatures li .listImg {
	display:block;
	float:none;
	width:130px;
	height:130px;
	margin-left:-1em;
	border:solid 2px #ddd;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;/*margin: 0 10px 0 -170px; */
}
.square .sectionFeatures li a:hover .listImg {
	border-color: inherit;
}
.list {
	clear:both;
}
.list .sectionFeatures > * {
	overflow:hidden;
	padding-left:74px;
}
.list .sectionFeaturesHeading {
	font-size:1.17em;
}
.list .sectionFeatures li .listImg {
	display:block;
	height: 48px;
	width: 64px;
	float:left;
	margin-left:-74px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;/*margin: 0 10px 0 -170px; */
}
.features .sectionFeatures li {
	display:inline-block;
	vertical-align:top;
	width:280px;
	margin-right:5px;
}
.features .sectionFeatures li a {
	display:block;
}
.features .sectionFeatures li .sectionFeaturesHeading {
	display:block;
}
.features .sectionFeatures li .sectionFeaturesSummary {
	display:block;
}
.features .sectionFeatures li .listImg {
	display:block;
	width:280px;
	height:182px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


/* right hand featured articles */
.featureGroup {
	background:#eee;
	margin: 1.2em 0;
	padding:0 10px;
	width:300px;
}

.featureGroup h2 {
	font-family:inherit;
	border:none;
	margin:.5em 0;
}

.featureGroup li {
	border:none;
	padding:0;
}

.featureGroup a { font-weight:normal; }

.featureGroup a { font-weight:normal; }

.featureGroup a:link { color: #007690; }
.featureGroup a:visited { color: #6a6892; }

.featureGroup a:hover { text-decoration:none; }

.featureGroup a:hover .sectionFeaturesHeading { text-decoration:underline; }

.featureGroup ul > * {
	overflow:hidden;
	margin:10px 0;
	padding-left:110px;
}

.featureGroup .sectionFeaturesHeading {
	font-size:1em;
	font-weight:bold;
}

.featureGroup ul li .listImg {
	display:block;
	height: 60px;
	width: 100px;
	float:left;
	margin-left:-110px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;/*margin: 0 10px 0 -170px; */
}