
/*	Containers
----------------------------------------------- */

body {
	color: #333;
	margin: 0; padding: 0;
	font: 13px "Lucida Grande", Tahoma, Arial, sans-serif;
	background: #f4f4f4;
}

body td {
	color: #333;
	font: 13px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#wrap {
	width: 960px;
	margin: 10px auto;
	border: 1px solid #ccc;
	padding: 10px;
}

#container {
	position: relative;
	background: #fff;
}

#content {
	background: url("../graphics/index-bg.gif") repeat-y;
}

#colM {
	margin: 0 10px 0 210px;
	padding-top: 10px;
}

#colS {
}

#colL {
	top: 270px; left: 0;
	position: absolute;
	width: 200px;
	margin: 0; padding: 0;
}

#colR {
	height: 630px;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

/*	Global Styles
----------------------------------------------- */

.hidden { display: none; }

.small { font-size: 85%; }

.vsmall { font-size: 77%; }

.grey { color: #999; }

form { margin: 0; padding: 0; }

.bordered {
	padding: 6px;
	background: #fff;
	border: 1px solid #ddd;
}

.underlined {
	border-bottom: 1px solid #ccc;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear { clear: both; }

#user {
	top: 32px;
	right: 15px;
	position: absolute;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#user a { color: #ff6600; }

.tab { padding: 0 20px; }

img { border: 0;}

a {
	color: #598bd3;
}

/*	Themes
----------------------------------------------- */
div.colorbar, #footer {
	background-color: #333333;
}

.index #header div.colorbar, .index #footer {
	background-color: #91311b;
}

.index h2, .index h3 {
	color: #91311b;
}

.museum #header div.colorbar, .museum #footer {
	background-color: #bd8066;
}

.museum h2, .museum h3 {
	color: #bd8066;
}

.collections #header div.colorbar, .collections #footer {
	background-color: #e5c42a;
}

.collections h2, .collections h3 {
	color: #e5c42a;
}

.exhibitions #header div.colorbar, .exhibitions #footer {
	background-color: #7c8b86;
}

.exhibitions h2, .exhibitions h3 {
	color: #7c8b86;
}

.education #header div.colorbar, .education #footer {
	background-color: #4167b1;
}

.education h2, .education h3 {
	color: #4167b1;
}

.activities #header div.colorbar, .activities #footer {
	background-color: #3f4f2b;
}

.activities h2, .activities h3 {
	color: #3f4f2b;
}

.pressroom #header div.colorbar, .pressroom #footer {
	background-color: #333333;
}

.pressroom h2, .pressroom h3 {
	color: #333333;
}

/*	Header
----------------------------------------------- */
#header {
	height: 251px;
}

#header #logo {
	position: absolute;
	top: 0; left: 0;
}

#header h1 {
	position: absolute;
	top: 13px; left: 45px;
	margin: 0; padding: 0;
}

#header h1 span {
	display: none;
}

#header div.colorbar {
	width: 960px;
	height: 29px;
	position: absolute;
	top: 221px;
	left: 0;
}

#header_img{
	width: 760px;
	height: 170px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px; left: 200px;
	z-index: 10;
}

#header_dsc {
	color: #fff;
	position: absolute;
	font-size: 11px;
	top: 170px; left: 210px;
	z-index: 30;
}

#header_dsc_bg {
	color: #000;
	position: absolute;
	font-size: 11px;
	top: 171px; left: 211px;
	z-index: 20;
}

/* Top Navigation
----------------------------------------------- */

#unav {
	width: 200px;
	position: absolute;
	top: 10px; right: 10px;
}

#unav ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}

#unav li {
	float: left;
	list-style: none;
	padding-right: 5px;
}

#unav a {
	width: 16px;
	float: left;
	overflow: hidden;
	padding: 16px 0 0 0;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
}

#unav a:hover { background-position: 0 -16px; }

#unav_home   { background: url("../graphics/unav_home.gif") no-repeat; }
#unav_login   { background: url("../graphics/unav_login.gif") no-repeat; }
#unav_help    { background: url("../graphics/unav_help.gif") no-repeat; }
#unav_sitemap { background: url("../graphics/unav_sitemap.gif") no-repeat; }
#unav_contact {	background: url("../graphics/unav_contact.gif") no-repeat; }

/* Flags
----------------------------------------------- */

#flags {
	width: 200px;
	position: absolute;
	top: 10px; right: 120px;
}

#flags a {
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	margin-right: 4px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

#flags a:hover {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

#flags a img {
	display: block;
}


/* Menu
----------------------------------------------- */

#menu {
	position: absolute;
	top: 50px; left: 0;
	margin: 0; padding: 0;
}

#menu ul {
	width: 199px;
	height: 150px;
	list-style: none;
	margin: 0; padding: 0;
	padding-top: 20px;
	background: #333;
}

#menu li {
	float: right;
	width: 150px;
	display: block;
	margin: 0; padding: 0;
	margin-right: 5px;
	font: bold 13px "Lucida Grande", Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #555;
}

#menu a {
	margin: 0;
	float: right;
	color: #ccc;
	padding: 3px 6px 3px 4px;
	text-decoration: none;
}

