/* v1.0 | 20080212 */
/*=reset css
----------------------------------------------------------------- */
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, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #34322f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}
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;
	font-size:1em;
}

/* =Typography
------------------------------------------------------------------------------ */
#mainContent .mainBlockWrap p {
	font-size: 1.2em;
	margin: 0 0 14px;
}
#mainContent .mainBlockWrap h1 {
	color: #007e44;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 5px 0;
}
#mainContent .mainBlockWrap h6.number {
	color: #007e44;
	font-size: 4.5em;
	font-weight: normal;
	margin: 0 80px 5px 0;
}
#mainContent .mainBlockWrap h2 a {	
	color: #2A7CB6;
	text-decoration: none;
}
#mainContent .mainBlockWrap h2 a:hover {	
	text-decoration: underline;
}
.twoColumnFixed #mainContent .mainBlockWrap h1 {
	/* width:370px; */
	margin-right:0;
}
.twoColumnFixed .fullColumn #mainContent .mainBlockWrap h1 {
	/* width: 560px; */
	margin-right:0;
}
#mainContent .mainBlockWrap h2, #superbox .caption h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0px 0 5px;
	color:#007E44;
	padding-top:15px;
}
#superbox .caption h2:first-child {
	padding-top:0;
}
#mainContent .mainBlockWrap h2#page-sub-title{
	color: #7f7757;
	margin:0;
	padding-top:0;
}
#mainContent .mainBlockWrap h2.sub {
	border-bottom: 0;
	color: #7d7b79;
	font-size: 1.7em;
	margin: 0 0 0px;
	padding: 0;
}
#mainContent .mainBlockWrap h3, #superbox .caption h3 {
	font-size: 1.8em;
	color: #ad8c34;
	font-weight: normal;
	margin: 0 0 0px;
}
#mainContent .mainBlockWrap h4, #superbox .caption h4 {
	font-size: 1.4em;
	color: #5D5241;
	font-weight: bold;
	margin: 0 0 0px;
}
#mainContent .mainBlockWrap h5, #superbox .caption h5 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0px;
	color: #5D5241;
}
#mainContent .mainBlockWrap h6, #superbox .caption h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0px;
	color: #000;	
}
.under-title{
	padding-top:0 !important;
	margin-top:0 !important;
}
sup {
	font-size: 9px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 0.33em;
}

/* =Lists
------------------------------------------------------------------------------ */
#mainContent .mainBlockWrap ul, #mainContent .mainBlockWrap ol {
	font-size: 1.2em;
	margin: 0 0 14px 27px;
}

#mainContent .mainBlockWrap #site-map ul.menu-site-map ul{
	margin-left:15px;
}
#mainContent .mainBlockWrap ul.menu-site-map{
	margin-left:0;
}
#mainContent .mainBlockWrap ul { list-style: disc; }
#mainContent .mainBlockWrap ol, #mainContent .mainBlockWrap ol.decimal { list-style: decimal; }
#mainContent .mainBlockWrap ol.lowerAlpha { list-style: lower-alpha; }
#mainContent .mainBlockWrap ol.upperAlpha { list-style: upper-alpha; }
#mainContent .mainBlockWrap ul li, #mainContent .mainBlockWrap ol li { margin-bottom: 3px; }
#mainContent .mainBlockWrap ul li p, #mainContent .mainBlockWrap ol li p { font-size:1em; }
#mainContent .mainBlockWrap #event-details ul li p{ margin-bottom:0; }
#mainContent .mainBlockWrap li ul, #mainContent .mainBlockWrap li ol { font-size: 1em; margin-top: 7px; }

/*=publication titles
----------------------*/
.pubTitle { font-family:Georgia, "Times New Roman", Times, serif; }
.pub { font-family:Georgia, "Times New Roman", Times, serif; }

/* =Clearfix
------------------------------------------------------------------------------ */
.clearfix:after { 
	content: "";
	display: block; 
	clear: both;
	height: 0; 
	visibility: hidden; 
}
.clearfix { 
	min-height: 0;
	height: 0;
}
html>body .clearfix { 
	height: auto;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.elClear { clear: both; }

