/* -------------------- Global -------------------- */

html {
	background: transparent none repeat scroll 0 0;
	color:#000000;
}

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;
}

body {
	font-family:helvetica,arial,clean,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	color: #777;
}

img.homebgimage{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
}

img, a {
	border: 0 none;
	outline: none;
}

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

a:hover {
	color: #555;
	text-decoration: underline;
}

.notopmargin {
	margin-top: 0;
}

.nomargin {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p { 
	clear: both;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 { font-size: 40px; margin-bottom: .1em; }
h2 { font-size: 32px; margin-bottom: .25em; }
h3 { font-size: 26px; margin-bottom: .25em; }
h4 { font-size: 18px; margin-bottom: .25em; }
h5 { font-size: 14px; margin-bottom: .25em; }

p { 
	margin-bottom: 0;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

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

div#main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -550px;
	width: 1100px;
	height: 600px;
	padding: 0;
	padding-left: 2px;
	border: 0px solid #999;
	background-color: transparent;
}

div#main.images {
	/* When viewing an image, move the main box 50 px to right */
	margin-left: -500px;
}

div#header {
	width: 644px;
	height: 46px;
	padding: 0;
	margin: 190px auto 40px auto;
	text-align: left;
	background-color: none;
}

div#content {
	position: absolute;
	width: 644px;
	left: 50%;
	margin-left: -322px;
	bottom: 240px;
	background-color: none;
	line-height: 1.9em;
}

div#content p, div#content h4 {
	margin-bottom: 1em;
}

div#content.contact {
	top: 160px;
}

div#content.contact a {
	color: inherit;
}

div#content.contact div {
	width: 440px;
	float: left;
	background-color: none;
}

div#content.contact div.rep {
	width: 160px;
	float: left;
	background-color: none;
}

div.rep p {
	line-height: 1.45em;
}	


div#content.publications,
div#content.news,
div#content.video,
div#content.biography  {
	bottom: 120px;
}

div#content.biography {
	bottom: 160px;
}

div.video-container {
	padding-right: 20px;
	text-align: center;	
}

div#set-nav,
div#video-nav {
	width: 644px;
	position: absolute;
	bottom: 200px;
	left: 50%;
	margin-left: -322px;
	overflow: auto;
}

div#set-nav ul {
	margin-left: 0px;
	background-color: none;
}

div#set-nav li {
	padding-bottom: .5em;
}

div#set-nav li a {
	color: #777;
}

div#set-nav li a:hover {
	text-decoration: none;
	color: #000;
}

/* -------------------- Main Nav UL -------------------- */

div#nav-container {
	width: 644px;
	position: absolute;
	left: 50%;
	margin-left: -322px;
	bottom: 80px;
	background-color: none;
}

div#nav-container.home {
	bottom: 300px;
}

ul#nav {
}

ul#nav  li {
	display: block;
	float: left;
	background-color: none;
	margin-right: 34px;
}

ul#nav.home li{
	margin-right: 42px;
}

ul#nav.home li.last {
	background-color: none;
	margin-right: 0;
}

ul#nav li.last {
	margin-right:0;
}

ul#nav li a {
	display: block;
	
	/* padding: 10px 14px; */
	text-align: center;
	color: #555;
}

ul#nav li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
}

ul#nav li a span.star {
	font-size: 16px;
}

ul#nav li a.inactive {
    background-color: none;
}

ul#nav li a.active {
	color: #000;
    background-color: none;
}

ul#nav li a:hover {
	color: #000;
    background-color: none;
    text-decoration: none;
}

/* This has to be the same as ul#nav li a.inactive but below the :hover */
ul#nav li a.active-override {
	color: #555;
    background-color: none;
}



/* -------------------- Not Found Page -------------------- */

body#notfound {
	padding:10em;
}

body#notfound div {
	text-align: center;
}

body#notfound h1 {
	margin-bottom: .5em;
}


/* -------------------- Image viewer Page -------------------- */

#img-wrapper {
	float: left;
	text-align: center;
	width: 900px;
	height: 600px;
	background-color: none;
}

#caption-wrapper {
	float: left;
	width: 200px;
	background-color: none;
	font-size: 11px;
	color: #777;
	padding: 0 0 0 0px;
}

.next-back {
	margin-top: 23px;
	width: 48px;
	text-align: justify;
	background-color: none;
}

.next-back span {
	display: block;
	float: left;
	width: 16px;
	text-align: center;
	background-color: none;
}	

.next-back a {
}

a.arrow {
	font-size: 12px;
	color: #999;
}

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

#title-wrapper {
	background-color: none;
}

#subtitle{
	color: #000;
}

#year {
}

#media, #dims, #year {
	display: block;
}


#count {
	margin: 56px 0 0 0;
}






