@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------- */
/* 					Navigation CSS 				*/
/* -------------------------------------------------------- */

body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	min-width:1000px;
	text-align:left;
	background:#eeeeee;
}

#masterContainer {

	}

#headerGroup {
	position:relative;
	height:105px;
}

#header {
	background:url("../../images/header_background.gif") repeat-x;
	height:83px;
	position:absolute;
	width:100%;
	top:15px;
	padding-left: 20px;
}

#header h1 {
	margin:0px;
	padding:0px;
}

#imageLogo {
	background:url('../../images/museum_logo.gif') no-repeat;
	height:83px;
	width:206px;	
	display:block;
}

#header h1 span {
	display:none;
}

#header #imageLogo a{
	height:83px;
	width:206px;
}

#footer {
	background:white;
	clear:both;
	padding-top:2px;
	padding-bottom:24px;
	padding-left:12px;
	padding-right:12px;
	position:relative;
	text-align:left;
}

#footer .copyright {
	color:#999;
	position:absolute;
	left:780px;
	top:16px;
	font-size:0.9em;
}

/*Activates this to reduce front page to 1024px width and center */
/*#footerContent {
	margin:0 auto;
	min-width:800px;
	width:980px;
	text-align:left;
	position:relative;
}*/

#topBar {
	/*height:41px;
	background:url('../../images/top_bar.gif') repeat-x; */
	position:absolute;
	top: 20px;
	width:100%;
}

#topBar #topBarMenu ul {
	color:red;
	float:left;
	background:white;
	margin-top: 0;/*margin-top:19px; */
	margin-left:765px;
	padding-left:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;	
}

#topBar #topBarMenu ul li {
	list-style:none;
	float:left;
	margin-left:1.1em;
	margin-right:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-transform:uppercase;
}

#topBar #topBarMenu ul li a {
	text-decoration:none;
	color:#555555;
}

#searchBar {
	position:absolute;
	top:64px;
	left:745px;
	background:white;
	padding-left:0.2em;
	padding-right:0.2em;
	padding-top:0.4em;
	padding-bottom:0.4em;
}

#searchBar .searchButton {
	background-color: #30989c;
	color:white;
	text-transform:uppercase;
}

#menuGroup {
	position:relative;
	background:url('../../images/mainMenu_background.gif') repeat-x;
	width:100%;
	height:31px;
	display:block;
	z-index:10;
	text-transform:uppercase;	
}

#mainMenu, #mainMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#mainMenu {
	margin-left:24px;
}
 
#mainMenu a {
	text-align:left;
	display: block;
	/*width: 14em;*/
	min-width:4em;
	padding-left:24px;
	padding-right:24px;
	padding-top:6px;
	padding-bottom:6px;
	color:#008c99;
	text-decoration:none;
	font-size:1.3em;	
}
 
#mainMenu li { /* all list items */
	float: left;
	/*width: 14em;*/ /* width needed or else Opera goes nuts */

}
 
#mainMenu li ul { /* second-level lists */
	background: #003b41;
	position: absolute;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left:12px;
}

#mainMenu li ul a {
	color:#FFF;
	min-width:9em;
	padding-left:24px;
	padding-right:24px;
	padding-top:6px;
	padding-bottom:6px;	
	line-height: 1.2;
	font-size:1.0em;
	text-transform:none;
}
 
#mainMenu li:hover ul, #mainMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*
#menuGroup #mainMenu ul {
	background:0px;
	margin-left:0px;
	padding-left:16px;
	margin-right:60px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:6px;
	padding-bottom:0px;		
}

#menuGroup #mainMenu ul li {
	list-style:none;
	float:left;
	margin-left:1.4em;
	margin-right:1.4em;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-transform:uppercase;	
}

#menuGroup #mainMenu ul li a {
	color:#008c99;
	text-decoration:none;
	font-size:1.3em;
}*/

.highlightBox {
	background:url('../../images/mainDisplay_background.gif') repeat-x;
	height:312px;

	margin:0 auto;
	position:relative;
}

.rotationWindow {
	background:url('../../images/mainMenu_rotatingDisplay.gif') no-repeat;
	width:709px;
	height:303px;
	position:absolute;
	left:20px;
	bottom:0px;
	overflow:hidden;
	border:1px solid red;
}
.rotationWindowTransparent {
	background:url('../../images/mainDisplay_transparentText.png') no-repeat;
	width:677px;
	height:65px;
	position:absolute;
	bottom:28px;
	padding-top:6px;
	padding-left:12px;
	color:white;
	font-size:1.2em;
	text-align:left;
}


