/*
COLORS:
lighter blue: #D5DDE2
light blue: #BFCDDD
blue: #93ADD1
orange: #E29125
*/

body {
	font: 100% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #555;
}

p {
	font-size: 90%;
}

img { border: none; }

p img {
	border: 5px solid #D5DDE2;
	float: left;
	margin-right: 1em;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #BFCDDD;
}
a:hover {
	color: #E29125;
}
a.img { border: none; }
a.glossary { border-bottom: 1px dotted #E29125; color: #555; cursor: help;}


address {
	font-size: 90%;
	font-style: normal;
	margin-top: 1.2em
}
address strong {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 90%;
	color: #333;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	color: #E29125;
	line-height: 1.5em;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.5em;
	color: #93ADD1;	
}

h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .2em;
	line-height: 1.5em;
	color: #E29125;	
}



#Container {
	width: 647px;
	margin-left: 7%;
	background: #fff;
}

#Header {
	margin: 0;
	padding: 0;
	width: 647px;
}
#Header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: transparent url(/images/header.png) top left no-repeat;
	height: 213px;
}


#Nav { height: 47px; }
#Nav ul {
	margin: 0;
	padding: 0;
	padding-left: 265px;
	list-style: none;
	height: 47px;
}
#Nav ul li { float: left; display: block; height: 47px;}
#Nav ul li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	height: 47px;
}

#Nav li.home a { width:72px; background: transparent url(/images/nav/home.png) 0px 0px no-repeat; }
#Nav li.home a.selected, #Nav li.home a:hover { background-position: -72px 0; }

#Nav li.about_us a { width:100px; background: transparent url(/images/nav/about_us.png) 0px 0px no-repeat; }
#Nav li.about_us a.selected, #Nav li.about_us a:hover { background-position: -100px 0; }

#Nav li.programs a { width:105px; background: transparent url(/images/nav/programs.png) 0px 0px no-repeat; }
#Nav li.programs a.selected, #Nav li.programs a:hover { background-position: -105px 0; }

#Nav li.contact a { width:93px; background: transparent url(/images/nav/contact.png) 0px 0px  no-repeat; }
#Nav li.contact a.selected, #Nav li.contact a:hover { background-position: -93px 0; }

#Main {
	border-top: 5px solid #BFCDDD;
	padding: 1em 10px; 
	padding-bottom: 2em;
	clear: both;
}

#Footer {
	border-top: 3px solid #BFCDDD;
	padding: .5em;
	clear: both;
	font-size: 80%;
	text-align: right;
}


.banner h3 {
	margin-bottom: .5em;
}
.banner img {
	border: none;
	border-top: 5px solid #D5DDE2;
	border-bottom: 5px solid #D5DDE2;
}
.banner a { border: none; }

.note {
	background: #D5DDE2;
	color: #000;
	padding: .5em;
	border-left: 5px solid #93ADD1;
}

div.staff {
	height: 100px;
	margin-top: 2em;
}

div.staff img {
	border: 5px solid #D5DDE2;
	float: left;
	margin-right: 1em;
}

#Splash {
	background: transparent url(/images/time.png) center left no-repeat;
}

#Splash object {

}

#Splash img#banner {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	border: none;
}

#Splash .right_column {
	margin-left: 265px;
}




#Splash #upcoming_events {
	font-size: 90%;
	border: none;
	border-top: 5px solid #D5DDE2;
	border-bottom: 5px solid #D5DDE2;
	padding: .5em;
}
#Splash #upcoming_events h3 {
	margin-bottom: .5em;
}
#Splash #upcoming_events h4.event_title { margin: 0; }

#Splash #upcoming_events .date { font-style: italic; }

tr.headers {
	padding: 0;
}

th {
	color: #93ADD1;
	border-bottom: 3px solid #93ADD1;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	padding: .5em .5em .3em .5em;	
}
td {
	padding: .5em;
	vertical-align: top;
}

table#program_schedule tr.weekend {
	background: #D5DDE2;
}

table#program_schedule td.week {
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .1em;
}
table#program_schedule tr.weekdays td.week { color: #000; }
table#program_schedule tr.weekend td.week { color: #000; font-weight: bold; }

table#program_schedule td.time { font-style: italic; font-size: 90%; }

h2.header {
	margin: 0;
	text-indent: -9999px;
	width: 627px;
	height: 200px;
	margin-bottom: 1em;
}
h2.header#work {
	background: transparent url(/images/headers/work.png) top left no-repeat;
}
h2.header#introduction {
	background: transparent url(/images/headers/introduction.png) top left no-repeat;
}
h2.header#seminar {
	background: transparent url(/images/headers/seminar.png) top left no-repeat;
}
h2.header#survey {
	background: transparent url(/images/headers/survey.png) top left no-repeat;
}
h2.header#guest-curator {
	background: transparent url(/images/headers/guest-curator.png) top left no-repeat;
}

div.flickr_set {
	background: #D5DDE2;
	padding: 5px;
	width: 610px;
}
div.flickr_set a {
	border: none;
}
div.flickr_set img {
	border: 3px solid #fff;
	margin: 3px;
}