@charset "UTF-8";
/* CSS Document */



/* UPCOMING OVERRIDES */
#body-exhibitionsPage .repeatingThreeColumnContainer {
	border-bottom: 0px !important;	
}
#body-exhibitionsPage .exhibitionCaption {
	display: none;	
}


/* body.upcoming .repeatingThreeColumnContainer:first-child {
	margin-bottom: 120px;
}
*/




/* CSS RESET -- BEGIN */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;	
}
ol {
	margin-left: 1.4em;
	list-style: decimal;	
}
ul{
	margin-left: 1.4em;
	list-style: square;
}
img {
	border: 0;	
}
/* CSS RESET -- END */









/* FULL SCREEN BACKGROUND -- BEGIN */
body {
	overflow: hidden; 				/* needed to eliminate scrollbars caused by the background image */
	padding: 0;						/* necesarry for the raster to fill the screen */
	margin: 0;						/* necesarry for the raster to fill the screen */
	height: 100%;
	width: 100%;
}
#bgimg {
	position: absolute;
	z-index: -1;
}
#realBody{
	position: absolute;
	z-index: 5;						/* Place the new body above the background image */
	overflow: auto; 					/* restore scrollbars for the content */
	height: 100%;					/* Make the new body fill the screen */
	width: 100%;					/* Make the new body fill the screen */
	background: url('../../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
	left: 0px;
	top: 0px;
}
/* FULL SCREEN BACKGROUND -- END */






ul#supersized {
	margin-left: 0px;	
}






/* MAIN NAV LAYOUT -- BEGIN */
#mainNavWrapper {
	width: 100%;
	height: 51px;
	background-color: #0d3b58;
}
#mainNavSetWidth {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
#mainNavLeftLogo {
	/*width: 280px;*/
	float: left;
	border: none;
	overflow: hidden;
	padding-top: 17px;	
}
#mainNavRightMenu {
	width: 678px;
	float: left;
	border: none;
	overflow:visible;
	padding-top: 19px;	
	padding-bottom: 5px;	
}
#mainMenuList {
	list-style-type: none;
	padding: 0px;
	margin: 2px 0px 0px 0px;	
	opacity: 0;
	border:none;
	display:none;
}
.mainMenuListItem {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	
}
#mainMenuGuide{						/* this is the word "menu" that appear onload that you rollover to get the menu */
	position: absolute;
	top: 21px;
	margin-left: 300px;
	z-index: 25;
	border: none;
	height:51px;
}
/* MAIN NAV LAYOUT -- END */






/* MAIN NAV LAYOUT -- END */
















/* MAIN CONTENT AREA -- BEGIN */         /* USED ON MANY PAGES */
#contentWrapper {
	position: absolute;
	top: 140px;
	left: 50%;
	width: 730px;
	border: none;
    margin-left: -365px; 			/* … and move it to the left half the box' width. */
	border:none;
}

#subHeadLeft {
	float: left;
	display: none;
}

#subHeadRight {
	float: right;	
	display: none;
	border:none;
}

#rightContentSubMenu { 				/* not used */
	list-style-type: none;
	padding-left: 0px;
	margin-right: -24px;
	padding-top: 0px;
	margin-top: 0px;
}

#rightContentSubMenu li { 			/* not used */
	float: left;
	margin-right: 24px;
}

.clear {
	clear: both;	
}
/* MAIN CONTENT AREA -- END */ 















/* FRONT PAGE -- BEGIN */
#frontPageHoursNote{
	position:fixed;
	bottom:30px;
	right:30px;	
	opacity:0.95;
	filter:alpha(opacity=95);
	background-color:#0a334d;
	padding:15px 22px 15px 22px;
	display:none;
	z-index:999;
}
/* FRONT PAGE -- END */

















/* ARTISTS PAGE -- BEGIN */
#thePhotorealists {
	float: left;
	border: none;
	margin-top: 25px;
	display: none;
	line-height:22px;
}

#theSculptors {
	float: left;
	border: none;
	margin-top: 45px;
	display: none;
	line-height:22px;
	width:230px;
}

#theOtherArtists {
	float: left;
	border: none;
	margin-top: 45px;
	display: none;
	line-height:22px;
	width:230px;
}

#thePhotographers {
	float: left;
	border: none;
	margin-top: 45px;
	display: none;
	line-height:22px;
}

#thePopArtists {
	float: left;
	border: none;
	margin-top: 45px;
	display: none;
	line-height:22px;
}

#artistsImageRollover {
	float: right;
	width: 265px;
	height: 265px;
	margin-top: 25px;
	display: none;
}
/* MAIN CONTENT AREA -- END */























