* { padding: 0; margin: 0; }

body {
	font-family: "Georgia", Times, serif;
	font-size: 16px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.secureBody {
	background-image: url(/images/global/bgSecure.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	color: #333;
	width: 970px;
	float: left;
	padding: 0px;
	height: 100px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/global/header/yhmaheader.gif);
	background-repeat: no-repeat;
}
#leftcolumn {
	color: #333;
	padding: 0px;
	height: auto;
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto;
	width: 785px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
	clear: both;
	color: #333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	text-align:center;
}

#footer a {
	color: #9b978b;
	}
	
#footer a:hover {
	color: #59564e;
	}
	
#wrapper #header img.logo {
	float: left;
}
#wrapper #header h1 {
	font-size: 120%;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
}
#column {
	float: left;
	width: 45%;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column3 {
	width: 30%;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}

#column3noline {
	width: 30%;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

#column3 {
	width: 30%;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}

#column2noline {
	width: 45%;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
}

#column2 {
	width: 50%;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
}

html body div.clear, html body span.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
#wrapper #rightcolumn p {
	font-size: 100%;
	line-height: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #rightcolumn td {
	font-size: 100%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrapper #rightcolumn .highlight {
	padding: 10px;
	width: 775px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E9A8E;
	border-bottom-color: #9E9A8E;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #59564e;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}
#sublinks .selected {
	text-decoration: underline;
}
/* Image Floaters
-------------------------------------------------------------- */


.floatleft {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: right;
	border:#333;
	border-width: 1px;
}

/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin: 0 0 0 10px;
}
ul, ol {
	margin: 0 0 0 30px;
}
ul {
	list-style-type: disc;
	margin-top: 10px;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

.newsletterList {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tourSite {
	padding: 10px;
	border: 1px solid #9B978B;
	margin-top: 20px;
	background-color: #f0f0f0;
	overflow: hidden;
}
.insetBlockRight {
	padding: 10px;
	border: 1px solid #9B978B;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #f0f0f0;
	overflow: hidden;
	float:right;
}
.tourSite img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tourSite h2 {
	margin-bottom: 15px;
	color: #003636;
}
.tourSite a, #wrapper #rightcolumn a {
	color: #003636;
	text-decoration: underline;
}
.tourSite a:hover, #wrapper #rightcolumn a:hover {
	color: #769898;
}
#rightcolumn h2 {
	margin-bottom: 15px;
	margin-top: 20px;
}
.insetBlockRight {
	width: 250px;
	padding: 10px;
	border: 1px solid #9B978B;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #f0f0f0;
	overflow: hidden;
	float:right;
}
.insetBlockRight h1 {
	font-size:larger;
	font-style:italic;
}

/* Historical Buildings */

table.houseInfo {text-align:left;margin:10px 0 25px;}
table.houseInfo td, table.houseInfo th {padding:5px;border:1px solid #f0f0f0;}
table.description {text-align:center;}table.description {text-align:center;}
#wrapper #rightcolumn .tourSite h2 {
	margin-top: 0px;
	padding-top: 0px;
}
.wideimage {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B978B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B978B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#attractionlocation {
	background-color: #f6f4f3;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #48453b;
	border-bottom-color: #48453b;
	color: #48453b;
	padding: 15px;
	clear: right;
	margin-top: 20px;
}
#attractionlocation h2 {
	color: #003636;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*#wrapper #rightcolumn ul li {
	margin-bottom: 5px;
}
 Past Publications Styling */

.tableOfContents h2.borderThis 
{
    display:block;
    border-top:1px solid green;
    min-height:1px; height:20px !important;height:1px;width:85%;
    text-align:left;padding:15px 0 5px;
}
.tableOfContents p
{
    display:block;
    border-top:1px solid green;
    min-height:1px; height:auto !important;height:1px;width:75%;
    padding:5px 0;
 }

.tableOfContents p.noBorder {border-top:none;}
.tableOfContents p em {padding:10px 0 0;display:block;}

.red { color:#F00;font-weight:bold;}

/* Search Box */
#search #searchform {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#searchform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcolumn .right h2 {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.secureSubHeader {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#666;
}
.secureSubHeader a {
	color:#333;
}

/* Spam Fighter */
p span.displaynone { display:none; }  
