html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	line-height: 1.5em;
}
body#background {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0 0 50px 0;
	background: #F6F5F5 url(../images/bg.gif) repeat-x;
	text-align: center;
}
/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #6c81ff;
}
a:hover, a:active {
	border-bottom: 1px dotted #8396ff;
}
a img {
	border: none;
	text-decoration: none;
}
/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	padding-right:15px;
	margin:0;
}
h1 {
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
        
}
h2 {
	font-size: 2.7em;
	font-weight: normal;
	color: #666161;
	letter-spacing: 3px;
        padding-bottom: 7px;
        
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.3em;
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
	color: #8396ff;
}
dd {
	padding-left: 25px;
}
p, dl {
	padding: 0 15px;
	margin-top: 0px;
}
/* Images */
.img-intro, .img-ref{
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;	
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
/* ================================ Layout ================================*/
/* Search */
#search {
	background:#F5F4F3;
	border:medium none;
	height:33px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:10px;
	width:270px;
	z-index:999999;
}
/* Wrapper */
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;
}
#content-wrapper {
	margin: 0 auto;
	background: #fff url(../images/content-bg.gif) repeat-y center top;
	padding-bottom: 35px;
	padding-top: 5px;
	overflow: auto;
}
/* Header */
#header-wrap {
	width: 100%;
	background: #fff url(../images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(../images/border.gif) repeat-x left bottom;
	height: 225px;
}
#header h1#logo-text {
	margin: 0;
	padding: 0;
        
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 70px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #8396ff;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px;
	left: 13px;
        
        
}
#header h1#logo-text a:hover {
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #8396ff;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 175px;
	left: 110px;
}
/*#header #header-image {
	position: absolute;
	background: url(../images/header-image.gif) no-repeat;
	width: 371px;	
	right: 10px;
	top: 0;
}
*/
#breadcrumb-wrapper {
	width: 100%;
	background: #FFF;
}
#header #nav ul li.item14 {
	padding-left: 2px;
}
.breadcrumb {
	width: 946px;
	background:transparent url(../images/border.gif) repeat-x scroll left bottom;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px;
}
/* ================================= Footer =============================*/
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
}
/* footer-content */
#footer-content {
	float: left;
	width: 100%;
	
	margin: 10px 0 0 5px;
}
/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
}
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_4, .grid_8 {
	display: inline;
	float: left;

	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.container_16 .grid_4 {
	width: 220px;
}
.container_16 .grid_8 {
	width: 460px;
}
/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* http://sonspring.com/journal/clearing-floats */

html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* ============================= System Messages ====================================*/
#system-message {
	margin-bottom: 10px;
	padding: 0;
}
#system-message dt {
	font-weight: bold;
}
#system-message dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}
#system-message dd ul {
	color: #0055BB;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
	list-style: none;
}
/* System Standard Messages */
#system-message dt.message {
	display: none;
}
#system-message dd.message {
}
/* System Error Messages */
#system-message dt.error {
	display: none;
}
#system-message dd.error ul {
	color: #c00;
	background-color: #E6C0C0;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
}
/* System Notice Messages */
#system-message dt.notice {
	display: none;
}
#system-message dd.notice ul {
	color: #c00;
	background: #EFE7B8;
	border-top: 3px solid #F0DC7E;
	border-bottom: 3px solid #F0DC7E;
	list-style: none;
}
/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}
#system-debug div {
	font-size: 11px;
}
/* ============================= Topmenu Navigation ============================*/
/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 880px;
	left: 0;
	top: 5px;
}
#header #nav ul {
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0;
}
#header #nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;
}
#header #nav ul li a:hover, #header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;
}
#header #nav ul li#current a {
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;
}
/*========================= User 1 & User 2 Module =======================*/
#user1 .moduletable, #user2 .moduletable {
	margin:0;
	overflow: hidden;
}
#user1 .moduletable h3, #user2 .moduletable h3 {
	margin: 10px 0 0 0;
	padding: 0;
}
/* ======================== Main Column Conf ============================= */
#main h3 a {
	color: #444;
	border: none;
}
/* left columns */
#left-columns h3 {
	color: #444;
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}
/* sidebar menu */
.sidemenu ul.menu {
	text-align: left;
	margin: 10px 8px 8px 8px;
	padding: 0;
	border-top: 2px solid #ebebeb;
}
.sidemenu ul.menu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 7px 5px;
	margin: 0;
}
* html body .sidemenu ul.menu li {
	height: 1%;
}
.sidemenu ul.menu li a, .sidemenu ul.menu li a:visited {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #8396ff;
	padding-left: 0;
}
.sidemenu ul.menu li a span {
	color: #8396ff;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul.menu li a span:hover, .sidemenu ul.menu li#current a span {
	color: #000;
}
.sidemenu ul.menu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.sidemenu ul.menu ul li {
	background: none;
}
/*================================= Footer ===================================*/
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}
/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;
	margin-left: 0;
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover, #footer-wrapper ul.footer-list li a:hover span {
	color: #333;
}
/*================================= Additional Class ===============================*/

p.thumbs {
	padding: 10px 0 0 10px;
}
.thumbs img {
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.thumbs img:hover {
	border: 1px solid #D2D2D2;
	background: #DDD;
}
.thumbs a:hover {
	background-color: transparent;
	border: none
}
.authcomm {
	font-style: italic;
	font-weight: bold;
}

.authcite {
        font-size: 0.8em;
        font-weight: bold;
        padding: 0 25px;
}

.exhibit {
	padding: 5px 15px 0 0;
	margin-top: 5px;
	margin-left:15px;	
}
td.years {
	width:4.8em;
}
td.place {
        width:27.5em;
}

p.intro {
	margin-top:1em;
}
h2.intro {
	margin-bottom:0.8em;
}
.cite {
        font-style: italic;
        line-height: 155%;
        margin-bottom: 0.4em;
        padding: 0 25px;
}
