html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,	
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font: 1em Arial, sans-serif;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}	
#header {
	width: 740px;
	margin: 0 auto;
	padding: 25px 40px;
	overflow: hidden;
	text-align: center;
}		
#header h1 {
	font: bold 1.5em/1.5em Arial, sans-serif;
	color: #7e3233;
	letter-spacing: -1px;
}		
#header a {
	font-weight: bold;
	color: #7e3233;
	text-decoration: none;
}
#logo {
	background: url(https://cdn.weissinc.com/img/weissresearch.sprite.png) no-repeat scroll left top transparent;
	display: block;
	height: 81px;
	outline: 0 none;
	text-indent: -9999px;
	width: 219px;
	margin: 0 auto;
	display: block;
	border: 0;
	text-indent: -99999px;
	-ms-interpolation-mode: bicubic;
}			  
#main {
	width: 818px;
	margin: 2px auto 0 auto;
	padding: 30px 0 0 0;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: inset 0px 1px #fff, inset 0px 10px 20px rgba(0,0,0,0.02), 0px 1px 2px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px #fff, inset 0px 10px 20px rgba(0,0,0,0.02), 0px 1px 2px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px #fff, inset 0px 10px 20px rgba(0,0,0,0.02), 0px 1px 2px 0px rgba(0,0,0,0.05);
	overflow: hidden;
	text-align: center;
} 	
#main h1 {
	margin-bottom: 20px;
	font: bold 1.4em/1.4em Arial, sans-serif;
	color: #333;
}
#main h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font: bold 1.4em/1.4em Arial, sans-serif;
	color: #333;
}
#main p {
	padding: 0 100px 15px 100px;
	font: normal 1em/1.4em Arial, sans-serif;
	color: #333;
}
#main em {
	font-style: italic;
}
#main strong {
	font-weight: bold;
}
#main a {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
#main .preferences-list li {
	margin-bottom: 15px;
}
#unsubscribe {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #333;
	text-align: center;
}		 	 
#unsubscribe form {
	font: 13px Arial, sans-serif;
	width: 480px;
	margin: 0 auto;
	position: relative;
}
#unsubscribe #label {
	float: left;
	display: block;
	margin: 0 10px 0 0; 
	padding-top: 9px;
}
#unsubscribe input#email {
	float: left;
	width: 200px;
	height: 18px;
	margin: 0 10px 0 0; 
	padding: 6px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#unsubscribe input#email:focus {
	outline: none;
	border: 1px solid #777;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}			
input#submit {
	float: left;
	width: 120px;
	height: 32px;
	padding: 6px 12px;
	outline: none;
	border: 1px solid #702b2c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #914b4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #914b4c 50%, #7e3233 51%, #914b4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#914b4c), color-stop(51%,#7e3233), color-stop(100%,#914b4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #914b4c 50%,#7e3233 51%,#914b4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #914b4c 50%,#7e3233 51%,#914b4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #914b4c 50%,#7e3233 51%,#914b4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #914b4c 50%,#7e3233 51%,#914b4c 100%); /* W3C */
	font: bold 1em Arial, sans-serif;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
}
input#submit:hover {
	border: 1px solid #3f1617; 
	background: #844647; /* Old browsers */
	background: -moz-linear-gradient(top,  #844647 50%, #732e2f 50%, #844647 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#844647), color-stop(50%,#732e2f), color-stop(100%,#844647)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #844647 50%,#732e2f 50%,#844647 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #844647 50%,#732e2f 50%,#844647 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #844647 50%,#732e2f 50%,#844647 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #844647 50%,#732e2f 50%,#844647 100%); /* W3C */
	cursor: pointer;
}			 
input#submit:active {
	border: 1px solid #3f1617;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.error {
	width: 350px;
	position: absolute;
	top: 36px;
	left: 103px;
	z-index: 2;
	font-weight: bold;
	font-size: 12px;
	color: #933 !important;
	text-align: left;
}
#footer {
	width: 740px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	color: #999;
	font: 0.8em/1.5 Arial, sans-serif;
	text-align: center;
}
#footer a {
	margin: 0 5px;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

/* LINKS */
.mam-link,
.uwd-link,
.esy-link,
.edu-link {
	width: 320px; 
	display: block;
	margin: 0 auto;
	padding: 10px 0 10px 60px;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), inset 0px -5px 15px 0px rgba(0, 0, 0, 0.05);      
  	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.05), inset 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
	font: bold 16px Arial, sans-serif;
	color: #333;
	text-align: left;
	text-decoration: none;	    
  	cursor: pointer;
  	overflow: hidden;
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mam-link span,
.uwd-link span,
.esy-link span,
.edu-link span {
	width: 20px;
	padding: 10px 10px 10px 15px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 1);      
  	box-shadow:  inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
  	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mam-link:hover,
.uwd-link:hover,
.esy-link:hover,
.edu-link:hover,
.mam-link:hover span,
.uwd-link:hover span,
.esy-link:hover span,
.edu-link:hover span {
	border: 1px solid #bbb;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.mam-link:active, 
.uwd-link:active, 
.esy-link:active,
.edu-link:active {
	position: relative;
	top: 1px;
}
.mam-link {
	color: #800;
}
.uwd-link {
	color: #060;
}
.esy-link {
	color: #104787;
}
.edu-link {
	color: #6a1b9a;
}