body {
	background: #fff;
	color: #1D302F;
}

.header {
	background: #660011 URL('../images/snow.png') repeat-x;
	}
.mjdlogo {
	background: URL('../images/michaeljacobdavislogo_winter.png') no-repeat;
}
a {
	color: #fff;
	background-color: #A9A383;
}
.menu div {
	background-color: #fff;

}
.menu a.menuItem {
	color: #1D5654;
	background-color: #77AEB1;
}

.menu a:hover {
	background-color: #C2DED2;
	color: #77AEB1;
}
.menu a.selected {
	color: #fff;
	background-color: #5A5651;
}
a:hover, a.link:hover {
	background-color: #1D5654;
	color: #CCE9E8;
}
h3 {
	background-color: #B0CEC6;
	color: #457D83;
	}
label.contactInput {
	color: #E9E2B0;
	}
.footer a {
	display: inline;
}
div.left {
	background-color: #D2E8DC;
}
/* Style Switch */
.spring {
	background: URL('../images/spring.png');
	}
.summer {
	background: URL('../images/summer.png');
	}
.fall {
	background: URL('../images/fall.png');
	}
.winter {
	background: URL('../images/winter.png') -20px 0px no-repeat;
	}