/* @group YUI-reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

del,ins {
	text-decoration: none;
}

/* @end */

body {
	font-size: 16px;
	font-family: sans-serif;
	line-height: 1.125em; /* 16×1.125=18 */
	min-width: 820px;
}

#page {
	margin: 0 2em;
	position: relative;
}

h1 {
	font-size: 2.0em;
	line-height: 2.0em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.8em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: .25em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

a {
	color: #2c00ff;
}

/* @group Header */

#header {
	position: relative;
	height: 70px;
	width: 100%;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}

#header, #nav li.active, #footer {
	background-color: #95f29a;
}

#header h1 {
	position: absolute;
	line-height: 1.25em;
	top: .5em;
	background-color: rgba(255,254,255,0.39);
	width: 100%;
	text-indent: .25em;
	letter-spacing: 1px;
}

#content h5.phon {
	font-size: 200%;
	line-height: 1.25em;
	top: 150px;
	left: 250px;
	z-index: -5;
	color: #000;
}

#header h1 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	position: absolute;
	display: block;
	
	top: .5em;
	right: 0px;
	
	font-size: 200%;
	
	line-height: 1.25em;
}

#nav li {
	display: table-cell;
	padding: 0 .25em;
}

#nav li.active a {
	color: #000;
}

#nav li a {
	text-decoration: none;
	color: #0032b6;
}

/* @end */

/* @group Content */

#content {
	position: relative;
	margin-top: 1.25em;
}

address {
	margin: 0 1em;
}

/* @group index page inner text */

#content p {
	font-size: 0.875em;
	margin: 1em;
}

ul.events li:first-child {
	margin-top: 0em;
}

ul.events li:last-child {
	margin-bottom: 0em;
}

ul.events li {
	font-size: 0.875em;
	margin: 1em;
}

/* @end */




#sub_nav {
	display: block;
}

#sub_nav li {
	display: table-cell;
	padding: 5px .5em;
}

div.section {
	margin: .75em 0;
}

img.pic {
	width: 160px;
	height: 240px;
	position: absolute;
	left: 1em;
	top: 0px;
	background-color: #CCC;
	border: 1px solid #444;
}

div.section.rightpadding {
	margin-left: 200px;
	height: 240px;
	/*padding-top: 35px;*/
}

.publications {
	margin: 0 1em;
	font-size: .9em;
}


dl dt, .publications li, .events li {
	margin-bottom: .5em;
}

dl dd {
	margin: 0 1em 1em 1em;
}

dl.publications dd {
	font-size: 0.875em;
	margin: 1em 2em;
}



/* @end */


#footer {
	position: relative;
	width: 100%;
	
	padding: .25em .5em;
	font-size: .8em;
	color: #111;
	
		-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

#footer img {
	padding: 5px;
	float: left;
}

#footer p {
	padding: 2px;
}