/* ARTIST INTRO PAGE -- START */
#body-artistIntroPage {
	background-color: #162e3e;	
}

		/* CENTERED COLORED BOX -- START */
		#body-artistIntroPage #centeredBox {
			width: 700px;
			height: 100px;
			margin: -50px 0 0 -350px; /* needs to be negative 1/2 of width and height to accomplish absolute centering */
			position: absolute;
			top: 81%;
			left: 50%;
			border:none;
		}
		#body-artistIntroPage #centeredBoxBackground {
			position:absolute; 
			background-color:#143c55; 
			width:100%; 
			height:100%; 
			opacity:.95; 
			filter:alpha(opacity=95);
		}
		#body-artistIntroPage #centeredBoxHeadline {
			position:absolute; 
			top:26px; 
			left:30px; 
			z-index:500;	
		}
		#body-artistIntroPage #centeredBoxCopyBlock {
			position:absolute; 
			top:52px; 
			left:30px; 
			z-index:500; 
			line-height:28px;
			
		}
		#body-artistIntroPage #centeredBoxBackLink {
			position:absolute; 
			top:52px; 
			right:33px; 
			z-index:500; 
			line-height:28px;
		}
		#body-artistIntroPage #centeredBoxDrag {
			position:absolute; 
			top:26px; 
			right:33px; 
			z-index:500;
		}
		#body-artistIntroPage #artistIntroPageSubMenu {    /* artist submenu in blue box */
			list-style-type: none;
			padding:0px;
			margin:0px 0px 0px -27px;	
			
		}
		#artistIntroPageSubMenu li {
			display:block;
			float: left;
			padding-left:24px;
			height:26px;
			line-height:26px;
			border:none;
		}
		/* CENTERED COLORED BOX -- END */
	
#body-artistIntroPage #slidecaption {
	z-index:998; 
	position:absolute; 
	bottom:30px; 
	left:60px; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	color:#999; 
	font-size:13px; 
	opacity:0.80;
	filter:alpha(opacity=80); 
	letter-spacing:.10em; 
	display:block;	
}
/* ARTIST INTRO PAGE -- END */















/* ARTIST WORKS PAGE -- START */
#worksContainer {
	border: none;
	margin-top: 70px;
	width:766px;
	margin-left:-0px;
}
#worksThreeAcross {				/* LIST */
	list-style:none;
	padding:0;
	margin:0;
}
#worksThreeAcross li {			/* LIST ITEM */
	float:left;
	margin-right:24px;
}
.specialParagraphWrapper {
	display: none;
	margin-top: -60px;	
	margin-bottom: 70px;
}
.slotClass {
	display: none;
	width:228px;
	margin-bottom: 20px;
}
.workCaption {
	width:228px;
	margin-top:8px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																			/* FONT SIZE CHANGE FROM 11 px */
	color:#56585b;
	line-height:17px;																		/* LINE-HEIGHT CHANGE FROM 16 - 17px */
	letter-spacing:1px;
}

.soldTag {
	font-size:11px;																		/* FONT SIZE CHANGE FROM 11 px */
	color: #2b3c43;
	font-weight:bold;
	letter-spacing:.09em;
	text-transform:uppercase;
	line-height:17px;
}

#worksFooter {
	margin-top:30px;
	width:728px;
	display:none;
	border:none;
	margin-bottom:80px;	
}
#worksFooterLeft {
	float:left;	
}
#worksFooterRight {
	float:right;	
}
#worksPagination {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																			/* FONT SIZE CHANGE FROM 11 px */
	color:#56585b;
	line-height:18px;
	letter-spacing:.09em;
}
#worksContainer #prev {
	position:absolute; 
	left:-75px; 
	top:175px;
	opacity: .6; filter: alpha(opacity=60);
	display:none;
}
#worksContainer #next {
	position:absolute; 
	left:770px; 
	top:175px;
	opacity: .6; filter: alpha(opacity=60);
	display:none;
}
/* ARTIST WORKS PAGE -- END */















/* ARTIST WORK DETAIL PAGE */
#shiftLeft {
	 margin-left:-30px;
}

#workDetailContainer730 {
	width:730px;
	height:425px; 
	margin-left:auto; 
	margin-right:auto; 
	border:none;
	display: none;
}

.magicCaption {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333; 
	letter-spacing:.09em; 
	line-height:17px;
}
#workDetailBelowCaption {
	width:730px; 
	margin-left:0px; 
	border:none; 
	margin-top:30px;
	display:none;
}
.nonMagicCaption {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333; 
	letter-spacing:.09em; 
	line-height:17px;
}
#backLink {
	margin-top:10px;
}
/* END ARTIST WORKS DETAIL PAGE */
















/* ARTIST BIO PAGE -- START */
#bioContainer {
	border: none;
	margin-top: 70px;
	width:730px;
	margin-left:-0px;
	margin-bottom:50px;
	display:none;
}
#bioSidebar {
	width:270px;
	float:right;
	border:none;
	margin:4px 0 25px 55px;
	display:none;
}
#bioSidebar #bioImage {
	width:270px;
}
#bioSidebar #bioCaption {
	width:270px;
	margin-top:8px;
}
/* ARTIST BIO PAGE -- END */


















