@charset "utf-8";
body  {
	background: #AAD0FF;
	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;
	color: #000;
	font-family: "Century Schoolbook", "Times New Roman";
	font-size: 100%;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #33C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColAbsHdr #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 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
	font-family: Algerian, "Times New Roman";
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 10px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 150px;
	right: 0;
	width: 100px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-style: none;
	font-size: 14px;
}
.thrColAbsHdr #mainContent, #mainContent_wandle-pages, #mainContent_about-us-pages, #mainContent_latest-news-pages, #mainContent_exhibitions-pages, #mainContent_visiting-us-pages, #mainContent_contact-pages {
	margin: 0 120px 0 120px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	border: thin solid #33C;
	font-size: 14px;
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 0px;
	margin: 0 0 0 120px;
} 
.thrColAbsHdr #footer p {
	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 */
	font-size: 12px;
}
.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;
}
#logo {
	float: right;
	margin-right: 20px;
}
.locallink {
}
.thrColAbsHdr #container #footer p {
	font-size: 10px;
}
.thrColAbsHdr #container #footer p {
	font-size: 10px;

}
.thrColAbsHdr #container #header h1 img {
	position: absolute;
	right: 10px;
	left: 100;
	top: 97;
	float: none;
	padding-right: 5px;
}
.pagetitle {
	text-align: center;
}
.thrColAbsHdr #container #mainContent p img, #mainContent_wandle-pages, #mainContent_about-us-pages, #mainContent_latest-news-pages, #mainContent_exhibitions-pages, #mainContent_visiting-us-pages, #mainContent_contact-pages {
	padding-right: 10px;
	padding-bottom: 10px;
}
.thrColAbsHdr #container #mainContent #phototext p {
	text-align: left;
}
/* used in shoppictorialpublications.html*/
.thrColAbsHdr #container #mainContent p .morriscards {
	padding: 0px;
}
/* used in latestnews.html*/
.thrColAbsHdr #container #mainContent p .newsimg {
	padding: 0px;
}
/* used in latestnews.html*/
.thrColAbsHdr #container #mainContent .caption {
	font-size: 8px;
}
#Stoppress {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#stoppress {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#book {
	float: none;
	height: auto;
	width: auto;
	border: thin solid #33c;
}
#indexlink {
	float: none;
	height: auto;
	width: 445px;
	border: thin solid #33c;
	padding: 0 10px; /* added by Matt */
	width: auto; /* added by Matt */
}
#bolditalic {
	font-weight: bold;
	font-style: italic;
}


/* new styles created by Matt starting in May 2015 ------------------------------------------------------------ */
#list ul {
	margin-bottom: 15px;
	line-height: 20px;
}
#list a:hover {
	color: #ffc;
}
.intro {
	font-size: 16px;
	text-align: center;
	border: 2px solid #33c;
	margin: 0 10px;
	padding: 7px;
	border-radius: 8px;
}
h2 {
	font-size: 20px;
	margin-top: 30px;
}
h3 {
	font-size: 16px;
	margin-top: 25px;
}

#mainContent_wandle-pages {
	background-color: #ffdbf4;
}
#mainContent_about-us-pages {
	background-color: #c1bcdd;
}
#mainContent_latest-news-pages {
	background-color: #dac0de;
}
#mainContent_exhibitions-pages {
	background-color: #dbfffa;
}
#mainContent_visiting-us-pages {
	background-color: #b4fcff;
}
#mainContent_contact-pages {
	background-color: #c1bcdd;
}

.small-text {
	font-size: 11px;
}

.form-required-areas-notice {
	width: 310px;
	background-color: #ffebe8;
	border: 1px solid #ff0000;
	padding: 5px;
}
/* new styles created by Matt starting in May 2015 -- ENDS ---------------------------------------------------- */
