@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	text-align:justify;
	color:#000;
	background-image: url(images/wood.jpg);
	background-repeat: repeat;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	text-align: center;
	color:#01376D;
	border-top-width: .5px;
	border-bottom-width: .5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #01376D;
	border-bottom-color:#01376D;
	font-style: normal;
	letter-spacing: .25em;
	font-weight:lighter;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	color:#01376D;
}
h3 {
	font-size: 16px;
	font-weight: lighter;
	color: #01376D;
	}
h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #6787a7;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-color: #6787a7;
	border-style: solid;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
topic {
	font-size: 16px;
	line-height: none;
	color: #01376D;
	text-indent: 20px;
}
smalltopic {
	font-weight:bolder;
	text-indent: 20px;
	line-height:normal;
	text-align:left;
}
#content {
	background-color: #FFF;
	height: auto;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: auto;
	top: 0px;
	right: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 140px;
	margin: 0px;
	padding-top: 20px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar {
	background-color: #FFF;
	font-size: 16px;
	font-weight:lighter;
	text-align:left;
	color:#CAB39C;
	height: auto;
	width: 180px;
	float:right;
	right: auto;
}
#sidebarimage {
	background-color: #FFF;
	font-size: 8px;
	font-weight: lighter;
	text-align: right;
	color: #000;
	height: auto;
	width: auto;
	float: right;
	right: auto;
	padding-left: 20px;
	padding-top: 40px;
}
#leftcol {
	background-color: #FFF;
	height: auto;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
}


.photoboxright {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photoboxleft {
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imageleft {
	float: left;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.container {
	background-color: #FFF;
	height: auto;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: auto;
	top: 0px;
	right: auto;
}
.bios {
	background-color: #FFF;
	height: auto;
	width: 700px;
	padding-left: 140px;
	padding-top:20px;
	padding-bottom:20px;
}
.locations {
	background-color: #FFF;
	height: auto;
	width: 600px;
	padding-left: 300px;
	padding-top:0px;
	padding-bottom:20px;

}
.locationphotos {
	background-color: #FFF;
	height: auto;
	width: 550px;
	height: auto;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	
}
.biophotos {
	
	background-color: #FFF;
	height: auto;
	width: 100px;
	height: 90px;
	float:left;
	padding-top:40px;
	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #FFF;
	text-align: justify;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}
.disclaimer {
	font-size:9px;
	
}
a:link {
	color: #01376D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	
}
.footer .disclaimer a {
	color: #FFF;
}
.footer .disclaimer a:visited {
	color: #FFF;
}
