@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/backgrd2.gif);
	background-repeat: no-repeat;
}
.masterpage  #container {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 42px;
	border: 1px solid #000000;
	background-color: #878f92;
}
.masterpage  #homecontent h5 {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
	font-family: Papyrus, fantasy, sans-serif;
	color: #656952;
}
.masterpage  #homecontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 936px;
	height: 628px;
}
.masterpage #homecontent img {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 38px;
}
.masterpage #sidebar {
	background-image: url(images/sidebar.gif);
	margin: 0px;
	padding: 0px;
	height: 628px;
	width: 130px;
	float: left;
}
.masterpage #container #mainContent #homecontainer {
	background-color: #878f92;
}
.masterpage  #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(images/header.gif);
	height: 205px;
}
.masterpage  #mainContent {
	height: 628px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.masterpage  #footer {
	padding: 0;
	background-image: url(images/footer.gif);
	margin: 0px;
	height: 32px;
	width: 1200px;
}
.masterpage #navbar {
	float: left;
	height: 628px;
	width: 134px;
}
.masterpage #navbar #navlist {
	height: 439px;
	width: 134px;
}
.masterpage #navbar #navbot {
	background-image: url(images/navbot.gif);
	height: 73px;
	width: 134px;
}
.masterpage #navbar #navtop {
	background-image: url(images/navtop.gif);
	width: 134px;
	height: 116px;
}
.masterpage .designinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #84aead;
	padding: 0px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 42px;
	width: 1200px;
	text-indent: 14em;
}

.masterpage .designinfo a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #a9d3d5;
	text-decoration: none;
}
.masterpage #linkscontent ul {
	margin-left: 140px;
	list-style-type: none;
	margin-top: 6px;
}
.masterpage #linkscontent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #84aead;
	margin-left: 140px;
	margin-top: 60px;
	font-size: x-large;
}
.masterpage #linkscontent h3 {
	font-family: "Times New Roman", Times, serif;
	color: #84aead;
	margin-left: 140px;
	padding: 0px;
	margin-bottom: 0px;
}
.masterpage .designinfo a:hover, a:visited, a:active{
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #f5fafd;
	text-decoration: none;
}

.masterpage #gallerycontainer{
	position: relative;
	height: 628px;
	margin: 0px;
	padding: 0px;
	width: 936px;
	float: left;
}
.masterpage #gallerycontainer h1 {
	font-family: Papyrus, fantasy, sans-serif;
	font-size: xx-large;
	color: #f5fafd;
	margin-top: 200px;
	margin-left: 200px;
}
.thumbnail img{
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 6px;
	padding-top: 6px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #878f92;
	padding: 0px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding-top: 16px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 210px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	top: 4px;
	font-family: Papyrus, fantasy, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}
.thumbnail:link    {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: medium;
}
.masterpage #homecontainer {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 42px;
	border: 1px solid #000000;
	background-color: #bcb99a;
}
.masterpage #biocontainer {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 42px;
	border: 1px solid #000000;
	background-color: #4c4f56;
}
.masterpage #biocontainer  #textcontainer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.masterpage #biocontainer h2 {
	font-family: "Lombardic Narrow";
	color: #81a3a4;
	padding: 0px;
	margin-left: 10px;
	font-size: 1.8em;
}
.masterpage #biocontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 936px;
	height: 628px;
}
.masterpage #biocontent #imgcontainer {
	height: 628px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.masterpage #biocontent #imgcontainer img {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}
.masterpage #biocontainer h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	margin-right: 20px;
	margin-left: 26px;
	color: #FFFFFF;
}
.masterpage #biocontent #textcontainer {
	height: 628px;
	width: 706px;
	padding: 0px;
	float: left;
	margin: 0px;
}
p.bio:first-letter {
	font-size : 270%;
	font-weight : bold;
	float : left;
	color : #FFFFFF;
	line-height: 0.8em;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 0px;
	margin-top: .1px;
}
.masterpage #linkscontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 936px;
	height: 628px;
}
.masterpage #linkscontainer {
	width: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 42px;
	border: 1px solid #000000;
	background-color: #4c4f56;
}
.masterpage #linkscontent a:link, a:visited, a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #a9d3d5;
	text-decoration: none;
}
.masterpage #linkscontent a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #f5fafd;
	text-decoration: none;
}
