@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Serif;
}
/** :focus {
	outline: none;
}*/
body, html {
	min-width: 930px;
	background-color: white;
}
#content p {
	font-size: 14px;
	line-height: 1.5em;
}
#content ul {
	list-style: square;
	padding-left: 1.75em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 14px;
}
#content a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	color: #709830;
}

#content a:hover {
	border-bottom: 1px solid #ccc;
}

a img {
	border: none;
}
h2 {
	margin-bottom: 4px;
	font-size: 110%;
}
h3{
	font-weight: normal;
}
#container {
	margin: 0 auto;
	margin-top: 5px;
	width: 900px;
	height: auto;
	position: relative;
}

#header {
	height: 50px;
	border-bottom: 1px solid #999999;
	position: relative;
	margin-bottom: 20px;
}

#nav {
	height: 50px;
	overflow: visible;
	font-style: italic;
	position: relative;
	bottom: -6px;
	left: 0;
	list-style: none;
}
#nav li {
	position: relative;
	bottom: 0;
	margin-right: 40px;
	display: inline;
}
.name a {
	font-size: 48px;
	text-decoration: none;
	color: black;
}
.navlink {
	font-size: 28px;
	text-decoration: none;
	color: black;
}
.navlink:hover {
	color: #999999;
}

#footer {
	padding-top: 2px;
	height: 15px;
	border-top: 1px solid #999999;
	position: relative;
	font-style: italic;
	font-size: 12px;
	color: #333333;
	clear: left;
	margin-bottom: 5px;
	margin-top: 20px;
}

#spacer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 5px;
	color: white;
	font-style: italic;
	width:100%;
	height: 422px;
	font-size: 14px;
	background: transparent url('/images/placeholder.jpg') no-repeat;
}
#content {
	width: 100%;
	color: black;
	margin: 15px 0 20px 10px;
	min-height: 400px;
	position: relative;
}

.breadcrumb {
	display: block;
	color: #999999;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #999999;
}
.breadcrumb .active {
	color: black;
}

/** Galleries/Accordion Styles **/
.gallery {

}
.gallery h3 {
	clear: left;
}
.gallery ul {
	margin-top: 10px;
}
.gallery ul li {
	float: left;
	list-style: none;
	display: block;
	margin-right: 15px;
	margin-bottom: 90px;
	height: 160px;
}
.thumb {
	opacity: .9;
}
.thumb:hover {
	opacity: 1;
}
/*.gallery li img {
	position: absolute;
	bottom: 0;
}
.gallery li a div canvas {
	position: absolute;
	top: 160px;
}*/