/* PRINT CSS FILE
---------------------------------------------------------------------------------- */

body {
	font-size: 13px;
	font-family: Arial, Sans-Serif;
	color: #666666;
	margin: 0;
	line-height: 1.4em;
	background: #FFF;
	padding: 0;
	text-align: left;
}

div {
	margin-bottom: 6px;
}
ul {
	padding-left: 12px;
}
.collapseForPrint {
	display: none;
}

a,
a:visited {
	color: #666666;
	text-decoration: none;
} 

h1 {
	font-size: 22px;
		font-family: "Helvetica", Arial, Sans-Serif;
	margin: 0 0 22px 0;
}
h2 {
	font-size: 18px;
		font-family: "Helvetica", Arial, Sans-Serif;
	margin: 0 0 10px 0;
	
}
h3 {
	font-size: 15px;
		font-family: "Helvetica", Arial, Sans-Serif;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 13px;
		font-family: "Helvetica", Arial, Sans-Serif;
	margin: 0 0 4px 0;
}

#header {
	border-bottom: 2px solid #acbdbd;
	margin-bottom: 45px;
	height: 56px;
}
#header #logo {
	display: none;
}
#header .expandForPrint img {
	width: 175px;
	float: left;
	display: inline;
}
#header .expandForPrint div {
	float: right;
	display: inline;
	clear: none;
	padding-top: 10px;
	color: #97acac;
}

#footer {
	padding: 45px 2px 0 2px;
	color: #97acac;
	clear: both;
}
#addressDetails {
	float: left;
	display: inline;
}
#siteAddress {
	float: right;
	display: inline;
}

.clear {
	clear: both;
	display: inline;
	height: 1px;
}

.image {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

.link,
#topNav,
#subNav,
#contents,
#imageSlideshow,
#slideshowCaption,
#images,
#page_links {
	display: none;
}


	.section-artists #artistsList ul {
		list-style: none;
		display: inline;
		float: left;
		width: 100%;
		padding: 0;
		clear: both;
	}
	.section-artists #artistsList ul li {
		width: 33%;
		float: left;
		display: inline;
		clear: none;
	}
	.section-artists #artistsList ul li.last {
		margin-right: 0;
	}
	.section-artists #artistsList ul li a {
		color: #666666;
		font-weight: bold;
		font-family: "Helvetica", Arial, Sans-Serif;
		font-size: 20px;
		padding: 15px 5% 15px 0;
		line-height: 20px;
		width: 95%;
		float: right;
		display: inline;
		background: transparent !important;
		background: #FFF;
	}
	
	
	.section-contact #imageSlideshow {
		display: block;
		width: 100%;
		padding-top: 20px;
	}
	.section-contact #imageSlideshow img {
		width: 100%;
	}
	


/* These rules reveal hidden text from custom scrolling areas
---------------------------------------- */

.scrollgeneric { 
	display:none; 
} 
.flexcroll, .mcontentwrapper, .contentwrapper { 
	position: static !important; 
	height: auto !important; 
	width: auto !important; 
	margin: 0 !important; 
	padding: 0 !important; 
	top: 0 !important; 
	overflow: visible !important; 
} 