/* ARTIST PRESS DETAIL PAGE */
#pressDetailHeader {
	padding-top:55px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#e0e0e0;
	position:relative;
	width:730px;
	display:none;
}
#pressDetailHeaderLeft {
	position:absolute;
	left: 0px;
	bottom:0px;
	border:none;
	width:550px;
	padding-bottom:25px;
}
#pressDetailHeaderRight {
		text-align:right;

	position:absolute;
	right:0px;
	bottom:0px;
	border:none;
	width:150px;
	padding-bottom:25px;
}
.pressDetailImage {
	position:relative;
	width:730px;
	border:none;
	border-width:1px;
	border-color:#ebebeb;
	padding-bottom:15px;
	margin-bottom:15px;	
	display:none;
}
/* ARTIST PRESS PAGE -- END */



		/* PRESS 3-COLUMN REPEATING TABLE */
		
		.pressImage {
			border:solid;
			border-width:1px;
			border-color:#efefef;
			width:180px;
			opacity: .90;
			filter: alpha(opacity=90);	
		}
		
		.pressRepeatingThreeColumnContainer {
			 width:730px; 
			 position:relative; 
			 margin-bottom:20px; 
			 padding-bottom:20px; 
			 border-bottom:solid; 
			 border-bottom-width:1px; 
			 border-bottom-color:#efefef;
		}	
		
		.pressLeftCol {
			float:left;/*was float:left; */
			width:180px;
			/*min-height:150px;         	 sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
			/*height: auto !important;	sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
			/*height:150px;				 sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
		}
		
		
		.pressLeftColContentAlignBottom {
			position:absolute; 
			border:none; 
			bottom:20px;	
		}
		
		.pressLeftColContentAlignTop {
			position:absolute; 
			border:none; 
			top:0px;	
		}
		
		
		
		.pressMidCol {
			 float:left;
			 margin-left:20px;	
		}
		
		.pressMidColContentAlignBottom {
			position:absolute; 
			border:none; 
			bottom:16px;	
		}
		
		.pressMidColContentAlignTop {
			position:absolute; 
			border:none; 
			top:0px;	
		}
		
		.pressRightCol {
			position:absolute;
			bottom:0px;
			right:110px;
		}
		
		.pressRightColContentAlignBottom {
			position:absolute;
			border:none;
			bottom:20px;
			width:110px;	
		}
		/* END PRESS 3-COLUMN REPEATING TABLE */









/* ARTIST VIDEOS PAGE -- START */
.mosaic-block {			/* REQUIRED FOR MOSAIC BOXES */
	float:left;
	position:relative;
	overflow:hidden;
	width:350px;
	height:240px;
	margin:0 0 5px 0;
	background:#FFF url(../imagesPROD/progressNew.gif) no-repeat center center;
}
.mosaic-backdrop {		/* REQUIRED FOR MOSAIC BOXES */
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#FFF;
}
.mosaic-overlay {		/* REQUIRED FOR MOSAIC BOXES */
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
		text-decoration:none;
		margin-top:0px;
		margin-left:0px;
}
.fade .mosaic-overlay {		/* REQUIRED FOR MOSAIC BOXES */
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
		filter:alpha(opacity=00);
		background:url(../imagesPROD/videoOverlay_350x240.png);
}

#videosContainer {
	border: none;
	margin-top: 70px;
	width:780px;
	margin-left:-0px;
	display:none;
}
#videosTwoAcross {				/* LIST */
	list-style:none;
	padding:0;
	margin:0;
}
#videosTwoAcross li {			/* LIST ITEM */
	float:left;
	margin-right:30px;
	width:350px;
	border:none;
}
.slotVideoClass {
	display: none;
	width:350px;
	height:240px;
	margin-bottom: 20px;
}
.videoCaption {
	position:relative; 
	border:solid 1px #000; 
	margin-top:245px;
	width:345px;
	white-space: normal;
}
/* ARTIST VIDEOS PAGE -- END */














/* EXHIBITIONS PAGE -- START */
#noExhibitions {
	margin-top:50px;
	display:none;
}


/* 3 COL TABLE USED FOR  -- EXHIBITIONS  -- START  */
.repeatingThreeColumnContainer {
	 width:730px; 
	 position:relative; 
	 margin-bottom:20px; 
	 padding-bottom:20px; 
	 border-bottom:solid; 
	 border-bottom-width:1px; 
	 border-bottom-color:#e0e0e0;
}	

.leftCol {
	float:left;/*was float:left; */
	width:250px;
	min-height:150px;         	/* sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
	height: auto !important;	/* sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
	height:150px;				/* sets height to minimun of 150px to allow for text in mid column not to overlap -- http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
}

.midCol {
	 float:left;
	 margin-left:20px;	
}

.midColContentAlignBottom {
	position:absolute; 
	border:none; 
	bottom:20px;	
}

.midColContentAlignTop {
	position:absolute; 
	border:none; 
	top:0px;	
}

.rightCol {
	position:absolute;
	bottom:0px;
	right:110px;
}

.rightColContentAlignBottom {
	position:absolute;
	border:none;
	bottom:20px;
	width:110px;	
}
/* 3 COL TABLE USED FOR  -- EXHIBITIONS  -- END  */
/* EXHIBITIONS PAGE -- END */















/* EXHIBITION PREVIEW PAGE -- START */
#exhibitionPreviewHeaderContainer {
	position:relative;
	width:730px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 1px #e0e0e0;
	display:none;
}
#exhibitionPreviewHeaderLeft {
	position:absolute;
	bottom:0px;
	left:0px;
	margin-bottom:20px;
}
#exhibitionPreviewHeaderRight {
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:20px;
}
#slides {
	display:none;	
}
#body-exhibitionPreviewPage #pressRelease {
	display:none;	
}
/* EXHIBITION PREVIEW PAGE -- END */
















