#header {
	height: 108px;
	background: #fff9e8 url(../images/header-bg.png) top repeat-x;
}
#headerImage {
	display: none;
}
#headerLogo {
	margin: 0;
	width: 705px;
	height: 108px;
	background: url(../images/headerLogo.png) center no-repeat;
}
#login {
	background: url(../images/login.png) no-repeat;
}
.loginbutton {
	background: url(../images/memberButton.png) left no-repeat;
}
body {
	background: #f4f0e8 url(../images/shadow.png) center repeat-y;
}
#nav {
	background: #e78d43 url(../images/navBG.png) repeat-x;
}
#nav ul ul a,
#nav ul li:hover a {
	background: #e78d43;
}
#nav ul li a:hover {
	background: #edc592 url(../images/navHoverBG.png) repeat-x;
}
.barHeader h5, /* legacy class */
.block h5,
.newsletterHeader,
.blogPostHeader {
	background: #d5ac77 url(../images/barHeader.png) top repeat-x;
	border-left: 10px solid #ead1b2;
}
#searchBox .searchButton input{
	background:url(../images/searchButton.png) left top no-repeat;
}
#searchBox .searchButton input:hover {
	background:url(../images/searchButton.png) right bottom no-repeat;
}
#para {
	padding-right: 0;
	background: none;
}
.latestBlogPosts li.odd,
.latestForumPosts li.odd {
	background: #faecdb;
	color: #000;
}
.latestBlogPosts li.even,
.latestForumPosts li.even {
	background: #fff9f1;
	color: #000;
}
.arrowbutton,
.tellafriend.form .submit input,
#commsubscription6 .submit input {
	background-color: #f9e2c2;
	color: #000;
}
.arrowbutton:hover,
.tellafriend.form .submit input:hover,
#commsubscription6 .submit input:hover {
	background-color: #6cbaeb;
	color: #000;
}
.faqs ul li {
	background-image: url('/themes/mscCommon1/images/arrowOrange.png');
}
.faqs ul li.close {
	background-image: url('/themes/mscCommon1/images/arrowOrange.png');
}
#step1 {
	background-image: url('/themes/mscCommon1/images/step1Orange.png');
}
#step2 {
	background-image: url('/themes/mscCommon1/images/step2Orange.png');
}
#step3 {
	background-image: url('/themes/mscCommon1/images/step3Orange.png');
}
#step4 {
	background-image: url('/themes/mscCommon1/images/step4Orange.png');
}
#footer {
	background: #d15a06 url(../images/footerBG.png) top repeat-x;
}
#welcome {
	background: none;
}
#contentWide { width: auto !important; }