@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000;
	font: 14px Futura, Helvetica, Arial, sans-serif;
	color: #FFF;
}

a:link {
	color: #E0832B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0832B;
}
a:hover  {
	color: #FFF;
}
a img {
	border: none;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 1px none #000000;
	background-color: #0F3E46;
	margin-top: 5px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	border-bottom: 2px solid #000000;
	height: 150px;
	background: #20879B url(../_images/logo.png) no-repeat 25px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	clear: both;
}
#mainContent p {
	letter-spacing: 0.075em;
	word-spacing: -0.2em;
}
#mainContent   h1{
	color: #E0832B;
	font-family: Futura, Helvetica, Arial, sans-serif;
}
#mainContent h3 {
	clear: both;
	margin: 0 0 3px 0;
	font-family: Futura, Helvetica, Arial, sans-serif;
}
.bio {
	margin: 5px 10px 10px 5px;
}
#education {
	clear: both;
	width: 860px;
}
#award {
	clear: both;
	width: 860px;
}
#exhibitions {
	width: 860px;
	clear: both;
}
#publish {
	width: 860px;
	clear: both;
}
#experience {
	width: 860px;
	clear: both;
}
#cv {
	clear: both;
	text-align: right;
}
.columnOne {
	width: 100px;
	float: left;
	padding-bottom: 30px;
}
.columnTwo {
	width: 305px;
	float: left;
	padding-bottom: 30px;
}
.columnThree {
	float: left;
	width: 455px;
	padding-bottom: 30px;
}
.subcolumnOne {
	float: left;
	width: 50%;
}
.subcolumnTwo {
	width: 50%;
	float: left;
}
.citation {
	width: 760px;
	float: left;
	padding-bottom: 30px;
}
#maingallery {
	float: left;
	width: 455px;
	padding-top: 25px;
}
#mainstatement {
	float: right;
	width: 45%;
}
.thumbs  {
	float: left;
	margin: 0;
	padding: 0 8px 15px 7px;
	width: auto;
	display: block;
	vertical-align: bottom;
	}
.gallerythumbs
 {
	width: 100px;
	border: 3px solid #FFF;
	margin: 2px;
}
#unt {
	float: left;
	width: 33%;
	padding-bottom: 10px;
}
#projects {
	float: left;
	width: 33%;
	padding-bottom: 10px;
	text-align: center;
}
#influence {
	float: left;
	width: 33%;
	padding-bottom: 10px;
	text-align: right;
}
#mapColumn1 {
	width: 30%;
	float: left;
	padding: 0 0 0 50px;
}
#mapColumn2 {
	float: left;
	width: 30%;
	padding: 0 0 0 50px;
}
#mapColumn3 {
	float: left;
	width: 30%;
	padding: 0 0 0 50px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0px 10px 5px 10px;
	font: 12px Helvetica, Arial, sans-serif;
}
#navcontainer
{
	padding: 0px;
	height: 26px;
	list-style-type: none;
	float: right;
	margin: 0;
	width: 81%;
	position: relative;
	top: 124px;
}
#navlist
{
	float: right;
	margin: 0;
}
#navlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	vertical-align: bottom;
}
#navlist li a, #navlist li a:link
{
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	color: #00353F;
}
#navlist li a:hover
{
	border-bottom: 3px solid #E0832B;
	cursor: pointer;
	color: #E0832B;
}
#navlist li a#current, #navlist li a#current:link
{
	cursor: default;
	border-bottom: 3px solid #FFF;
	color: #FFF;
}
#navlist li a#current:hover
{
	border-bottom: 3px solid #E0832B;
	color: #E0832B;
}
#subnavcontainer
{
	margin: 0;
	padding: 0;
	height: 22px;
	width:100%;
	list-style-type: none;
	background-color: #0F3E46;
	float: right;
	font-size: 12px;
}
#subnavlist
{
	float: right;
	margin: 0;
	padding: 0px 10px;
}
#subnavlist li
{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}
#subnavlist li a, #subnavlist li a:link
{
	color: #398B9B;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}
#subnavlist li a:hover
{
	cursor: pointer;
	color: #E0832B;
}
#subnavlist li a#current, #subnavlist li a#current:link
{
	cursor: default;
	color: #FFF;
}
#subnavlist li a#current:hover
{
	color: #E0832B;
}