/* PUBLICATIONS SECTION -- START */
#subHeadLeftSPM {
	float: left;
	display: none;
	margin-top:35px;
}

#subHeadRightSPM {
	float: right;	
	display: none;
	border:none;
	margin-top:35px;
}


#publicationsIntro {
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:solid 1px #e0e0e0;
	display:none;
}

#publicationsContainer {
	width:754px;
	margin: 25px 0 0 -5px;	
	padding:0px;
}

#publicationsFooter {
	margin-top:30px;
	padding-top:30px;
	border-top:solid 1px #e0e0e0;	
	display:none;
}

#store {  /* ul*/
	list-style:none;
	padding:0;
	margin:0;
}

#store li {
	float:left;
	margin-right:0px;
}

.storeItem {			/*class to fade in*/
	display:none;
	width:247px;
	
}

.storeItemPhotoBox {
	float: left;
	text-align: center;
	width: 234px; /*was 150 */
	height: 234px; /*was 150 */
	margin: 5px;
	border: 1px solid #efefef;
	background-color:#fcfcfc;
	font-size: 1em;
	line-height: 232px; /* was 148 */
	}

.storeItemPhotoBox img {
	margin-top: expression(( 234 - this.height ) / 2);    /* was 150 */
	}

html>body .storeItemPhotoBox img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
	}
	
.storeItemCopy {
	padding-bottom:20px;
	margin-left:6px;
	height:350px;
}

/* PUBLICATIONS - SUSAN P. MEISEL SECTION */
#subHeadWrapperSPM {
	width:730px;
	margin-top:30px;
	padding-bottom:25px;
	display:none;
}
#publicationsContainerSPM {
	width:754px;
	margin: 14px 0 0 -5px;	
	padding:0px;
}
#storeSPM {  /* ul*/
	list-style:none;
	padding:0;
	margin:0;
}
#storeSPM li {
	float:left;
	margin-right:0px;
}
#spmIntro {
	margin-top:17px;	
}
.noResults {
	display:none;	
}

#noResultsSPM {
	padding-top:30px;
	border-top:solid 1px #e2e2e2;	
	display:none;	
}
/* PUBLICATIONS SUSAN P. MEISEL SECTION -- END */

/* PUBLICATIONS SECTION -- END */



















/* PUBLICATIONS DETAIL PAGE -- START */
#publicationDetailIntro {
	margin-top:40px;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px #e0e0e0 solid;
	display:none;	
}
#publicationDetailWrapper730 {
	width:730px;
	border:none;
	margin-bottom:50px;	
	display:none;
}
#publicationDetailImageWrapper {
	float:left;
	margin-top:7px;
	width:340px;
}
#publicationsDetailTextWrapper {
	 float:right;
	 width:350px;	
}
#orderFormWrapper {
	padding-top:25px;
	margin-top:25px;
	border-top: 1px #e0e0e0 solid;
	margin-bottom:60px;	
}

/* PUBLICATIONS DETAIL PAGE -- END */

















 
/* MUSICIANS PAGE -- START */ 
#musiciansContainer {
	margin-top:35px;
	margin-bottom:50px;
	border:none;
	display:none;
}	

#musiciansIntro {
	margin-top:30px;
	border:none;
	display:none;
}	

.musicians-intro-2 {
	margin-top:30px;
	border:none;
	display:none;
	width: 360px;
}

.ouvature-wrapper	 {
	margin-top: 40px;
}
.ouvature-caption {
	width: 300px;
	margin-top: 9px;
}
.ouvature-title-wrapper {
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}
.password-wrapper {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 1.2;
}
.p-word {
	font-size: 1.1em;
	font-weight:bold;
	font-style:italic;	
}

.musicianContainer {
	margin-bottom:15px;
	border:none;
}

.musicianContainer p {
	padding-bottom:18px;
}

#steinwayImageContainer {
	float:right;
	margin-left:40px;
	margin-bottom:40px;
	margin-top: 30px;	
}

#steinwayCaption {
	margin-top:8px;	
}

#steinwayImageContainer2 {
	float:right;
	margin-left:40px;
	margin-bottom:0px;
	margin-top: 0px;	
}

#steinwayCaption2 {
	margin-top:8px;	
}
#steinwayCaption .fadehover {
	margin-bottom: 50px;	
}
.video-wrapper {
	margin-top: 30px;	
}

