@charset "UTF-8";
@import url("../../webfonts/Impact/stylesheet.css");
/*Use -webkit-text-size-adjust:none to disable text size adjust on the iPhone.*/
html {
	-webkit-text-size-adjust: none;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/* Responsive videos - makes the video embed to expand fullwidth to the boundary */
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}
body {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	background-attachment: fixed;
	background-color: #084a62;
	background-image: url(/images/bkg_crowd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #0D8FED;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: purple;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: blue;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: red;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: red;
}
a[href$=".pdf"] {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../../images/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a[class^="link_"] {
	background-position: left center;
	padding: 1px 1px 1px 20px !important;
	display: inline-block;
	background-repeat: no-repeat;
}
blockquote {
	margin: 1.5em 0;
	padding: 0.5em 1em 0.5em 2.5em;
	position: relative;
	color: #333;
	background-color: #FAFAFA;
	font-style: italic;
	border-left: 10px solid #EEE;
}
blockquote:before {
	color: #ccc;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: 5px;
	top: 0.5em;
	line-height: 0.1em;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	/* [disabled]font-family: Georgia, "Times New Roman", Times, serif;
*/
	line-height: 1.2em;
}
h1 {
	font-size: 2.3em;
	color: #4D535D;
	margin-top: 0px;
	margin-bottom: 0.8em;
	font-family: Impact;
	text-transform: uppercase;
}
h1 em {
	/* [disabled]font-size: 0.6em;
*/
	/* [disabled]color: #999;
*/
}
div h2:first-child {
	margin-top: 0;
}
h2 {
	font-size: 2em;
	color: #8896A8;
	margin-bottom: 0.5em;
	/* [disabled]clear: both;
*/
	margin-top: 2em;
}
h3 {
	font-size: 1.5em;
	color: #fabe44;
}
h4 {
	font-size: 1.3em;
	color: #666;
	font-weight: normal;
}
h4 em {
	color: #879CC5;
	font-style: normal;
}
ul {
	list-style: square;
}
a.button {
	padding: 0.5em 1em;
	display: inline-block;
	color: #FFF;
	background-color: #1D3468; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5193C1), to(#1D3468)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #5193C1, #1D3468); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #5193C1 0%, #1D3468 100%);
	border: 3px solid #F1CC77;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}
a.button:hover {
	text-decoration: none;
	background-color: #EEE; /* for non-css3 browsers */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1D3468), to(#5193C1)); /* for webkit browsers */
	background-image: -moz-linear-gradient(top, #1D3468, #5193C1); /* for firefox 3.6+ */
	background-image: -ms-linear-gradient(top, #1D3468 0%, #5193C1 100%);
	color: #000;
}
.arrow_box_left {
	position: relative;
	padding-left: 1.75em;
	color: #2F343C;
	/* [disabled]font-size: 1.6em; */
}
.arrow_box_left:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 0.5em solid #2F343C;
	border-right: 0.6em solid #2F343C;
	border-bottom: 0.5em solid #2F343C;
	border-left: 0.5em solid #2F343C;
}
.arrow_box_left:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #2F343C;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 1em;
}
.arrow_box_right {
	position: relative;
}
.arrow_box_right:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	border: 0.5em solid #CCC;
	right: 0px;
}
.arrow_box_right:after {
	content: "";
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-right: 0.5em solid #CCC;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 1em;
}
.ribbon_left, .ribbon_right {
	position: relative;
	padding: 5px 10px;
	margin: 30px -10px;
	color: #fff;
	text-align: center;
	background-color: #666;
}
.ribbon_left:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid #333;
	border-left: 10px solid;
}
.ribbon_right:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0px;
	height: 0;
	width: 0;
	border-top: 10px solid black;
	border-right: 10px solid transparent;
}
.callout1, *[class*="callout1"] {
	background-color: #EEE;
	padding: 15px;
	font-size: 0.9em;
}
*[class*="callout1"] h3, *[class*="callout1"] h4 {
	color: #FFF;
	background-color: #1D3468;
	margin: -15px -15px 0px;
	padding: 10px;
	line-height: 1em;
	border-bottom: 4px solid #fabe44;
	text-align: center;
	text-transform: uppercase;
}
.col-one-third, .col-two-third, .col-one-half, .col-one-fourth {
	overflow: hidden;
	/* [disabled]background-color: #F0F; */
}
.col-one-half + .col-one-half, .col-one-third + .col-one-third + .col-one-third, .col-one-third + .col-two-third, .col-two-third + .col-one-third, .col-one-fourth + .col-one-fourth + .col-one-fourth + .col-one-fourth {
	/* [disabled]background-color: #0FF; */
	margin-right: 0px;
}
.clear_both {
	clear: both;
}
.contain {
	overflow: hidden;
}
.fancy_lines:before, .fancy_lines:after {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	content: "";
	display: inline-block;
	height: 0.1em;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-bottom: 0.15em;
}
.fancy_lines:before {
	right: 1em;
	margin-left: -50%;
}
.fancy_lines:after {
	left: 1em;
	margin-right: -50%;
}
.fb_feed    {
	color: #FFF;
	overflow: hidden;
	margin: 0 5px;
}
.fb_feed h2   a{
	color: #8896A8;
	display: block;
	padding: 0px;
	margin: 0px;
}
.fb_feed .publishedDate   {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}
.fb_feed a img   {
	float: left !important;
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-right: 10px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
}
.flt_right, *[align="right"]:not()th,td), *[style*="float: right"] {
	float: none;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.flt_left, *[align="left"]:not(th,td), *[style*="float: left"] {
	float: none;
	margin-bottom: 10px;
	display: block;
}
#_____________________________________________________CONTAINER {
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #0FF; */
	padding: 0 10px;
}
.img-circle {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 100px;
	height: 100px;
	background-color: #CCC;
}
.img_border, img[class*="border"] {
	background-color: #FFF;
	/* [disabled]-moz-box-shadow: 2px 2px 5px #888;
*/
	/* [disabled]-webkit-box-shadow: 1px 1px 3px #888;
*/
	/* [disabled]box-shadow: 1px 1px 5px #888;
*/
	border: 5px solid #F2CD78;
	/* [disabled]padding: 5px;
*/
	max-width: 96%;
}
.img_right_border, img[align="right"], img[style*="float: right"] {
	float: right;
	border-top: 1px double #F2CD77;
	border-right: 1px double #DBA854;
	border-bottom: 1px double #F2CD77;
	border-left: 1px double #D9A550;
	-webkit-transform: scale(1.0) rotate(2deg);
	-moz-transform: scale(1.0) rotate(2deg);
	-o-transform: scale(1.0) rotate(2deg);
	-ms-transform: scale(1.0) rotate(2deg);
	transform: scale(1.0) rotate(2deg);
	margin: 20px;
}
.img_left_border, img[align="left"], img[style*="float: left"] {
	float: left;
	border-top: 1px double #CCC;
	border-right: 1px double #999;
	border-bottom: 1px double #999;
	border-left: 1px double #CCC;
	/* [disabled]-webkit-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-moz-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-o-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]-ms-transform: scale(1.0) rotate(2deg);
*/
	/* [disabled]transform: scale(1.0) rotate(2deg);
*/
	margin: 10px;
}
.link_facebook {
	background-image: url(../../images/icons/facebook_32px.png);
	display: block;
	text-indent: -500em;
	width: 32px;
	height: 32px;
	margin: 0 0 0 1em !important;
	padding: 0 !important;
}
.link_instagram {
	background-image: url(../../images/icons/instagram_32px.png);
	display: block;
	text-indent: -500em;
	width: 32px;
	height: 32px;
	margin: 0 !important;
	padding: 0 !important;
}
.link_twitter {
	background-image: url(../../images/icons/twitter-2_32px.png);
	display: block;
	text-indent: -500em;
	width: 32px;
	height: 32px;
	padding: 0 !important;
	margin: 0 !important;
}
.link_zoom {
	position: relative;
	display: inline-block !important;
}
.link_zoom:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.link_zoom:hover:before {
	position: absolute;
	content: ' ';
	top: 30%;
	left: 40%;
	width: 42px;
	height: 42px;
	background-image: url(../images/icons/icon_zoom.png);
	background-repeat: no-repeat;
	opacity: 1;
}
a.sort, .results tr th a {
	background: url(../images/icons/sort_alpha.png) no-repeat right center;
	display: inline;
	height: 16px;
	width: auto;
	line-height: 18px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
a.sort:hover, .results tr th a:hover {
	background-image: url(../images/icons/sort_alpha_over.png);
}
.results_next {
	background: url(../images/icons/resultset_next.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_previous {
	background: url(../images/icons/resultset_previous.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.results_last {
	background: url(../images/icons/resultset_last.png) no-repeat right center;
	padding-right: 16px;
	padding-left: 5px;
}
.results_first {
	background: url(../images/icons/resultset_first.png) no-repeat left center;
	padding-left: 16px;
	padding-right: 5px;
}
.search {
	background: url(../images/icons/zoom.png) no-repeat left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
}
table.results {
	border-collapse: collapse;
	width: 100%;
	/* [disabled]max-width: 90%; */
}
table.results td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	line-height: 125% !important;
	color: #333;
	padding: 10px 5px;
}
table.results tr:nth-child(even) {
	background-color: #FAFAFA;
}
table.results tr:hover {
	background-color: #FFD023;
}
table.results .even_color {
	background-color: #EEE;
}
.row, .row_alt {
	/* [disabled]background-color: #FF0;
*/
	overflow: hidden;
	margin: 1em -1.1%;
	padding: 1em 1%;
}
.row_alt {
	background-color: #EEE;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	/* [disabled]background-color: #F0F;
*/
	width: 100%;
	text-align: center;
	overflow: hidden;
}
ul.nav li {
	display: inline;
}
ul.nav li a {
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2em;
	/* [disabled]background-color: #0F0;
*/
	font-size: 1.2em;
	margin: 0 5px;
	/* [disabled]border: 1px solid #0FF;
*/
	padding: 2px;
	color: #FFF;
}
ul.nav li a:hover {
	text-decoration: underline;
}
ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #CCC;
	background-color: #4D535D;
	color: #CCC;
}
ul.subnav li {
	padding: 0;
	margin: 0;
}
ul.subnav li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	color: #EEE;
	/* [disabled]margin-left: -10px; */
}
ul.subnav li a:hover, ul.subnav li a.current {
	background-color: #FFF;
	color: #333;
}
#_____________________________________________________HEADER {
}
#WrapHeader {
	/* [disabled]background-color: #1A1A1A; */
}
#LayoutDivHeader {
	/* [disabled]background-color: #E2E2E2; */ /* for non-css3 browsers */
	color: #FFF;
	text-align: center;
	position: relative;
}
#LayoutDivHeader #logo_link {
	display: block;
}
#LayoutDivHeader #logo {
}
#LayoutDivHeader #tagline {
	/* [disabled]background-color: red; */
	margin-bottom: -3px;
}
#LayoutDivHeader #tagline h1 {
	margin: 0;
	font-family: Impact;
	text-transform: uppercase;
	color: #97CDF1;
	line-height: 1em;
}
#LayoutDivHeader #utility {
	/* [disabled]background-color: #FF0;
*/
	padding: 5px;
	width: auto;
	font-size: 12px;
}
#LayoutDivHeader #utility li a {
	color: #FFF;
	font-size: 0.9em;
}
#_____________________________________________________ NAV {
}
#WrapNav {
	background-image: url(../../images/bkg_navbar.png);
	background-repeat: repeat-x;
	background-color: #F2CD77;
	background-position: center bottom;
	overflow: hidden;
}
#WrapNav #main_nav {
	/* [disabled]background-color: red; */
	margin: 0 auto;
}
#WrapNav #main_nav li {
	margin: 0;
	padding: 0;
}
#WrapNav #main_nav li a {
	color: #0061AA;
	font-size: 16px;
	/* [disabled]background-color: #0FF; */
	display: inline-block;
	padding: 5px 6px;
	margin: 0;
	line-height: 2em;
}
#WrapNav #main_nav li a:hover {
	background-color: #FFF;
	text-decoration: none;
}
#WrapNav #main_nav li.current a {
	background-color: #FFF !important;
	text-decoration: none !important;
}
#_____________________________________________________BANNER {
}
#WrapBanner {
	background-color: #4D535D;
	background-image: url(../../images/bg_texture_1.png);
	border-bottom: 1px solid #CCC;
	/* [disabled]margin-bottom: 30px; */
	position: relative;
	text-align: center;
	display: none;
}
#LayoutDivBanner {
	/* [disabled]background-color: #91B6DF; */
	text-align: center;
	color: #FFF;
	background-image: url(../../images/slider_highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDivBanner.gridContainer {
	padding: 0;
}
#LayoutDivBanner h1 {
	color: #FFF;
	font-size: 34px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	text-shadow: 2px 2px 1px #1A1A1A;
	margin: 30px 0;
}
#LayoutDivBanner .gridContainer #banner-caption {
	left: 0px;
	/* [disabled]top: 0px;
*/
	position: absolute;
	background-color: rgba(51,51,51,0.7);
	padding: 5px 10px;
	overflow: hidden;
	bottom: 0px;
	width: 100%;
	z-index: 10;
}
#LayoutDivBanner h1 + h2 {
	margin: 0;
	margin-top: -30px;
	font-size: 20px;
	color: #B2C5DD;
	font-style: italic;
	margin-bottom: 30px;
}
#LayoutDivBanner .gridContainer #banner-caption h3 {
	font-size: 1em;
	text-shadow: none;
	color: #EEE;
	margin-top: 0.5em;
}
#_____________________________________________________BANNER_BOTTOM {
}
#WrapBannerBot {
	background-color: #EEE;
	text-align: center;
	border-bottom: 8px solid #DDD;
}
#WrapBannerBot > div {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}
#_____________________________________________________BODY {
}
#WrapBody {
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
}
#LayoutDivBody, body.full #LayoutDivBody {
	/* [disabled]background-color: #F0F;
*/
	margin-bottom: 20px;
}
#LayoutDivBody > div > p  {
	margin-top: 0px;
}
#LayoutDivBody > div > p > img {
	width: 100%;
}
#home #LayoutDivBody p   {
	margin-right: 10px;
	margin-left: 10px;
}
#home {
	background-attachment: scroll !important;
}
#home #nav_home {
	display: none;
}
#home #WrapBody  {
	background-color: transparent;
	padding: 0px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#home #LayoutDivBody   {
	margin: 0px;
	padding: 0;
}
#home #LayoutDivBody #billboard   {
	height: 300px;
	width: auto;
	float: none;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
