/* colors
lpurple:178,149,198
dpurple:124,65,153
lorange:255,212,120
dorange:253,187,48
laqua:151,205,209
daqua:0,83,94
lbrown:190,115,109
dbrown:141,59,47


dark 88,34,115
light 131,98,153

*/

h1,h2 {
	color: rgb(221,135,0);
}

h1 {
	font-style: italic;
	text-transform: none;
	text-align: left;
	padding-bottom: 5px;
}

h3 {
	margin-top: 0;
}

#container {
	position: relative;
}

#content {
	position: relative;
	z-index: 2;
}

#side_nav {
	position: absolute;
	left:18px;
	font-weight: bold;
	font-size:140%;
	text-align: right;
	z-index: 0;
}

#side_nav ul {
	position: relative;
	left: -100%;
	top: -2px;
	padding: 0px 4px 20px;
	background:  url("/images/amber/side_nav_back.gif") no-repeat bottom left;
	width:158px;
}



#side_nav li {
	display: list-item;
	color: rgb(131,98,153);
	list-style: none;
	padding: 5px 14px 10px 10px;
	position: relative;
	z-index: 4;
	vertical-align:middle;
	left: -4px;
	margin:0;
/*	background:  url("/images/amber/li_back.gif") no-repeat bottom left;
	height:30px;*/
}

#side_nav li+side_nav li:before {
	content: " ";
	font-size: .0001px;
	
}



#side_nav a  {
	text-decoration: none;
	color: rgb(182,135,35);
	font-family: Myriad, Helvetica, sans-serif;
}

#side_nav a:hover  {
	color: #fff;
}

a {
	color: rgb(182,135,35);
}	

#nav {margin: 0 10px; background: url('/images/amber/light_amber.gif') repeat;; height: 30px; text-transform: uppercase; letter-spacing: .25em; 
font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em;color: #432; position:relative;}
	#nav ul {margin: 0; padding: 7px 0 0 0; position: absolute; bottom:7px; width:720px; left:-10px;}
	#nav li {display: inline; margin: 0 .5em 7px; padding:0 0 7px; position:relative;}
	#nav a {color: rgb(182,135,35); text-decoration: none;}
	#nav a:hover {color: #fff;}
	
body {
	background: #ddb url('/images/amber/body_background.gif') repeat-x top;
	color:rgb(103,102,76);
}

#container {background: url('/images/amber/container_background.gif') no-repeat;}

#submenu {text-align: left; float: right; border: double rgb(88,34,115); padding: 1em; width: 175px}

#splash {
	float:right;
	width: 340px;
	margin: -10px -20px 10px 10px;
}

#banner {
	padding:0 0 0 10px;
	width:700px;
	margin:0 0 -2px;
	
}

.left {
	width: 300px;
	float:left;
	padding: 0 10px 0 0;
}
.right {
	width: 300px;
	float:right;
	padding: 0 10px;
}

.institutes #nav_institutes, .archives #nav_archives, .dls #nav_events , .people #nav_people, .projects #nav_projects, .home #nav_home, .partners #nav_partners, .presentations #nav_presentations{
	background: url('/images/amber/nav_here.gif') bottom no-repeat; 
	color:#FFF;
}