#menu a:hover {
	color: #598bd3;
}

#menu li.onpath a {
	color: #853a27;
}

#submenu li.onpath ul a {
	color: #666;
}

/* Menu
----------------------------------------------- */

#submenu ul {
	list-style: none;
	margin: 50px 0 0 10px; padding: 0;
}

#submenu ul ul {
	margin: 5px 0 0 0;
}

#submenu li {
	width: 170px;
	float: right;
	text-align: right;
	display: block;
	margin: 0; padding: 5px;
	margin-right: 5px;
	font: 13px "Lucida Grande", Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

#submenu ul ul li {
	border-bottom: none;
	margin: 0; padding: 0;
	font-size: 11px;
}

#submenu a {
	margin: 0;
	color: #444;
	padding: 0;
	text-decoration: none;
}

#submenu ul ul a {
	color: #666;
}

#submenu a:hover {
	color: #598bd3;
}

#submenu li.onpath a {
	color: #853a27;
}

/* min-height simulation
   See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 400px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -400px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 400px;
}
/* end filter */

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	margin: 1px 0 0 0; padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer td {
	color: #fff;
	padding: 5px 10px;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

/* Navbar
----------------------------------------------- */

#navbar {
	float: right;
	overflow: hidden;
	margin: 0; padding: 0;
	margin-top: 10px;
	padding-right: 10px;
	width: 68px; height: 17px;
}

#navbar i {
	display: none;
}

#navbar a {
	width: 17px;
	float: left;
	overflow: hidden;
	padding: 17px 0 0 0;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#navbar a:hover {
	background-position: 0 -17px;
}

#navbar a.disabled {
	background-position: 0 -34px;
}

#first a    { background: url("../graphics/nav_first.gif") no-repeat; }
#previous a { background: url("../graphics/nav_previous.gif") no-repeat; }
#next a     { background: url("../graphics/nav_next.gif") no-repeat; }
#last a     { background: url("../graphics/nav_last.gif") no-repeat; }
#group a    { background: url("../graphics/nav_group.gif") no-repeat; margin-left: 10px; }
#group a.selected { background-position: 0 -17px; }

#toolbar {
	margin: 20px 0 0 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#pages {
	margin: 20px 0 0 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#pages td {
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#colM #toolbar h2 {
	color: #999;
	font: bold 18px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 0; padding: 0;
	margin-bottom: 4px;
}

/* Content
----------------------------------------------- */

#colM img.image {
	width: 720px; height: 200px;
	position: absolute;
	margin: 0; padding: 0;
	top: 126px; left: 250px;
}

#colM h1.image {
	color: #fff;
	width: 365px;
	font-size: 18px;
	position: absolute;
	margin: 0; padding: 0;
	top: 276px; left: 270px;
}

#colM h1.image span {
	display: block;
	background: #333;
	padding: 5px 10px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#colS h1 {
	color: #fff;
	font-size: 18px;
	margin: 0; padding: 0;
	margin-bottom: 40px;
}

h2 {
	font: 18px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 20px 0; padding: 0;
}

#colM dl dt {
	font: 14px "Lucida Grande", Tahoma, Arial, sans-serif;
	margin: 20px 0 5px 20px; padding: 0;
}

#colM dl.keywords dt {
	color: #666;
	margin: 0 10px;
	font: bold 12px "Lucida Grande", Tahoma, Arial, sans-serif;
}

#colM dl.keywords a {
	color: #666;
	text-decoration: none;
}

#colM dl.keywords a:hover {
	text-decoration: underline;
}

#colM dt a {
	color: #853a27;
}

#colM blockquote {
	color: #747474; 
	padding-left: 35px;
	background: transparent url("../graphics/bg-blockquote.gif") no-repeat 0 5px;
}

.dropcap {
		float: left;
		color: #D4D4C7;
		font-size: 7em;
		line-height: 0.7em;
		padding-top: 8px; padding-right: 5px;
		font-family: Times, serif, Georgia;
	}

#colM p {
	line-height: 20px;
	word-spacing: 2px;
	padding: 0 20px;
	margin: 20px 0;
}

#colM table {
	margin: 0 20px;
}

#colM ul, #colM ol {
	line-height: 20px;
	word-spacing: 2px;
	margin-left: 0px;
}

#colM ul ul, #colM ol ol {
	line-height: 20px;
	word-spacing: 2px;
	margin-left: 30px;
}

#colM li {
	margin-bottom: 10px;
}

#colM div.audio {
	margin: 20px 0 20px 0;
	padding: 0 20px;
}

#colM div.caption {
	color: #999;
	font-size: 85%;
}

#colM div.bordered {
	border: 1px solid #ccc;
	padding: 8px;
}

#colM div.bordered img {
	display: block;
}

#colL img {
	margin: 5px 10px;
}

#colL h2 {
	color: #ccc;
	text-align: left;
	font-size: 12px;
	margin-left: 10px;
}

a.bmore {
	padding-right: 12px;
	font-weight: bold;
	background: url(../graphics/bmore.gif) 100% 60% no-repeat;
}