#simpleGalleryListWrapper {
    position: relative;
    width: 690px;
    height: 269px;	
    border: 3px solid white;
    overflow: hidden;
    text-align: center;
	left:22px;
	top:22px;
}
#simpleGallery {
    height: 160px;
}
#simpleGallery, #simpleGalleryHelper {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
#simpleGalleryHelper li {
    font-size: 16px;
    font-family: arial;
    margin: 5px 5px 5px 10px;
    padding: 5px 20px 5px 5px;
    border-right: 1px solid #cec7ad;
    float: left;
}
#simpleGalleryHelper li.last {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
#simpleGalleryHelper li.simpleGalleryHelperItemActive {
    color: #fff;
}
#simpleGallery li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#simpleGallery li.simpleGalleryItemActive {
    z-index: 1;
}

#slideBannerHelper {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 4px;
	right: 2px;
}
#slideBannerHelper li {
    float: left;
    font-size: 10px;
    line-height: 20px;
    margin-right: 5px;
    cursor: pointer;
	padding-left:2px;
	padding-right:2px;
	border:1px solid white;
}
#slideBannerHelper li.slideBannerHelperItemActive {
    color: #ff0000;
	border:1px solid #ff0000;	
}



.transparentBox {
	background:url('../../images/mainDisplay_transparentBox.png') no-repeat;
	width:221px;
	height:246px;
	position:absolute;
	top:16px;
	left:760px;
	padding:8px;
	color:white;
}

.transparentBox a {
	color:#008c99;
	color:#0CF;
	text-decoration:none;
}

/* -------------------------------------------------------- */
/* 					Navigation CSS 				*/
/* -------------------------------------------------------- */

#Navigation {
	float:left;
}

#Navigation ul {
	margin:0px;
	padding:0px;
}

#Navigation ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}

#Navigation ul li ul {
	margin:0px;
	padding:0px;
}

#Navigation ul li ul li {
	padding:6px;
	margin:0px;	
	width:120px;
	background:#b8cdc3;
	text-align:left;
}

.Group {
	display: block;
	height: 28px;
	width: 126px;
	background:#205a3e;
	line-height: 27px;
	padding-left: 6px;
	color: #dfdfdf;
	text-decoration: none;
	text-align:left;	
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 28px;
	width: 173px;
	background-image: url(Button_Option.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}
.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}

/* -------------------------------------------------------- */
/* 					Main Content 					*/
/* -------------------------------------------------------- */

#mainContent {
	text-align:left;
	position:relative;
	height: auto;
	clear:both;
	padding-bottom:24px;
}
#highlights {
	border: #dedede 3px solid;
	margin-top:12px;
	margin-left:36px;
	background:white;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	width:595px;	
	overflow:hidden;
}

#highlights .titleBox {
	color:#3fa6b0;
	background:#eeeeee;
	font-size:1.2em;
	padding:4px;
	margin-left:2px;
	margin-right:2px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
}

#highlights ul {
	margin-left:0px;
	padding-left:6px;
}

#highlights ul li {
	height:90px;
	width:45%;
	margin-left:12px;
	float:left;
}

#highlights ul li img {
	margin-right:24px;
	padding: 2px;
	border: 1px solid #ccc;
}

#newsBoxTitle {
	margin-top:12px;
	margin-left:36px;
	background:#008c99;
	color:white;
	padding-top:2px;
	padding-bottom:2px;
	width:594px;
	padding-left:6px;
	
}

#newsBox {
	width:592px;
	margin-top:6px;
	margin-left:36px;
	background:white;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:2px;
	
}

#newsBox hr {
	border:dashed 1px #cccccc;
}

#leftColumn {

	width:650px;
	float:left;	
}

#rightColumn {

	width:325px;
	float:left;
}

.subBox {
	border:#dedede 6px solid;
	background:white;
	height:80px;
}

.subBox h3 {
	margin-bottom:0px;
	color:#666666;	
}

.directionBox {
	height:175px;
	text-align:center;
}

.directionBox strong {
	color:#666666;
}

.rightBox {
	width:300px;
	padding-left:12px;
	padding-bottom:6px;
	margin-top:6px;
	margin-bottom:6px;
	
}

.rightBox img {
	margin-top:6px;
	margin-right:12px;
}

.rightBox h3 {
	color:#666666;
	font-size:1.4em;

}

.subBox a {
	color:#008c99;
	text-decoration:none;
}

a.twitterButton {
	background:url(../../images/twitter_big-t_silver.png) 6px no-repeat; 
	color: #777; 
	text-decoration:none; 
	display: block; 
	height: 35px; 
	padding: 5px 2px 4px 50px; 
	background-color: #fff; 
	font-weight:bold;
	border: 1px solid #ccc;
	width:90px;
}

.socialBox {
	background:white;
	padding:4px;
	margin-left:4px;	
	margin-bottom:12px;
	display:block;
	overflow:auto;
	height:360px;
}

.socialBox ul {
	list-style:none;
}

.socialBox hr {
	margin-top:12px;
	margin-bottom:12px;
	color: #eaeaea;
	background-color: #eaeaea;
	height: 2px;
}
	
.warning {
	color: red; 
	text-align:center;
}


