* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	min-height: 101%;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

p {
	margin: 1em 0;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/************************************ TOP */
#top {
	width: 770px;
	clear: both;
	float: left;
}

#topHolder {
	float: left;
	padding: 25px 0 20px 0;
}

#slogan {
	position: absolute;
	top: 170px;
	left: 30px;
	font-size: 10px;
	line-height: 12px;
	color: #bbb;
}

#header {
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 5px;
}

/*********************************** FUNCT NAV */
#functNav {
	text-align: left;
	height: 25px;
	font-size: 11px;
	padding-right: 0px;
	float: right;
	width: 500px;
}

#functNav ul {
	list-style-type: none;
	float: right;
	
}

#functNav li {
	display: inline;
	padding: 0;
}

/*********************************************** TITLE BAR */
#titleBar {
	background: #fff;
	border-bottom: 1px solid #999;
	float: left;
	height: 20px;
	margin-right: 40px;
	margin-left: 25px;
}

#title {
	float: left;
	width: 200px;
}

#title h1 {
	background: white;
	display: inline;
	width: auto;
	float: left;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
}

/****************************************** CENTER */
#center {
	margin-top: 20px;
	float: left;
	margin-left: 30px;
}

/****************************************** LEFT */
#left {
	width: 170px;
	float: left;
	margin-right: 30px;
}

#left ul {
	list-style-type: none;
	font-weight: bold;
}

#left ul li {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#left ul li.first {
	border-top: 1px solid #ddd;
}

#left ul li ul li {
	border-bottom: 1px dotted #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

#left ul ul {
	margin-left: 3.5em;
	margin-bottom: 2px;
	margin-top: 5px;
	line-height: 15px;
	font-weight: normal;
	font-size: 11px;
	list-style-image: url("../img/arrow.gif");
	line-height: 13px;
}

#left ul ul.bookmarkTags {
	margin-top: 0;
}

#left ul ul li.category {
	list-style-image: url("../img/arrow_category.gif");
	font-weight: bold;
	margin-left: -2em;
	margin-top: -2px;
}

#left ul ul.notebook {
	list-style-image: url("../img/notebook.gif");
	font-weight: normal;
}

#left ul li p{
	font-weight: normal;
	margin-top: 0;
}

/************************************ CONTENT */
#content {
	width: 500px;
	float: left;
}

#content h1 {
	font-size: 14px;
	margin-top: 1em;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
}

#content h3 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 1em;
}

#content ul {
	margin-left: 2em;
}

#content a{
	text-decoration: underline;
	color: #000;
}

#content a:hover{
	text-decoration: none;
	color: #999;
}

#content p{
	margin: 1em 0;
	}
/****************************************************** notebook page tags */

#notebookPageTags a{
	padding: 0 3px;
}

/****************************************************** bookmark tags */
#content p.tags{
	margin-top: 0;
}

#content p.tags a{
	color: #999999;
	text-decoration: none;
}

#content p.tags a:hover{
	text-decoration: underline;
}

#content img{
	display: block;
	/*padding-bottom: 1em;*/
	}
/****************************************************** nav */
#nav {
	float: left;
	width: 480px;
	height: 210px;
}

#nav ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
}

#nav .selected {
	color: #999;
	font-weight: normal;
}

#research a,#docking a,#productions a,#database a,#projects a,#reading a,#residencies a,#events a {
	color: #000;
}

#research a:hover,#docking a:hover,#productions a:hover,#database a:hover,#projects a:hover,#reading a:hover,#residencies a:hover{
	color: #999;
}

#research a.selected,#docking a.selected,#productions a.selected,#database a.selected,#projects a.selected,#reading a.selected,#residencies a.selected {
	color: #EFD540;
}

/******** research */
#research span {
	position: relative;
	top: 80px;
	left: 60px;
}

#research a {
	position: absolute;
	top: 107px;
	left: 270px;
	display: block;
	width: 112px;
	height: 79px;
	background: url("../img/nav_research.gif") no-repeat top left;
}

#research a:hover,#research a.selected {
	background: url("../img/nav_research_over.gif") no-repeat top left;
}

/******** docking station */
#docking span {
	position: relative;
	top: 82px;
	left: 43px;
}