.video-description-wrapper {
	width: 310px;
	margin-top: 7px;
	margin-bottom: 25px;
}
.video-description-wrapper p {
	    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5c5b5b;
    letter-spacing: .09em;
    line-height: 18px;
	 
	 
}
/* MUSICIANS PAGE -- END */ 

















/* LINKS PAGE -- START */
#linksContainer {
	margin-top:50px;
	display:none;	
}

#linksCategorySubHead {
	margin-bottom:35px;	
}
/* LINKS PAGE -- END */


















/* GALLERY INFORMATION SECTION -- START */
#galleryInformationContainer{
	width:730px;
	margin-top:50px;
	display:none;	
}
#lkmgLocationContainer {
	width:730px;
	padding-bottom:20px;
	margin-bottom: 20px;
	border-bottom:solid 1px #efefef;	
	display: none;
}
#bmgLocationContainer {
	width:730px;
	display: none;
}






/* HOURS PAGE -- START */
#hoursContainer {
	
}
#hoursLeft {
	float:left;	
}
/* HOURS PAGE -- END */







/* STAFF PAGE -- START */
#staffContainer {
	
}
#staffLeft {
	float:left;	
}
/* STAFF PAGE -- END */







/* SUBMISSIONS PAGE -- START */
#submissionsContainer {
		
}
#submissionsLeft {
	float:left;	
}
/* SUBMISSIONS PAGE -- END */





/* HOURS PAGE -- START */
#hoursContainer {
		
}
#hoursLeft {
	float:left;	
}
/* HOURS PAGE -- END */






/* DONATIONS PAGE -- START */
#donationsContainer {
	display: none;
}

#donationsLeft {
	float:left;	
	width:450px;
}

#donationsSlideshow {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:30px;
	width:250px;
	height:250px;	
	border:none;
}
/* DONATIONS PAGE -- END */




/* GALLERY INFORMATION SECTION -- END */















/* MEERKAT -- BEGIN */
#bgImgMeerkat { /* dupe for meerakt */
	position:absolute;
	z-index: -1;
}
.meerkat{ /* for meerkat intro splash */
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#realBody2{   /* duplicated for meerkat splash content */
	position:absolute;
	z-index: 6;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though 
	*/
}
#logoCentered {  /* for meerkat intro splash */
	width: 978px;
	height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -489px; 
	/* Half the width of the DIV tag which is 978 pixels */
	margin-top: -30px; 
	/* Half the height of the DIV tag which is 50 pixels */
	z-index:25;
	display:none;  /* fade-in with js */
}
/* MEERKAT -- END */





















/* STYLES -- BEGIN */

h1.logoBerkeley{    				/* LOGO */
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top: -2px;
	letter-spacing: .06em;
	opacity: 0.89;
	filter: alpha(opacity=89);
	text-align: left;
	text-transform: uppercase;
}	

.mainMenuListItem h2 {    			/* MAIN MENU ITEMS */
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size: 11.5px;
	font-weight: normal;
	color: #e8eff4;
	letter-spacing: .09em; /* CROSS BROWSER FIX --origianlly was .12em but was too spaced out in IE8 and FF on PC. Changed to .09 and fixed prob  */
	opacity: 0.89;
	filter: alpha(opacity=89);
	text-transform: uppercase;
}	

#mainMenuGuide h2 {    				/* MAIN MENU ITEMS */
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size: 11.5px;
	font-weight: normal;
	color: #e8eff4;
	letter-spacing: .12em;
	opacity: 0.94;
	filter: alpha(opacity=94);
	text-transform: uppercase;
}

#subHeadLeft h3 {
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size: 16px;
	font-weight: normal;
	color: #2b3c43;
	letter-spacing: .12em;
	text-transform: uppercase;
}

h3 {													/* used for 'the photorealists', 'the sculptors' etc. */
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size: 15px;
	font-weight: normal;
	color: #2b3c43;
	letter-spacing: .09em;
	text-transform: uppercase;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#5c5b5b;
	padding-bottom: 10px;
}

#centeredBox h5 { 												/* centeredBox artist name in berkeley all caps */
	font-family: 'ITCBerkeleyOldstyleStdBold';
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	margin-top:-2px;
	letter-spacing:.10em;
	opacity:0.86;
	filter:alpha(opacity=86);
	text-transform: uppercase;
}

#horizontalLooperArtistName {																/* USED FOR THE PHOTOREALISTS NAMES */	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;																		/* FONT SIZE CHANGE FROM 11 px */
	font-style: normal;
	line-height: 18px;																		/* FONT LINEHEIGHT CHANGE FROM 15 - 19 px */
	font-weight: normal;
	color: #56585b;
	letter-spacing: .09em;
	width: 225px;
}

.divider {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	letter-spacing: .0825em;
	margin-top: 4px;
}

.bodyCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																			/* FONT SIZE CHANGE FROM 11 px */
	color:#5c5b5b;
	letter-spacing:.09em;
	line-height:18px;
}

.bodyCopyWhite {				/* used in hours box on frontpage */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;																		/* FONT SIZE CHANGE FROM 11 px */
	color:#efefef;
	letter-spacing:.09em;
	line-height:18px;
}

