html, body {
	background: white url('../images/back-html.jpg') repeat-x top left;
	color: #202168;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

.container {
	margin: 20px auto;
	position: relative;
	width: 720px;
}

a.starburst {
	background: transparent url('../images/blog-starburst.gif') no-repeat top left;
	display: block;
	height: 53px;
	position: absolute;
	right: 0px;
	text-indent: -5000em;
	top: -20px;
	width: 99px;
	z-index: 2000;
}

a.starburst:hover {
	background-position: 0px -53px;
}

h1 {
	background: transparent url('../images/logo-h1.png') no-repeat top left;
	display: block;
	height: 114px;
	left: 238px;
	margin-bottom: 20px;
	position: relative;
	text-indent: -5000em;
	width: 217px;
}

h2 {
	color: #fff;
	font-size: 17px;
	margin: 14px 0px 22px 0px;
	padding-left: 5px;
}

.shadow-under, .shadow-over {
	background: transparent url('../images/back-hr-shadow-under.jpg') no-repeat top center;
	clear: both;
	height: 5px;
	width: 720px;
}

.shadow-over {
	background: transparent url('../images/back-hr-shadow-over.jpg') no-repeat top center;
}

.modules {
	background: transparent url('../images/back-modules.jpg') no-repeat top left;
	float: left;
	margin: 15px 0px 20px 0px;
	padding: 10px 0px 0px 42px;
	text-align: left;
	width: 680px;
}

.modules-base {
	background: transparent url('../images/back-modules-base.png') no-repeat top left;
	clear: both;
	height: 15px;
	left: -4px;
	position: relative;
	top: 12px;
	width: 720px;
}

.news, .services {
	float: left;
	font-size: 2em;
	margin-right: 23px;
	padding: 0px 0px 0px 13px;
	width: 295px;
}

.news p, .services p {
	line-height: 1.4em;
	margin: 15px 0px 0px 0px;
	padding-right: 140px;
}

.news p {
	margin-top: 7px;
}

.mdl-link {margin-bottom: 0px;}

#quote-holder {
	background: #fff url('../images/back-quote.jpg') repeat-y center top;
	height: 140px;
}

.quote, .strapline {
	color: #808098;
	font-size: 2.5em;
	line-height: 1.5em;
	padding: 0px 40px 0px 40px;
	text-align: center;
}

.quote {
	margin: 0px;
	padding: 15px 40px 15px 40px;
	width: 640px;
}

.quoter, .strapline {
	color: #202168;
	display: block;
	padding-top: 10px;
}

.strapline {
	clear: both;
	font-size: 2.8em;
	line-height: 1.6em;
	margin-top: 0px;
}

.footer {
	color: #b4b4b4;
	font-size: 1.4em;
	margin-top: 10px;
	text-align: center;
}

/* blog overrides */

#page {
	background: none;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 1.7em;
}

#header {
	background: transparent url('../images/blog-header-base.jpg') no-repeat center bottom;
	height: 139px;
	margin-bottom: 10px;
}

#headerimg {
	height: 139px;
	overflow: hidden;
	position: relative;
}

#page h1 {
	left: 257px;
	font-size: 20px;
	margin-bottom: 0px;
}

#page #headerimg .description {
	position: absolute;
	visibility: hidden;
	z-index: 600;
}

#page #header .header-links {
	left: 40px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	z-index: 400;
}

#page #header .header-links a {
	background: transparent url('../images/arrow-left.gif') no-repeat left center;
	padding-left: 11px;
}

#page #header .header-links a:hover {
	background-position: -200px center;
}

#page #content.narrowcolumn {
	background: transparent url('../images/blog-news-header.jpg') no-repeat 40px 25px;
	overflow: hidden;
	padding-top: 70px;
}

#content.narrowcolumn h2 {
	padding-left: 0px; /* override previous setting for panel headers */
}

.widecolumn .post {clear: both;}

.post {
	background: #fff url('../images/blog-post-base.jpg') no-repeat left bottom;
	padding-bottom: 20px;
}

#sidebar .mb-contact-panel {
	background: #fff url('../images/blog-panel-back.jpg') no-repeat left top;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	margin: -2px 0px 0px -6px;
	padding: 20px 19px 0px 19px;
	width: 149px;
}

#sidebar .mb-contact-panel p {
	margin-bottom: 7px;
}

#sidebar .mb-contact-panel h2 {
	margin: 0px 0px 25px 0px;
	text-indent: -5000em;
}

.mb-contact-panel-base {
	background: #fff url('../images/blog-panel-base.jpg') no-repeat left top;
	display: block;
	height: 105px;
	margin: -5px 0px 0px -19px;
	width: 187px;
}

#page #footer {
	background: none;
}

:-moz-any-link:active,
:-moz-any-link:focus {outline: none;}