/*******General Reset*********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/**font-family: 'PT Serif', serif;**/
}
body {
	font-family: 'Vollkorn', serif;
	background-color: #d4c9b3;
	margin: 0;
	padding: 64px 0 0 0;
}
html, body {
	height: 100%; 
}

#wrapper {
	border: 16px solid #b74447;
	margin: 0 auto;
	width: 1008px;
	background-color: #fff;
}

/******* Header *********/

#header {
	width: 968px;
	height: 128px;
	padding: 16px 16px 16px 24px;
	background-color: #a53c41;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #b74447;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
}
#header-logo {
	float: left;
	margin: 0 32px 0 0;
	width: 128px;
}
#header-text {
	float: left;
	margin: 34px 0 0 0;
}
#headerline1 {
	margin: 0 0 0 64px;
	font-size: 20px;
	color: #fff;
}
#headerline2 {
	font-size: 32px;
	color: #fff;
}
#headerline3 {
	font-size: 20px;
	margin:  0 0 0 450px;
}

/******* Content *********/


#sidebar {
	width: 176px;
	min-height: 600px;
	padding: 32px 0 0 0;
	background-attachment: scroll;
	background-image: url(../images/navgrad_10.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	position: relative;
}
#main {
	width: 800px;
	padding: 16px;
	margin: 0 0 32px 0;
	float: left;
	position: relative;
}
#left-main {
	float: left;
	width: 576px;
	margin: 0 32px 16px 0;
}
#right-main {
	float: left;
	width: 182px;
}

/******* Footer *********/

#footer {
	margin: 0 auto;
	width: 1008px;
	padding: 32px 0 64px 0;
	text-align: center;
}

/******* Links *********/
a:link, a:visited, a:active {
	color: #a53c41;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #2b3d82;
	text-decoration: underline;
	font-weight: bold;
}
#header-text a:link, #header-text a:visited {
	color: #d4c9b3;
	text-decoration: none;
}
#header-text a:hover {
	color: #d4c9b3;
	text-decoration: underline;
}
.link-panel a:link, .link-panel a:visited,.link-panel  a:active {
	color: #fff;
	text-decoration: none;
}
.link-panel a:hover {
	color: #fff;
	text-decoration: underline;
}

/******* Images & Floats *********/

.img-float-left {
	float: left;
	margin: 16px 16px 0 0;
}
.float-left {
	float: left;
	margin: 0 32px 0 0;
}
.float-right {
	float: right;
	margin: 8px 0 8px 16px;
}
.clear {
	clear: both;
	margin: 24px 0;
}
.gallery-panel {
	float: left;
	width: 235px;
	height: 220px;
	margin: 16px 16px 0 0;
	padding: 16px;
	background: #f5f5f5;
	text-align: center;
	overflow: hidden;
}
.gallery-pic {
	width: 233px;
	border: none;
	margin: 0 0 16px 0;
	text-align: center;
	vertical-align: middle;
	top: 50%;
}
.gallery-caption {
	height: 60px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	padding: 0 0 16px 0;
}

/******* Map Panel *********/

#index-images {
	width: 800px;
	height: 350px;
	margin: 0;
}

.index-imagemain {
	float: left;
	position: relative; 
	width: 520px;
	height: 360px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.index-imagesidebar {
	float: left; 
	width: 260px;
	height: 350px;
}
.index-imagesidebar1, .index-imagesidebar2 {
	width: 260px;
	height: 140px;
	margin-bottom: 20px;
}



.index-imagemain img, .index-imagesidebar1 img, .index-imagesidebar2 img {
	width:100%;
	height: 100%;
	opacity:1;
	filter: alpha(opacity=100);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	object-fit: cover;
}



.link-panel-index {
	background-color: #a53c41;
	padding: 8px 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 2em;
	text-align: center;
}
.link-panel-index a {
	color:#ffffff;
}


/******* Panels & Dividers *********/

.link-panel {
	background-color: #a53c41;
	padding: 8px 16px;
	margin: 32px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 2em;
}
.grey-panel {
	background-color: #f4f1ec;
	padding: 20px 24px 24px 24px;
	margin: 16px 0;
}
.half-width {
	width: 50%;
}
.threequarter-width {
	width: 60%;
}
.hatched-divider {
	height: 8px;
	width: 100%;
	margin: 16px 0;
	background-attachment: scroll;
	background-image: url(../images/hatchedline_12.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
.hatched-divider-index {
	height: 8px;
	width: 100%;
	margin: 20px 0;
	background-attachment: scroll;
	background-image: url(../images/hatchedline_12.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
.dotted-divider {
	height: 8px;
	width: 100%;
	margin: 16px 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
}
.ruled-divider {
	height: 8px;
	width: 100%;
	margin: 16px 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
}

/******* Text *********/

#main h1 {
	color: #a53c41;
	font-size: 28px;
	letter-spacing: 0.5px;
	line-height: 1.1em;
	margin: 16px 0 10px 0;
}
#main h1+p {
	font-weight: bold;
}

#left-main h1 {
	color: #999;
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 1.1em;
	margin: 16px 0 0 0;
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 8px 0 0 0;
	padding: 0;
	letter-spacing: 0.5px;
		color: #333;
}
.grey-panel h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}
.archives {
	background-color: #a53c41;
	color: #fff;
	padding: 0 0 0 16px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 8px 0 4px 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
	color: #333;
}
h4 {
	font-size:12px;
	margin: 16px 0 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
		color: #333;
}
p {
	color: #333;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}
.grey-panel p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
date {
	font-size: 14px;
	font-weight: normal;
	line-height: 0.5em;
	margin: 0;
	padding: 0;
	color: #333;
}

/******* Lists *********/

ul {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-position: inside;
}
#right-main ul {
	list-style-type: none;
	margin: 0 0 64px 0;
}
#main #right-main ul li {
	margin: 8px 0 8px 0;
	
}
.main-form table tr td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
#main ul {
	margin: 16px 0;
	padding: 0;
	list-style-position: inside;
}
#main ul li {
	margin: 0;
	padding: 4px;
}


/******* Forms *********/
.bold {
	font-weight: bold;
}
input, textarea {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 8px 0;
	margin: 8px 0;
}
#contact table tr td {
	vertical-align: top;
}

.publication {
	margin: 0 0 1em 0;
}
date img {
	padding: 0 2em 0 0;
	background-color: #fff;
}