/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/* ----- Featured Wide Block ----- */

.Featured-Wide {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 799px;
	height: auto;
	border-bottom: 6px solid #363573;
}

.Featured-Wide-Top {
	position: relative;
	float: left;
	width: 100%;
	height: 4px;
	line-height: 0px;
}

.Featured-Wide-Base {
	position: relative;
	float: left;
	width: 100%;
	height: 4px;
}

.Featured-Wide-Header {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.Featured-Wide-Footer {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

/* ----- Element Styles ----- */

.Featured-Wide-Header H1 {
	position: relative;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
* html .Featured-Wide-Header H1 { margin: 0 0 0 7px; }

.Featured-Wide p {
	padding: 10px 10px 10px 15px;
}

.Featured-Wide-Header p {
	padding: 0 15px 0 0;
}

/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

/* ----- Paging Elements ----- */

.Featured-Wide .Featured-Wide-Header .Paging {
	position: relative;
	float: right;
	padding: 0 0 0 0;
}

.Featured-Wide .Featured-Wide-Footer .Paging {
	position: relative;
	float: right;
	padding: 0 0 0 0;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ----- Featured Block Header Elements ----- */

.Featured-Wide-Header H1 { color: #186da9; }

/* ----- Paging Elements ----- */

.Featured-Wide .Featured-Wide-Header .Paging { color: #bdbdbd; }
.Featured-Wide .Featured-Wide-Footer .Paging { color: #bdbdbd; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

/* ----- Content Block Elements ----- */

.Featured-Wide-Header H1 {
	font-weight: bold;
	font-size: 0.9em;
}

/* ----- Paging Elements ----- */

.Featured-Wide .Paging {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}

.Featured-Wide .Paging a { text-decoration: none; }
.Featured-Wide .Paging a:hover { text-decoration: underline; }