@charset "UTF-8";
/* CSS Document */
body {
	background-color: #50352b;
	font-family: 'PT Serif', serif;
	margin-top: 10px;
	font-size:16px;
}
#container {
	margin: 0 auto;
	width: 813px;
	background-color: #FFF;
	border-width: 6px;
	border-style: solid;
	border-color: white;
}
#columns {

}
header {
	width: 100%;
	background-image: url(./images/header_bg1.jpg);
	background-size: cover;
	border-radius: 6px;
	margin-bottom: 6px;
}
header img {
	margin: 12px 36px 12px 20px;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: black;
}
#navigation li {
	padding: 5px 0 10px 0;
	list-style-type: none;
}
li img {
	display: inline-block;
	position: relative;
	right: 8px;
	top: 4px;
	margin-left: -1.12em;
}
#address {
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 12px;
}

#columns > aside {
	padding: 3%;
	width: 18%;
	background-color: #eee;
	background-image: url(./images/left_bg2.jpg);
	background-size: cover;
	border-radius: 6px;
	margin-right: 7px;
	float: left;
}
#columns > #content {
	padding: 20px 5%;
	width: 65%;
	background-color:#FFF;
	background-image: url(./images/content_bg1.jpg);
	border-radius: 6px;
	float: right;
}
#content p {
	font-size: 1.12em;	
	line-height: 1.5em;
}
#content p + p {
	margin-top: 12px;
}
.quotes q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.tab {
	text-indent: 40px;
}
mark.welcome {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	background: none;
}
hr {
	display: block;
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	margin-left: 12%;
	margin-right: 12%;
	border-style: solid;
	border-color: #FFF;
	border-width: 3px;
}
div.quote {
	font-style:italic;
	line-height: 1.5em;
	color: #1d1d1d;
	font-size: 14px;
	text-align: center;
}
div.inset {
	width: 80%;
	padding-left: 30px;
	font-size: 1.15em;
	line-height: 2em;
}
.backtotop {
	color: #db8e00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
.title { font-family: Arial, sans-serif;
 }
 
a:link {
	color: black;
	text-decoration: none
}
a:visited {
	color: black;
	text-decoration: none
}
a:active {
	color: black;
	text-decoration: none
}
a:hover {
	color: black;
	text-decoration: none
}
footer {
	clear: both;
	width: 100%;
}