#home #billboard #controls {
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 100;
	width: auto;
	text-align: center;
}
#home #billboard #controls a:link, #home #billboard #controls a:visited, #home #billboard #controls a:hover {
	text-decoration: none !important;
	font-size: 36px;
	line-height: 100%;
	color: #FFF;
	margin-right: 4px;
}
#home #billboard #controls a.current {
	color: #FCBB02;
}
#home #billboard #panelwidget .SlidingPanelsContentGroup p img{
	width: 940px;
	height: 300px;
}
#home .SlidingPanelsContent > div {
	position: absolute;
	width: 240px;
	left: 10px;
	top: 25px;
	color: #FFF;
	font-size: 1.5em;
	background: transparent url(/images/bkg_semi-transparent_checks.png);
	padding: 10px 20px 0px;
}
#home .SlidingPanelsContent > p {
	margin: 0px !important;
}
#home .SlidingPanelsContent h1 {
	color: #F2CD78;
	text-shadow: 2px 2px 2px #000000;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
	display: block;
	border-bottom: 1px solid #F2CD78;
	margin: 0px;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 120%;
}
#home #LayoutDivBody #billboard #panelwidget .SlidingPanelsContent div p {
	margin: 5px 0px 10px;
	font-size: 12px;
	line-height: 1.2em;
}
#home .SlidingPanelsContent a {
	display: block;
	padding: 0px 20px 10px;
	margin: 0px -20px;
}
#home #mission    {
	font-size: 24px;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
