/*---------- THIS STYLESHEET APPLIES TO THE LEARNING JOURNEYS SECTION ONLY ----------*/

/*----- BODY TAG -----*/

body {
	margin: 0px;
	/* Removed due to bug in Firefox 1.5
	background-image: url(../_img/_mu/bg-museum-2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
	font-family: Arial, Helvetica, sans-serif;
}

/*----- STANDARD TEXT STYLES ( H & P TAGS ) -----*/

h1 {font-size: x-large; color: #41B72B; line-height: 1.5em;}
.h1-nopic {margin-top: 0px; padding-top: 0px;}

h2 {font-size: large; line-height: 1.5em; color: #41B72B;}
h2 a {color: #333333; text-decoration: none;}
h2 a:hover {color: #00A7EE; text-decoration: none;}

h3 {font-size: medium; line-height: 1.5em; color: #7AC91E;}
h3 a {color: #7AC91E; text-decoration: none;}
h3 a:hover {color: #7AC91E; text-decoration: none;}

h4 {font-size: small; color: #1A68BD; line-height: 1.5em;}
h4 a {color: #1A68BD; text-decoration: none;}
h4 a:hover {color: #1A68BD; text-decoration: underline;}

h5 {font-size: x-small; line-height: 1.5em; color: #333333;}

h6 {font-size: xx-small; line-height: 1.5em; color: #333333;}

p {
	text-decoration: none;
	font-size: small;
	color: #666666;
	line-height: 1.5em;
}
p a {text-decoration: none; color: #41B72B;}
p a:hover {text-decoration: underline; color: #41B72B;}

.note {font-size: x-small; line-height: 1.5em; color: #000000; font-weight: bold;}
.note a {color: #FFFFFF; text-decoration: none;}
.note a:hover {color: #FFFFFF; text-decoration: underline;}

ul {
	text-decoration: none;
	font-size: small;
	color: #666666;
	line-height: 1.5em;
}
li {
}
li a {
	text-decoration: none;
	color: #333333;
}
li a:hover {
	text-decoration: underline;
}

/*----- ABSOLUTE POSITIONED ELEMENTS (with 'a' and 'a:hover' styles) -----*/

.header-bg {
	background-image: url(../_img/_mu/bg-museum.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
}

.logo {
	position: absolute;
	left: 30px;
	top: 20px;
	height: 115px;
	width: 200px;
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

.nav2 {
	position: absolute;
	left: 30px;
	top: 142px;
	width: 200px;
	text-align: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #1A68BD;
}
.nav2 a {color: #444444; text-decoration: none;}
.nav2 a:hover {color: #1A68BD;}

.main {
	position: absolute;
	left: 260px;
	top: 200px;
	width: 450px;
	padding-bottom: 40px;
}

.xposure {
	position: absolute;
	left: 713px;
	top: 122px;
	height: 130px;
	width: 30px;
	margin: 0px;
	padding: 0px;
}

.navigation {
	position: absolute;
	left: 0px;
	top: 200px;
	text-align: right;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.navigation a {color: #999999; text-decoration: none;}
.navigation a:hover {color: #66CC00; text-decoration: none;}

/*----- MAIN NAVIGATION 1 STYLES -----*/

ul.l1 {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41B72B;
	font-size: large;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41B72B;
}
ul.l1 li {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
ul.l1 li a {
	display: block;
	margin: 0px;
	color: #AAAAAA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}
ul.l1 li a:hover {color: #00A7EE;}

/*----- MAIN NAVIGATION 2 STYLES -----*/

ul.l2 {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41B72B;
	font-size: medium;
}
ul.l2 li {display: block; margin: 0px; padding: 0px 0px 0px 5px; color: #FFFFFF;}
ul.l2 li a {
	display: block;
	margin: 0px;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
ul.l2 li a:hover {
	text-decoration: none;
	color: #7AC91E;
	font-weight: bold;
}

/*----- MAIN NAVIGATION 3 STYLES -----*/

ul.l3 {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41B72B;
	font-size: small;
}
ul.l3 li {display: block; margin: 0px; padding: 0px 0px 0px 5px; color: #FFFFFF;}
ul.l3 li a {
	display: block;
	margin: 0px;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul.l3 li a:hover {
	text-decoration: none;
	color: #7AC91E;
	font-weight: bold;
}
.navigation-on {font-weight: bold; color: #41B72B;}

/*----- SPAN STYLES -----*/

.lgreen {color: #7AC91E;}
.lgreen a {color: #7AC91E;}
.lgreen a:hover {color: #7AC91E;}

.dgreen {color: #41B72B;}
.dgreen a {color: #41B72B;}
.dgreen a:hover {color: #41B72B;}

.lblue {color: #00A7EE;}
.lblue a {color: #00A7EE;}
.lblue a:hover {color: #00A7EE;}

.dblue {color: #1A68BD;}
.dblue a {color: #1A68BD;}
.dblue a:hover {color: #1A68BD;}

.white {color: #FFFFFF;}
.white a {color: #FFFFFF;}
.white a:hover {color: #FFFFFF;}

/*----- SKIP LINK STYLES -----*/

.skip {
	left: 280px;
	top: 35px;
	position: absolute;
	width: 270px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	visibility: hidden;
}
.skip a {color: #999999; text-decoration: none;}
.skip a:hover {color: #1A68BD; text-decoration: none;}

/*----- TABLE STYLES -----*/

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}

/*----- EXHIBITION STYLES -----*/

.exhibition {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41B72B;
	margin-top: 0px;
	margin-bottom: 10px;
}
.exhibition img {
	margin-right: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.exhibition-title {
	font-size: large;
	color: #41B72B;
	margin-left: 120px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.exhibition-title a {color: #41B72B; text-decoration: none;}
.exhibition-title a:hover {color: #41B72B; text-decoration: underline;}
.exhibition-date {
	font-size: small;
	color: #006699;
	margin-left: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.exhibition-info {
	font-size: small;
	font-weight: normal;
	margin-left: 120px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

/*----- FOOTER STYLES -----*/

.footer {
	font-size: small;
	color: #666666;
	line-height: 1.5em;
	padding: 10px;
	border: 1px solid #7AC91E;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.footer a {font-weight: bold; color: #666666; text-decoration: none;}
.footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7AC91E;
}

/*----- TABLE STYLES (HOMEPAGE) -----*/

.table {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1A68BD;
	width: 448px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-title-xa {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #7AC91E;
	font-size: small;
	margin: 0px;
}
.table-title-xa a {color: #7AC91E; text-decoration: none;}
.table-title-xa a:hover {color: #7AC91E; text-decoration: underline;}

.table-title-es {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #660033;
	font-size: small;
	margin: 0px;
}
.table-title-es a {color: #660033;  text-decoration: none;}
.table-title-es a:hover {color: #660033; text-decoration: underline;}

.table-title-lj {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #003366;
	font-size: small;
	margin: 0px;
}
.table-title-lj a {color: #003366; text-decoration: none;}
.table-title-lj a:hover {color: #003366; text-decoration: underline;}

.table-description {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	color: #333333;
	font-size: small;
	margin: 0px;
}
.icon {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	padding: 0em;
	margin: 0em;
	vertical-align: top;
}

