/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/layout/page_bkg.jpg);
	background-repeat: no-repeat;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}

#wrapper {
	position:relative;
	left:0; top:0; width: 743px;
	background-image:url(../images/layout/content_bkg.jpg);	
}
#wrapper2 {
	position:relative;
	left:0; top:0;
	width: 893px;
	background-image:url(../images/layout/content_bkg_wide.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 743px;
	position: relative;
	top:0; left:0;
	text-align:left;
}
#header #nav {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/nav_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width:330px; height:20px;
	position:absolute;
	left:413px; top:125px;
}
#header #nav a {
	padding-right:15px;
	text-decoration:none;
	font-size:.75em;
	line-height:1.1em;
	font-weight:normal;
}
#header #nav a:hover {
	color:rgb(30,102,80);
}
#content {
	position:relative;
	top:10px; left:20px;
	width:700px;
	text-align:left;	
}
#content2 {
	position:relative;
	top:10px; left:20px;
	width:822px;
	text-align:left;	
}
h1 {
	font-size:1.5em;
	color:rgb(14,37,48);
	text-align:center;
	font-style:italic;
	letter-spacing:-1px;
}
h2 {
	font-size:1.25em;
	color:rgb(14,37,48);
	margin-bottom:3px;
	margin-top:3px;
}
.bordered-box {
	border:1px solid rgb(242,224,206);
	padding: 8px;
}
.small {
	font-size:.6em;
}
.openhouseHours {
	font-size:.8em;
}
ul { margin-top:3px; }
hr { color:rgb(242,224,206); }
a { 
	color:rgb(14,37,48);
	font-weight:bold;
}
a:hover { 
	color:rgb(14,37,48);
	text-decoration: none;
}
#footer {
	
}
#footer a {
	padding-right:15px;
}