.bodyCopy p {
	padding-bottom:12px;	
}

.bodyCopy26 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																		/* FONT SIZE CHANGE FROM 11 px */
	color:#5c5b5b;
	letter-spacing:.09em;
	line-height:29px;																		/* was 26 */
}

.bodyCopy21LH {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																		/* FONT SIZE CHANGE FROM 11 px */
	color:#5c5b5b;
	letter-spacing:.09em;
	line-height:21px;	
}

.bodyCopy11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;																			
	color:#5c5b5b;
	letter-spacing:1px;
	line-height:16px;
}

.bioCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;																		/* FONT SIZE CHANGE FROM 11 px */
	color:#5c5b5b;
	letter-spacing:.09em;
	line-height:20px;																		/* was 26 */
}

.bio-pdf-download-wrapper {
	margin-top: 30px;	
}
.bio-pdf-link:before {
	font-family: 'FontAwesome';
	content: '\f1c1';
	padding-right: 8px;
	vertical-align: -1px;
}
	




.tinyDividerGallery {
	position:relative;
	top : -.15em;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	margin:0 3px;
}

.tinyDivider {
	position:relative;
	top : -.15em;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}

.slideShowCaption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;																			/* FONT SIZE CHANGE FROM 10.5 px */
	color:#5c5b5b;
	letter-spacing:.11em;
	line-height:16px;
	font-style:oblique;
}	
.pressHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5c5b5b;
	letter-spacing:.09em;
	line-height:18px;
}

.exhibitionCaption{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#666; 
	letter-spacing:.12em;	
	padding-top:10px;
	line-height:16px;
}
.required {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#900;	
}
.legal {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	color:#333;		
}
.successHeader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#205273;
	letter-spacing:1px;
	line-height:17px;
	margin-bottom:8px;
}

.successMessage {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#205273;
	letter-spacing:1px;
	line-height:17px;
	
}

.validationErrorMessage {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#900;
	letter-spacing:1px;
	text-transform:uppercase;
}

#legalDisclaimerContainer {
	position:fixed;
	bottom:40px;
	right:30px;
	display: none;
}


/* STYLES -- END */









/* LINKS -- BEGIN */

/* CROSS BROWSER FIX -- IE 7/8 WOULD NOT SHOW DOTTED UNDERLINE ON HOVER OR ACTIVE STATE -- NEEDS DISPLAY INLINE-BLOCK see Alex's comment here: http://www.devdevote.com/markup/css/text-decoration-dotted-dashed-underline */
.masterMenu a { color: #FFF; text-decoration:none; opacity: .95; filter: alpha(opacity=95); font-family: 'ITCBerkeleyOldstyleStdBold'; text-transform:uppercase;letter-spacing:.09em; font-size:12px; background-color: transparent; display:inline-block; }
.masterMenu a:hover { color: #FFF; border-color: #687f8e; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 1px; opacity: 1.0; filter: alpha(opacity=100);}
.masterMenu a:active { color: #FFF; border-color: #687f8e; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 1px; opacity: 1.0; filter: alpha(opacity=100);}
/* END CROSS BROWSER FIX */


#mainMenuList a {color: #FFF; text-decoration: none; opacity: .87; filter: alpha(opacity=87); display:inline-block; }  /* COMMON ACROSS ALL STATES */
#mainMenuList a:active { background-color: transparent; border-color: #687f8e; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; opacity: 1.0; filter: alpha(opacity=100); }
#mainMenuList a:hover { background-color: transparent; border-color: #687f8e; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; opacity: 1.0; filter: alpha(opacity=100); }


#mainNavLeftLogo a { color: #FFF; text-decoration: none; }  /* COMMON ACROSS ALL STATES */


a.subNavLinks {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:1px;}  /* COMMON ACROSS ALL STATES */											/* FONT SIZE CHANGE FROM 11 px */
a.subNavLinks:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
a.subNavLinks:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}




a.subNavLinksCurrent {color: #2b3c43; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; letter-spacing:1px; opacity: .97; filter: alpha(opacity=97);}  /* COMMON ACROSS ALL STATES */				/* FONT SIZE CHANGE FROM 11 px */
a.subNavLinksCurrent:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}


/* workCaption links and captions remain 11 px */
a.workCaptionLinks {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em;}  /* COMMON ACROSS ALL STATES */											/* FONT SIZE CHANGE FROM 11 px */
a.workCaptionLinks:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
a.workCaptionLinks:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}

a.bodyCopyLinks {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}  /* COMMON ACROSS ALL STATES */       /* FONT SIZE CHANGE FROM 11 px */
a.bodyCopyLinks:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
a.bodyCopyLinks:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}


/* LINKS INSIDE BODY COPY */
.bodyCopy a {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; display:inline-block;}  /* COMMON ACROSS ALL STATES */			/* FONT SIZE CHANGE FROM 11 px */		
.bodyCopy a:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
.bodyCopy a:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}

/* LINKS INSIDE BODY COPY11 */
.bodyCopy11 a {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing:.09em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; display:inline-block;}  /* COMMON ACROSS ALL STATES */			/* FONT SIZE CHANGE FROM 11 px */		
.bodyCopy11 a:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
.bodyCopy11 a:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}


