* {
font-family: Helvetica, Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, form, ul, li {
margin: 0;
padding: 0;
}

body { font-size: 62.5%; }
h1 { font-size: 2.4em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
p { font-size: 1.2em; }

body {
background-color: #fff;
}

#wrapper {
width: 800px;
margin: 0px auto;
background-color: #fff;
background-image: url(../images/round.gif);
background-repeat: no-repeat;
background-position: right top;
}

/*----------------------------
header styling
------------------------*/

#toprow {
float: left;
width: 800px;
background: url(../images/logo.jpg) no-repeat top left;
height: 120px;
}

#toprow h1 {
float: left;
margin-left: 80px;
color: #185f66;
font-weight: normal;
font-size: 2.6em;
width: 500px;
}

#toprow img {
float: left;
}

/*----------------------------
main navigation styling
-------------------------------------------*/

/*---------------------------------------
styling for nav at top of page
--------------------------------------------------*/

#toprow #topmenu {
margin-top: 5px;
margin-right: 5px;
float: right;
}

#toprow #search {
margin-top: 5px;
margin-right: 5px;
float: right;
clear: right;
}

.searchlabel {
color: #333;
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
}

#toprow ul {
list-style: none;
padding: 0;
margin: 0;
}

#toprow ul li {
float: left;
margin: 0 5px 5px 5px;
padding: 0;
}

#toprow ul a {
font-size: 1.2em;
text-decoration: underline;
color: #fff;
font-weight: bold;
padding-right: 5px;
}

#toprow ul a.noborder {
border: none;
padding-right: 0;
}

#toprow ul li a:hover {
color: #333;
text-decoration: none;
}

/*--------------------------------------
    styling for main global nav
-------------------------------------*/

#nav {
margin: 5px 0 10px 0;
padding: 0;
list-style: none;
float: left;
width: 800px;
}

#nav li {
float: left;
padding: 0;
font-size: 2em;
}

#nav a {
display: block;
float: left;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
text-decoration: none;
color: #386569;
border-right: 1px solid #666;
text-align: center;
text-transform: lowercase;}

#nav a:hover, body#exhib #t-exhib a, body#about #t-about a, body#news #t-news a, body#collection #t-collection a, body#education #t-education a, body#publications #t-publications a, body#artists #t-artists a{
text-decoration: underline;
color: #f68b1e;
}

#nav li.last a { 
border: none; 
}

/*----------------------------
content styling
------------------------*/

#content {
float: left;
}

#rightcontent {
width: 280px;
float: right;
background-color: #333;
padding: 10px;
}

#leftcontent {
float: left;
width: 490px;
margin: 0 10px 0 0;
}


/*left column on homepage
----------------------------------------*/

/*---------------------------------
main image for current exhibition 
----------------------------------------------------------*/

#leftcontent #current {
background: #f68b1e;
color: white;
padding: 0 0 5px 0;
margin: 0 0 10px 0;
}

#leftcontent #current h4 {
font-size: 1.4em;
font-weight: bold;
padding: 5px 0 0 10px;
color: #003f62;
}

#leftcontent #current h4 a {
font-weight: bold;
color: #003f62;
text-decoration: none;
}

#leftcontent #current h4 a:hover {
font-weight: bold;
color: #003f62;
text-decoration: none;
}

#leftcontent #current h5 {
color: #fff;
font-size: 2em;
font-weight: normal;
padding: 1px 0 1px 10px;
}

#leftcontent #current h5 a {
color: #fff;
font-weight: normal;
text-decoration: none;
}

#leftcontent #current h5 a:hover {
color: #fff;
font-weight: normal;
text-decoration: none;
}

#leftcontent #current p {
font-size: 1.2em;
font-weight: bold;
padding: 0 0 5px 10px;
color: #333;
}

#leftcontent #current p a {
color: #333;
text-decoration: none;
}

#leftcontent #current p a:hover {
text-decoration: none;
color: white;
}

#leftcontent #highlights {
/*background-color: #4c5a75;*/
float: left;
}

#leftcontent #highlights img {
margin-bottom: 10px;
}

#leftcontent #highlights h1 {
color: #666;
font-size: 2.4em;
font-weight: normal;
margin-bottom: 10px;
}


#leftcontent #highlights h3 {
font-weight: normal;
color: red;
}

#leftcontent #highlights a {
color: #666;
text-decoration: none;
font-weight: bold;
}

#leftcontent #highlights a:hover {
color: #666;
text-decoration: underline;
font-weight: bold;
}

#first {
background-color: white;
color: #333;
float: left;
margin-right: 10px;
width: 156px;
}

#second {
background-color: white;
color: #333;
float: left;
margin-right: 10px;
width: 157px;
}

#third {
background-color: white;
color: #333;
float: left;
width: 157px;
}

/*-----------------------------------
red column right
------------------------------------*/

#rightcontent h1 {
color: #76a3bc;
font-size: 2em;
margin-bottom: 10px;
/*background-color: #003f62;*/
font-weight: normal;
}

#rightcontent h2 {
color: #f68b1e;
font-size: 1.8em;
border-bottom: 1px dotted #fff;
padding-bottom: 2px;
margin-bottom: 7px;
}

#rightcontent h3 {
color: #fff;
font-size: 1.4em;
}

#rightcontent p {
color: #fff;
font-size: 1.2em;
margin-bottom: 10px;
line-height: 1.4em;
}

#rightcontent a {
color: #999;
font-weight: normal;
text-decoration: underline;
font-size: 1em;
}

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

#rightcontent form {
margin-bottom: 10px;
}


/*-----------------------------------
global footer styling
------------------------------------*/

#footer {
background-color:#003f62;
padding: 10px;
clear: both;
margin: 0;
border-top: solid 10px white;
margin-bottom: 10px;
}

#footer p {
color: white;
font-weight: normal;
font-size: 1.2em;
}

#footer #rightstuff {
float: right;
width: 275px;
border-left: 1px solid white;
padding: 0 0 0 10px;
}

#footer #rightstuff p a {
text-decoration: none;
color: white;
font-weight: bold;
display: block;
}

#footer #rightstuff p a:hover {
color: #f68b1e;
}



/*-----------------------------
 form styling 
 ------------------------------------*/
/*
input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
	height: 0.8em;
	width: 7em;
}



input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

*/