﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
	background-color: #CCCCCC;
	text-align:center;
	position: relative;
	font-size: 12px;
		/* part 1 of 2 centering hack */
	}
p {
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Verdana;
	}
h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	color: #364590;
	margin-top: 0px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 10px;
}
h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #364590;
	margin-top: 12px;
	line-height: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #364590;
	text-decoration: none;
}
a:visited {
	color:  #364590;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #FF9900;
}
a:active {
	color: #364590;
	}
.hidden {
	display: none;
	}
strong, b {
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	}
#home #flash {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 400;
	height: 400;
}
	
	/* TABBED MENU */
#tabset {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align:left; /* part 2 of 2 centering hack */
	width: 850px;
	/*max-width:950px;
	min-width:850px;*/
	position: relative;
	height: 23px;
	z-index: 900;
}
	/* END TABBED MENU */
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:left; /* part 2 of 2 centering hack */
	width: 850px;
	/*	max-width:950px;
	min-width:850px;*/
	position: relative;
	min-height:450px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	z-index: 0;
	background-image: url(../graphics/containerbackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
#home #container, #information #container {
	min-height: 550px;
}
.halfwidth  {
	margin: 20px 0px 0px 20px;
	padding: 0px;
	float: left;
	position: relative;
	width: 400px;
}
#genealogy  #container {
	height: 600px;
}
.halfwidth  .first {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.025em;
	font-family: Georgia, "Times New Roman";
}
.right {
	float: right;
}
#logo {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/logo.gif);
	background-repeat: no-repeat; /* part 2 of 2 centering hack */
	width: 850px;
	/*max-width:950px;
	min-width:850px;*/
	height: 50px;
	position: relative;
}
#footer {
	padding: 0px;
	height: 40px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-align:center; /* part 2 of 2 centering hack */
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	line-height: 20px;
	background-image: url(../graphics/footerBackground.jpg);
	background-repeat: repeat-x;
}
#footer  a:link {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	}
#footer a:hover {
	color: #FF9900;
}
.break {
	clear: both;
}
.col1 {
	float: left;
	width: 49%;
}
.col1 ul {
	font-size: 12px;
	line-height: 120%;
}
/* The popup exhibitions listing */
#home  #container  #exhibitions {
	position: absolute;
	height: auto;
	width: 700px;
	top: 20px;
	left: 65px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 10000;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #666666;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
#exhibitions .col1 strong {
	margin-top: 10px;
	padding-left: 0px;
}
/* The box that holds all the index page adverts */
.adverts {
	float: left;
	position: absolute;
	width: 95%;
	bottom: -2px;
	margin-left: 10px;
}
/* POP UP INFO */
a.popup, a.popup-image, a.popup-inline  {
	position: relative;
}
a.popup, a.popup-image  {
	margin-right: 5px;
}
a.popup span, a.popup-image span, a.popup-inline span {
	display: none;
}
a.popup:hover span  {
	display: block;
	width: 200px;
	height: 130px;
	font-family: "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 10px;
	text-align: center;
	position: absolute;
	visibility: visible;
	bottom: 133px;
	left: -50px;
	background-color: #999999;
	background-image: url(../graphics/popupBase.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
	padding-top: 2px;
	z-index: 999;
}
a.popup-inline:hover span  {
	display: block;
	width: 200px;
	height: 130px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	visibility: visible;
	bottom: 20px;
	left: 0px;
	background-color: #999999;
	/*background-image: url(../graphics/popupBase.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	padding-right: 2px;
	padding-left: 2px;
	color: #364590;
	padding-top: 2px;
	z-index: 999;
}
a.popup-image:hover span {
	display: block;
	width: 209px;
	text-align: center;
	position: absolute;
	visibility: visible;
	bottom: 141px;
	left: 0px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 4px ridge #CC6633;
	z-index: 2000;
}
.popup em {
	font-size: 16px;
}
.popup strong {
	font-size: 14px;
}
.sketchbook .popup-sketch {
	width: 150px;
	background-color: #FFFFFF;
	z-index: 1000;
	height: 110px;
	visibility: hidden;
	position: absolute;
	top: -100px;
	right: -50%;
}

/* OTHER STYLES */
#favourites  {
	position: absolute;
	right: 10px;
	z-index: 999;
	bottom: 5px;
}
#books #container p {
	margin-left: 10px;
	margin-right: 10px;
}
.halfwidth .first strong {
	color: #364590;
	font-family: Georgia, "Times New Roman";
}
#contact form {
	margin-left: 30px;
	margin-top: 15px;

}
#contact .searchbox p {
	text-align: left;
}
#email .searchbox {
	height: 300px;
}
#email .searchbox p {
	font-size: 14px;
	line-height: 130%;
}
#contact #sendmail {
	margin-top: 10px;
	margin-bottom: 25px;
}
#home #footer .login {
	font-weight: normal;
	color: #FFFFFF;
}
#home #footer .login a, #home #footer .login a:link, #home #footer .login a:visited, #home #footer .login a:hover {
	color: #FFFFFF;
	cursor: text;
	font-weight: normal;
}
.marginAd {
	width: 100px;
	position: absolute;
	top: 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 999;
	right: -75px;
	padding: 10px;
	border: 1px solid #000000;
}

