/* 
  ------------------------------------------------
  Copyright (c) 2016
  Cynthia Pinsonnault
  ------------------------------------------------
*/

/* CSS Reset - based on
   http://meyerweb.com/eric/tools/css/reset/ */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BEGIN PAGE CSS */

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #999;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #333;
	background-color: #E8E8E8;
	padding: 0px;
	margin: 0;
}
#masthead #banner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px;
	overflow: hidden;
	background-image: url(../images/beakers.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 168px;
}
#masthead #banner h3 {
	font-size: 42px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
#masthead #banner h1 {
	font-size: 18px;
	text-transform: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 14px;
}
#masthead #banner h2 {
	font-family: "cardo", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2E69D5;
	text-align: right;
	padding-right: 225px;
	font-style: italic;
	font-weight: 400;
	margin-top: 24px;
	margin-bottom: 0px;
	line-height: 1.3em;
}
#menubar {
	background-color: #B74F42;
}
#menubar #nav {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#midsect {
	background-color: #fff;
}
#midsect #wrapper #abovetable {
	padding: 24px 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	margin: 0;
	font-size: 12px;
	background-color: #999999;
}
#footer #closing {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#footer .content {
	padding: 6px 20px 0px;
}
#closing a:link {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
#closing a:visited {
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
#closing a:hover {
	color: #333;
	font-weight: 600;
	text-decoration: underline;
}
#footer #subfoot {
	font-size: 11px;
	color: #666666;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-bottom: 12px;
	padding-right: 20px;
}
#subfoot a:link {
	color: #666;
	text-decoration: none;
}
#subfoot a:visited {
	color: #666;
	text-decoration: none;
}
#subfoot a:hover {
	color: #333;
	text-decoration: underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h4 {
	font-size: 1.2em;
	margin: 0 0 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #2E69D5;
	padding-bottom: 6px;
}
h5 {
	font-size: 1em;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	color: #2E69D5;
	letter-spacing: 0.15em;
}
h6 {
	font-size: 1em;
	margin: 30px 0 0px;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.nomargintop {margin-top: 0;}
p  {
	margin: 6px 0 18px;
}
.quote {
	font-size: 18px;
	font-style: italic;
	color: #2e69D5;
	font-weight: 400;
	font-family: "cardo", Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
.italic110 {
	font-size: 110%;
	font-style: italic;
}
.bold100 {
	font-weight: 600;
}
