@charset "UTF-8";
body {
	font: 62.5% "Helvetica Neue", "lucida Grande", Helvetica, Arial, sans serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	margin-left: 0;
	line-height: 1.4;
	
	font variant: normal;
	font style: normal;
}
p {
	font-size: 1.3em;
	line-height: 1.5em;
}
h1 {
	text-transform: capitalize;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.8em;
	color: #333333;
}
h2 {
	text-transform: capitalize;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.8em;
}
h3 {
	text-transform: uppercase;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
}
a {
	text-decoration:none;
	color: #669933;
}

a:hover {
	color: #333333;
}


.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/_siteshell/hd_t16stamp-emboss-med2.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 6px 15px 13px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 213px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 80px 20px 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContentSplashTALL {
	margin: 0 155px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 90px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContentSplashWIDE {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 110px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top: 1px solid #CCCCCC
}
.twoColFixLtHdr #footer p {
	font-size: 1.1em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: 666666;
}
.twoColFixLtHdr #footer a:link {
	color: #333333;
}
.twoColFixLtHdr #footer a:hover {
	color: #669933;
}

.twoColFixLtHdr #footer a:visited {
	color: #333333;
}
.twoColFixLtHdr #footer a:active {
	color: #000000;
}
#exhibitionLinks {
	margin:0 0 25px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltlftSPLASH { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloatRT { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.subheaderline {
	text-align: left;
	width: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.subheaderline h1, h2 {
	margin:0;
	line-height: 22px;
}

.boldUppercase {
	font-weight: bold;
	text-transform: uppercase;
}

.exhibition_container {
	padding: 0px 0 12px 0;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.exhibition_containerLAST {
	padding: 0px 0 12px 0;
	margin-bottom: 8px;
}

.exhibition_containerLAST img {
	float:right;
	margin-left: 8px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.exhibition_container img {
	float:right;
	margin-left: 8px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.containerImageLeft {

	padding: 0px 0 12px 0;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.imageborder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.caption {
	font-size: 1em;
	line-height: 1.2em;
	font-weight:bold;
	padding: 0;
	margin:8px 0 0 0;
}



.worksAVAIL {
	width: 230px;
	padding: 24px 0 0 0 ;
	border: 1px solid #CCCCCC;
	margin: 27px 0 0 27px;
	text-align:center;
	float:left;
	
}

.worksAVAIL img {
	border: 0;
}


.worksAVAIL h2 {
	padding: 6px 0 14px 0;
	margin: 0;
	font-weight:bold;


	}




	