/* LINKS INSIDE BODY COPY */
.exhibitionCaption a {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.11em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 1px;}  /* COMMON ACROSS ALL STATES */		/* FONT SIZE CHANGE FROM 10.5 px */
.exhibitionCaption a:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 1px; }
.exhibitionCaption a:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 1px;}



/* LINKS INSIDE BODY COPY 26 */
.bodyCopy26 a {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}  /* COMMON ACROSS ALL STATES */				/* FONT SIZE CHANGE FROM 11 px */
.bodyCopy26 a:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 0px 0px; border-style: dotted; padding-bottom: 0px; }
.bodyCopy26 a:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 0px 0px; border-style: dotted; padding-bottom: 0px;}


/* LINKS THAT MAY EXIST INSIDE THE FRONT PAGE HOURS NOTE BLUE BOX WITH WHITE TEXT */
#frontPageHoursNote .bodyCopyWhite a { color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing:.09em; text-decoration:none; background-color: transparent; border-color: #0e5b97; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; padding-bottom:0px; opacity: .93; filter: alpha(opacity=93); vertical-align:bottom;  }
#frontPageHoursNote .bodyCopyWhite a:hover { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#FFF; border-color:#5e86a5; }	



a.names {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color: #444242; text-decoration: none; letter-spacing: .09em; padding-bottom: 0px; margin-bottom:4px; display:inline; }  /* COMMON ACROSS ALL STATES */						/* FONT SIZE CHANGE FROM 11 px */
a.names:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; margin-bottom:4px;  }
a.names:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;  margin-bottom:4px; }

a.linksPageLinks {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color: #444242; text-decoration: none; letter-spacing: .09em; padding-bottom: 0px; margin-bottom:4px; display:inline; }  /* COMMON ACROSS ALL STATES */						/* FONT SIZE CHANGE FROM 11 px */
a.linksPageLinks:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; margin-bottom:4px;  }
a.linksPageLinks:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width: 0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;  margin-bottom:4px; }


#centeredBoxCopyBlock a { color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; text-decoration:none; background-color: transparent; border-color: #0e5b97; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; padding-bottom:0px; opacity: .93; filter: alpha(opacity=93); vertical-align:bottom;  } /* LINKS WITHIN CENTERED BOX */
#centeredBoxCopyBlock a:active { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#eff7fe; }
#centeredBoxCopyBlock a:hover { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#FFF; border-color:#5e86a5; }										/* FONT SIZE CHANGE FROM 11 px */
/* DEBUG FIX: VERTICAL-ALIGN BOTTOM IN a DECLARATION ABOVE NEEDDED TO KEEP ALL LINKS VERTICALLY ALIGNED ISSUE IN FF */

#centeredBoxCopyBlockUnderlined a { color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; text-decoration:none; background-color: transparent; border-color: #0e5b97; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; padding-bottom:0px; opacity: .93; filter: alpha(opacity=93); vertical-align:bottom;  } /* LINKS WITHIN CENTERED BOX */
#centeredBoxCopyBlock a:active { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#eff7fe; }
#centeredBoxCopyBlock a:hover { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#FFF; border-color:#5e86a5; }										/* FONT SIZE CHANGE FROM 11 px */
/* DEBUG FIX: VERTICAL-ALIGN BOTTOM IN a DECLARATION ABOVE NEEDDED TO KEEP ALL LINKS VERTICALLY ALIGNED ISSUE IN FF */



/* back to all artists link */
#centeredBoxBackLink a { color: #FFF; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing:.09em; text-decoration:none; background-color: transparent; border-color: #0e5b97; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; padding-bottom:0px; opacity: .93; filter: alpha(opacity=93); vertical-align:bottom;  } /* LINKS WITHIN CENTERED BOX */
#centeredBoxBackLink a:active { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#eff7fe; }
#centeredBoxBackLink a:hover { opacity: .99; filter: alpha(opacity=99); border-bottom-width: 1px; color:#FFF; border-color:#5e86a5; }	
/* DEBUG FIX: VERTICAL-ALIGN BOTTOM IN a DECLARATION ABOVE NEEDDED TO KEEP ALL LINKS VERTICALLY ALIGNED ISSUE IN FF */									/* FONT SIZE CHANGE FROM 11 px */