a.bless {
	padding-left: 12px;
	font-weight: bold;
	background: url(../graphics/bless.gif) 0 60% no-repeat;
}

ul.inline li {
	display: inline;
}

/* -----------------------------------------------
	Global Search
----------------------------------------------- */

#gsearch {
	height: 52px;
	padding: 15px 10px 20px 10px;
}

#gsearch input {
	width: 205px;
	border: 1px solid #e0ddcf;
}

#colL h3 {
	margin: 40px 20px 0;
	color: #ccc;
	text-align: left;
	font: bold 12px "Lucida Grande", Tahoma, Arial, sans-serif;
}

a.find {
		width: 40px;
		float: left;
		overflow: hidden;
		padding: 40px 0 0 0;
		height: 0px !important; 
		height /**/:40px; /* for IE5/Win only */
		background-image: url("../graphics/find.png");
		position: absolute;
		top: -7px;
		right: 15px;
	}

a.find i {
		display: none;
	}

.slick {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}

.slick td, .slick th {
	border: 1px solid #6593cf;
	font-size: 11px;
	line-height: 1.2em;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}

.slick th {
	padding: 4px;
	font-size: 12px;
	background: #5c81b1;
}

.slick th a {
	color: #fff;
	text-decoration: none;
	padding-right: 13px;
}

.slick td a {
	text-decoration: none;
}

.slick th a.ASC {
	background: url("../graphics/down-arr.gif") 100% 70% no-repeat;
}

.slick th a.DESC {
	background: url("../graphics/up-arr.gif") 100% 70% no-repeat;
}

.slick th a:hover {
	text-decoration: underline;
}

.slick2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.slick2 th.title {
	font-size: 14px;
	text-align: left;
	padding: 5px 10px;
	background: #ccc;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

a.photo300 img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 10px;
}

img.photo80 {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 4px;
}


table.borderless {
	border: 0;
}

table.borderless th, table.borderless td {
	padding: 5px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

#colM table.news p {
	padding: 0;
	margin-top: 5px;
}

#colM table.news h3 {
	margin: 5px 0;
}

#colM table.news td {
	border-bottom: 1px dotted #ccc;
}

div.fnsep {
	width: 200px;
	border-bottom: 1px solid #999;
	margin-top: 30px;
}

div.fns p.fn {
	color: #666;
	font-size: 13px;
}

p.info {
	color: #666;
	font-size: 14px;
}

div.info {
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 10px;
	font-size: 14px;
	margin: 20px;
}

ul.toc {
	margin: 0; padding: 0;
	width: 200px;
	float: right;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px; margin: 0px;
}

ul.toc ul {
	padding: 0px; margin: 0px;
}

ul.toc li {
	padding: 0px; margin: 0px;
}


/* Collections */

ul.collections {
	margin: 0; padding: 0;
	list-style: none;
}

ul.collections li {
	margin: 0; padding: 0;
	list-style: none;
}

ul.collections h3 {
	margin: 0; padding: 0;
}

ul.folder {
	margin: 10px; padding: 0;
	list-style: none;
	
}

li.add_user {
	padding-left: 20px;
	background: url(../graphics/icons/add_user.png) no-repeat;
	padding-bottom: 10px;
}

li.send_pass {
	padding-left: 20px;
	background: url(../graphics/icons/mail_forward.png) no-repeat;
		padding-bottom: 10px;
}

li.get_inside {
	padding-left: 20px;
	background: url(../graphics/icons/kuser.png) no-repeat;
		padding-bottom: 10px;
}

div.banner {
	padding: 5px;
	margin: 20px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f6f1ea;
	padding-left: 10px;
}

.attachments {
	clear: both;
}

.attachments h3 {
	margin-left: 28px;
	margin-bottom: 10px;
}

.attachments ul {
	margin-left: 20px;
	margin-bottom: 40px;
	list-style: none;
}

.attachments li {
	padding: 0;
	margin-left: 28px;
	margin-bottom: 5px;
	border-top: none;
	padding-left: 20px;
}

.attachments li.msword {
	background: url("/dbx-1.0/rsrc/graphics/icons/msword.16.gif") no-repeat;
}

.attachments li.excel {
	background: url("/dbx-1.0/rsrc/graphics/icons/excel.16.gif") no-repeat;
}

.attachments li.ppoint {
	background: url("/dbx-1.0/rsrc/graphics/icons/ppoint.16.gif") no-repeat;
}

.attachments li.zip {
	background: url("/dbx-1.0/rsrc/graphics/icons/zip.16.gif") no-repeat;
}

.attachments li.rar {
	background: url("/dbx-1.0/rsrc/graphics/icons/rar.16.gif") no-repeat;
}

.attachments li.jpeg {
	background: url("/dbx-1.0/rsrc/graphics/icons/image.16.gif") no-repeat;
}

.attachments li.pdf {
	background: url("/dbx-1.0/rsrc/graphics/icons/pdf.16.gif") no-repeat;
}

.gallery {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: right;
	margin-bottom: 20px;
}

.gallery img {
	padding: 5px;
	border: 1px solid #ccc;
	
}