#home #columns {
	/* [disabled]background-color: #FFF; */
}
#home #columns > div {
	/* [disabled]float: left; */
	width: 23.5%;
	background: #000 url(/images/bkg_column1.jpg) no-repeat;
	border: 9px solid #FFF;
	color: #FFF;
	line-height: 1.4em;
	font-size: 12px;
	overflow: hidden;
	background-size: cover;
	margin: 0;
	margin-right: 1.8%;
}
#home #columns h1  {
	color: #FFF;
	display: block;
	font-size: 40px;
	margin: -4px 0px 0px -2px !important;
	padding: 0px;
	line-height: 100%;
	filter: alpha(opacity=40); /* internet explorer */
	-khtml-opacity: 0.4;      /* khtml, old safari */
	-moz-opacity: 0.4;       /* mozilla, netscape */
	opacity: 0.4;           /* fx, safari, opera */
}
#home #columns h1 a  {
	color: #FFF;
	text-decoration: none;
	margin: 0;
}
#home #columns li  {
	line-height: 110%;
	margin: 0px 0px 5px;
	padding: 0px;
}
#home #columns p a  {
	color: #FFF;
	font-size: 125%;
	text-transform: none;
	padding-right: 5px;
}
#home #col1 {
}
#home #LayoutDivBody #col2 {
	width: 42%;
	color: #183448;
	background-color: #FFF !important;
	background-image: none !important;
}
#home #LayoutDivBody #col2 img{
	max-width: 43%;
}
#home #LayoutDivBody #col2 p a {
	color: #183448;
	font-size: 125%;
	text-transform: none;
}
#home #col2 h1 {
	color: #183448 !important;
	filter: alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity: 1.0 !important;      /* khtml, old safari */
	-moz-opacity: 1.0 !important;       /* mozilla, netscape */
	opacity: 1.0 !important;           /* fx, safari, opera */
}
#home #col2 h1 a {
	color: #183448 !important;
}
#home #col3 {
	margin-right: 0% !important;
	/* [disabled]float: right; */
}
#exhibits {
	margin: 0px;
	padding: 10px;
	list-style: none;
	background-color: #D3E5F0;
}
#exhibits > div    {
	font-weight: bold;
	border: 1px none #0F285E;
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 10px;
	background-color: #FFF;
	min-height: 200px;
}
#exhibits > div h2     {
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Impact;
	font-size: 20px;
	color: #15506A;
	letter-spacing: 1px;
}
#exhibits > div .arrow_overlay       {
	position: absolute;
	right: 0px;
	z-index: 20;
	width: 300px;
	height: 200px;
	/* [disabled]background-color: #0FF; */
	background-image: url(/images/arrow_overlay2.png);
	background-position: left center;
}
#exhibits div img    {
	height: 200px;
	width: 300px;
}
#exhibits div p    {
	font-weight: normal;
	display: block;
	color: #15506A;
}
ol#inductees    {
	/* CSS Column code for webkit */
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-rule-color: #000066;
	-webkit-column-rule-style: none;
	-webkit-column-rule-width: 1px;
	/* CSS Column code for mozilla */
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-rule-color: #000066;
	-moz-column-rule-style: none;
	-moz-column-rule-width: 1px;
	/* CSS3 Column code  */
	column-count: 2;
	column-gap: 20px;
	column-rule-color: #000066;
	column-rule-style: none;
	column-rule-width: 1px;
	list-style: none;
}
#_____________________________________________________SIDEBAR {
}
#LayoutDivSidebar > div {
	/* [disabled]padding: 0px 0px 20px; */
	/* [disabled]background-color: #EEE;
*/
}
#column1 {
	float: left;
	padding: 10px;
	color: #FFF;
	line-height: 125%;
	background-size: contain;
	background-color: #000;
	background-image: url(/images/bkg_column1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#column1 ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
#column1 ul li a {
	font-size: 14px;
	display: block;
	line-height: 150%;
}
#column1 ul li a:after {
	content: ' \203A';
}
#column1 a {
	color: #FFF;
	text-decoration: none;
}
#column1 a:hover {
	text-decoration: underline;
}
#column1 h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 10px;
	font-family: Impact;
	text-transform: uppercase;
	filter: alpha(opacity=40); /* internet explorer */
	-khtml-opacity: 0.4;      /* khtml, old safari */
	-moz-opacity: 0.4;       /* mozilla, netscape */
	opacity: 0.4;           /* fx, safari, opera */
	margin-top: -14px;
	margin-left: -9px;
}
#column1 #spotlight {
	border: 1px solid #FFF;
	background: #04245c url(/images/spotlights.jpg) no-repeat center top;
	background-size: contain;
	padding: 90px 10px 10px;
}
#column1 #spotlight h2 {
	color: #FFF;
	font-family: Impact;
	text-transform: uppercase;
	font-size: 32px;
	text-shadow: 0px 0px 3px #000;
}
#column1 #spotlight h3 {
	color: #FFF;
}
#column1 #spotlight p {
	font-size: 11px;
}
#column1 #spotlight img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 50px;
	height: auto;
	border: 2px solid #E5A214;
}
#column1 #spotlight img:hover {
	border: 2px solid #F00;
}
#_____________________________________________________FOOTER {
}
#WrapFooterTop {
	background-color: #1A1A1A;
	text-align: center;
	color: #2F343C;
	padding: 20px 0;
	border-top: 5px solid #2F343C;
	clear: both;
	/* [disabled]display: none; */
}
#LayoutDivFooterTop {
	overflow: hidden;
	text-align: center;
	color: #999;
}
#LayoutDivFooterTop #footer_nav {
	width: auto;
}
#LayoutDivFooterTop #footer_nav li a {
	color: #B1C5DD;
	font-size: 14px;
}
#LayoutDivFooterTop #social {
	font-style: italic;
}
#LayoutDivFooterTop #social a {
	padding: 1px 4px;
}
#WrapFooter {
	background-color: #2F343C;
	overflow: hidden;
	border-top: 5px outset #2F343C;
}
#LayoutDivFooter {
	clear: both;
	/* [disabled]background-color: #333;
*/
	text-align: center;
	color: #999;
	overflow: hidden;
}
#LayoutDivFooter > div {
	padding: 20px;
	overflow: hidden;
}
#LayoutDivFooter a {
	color: #BBB;
}
#LayoutDivFooter #wdtp {
	/* [disabled]color: #CCC;
*/
	font-size: 11px;
	clear: both;
	display: block;
	text-decoration: none;
	margin: 40px 0;
}