a.artistNameLinkBerkeley { text-decoration:none; color:#2b3c43; }
a.artistNameLinkBerkeley:active { text-decoration:none; color:#2b3c43; }
a.artistNameLinkBerkeley:hover { text-decoration:none; color:#2b3c43; }

/* USED ON EXHIBITION PAGES TO LINK TO EXHIBITION DETAIL PG */
a.exhibitionPreviewLink { color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing:1px;}  /* COMMON ACROSS ALL STATES */ }
a.exhibitionPreviewLink:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
a.exhibitionPreviewLink:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}

/* PRESS READ ARTICLE LINKS */
a.pressReadArticleLink {color: #5c5b5b; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing:.09em; background-color: transparent; border-color: #cac8c8; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}  /* COMMON ACROSS ALL STATES */       /* FONT SIZE CHANGE FROM 11 px */
a.pressReadArticleLink:active {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px; }
a.pressReadArticleLink:hover {color: #2b3c43; background-color: transparent; border-color: #2b3c43; border-width:0px 0px 1px 0px; border-style: dotted; padding-bottom: 0px;}

/* USED FOR PDF ICON LINK ON PRESS DETAIL PG */
a.pdfLink { text-decoration:none; border:none; }
a.pdfLink:hover { text-decoration:none; border:none; }
a.pdfLink:active { text-decoration:none; border:none; }


a.legalDisclaimerLink { text-decoration:none; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; opacity: 1; filter: alpha(opacity=100); letter-spacing:.08em; }
a.legalDisclaimerLink:hover { text-decoration:none; border:none; }
a.legalDisclaimerLink:active { text-decoration:none; border:none; }

a.legalDisclaimerLink2 { text-decoration:none; border:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#a4a3a3; opacity: 1; filter: alpha(opacity=100); letter-spacing:.08em; }
a.legalDisclaimerLink2:hover { color:#2b3c43; text-decoration:none; border:none; }
a.legalDisclaimerLink2:active { text-decoration:none; border:none; }



/* LINKS -- END */












/* SPRITES */

/* DRAG ICON IN CENTERED BOX */
a.drag {
	display: block;
	background: url(../imagesPROD/blueBoxDrag_rollover.png) no-repeat;
	height: 15px;
	width: 15px;
}
a.drag:hover {
       background-position: 0 -15px;
}

/* RIGHT ARROW ON WORKS PAGES */
a.arrowRight {
       display: block;
       background: url(../imagesPROD/arrowRight.png) no-repeat;
       height: 54px;
       width: 37px;
}
a.arrowRight:hover {
       background-position: 0 -54px;
}

/* LEFT ARROW ON WORKS PAGES */
a.arrowLeft {
       display: block;
       background: url(../imagesPROD/arrowLeft.png) no-repeat;
       height: 54px;
       width: 37px;
}
a.arrowLeft:hover {
       background-position: 0 -54px;
}



/* RIGHT ARROW ON EXHIBIT PREVIEW PAGE */
a.next {
       display: block;
       background: url(../imagesPROD/arrowRight.png) no-repeat;
       height: 54px;
       width: 37px;
}
a.next:hover {
       background-position: 0 -54px;
}

/* LEFT ARROW ON EXHIBIT PREVIEW PAGE */
a.prev {
       display: block;
       background: url(../imagesPROD/arrowLeft.png) no-repeat;
       height: 54px;
       width: 37px;
}
a.prev:hover {
       background-position: 0 -54px;
}


/* END SPRITES */






/* FADE BUTTON -- INQUIRE ON STEINWAY PAGE -- */
div.fadehover {
	position: relative;
	margin-top:10px;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
/* END FADE BUTTON -- INQUIRE ON STEINWAY PAGE -- */




#aboutLKMG_imageCaption {
	margin-top: 5px;	
	margin-left:20px;
	margin-bottom:30px;
}





/* PRESS DETAIL PAGE */
#press-article {
	padding-bottom: 80px;	
}

.press-detail-header {
	padding-top: 50px;
	padding-bottom: 40px;
	border-top: 1px solid #e0e0e0;	
}

.press-detail-video-wrapper {
	padding-bottom: 30px;	
}

.galleryPressImage {
	max-width:730px; 
}

.borderStyleNone {
	border-style: none !important;
	text-decoration: none !important	
}

.galleryPressThumb {
	border: 1px solid #efefef;	
}



.rightCol-press {
	position:absolute;
bottom:0px;
right:200px;
}

.rightColContentAlignBottom-press {
position:absolute;
border:none;
bottom:20px;
width:200px;
}




.press-listings-wrapper {
	margin-bottom: 60px;	
}

.no-underline-link {
	text-decoration: none;
	border-bottom: none !important; 	
}

.no-underline-link:hover {
	color: #2b3c43 !important;
}

.no-min-height {
	min-height: auto !important;	
}

.leftCol-press {
	float:left;/*was float:left; */
	width:250px;
	
}

.press-article-seo-text {
	position: absolute;
	top: -1200px;
	left: -1200px;
		
}




/* -----
ADA
----- */
#ada-complaince-wrapper {
    position: fixed;
    bottom: 0px;
    right: 20px;
    padding: .6rem;
    background: #efefef;
    z-index: 500;
}
#ada-complaince-wrapper a {
    color: #0d3b58;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: .5rem;
}

#ada-statement-section p, #ada-statement-section ol, #ada-statement-section li {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5c5b5b;
    letter-spacing: .09em;
    line-height: 18px;
}
#ada-statement-section h1, #ada-statement-section p, #ada-statement-section ol {
    padding-bottom: 1rem;
}

@media print
{    
    .press-article-seo-text
    {
        display: none !important;
    }
}