@charset "utf-8";

@import url("sites.css");

body  {
	background: #1f2b67;
	text-align: center;
}
.twoColFixLtHdr #container { 
	width: 750px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	height: 74px;
	overflow: hidden;
} 
.twoColFixLtHdr #header a {
	display: block;
	position: absolute;
	z-index: 100;
}
.twoColFixLtHdr #header #myFloridaLink {
	width: 80px;
	height: 60px;
	margin: 0px;
}
.twoColFixLtHdr #header #museumLink {
	width: 290px;
	height: 40px;
	margin: 21px 0px 0px 70px;
}
.twoColFixLtHdr #body {
	padding: 4px 31px 0px 7px;
}
/* ************************************* navigation CSS ******************************************** */
.twoColFixLtHdr #sidebar1 {
	clear: left;
	float: left;
	width: 207px;
	margin: 0;
	background: url(../_images/menuCurly.gif) center top no-repeat;
	padding-top: 18px;
}
#menu {
	background: #6d89aa url(../_images/menuBG.jpg) left bottom no-repeat;
	border: 2px solid #171e53;
	width: 203px;
	height: 379px;
}
#menu #navList {
	width: 195px;
	margin: 0px;
	padding: 15px 0px 0px 4px;
	list-style-type: none;
}
#menu #navList li {
	margin: 0px;
	padding: 1px 0px;
	line-height: 0px;
}

#menu #navList li.bottomHR {
	padding-bottom: 18px;
	margin: 0px 1px 0px 0px;
	background: url(../_images/menuHR.gif) center bottom no-repeat;
}
#menu #navList li.extraTopSpace {
	padding-top: 14px;
}
#menu #navList li.extraLeftSpace {
	padding-left: 2px;
}
/* ************************************* main content CSS ******************************************** */
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 247px;
	background: url(../_images/mainContentCurly_short.gif) left top no-repeat;
	padding-top: 18px;
}
/*.curlySeparator {
	background: url(../_images/mainContentCurly.png) center top no-repeat;
	width: 476px;
	height: 16px;
	margin: 9px 0px 3px 0px;
	padding: 0px;
} NOT USED???? */
.curlySeparatorShort {
	background: url(../_images/mainContentCurly_short.gif) left top no-repeat;
	height: 16px;
	margin: 9px 0px 3px 0px;
	padding: 0px;
}

.twoColFixLtHdr a:link {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr a:visited {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr a:hover {
	color: #e2e171;
	text-decoration: none;
}

/* ************************************* footer CSS ******************************************** */
.twoColFixLtHdr #footer { 
	padding: 5px 10px 0px 20px;
	font-size: 0.8em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer p {
	padding: 4px 0px 4px 0px;
	margin: 0;
}

/* ************************************* special CSS ******************************************** */
.movieBorder {
	border: 2px solid #171e53;
	width: 454px;
}
.nonMovieStart {
	display: none;
}
#tourMap {
	border: 2px solid #171e53;
	width: 454px;
	margin-top: 3px;
}
.blueBoxBdrShort {
	border: 2px solid #171e53;
	margin-bottom: 3px;
	width: 454px;
}
.blueBoxBdr, .picBorder {
	/* needed for IE fix, which uses alpha filters and it needs to separate border and background color */
	border: 2px solid #171e53;
}
.blueBox {
	background: url(../_images/blueBox.png) left top repeat;
	font-weight: bold;
	padding: 4px 30px;
	color: #FFF;
}
.blueBox p {
	margin: 6px 0px 7px 0px;
}
.blueBoxFC {
	font-size: 1.4em;
}

.yellowHighlight {
	position: absolute;
	z-index: 100;
	border: 2px solid #171e53;
}
.selectedArea {
	border: 2px solid #f5a416;
}
.yellowHighlight a {
	display: block;
	background-color: #ffe9a7;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.yellowHighlight a:hover {
	background-color: #f5e816;
	opacity: 0.4;
	filter: alpha(opacity=40);
}


#picListContainer {
	padding: 10px 0px 14px 0px;
}
#picList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#picList li {
	padding: 4px 4px 0px 0px;
	margin: 0px;
	float: left;
}
#picList li a {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#picList li a {
	display: block;
}
#picList li a img {
	border: 2px solid #171e53;
}
#picList li a:hover img {
	border: 2px solid #fff;
}
#pictureInfo {
	display: none;
}
#displayPic img {
	border: 2px solid #171e53;
}
