/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}


/* ======================= */

body{
background: #FFF;
font-family: Georgia, Palatino, "Times New Roman", serif;
}

* {
   vertical-align: baseline;
   font-weight: inherit;
   font-family: inherit;
   font-style: inherit;
   font-size: 100%;
   border: 0 none;
   padding: 0;
   margin: 0;
}

.hide    { display: none; }
.clear   { clear: both; }
.quiet   { font-size: 80%;   color: #aaa;}
.quiet a { color: #aaa ; text-decoration: none; }
.floatl  { float: left;   margin-right: 10px; }
.floatr  { float: right; }
.center  { margin: auto; }
strong   { font-weight: bold;  }
em	     { font-style: italic; }

a{
color: #121212;
text-decoration: none;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
}

h2{
color: #333333;
margin: 0;
padding: 0;
font-size: 1.2em;
text-decoration: none;
margin-bottom: 0;
margin-top: 30px;
padding-top: 10px;
border-top: 1px solid #7b7b7b;
font-weight: bold;
}

h4{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #ccc;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.date{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: .7em;
color: gray;
float: none;
display: block;
padding-top: 0px;
margin-top: 8px;
padding-right: 0px;
text-transform: uppercase;	
}

.bodycopy, .mission {
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: 0;
}

.mission {margin-top: 15px;}

.bodycopy p, .mission p {
	margin-bottom: 10px;
	margin-top: 0;
}

.nosideimage {display:none;}

.sideimage {margin-top: 15px;}

.photo p {margin-bottom: 15px;}

.collapsible-heading-status {display: none;}

#nav {display: none;}