* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	min-height: 100%;
	background-color: black;
}

body {
	min-height: 100%;
	color: #918675;
/*	font-family: HelveticaNeueUltraLight;*/
	font-family: "HelveticaNeue-Light", "HelveticaNeue","Helvetica Neue", Helvetica, Arial, sans-serif;
/*	font-family: "Helvetica Neue CE 100 UltraLight", "Helvetica Neue LT 100 UltraLight", "Helvetica Neue 100 UltraLight", "HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
	font-weight: 100;
	letter-spacing: 0.06em;
	margin: 0 auto;
	width: 90%;
	min-width: 50em;
	max-width: 60em;
}

/* Layout */

#page-container {
    max-width: 60em;
    min-height: 100%;
    min-width: 50em;
    position: absolute;
    top: 0;
    width: 90%;
    margin-bottom: 2em;
	z-index: 1;
}

#content {
	padding-bottom: 2.5em;
}

table.layout-table {
	border: none;
}

table.layout-table td {
	vertical-align: top;
}

/* Header */

#header {
	height: 3em;
}

#logo {
	/* Width chosen to match the width of the navigation. */
	width: 9em;
	/* Height set to keep the proportions correct. */
	height: 2.5em;
	border: none;
	margin-top: 0.3em;
	float: right;
}

.menu {
	position: absolute;
	top: 3em;
	left: 21.27em;
	background-color: white;
	padding: 0 1em;
}

.menu a {
	font-size: 0.9em;
}

.menu-arrow {
	font-size: 0.7em;
	position: relative;
	top: -0.1em;
}

/* Footer */

#footer {
	background-color: black;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #593a13;
	text-align: left;
	font-size: 0.9em;
	padding: 0.25em 0 0.2em;
}

#footer a {
	position: absolute;
	right: 0;
}

/* Page Styles */

p {
	margin: 0.6em 0em;
	line-height: 1.2em;
	text-align: justify;
}

a {
	color: white;
}

a:hover {
	color: #df9228;
}

a[name]:hover {
	color: white;
}

h1, h2, h3, h4 {
	color:  #ddd;
	padding-top: 1.25em;
	letter-spacing: 0.05em;
	font-weight: 100;
}

h1 {
	color: #df9228;
	/*text-shadow: white 0px 0px 3px;*/
	width: 100%;
	padding-top: 0.75em;
}

h2 a {
	color: #ddd;
}

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

#content ul ul li {
	margin-left: 4em;
}

/* News Items */

.news-item {
	margin: 0.6em 0;
}

.news-date {
	float: left;
	color: #df9228;
	padding-right: 1em;
}

.news-text {
	margin-left: 7em;
}

/* Publications List */

.citation img {
	height: 2em;
	position: absolute;
	left: 0;
}

.citation {
	line-height: 1.1em;
	padding-left: 4em;
	text-indent: -1.5em;
	min-height: 2em;
}

.citation .title {
	color: white;
}

.citation .bold {
	font-weight: 400;
}

.citation .italic {
	font-style: italic;
}

#pub-sort-box {
	background: #918675;
	color: black;
	padding: 10px;
	margin-top: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#pub-sort-box span {
	float: right;
}

#pub-sort-box select {
	font-size: 0.9em;
	color: #918675;
	padding: 0.2em;	
	border: 1px solid black;
}

#pub-sort-box input {
	font-size: 0.9em;
	color: #918675;
	padding: 0.2em;
	padding-right: 26px;
	background: #fff url(../images/mag.png) no-repeat right;
	border: 1px solid black;
}

#sort-status {
	text-align: center;
	margin-top: 0.5em;
	font-style: italic;
	font-size: 0.8em;
}

/* Project Images */

.project h2 {
	padding-top: 1em;
}

.project p {
	margin-right: 350px;	
}

div.project p.citation {
	margin-right: 0;
}

img.project-image {
	float:  right;
	width: 330px;
	height: auto;
}

/* Map to the Harbor Office */

#harbor-map {
	width: 360px; 
	height: 400px; 
	float: right;
	margin-left: 1em;	
	margin-bottom: 1em;	
}

span.contact-label {
	display: inline-block;
	width: 8.25em;
	text-align: right;
}

.contact-information {
	color: white;
}

div.contact-information {
	margin-left: 2em;
	padding: 1em;
}

.accomp-label {
	text-align: right;
	padding-right: 1em;
	padding-bottom: 0.2em;
}

.accomp-val {
	color: white;
}

p.commendation {
	background-color: #222;
	padding: 1.5em;
}

p.commendation span.commendation-author {
	color: white;
	padding-top: 1.5em;
}

a.project-page-link {
	font-size: 1.25em;
	line-height: 1.75em;
	display: block;
}


