@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.topLink {
	font-size: 80%;
	color: #9D2B2B;
	font-weight: bold;
}
.topLink:before {
	content: "\5E\ ";
	color: #9D2B2B;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #9D2B2B;
}
a:active {
	outline:none;
}
a:focus {
	-moz-outline-style: none;
}
#container {
	width: 780px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin-right: auto;
	height: auto;
	/* [disabled]padding-bottom: 20px; */
}
#wh_header {
	height: 160px;
	padding: 0;
	margin: 0px;
}
#wh_header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/headImages/red_MElogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	height: 185px;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#red_header {
	height: 160px;
	padding: 0;
	margin: 0px;
}
#red_header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/headImages/MElogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	height: 185px;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#mainContent {
	width: 778px;
	position: relative;
	clear: both;
	border: 1px solid #666666;
	background: #FFF url(../../../../images/corner_legs.png) no-repeat right bottom;
}
#constant_contact, #constant_contact2, #constant_contact3 {
	width: 270px;
	text-align: center;
	background-color: #CCCCCC;
	color: #FFFFFF;
	z-index: 1;
	float: none;
	margin-left: 25px;
	clear: left;
	padding: 10px;
	border: 1px solid #333;
}
#constant_contact, #constant_contact2, #constant_contact3 span {
	font-size: 85%;
	font-style: italic;
}
#constant_contact2 {
	margin: 0 auto;
}
#constant_contact3 {
	float: right;
}					
#footer {
	line-height: 0.5em;
	clear: both;
	position: relative;
	height: 228px;
	text-align: left;
}
#wh_tag {
	background-image: url(../images/headImages/blk_tagline.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 501px;
	padding: 0px;
	position: absolute;
	left: 250px;
	height: 60px;
	text-indent: -10000px;
	top: 50px;
	margin: 0px;
	z-index: 1000;
	visibility: visible;
}
#red_tag {
	background-image: url(../images/headImages/wht_tagline.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 501px;
	padding: 0px;
	position: absolute;
	left: 250px;
	height: 60px;
	text-indent: -10000px;
	top: 50px;
	margin: 0px;
	z-index: 1000;
	visibility: visible;
}
#footerText {
	width: 250px;
	margin-left: 30px;
	background-image: url(../images/redSwirl.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#nav {
	height: 28px;
	width: 780px;
	margin-top: 11px;
}
ul {
	list-style-type: disc;
}
.redBkg {
	background-color: #C30;
}
#fader {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 6000;
	left: 0px;
	top: 0px;
	visibility: hidden;
	-moz-opacity: 0;
	opacity: 0;
	display: none;
}
.redMediumHeader {
	font-size: 115%;
	color: #9D2B2B;
	background-image: url(../images/greySwirl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.redMediumHeader a:link {
	color: #9D2B2B;
}

h3 {
	color: #000;
	font-size: 105%;
}
em {
	color: #9D2B2B;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.popupCenter {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.popupClose {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
}
.popupClose a {
	color: #9D2B2B;
}
.spaceAbove {
	padding-top: 20px;
}
.popup {
	background-color: #FFF;
	position: fixed;
	visibility: hidden;
	z-index: 15000;
	left: 50%;
	top: 15%;
	border: 5px solid #9D2B2B;
	display: none;
	overflow: auto;
	padding: 10px;
}
.redCaption {
	font-size: 80%;
	color: #9D2B2B;
	text-align: center;
	font-weight: bold;
}
#paddedContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}
.designLink {
	font-size: 95%;
	font-weight: bold;
	color: #000;
}
.designLink:before {
	content: "\7D\ ";
	color: #9D2B2B;
}
.doubleLink {
	font-size: 95%;
	font-weight: bold;
	color: #000;
}
.doubleLink:before {
	content: "\7B\ ";
	color: #9D2B2B;
}
.doubleLink:after {
	content: " \7D\ ";
	color: #9D2B2B;
}
.redLink {
	font-weight: bold;
	color: #9D2B2B;
	text-decoration: none;
}
.copyright {
	font-size: 80%;
}
#productText {
	background-image:url(../images/productImages/productLink.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 103px;
	vertical-align: 50%;
	display: inline-block;
	color: transparent;
}
#mc-embedded-subscribe-form fieldset {
	border-style: none;
}
#mc_embed_signup {
	margin-top: 10px;
	margin-bottom: 10px;
}

