@import "pdx_base.css";


a:link.menu, a:visited.menu {
	color: black;
}

a:hover.menu {
	color: yellow;
}

a.lt_pict {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

a.rt_pict {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

body.home {
	background: #F4F4F4;
}

body.index {
	background: #FDFBEC;
}

div.directions {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

div.hdr {
	position: relative;
	height: 140px;
	width: 100%;
}

div.hdrtxt {
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
}

div.tours {
	width: 85%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
	
div.txt {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, Palatino, serif;
	color: #361C0E;
	text-align: center;
	clear: both;
}

p.banner {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 45px;
}

table.smithmenu {
	width: 80%;
	background: #CCCCCC;
	border-color: black;
	margin-bottom: 25px;
}

table.photo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 80%;
}

table.visitmenu {
	width: 50%;
	margin-bottom: 15px;
}

td.photo {
	width: 33%;
}

td.treesl {
	width: 45%;
	font-size: 16px;
	padding-right: 15px;
}
	
td.treesr {
	width: 55%;
	font-size: 16 px;
	padding-right: 15px;

}
	
