@charset "utf-8";
/* CSS Document */

.title-lhs h1, 
.title-rhs h1 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: .5px;
}
.title-lhs h1 {
	margin: 22px 0px 0px 38px;
}
.title-rhs h1 {
	margin: 22px 0px 0px 0px;
}
.content-lhs h2,
.content-rhs h2 {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .5px;
}
.content-lhs h2 {
	margin: 7px 0px 0px 24px;
}
.content-rhs h2 {
	margin: 7px 0px 0px 0px;
}
span.yellow {
	color: #fad717;	
}
.content-lhs p {
	margin: 10px 14px 4px 14px;
	font-size: 11px;
}
.content-rhs p {
	margin: 10px 14px 4px 18px;
	font-size: 11px;
	text-align: left;
}

.content-lhs .readmore span a {
	width: 54px;
	height: 19px;
	display: inline-block;
	background: url(../images/content-button-readmore-off.png) top left no-repeat;
}
.content-lhs .readmore span a:hover {
	background: url(../images/content-button-readmore-on.png) top left no-repeat;
}

.showcase .banner .fields .newsletter .button span a,
.showcase .banner .fields .search .button span a {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/fields-button-off.png) top no-repeat;
}
.showcase .banner .fields .newsletter .button span a:hover,
.showcase .banner .fields .search .button span a:hover {
	background: url(../images/fields-button-on.png) top no-repeat;
}

.middle-header h1 {
	display: none;
}

.middle-nav .row .body h2 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.middle-nav .row .body p {
	margin: 4px 0px 4px 0px;
	font-size: 11px;
	color: #ffffff;
}
.middle-nav .newsmore span a {
	width: 46px;
	height: 15px;
	display: inline-block;
	background: url(../images/content-button-newsmore-off.png) top left no-repeat;
}
.middle-nav .newsmore span a:hover {
	background: url(../images/content-button-newsmore-on.png) top left no-repeat;
}

.fields .newsletter h3,
.fields .search h3 {
	height: 14px;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display: inline-block;
}
.fields .newsletter input,
.fields .search input {
	background: none;
	border: 0px;
	padding: 3px 0px 0px 10px;
	font-size: 10px;
	width: 154px;
}
.fields .newsletter label,
.fields .search label {
	display: none;
}