#docking a {
	position: absolute;
	top: 56px;
	left: 549px;
	display: block;
	width: 113px;
	height: 81px;
	background: url("../img/nav_docking.gif") no-repeat top left;
}

#docking a:hover,#docking a.selected {
	background: url("../img/nav_docking_over.gif") no-repeat top left;
}

/******** productions */
#productions span {
	position: relative;
	top: 60px;
	left: 112px;
}

#productions a {
	position: absolute;
	top: 140px;
	left: 385px;
	display: block;
	width: 150px;
	height: 92px;
	background: url("../img/nav_productions.gif") no-repeat top left;
}

#productions a:hover,#productions a.selected {
	background: url("../img/nav_productions_over.gif") no-repeat top left;
}

/******** database */
#database span {
	position: relative;
	top: 0px;
	left: 12px;
}

#database a {
	position: absolute;
	top: 83px;
	left: 369px;
	display: block;
	width: 127px;
	height: 66px;
	background: url("../img/nav_database.gif") no-repeat top left;
}

#database a:hover,#database a.selected {
	background: url("../img/nav_database_over.gif") no-repeat top left;
}

/******** projects */
#projects span {
	position: relative;
	top: 80px;
	left: 57px;
}

#projects a {
	position: absolute;
	top: 121px;
	left: 203px;
	display: block;
	width: 110px;
	height: 77px;
	background: url("../img/nav_projects.gif") no-repeat top left;
}

#projects a:hover,#projects a.selected {
	background: url("../img/nav_projects_over.gif") no-repeat top left;
}

/******** reading room */
#reading span {
	position: relative;
	top: 15px;
	left: 60px;
}

#reading a {
	position: absolute;
	top: 30px;
	left: 273px;
	width: 97px;
	height: 93px;
	background: url("../img/nav_reading_room.gif") no-repeat top left;
}

#reading a:hover,#reading a.selected {
	background: url("../img/nav_reading_room_over.gif") no-repeat top
		left;
}

/******** residencies */
#residencies span {
	position: relative;
	top: 82px;
	left: 40px;
}

#residencies a {
	position: absolute;
	top: 70px;
	left: 479px;
	width: 110px;
	height: 81px;
	background: url("../img/nav_residencies.gif") no-repeat top left;
}

#residencies a:hover,#residencies a.selected {
	background: url("../img/nav_residencies_over.gif") no-repeat top left;
}

/******** news */
.newsPager{
	width: 100%;
	margin: 1em 0;
}

.newsPager .left, .newsPager .right{
	width: 50%;
	float: left;
}

.newsPager .right{
	text-align: right;
}

/*******************************************************/
.selected {
	color: #EFD540;
}

/****************************************** FOOTER */
#footer {
	clear: both;
	float: left;
	border-top: 1px solid #999;
	color: #999;
	height: 24px;
	width: 700px;
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 2em;
}

#footer p {
	margin-top: 0.5em;
	font-size: 11px;
}

#footer p a{
	text-decoration: underline;
	color: #999;
}

#footer p a:hover{
	text-decoration: none;
	color: #999;
}

/********************************************************/

/****************************************** FORMS */

form {
	clear:both;
	margin-right:20px;
	padding:0pt;
	width:60%;
}

form div {
	clear:both;
	margin-bottom:1em;
	padding:0.5em;
	vertical-align:text-top;
}

form div.optional, form div.input {
	color:#444444;
}

form div.required {
	color:#333333;
	font-weight:bold;
}

label {
	font-weight:bold;
	display:block;
	padding-right:20px;
}

input, textarea {
	clear:both;
	display:block;
	padding:2px;
	width:100%;
}

form div.submit {
	border:0pt none;
	clear:both;
	margin-left:140px;
	margin-top:10px;
}

input[type="submit"] {
	display:inline;
	font-size:110%;
	padding:2px 5px;
	vertical-align:bottom;
	width:auto;
}

.error-message{
	color: #f00;
}

span.highlight{
	background-color: yellow;
}

#search{
	margin-left: 30px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	color: #999;
}


#search input.submit{
	border: none;
	background: white;
	color: #999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}


#search input{
	display: inline;
	clear: none;
	font-size: 100%;
}

#search input.text{
	width: 110px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;	
}

/********************************************************/

/********************************** clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}