body {
/* 	margin-top: 0px; */
	margin: 0px;
}


/* -----   HEADER   ----- */
#header {
	width: 770px;
	height: 76px;
 	height: 24px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;

	padding: 102px 0px 0px 0px;

	text-align: center;
	background: url(images/logoheader.png);
	background-repeat: no-repeat;
}

#header a:link {
	text-decoration: none;
	color: #000000;
}
#header a:visited {
	text-decoration: none;
	color: #333333;
}
#header a:hover {
	text-decoration: none;
	color: #684618;
}

#menu {
	margin-top: 0px;
	margin-left: 0px;
/* 	width: 695px; */
	width: 710px;

	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 50px;
	padding-top: 0px;

	float: left;
}

#menu li {
	float: left;

	padding-left: 0px;
	padding-right: 10px;
	
	margin-left: 0px;

	list-style-type: none;

	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a {
	display: block;
	padding-top: 3px;
}


#menu li.mini-list {
	text-align: left;
	font-size: 7pt;
	margin-left: -5px;
	margin-right: -10px;
	margin-top: 0px;
}
#menu li.mini-list a {
	/* this undoes the padding/display of a top-level #menu li a */
	display: inline;
	padding-top: 0px;
}
#menu li.mini-list a:link {
	color: #0000ff;
	text-decoration: underline;
}
#menu li.mini-list a:link {
	color: #0000ff;
	text-decoration: underline;
}
#menu li.mini-list div {
 	margin-top: -10pt;
}
#search-terms {
}

form.search-bar {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
}

/* This one covers only the SUBMIT button because ... */
form.search-bar input {
 	width: 10em;
}
/* ... this one overrides it for the TEXT field */
form.search-bar input.quick-search {
	width: 10em;
	margin-right: 8px;
}


ul#search-menu {
	display: inline;
	float: right;
	width: 200px;
	margin-top: -18px;
	padding-top: 0px;
	margin-right: 10px;

	margin-top: -25px;
	margin-left: 50px;
}

ul#search-menu li {

	list-style-type: none;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	padding: 0px;
	padding-left: 110px;

	text-align: left;
}

ul#search-menu li a {
	margin: 0px;
}

/* ----- END HEADER ----- */



/* -----    MAIN    ----- */

#main {
	width: 740px;

	padding-top: 0px;

	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#home  {
	text-align: center;
	padding-top: 10px;
}
#home img {
	text-align: center;
}


#home p.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.page-contents {
	border: 1px solid #666666;

/* MSIE HACK */
/*	border-left: 4px solid black; */

	background: url(images/parch3.png);
	background-position: -10px 0px;

	padding: 10px 8px 8px 8px;
  	margin: 10px 7px 0px 0px;

	width: 730px;
	font-size: 10pt;
}



/* -----  END MAIN  ----- */

/* -----   FOOTER   ----- */
#footer {
	text-align: center;
}

#footer img {
	margin: 0px;
}
.footer2011
{
	text-align: center;
	background-image: url(images/lcp_foot_background.png);
	background-repeat: repeat;
}
.footer2011-img
{
	padding-right: 4px;
	margin-bottom: 14px;
	position: relative;
	bottom: 5px;
}
.footer2011-img-uvm
{
	padding-right: 4px;
	margin-bottom: 8px;
	position: relative;
	bottom: 5px;
}
.footer2011-img-nsf
{
	padding-right: 4px;
	margin-bottom: 14px;
	position: relative;
	bottom: 0px;
}
/* ----- END FOOTER ----- */



a:active {
	text-decoration: none;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2
{
	font-size: 1.3em;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3
{
	font-size: 1.2em;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}

p.caption {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
}




/* Result Navigator */

ul.result-navigator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top:  0px;
	padding-left: 0px;

	display: block;
	margin-left: auto;
	margin-right: auto;

	text-align: left;

	margin-bottom: 10px;
} 

ul.result-navigator li {
	height: 30px;
	background: none;

	margin-left: 0px;
	margin-right: 0px;

	padding-right: 0px;
	display: inline;

}

ul.result-navigator li img {
	margin-bottom: -3px;
}

ul.result-navigator li.next {
/* 	border-left: 1px solid black; */
}

ul.result-navigator li.previous {
/*	border-right: 1px solid black; */
}

ul.result-navigator li.title {
/* 	border: none; */
	margin-right: 10px;
	font-weight: bold;
}
ul.result-navigator li.current {
/*
	padding-left: 30px;
	padding-right: 30px;
*/
	padding-left: 5px;
	padding-right: 5px;

	font-weight: bold;
}
ul.result-navigator a {
	text-decoration: none;
	padding-right: 0px;
}
ul.result-navigator a img {
	border: none;
}

ul.result-navigator .location {
	display: inline;

	padding-left: 3px;
	padding-right: 3px;

	margin-right: 0px;
	margin-left: 0px;
}
.result-navigator .first {
	padding-right: 6px;
	padding-left: 4px;
	margin-right: -3px;
}
.result-navigator .next {
	margin-left: -3px;
	padding-left: 4px;
	padding-right: 4px;
/*	border-left: 1px solid black; */
}

.result-navigator .prev {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: -3px;
	margin-left: -1px;
/* 	border-left: 1px solid black; */
}

.sort-menu-thumbs {
	float: right;
	margin-top: -28px;
}

.sort-button-thumbs {
	text-align: right;
	margin-top: -4px;
}

/* Image Details Enhancements */
div.popup {
	float: right;
	border: 1px solid #69705e;;
	width: 355px;

	background: #ffffff;

	margin-bottom: 10pt;
}
div.full-width {
	width: 100%;
}
div.popup h2
{
	background: #b4b3b1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #69705e;
	color: #69705E;
}

div.popup a {
	color: black;
}


div.title .label {
	display: none;
}
div.title .value {
	font-size: 14pt;
}

.results img {
	height: 13px;
	width: 13px;
}

.image {
/*	float: left;
	margin: 0px 10px 0px 0px;*/
}

div.medium {
	margin-right: 10px;
}

div.medium img.photo {
	margin: 0px;
	border: 1px solid black;
	width: 100%;
}

div.thumbnail {
	margin-top: 10pt;
	text-align: center;
}
div.thumbnail img.photo {
	border: 1px solid black;
	margin-bottom: -12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
div.double {
	margin-top: 0;
}
div.thumbnail img.photo {
	margin-bottom: 0;
}

/* These are to be used along with the .image class 
   in a tag like <div class="thumbnail image">
 */
.thumbnail {
	width: 170px ! important;
}
.thumbnail img.photo {
}
.medium {
	width: 360px;
	float: left;
	margin-right: 0px;
}


img.icon {
	border: none;
}

img.icon {
/* 	background: url(images/parch3.png); */
}

div.medium .image-icons {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
div.double .image-icons {
	text-align: center;
}
div.image-icons {
	height: 20px;
}
.image-icons img {
	border: none;
}


.thumb-title {
	font-size: 10pt;
	font-family: Arial, Helvetcia, sans-serif;
	font-weight: bold;
}

.thumb-town {
	font-size: 10pt;
	font-family: Arial, Helvetcia, sans-serif;
	display: inline;
	padding-bottom: 12px;
}

.thumb-year {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding-bottom: 12px;
}

.thumb-ls-num {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: -17px;
}


/** These classes determine how attributes (photo year, 
 * title, description, et cetera) are displayed on the 
 * display pages.
 **/



dl.image-details span.match,
dl.image-details-supplemental span.match,
div.attribute span.match {
	background: #ffff00;
}


dl.image-details,
dl.image-details-supplemental {
	font-family: Arial, Helvetica, sans-serif;
}

dl.image-details {
	margin: 0;
}

dl.image-details-supplemental {
	padding-top: 10px;
	border-top: 2px solid black;
	clear: both;
}

dl.image-details dt,
dl.image-details-supplemental dt {
	font-weight: bold;
	margin-right: 10px;
}

dl.image-details dd,
dl.image-details-supplemental dd {
	margin-bottom: 8px;
	margin-left: 5px;
}

dl.image-details dd.county,
dl.image-details dd.town,
dl.image-details dd.date {
	font-size: 12pt;
}

dl.image-details dd.comments {
	list-style-type: circle;
}


.attribute {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.attribute .label {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.attribute .value {
	display: inline;
}

p.title .label {
	display: none;
}

p.title {
	font-weight: bold;
	font-size: 14pt;
}

.town .value {
 	font-size: 12pt;
}

.county .value {
 	font-size: 12pt;
}

.date .value {
 	font-size: 12pt;
}

.description .value {
/* 	font-size: 10pt; */
}

.supplemental-data {
	clear: both;	
	border-top: 2px solid black;
}

.supplemental-data .filename .value {
/* 	font-size: 11pt; */
}

.supplemental-data .filename {
	padding-top: 10px;
}

.PDF {
	display: inline;
	font-size: 8pt;
}

/* Double view */

.choose-thumbs {
	text-align: center;
	border: 1px solid black;
	background: white;
	margin-right: 26px;
	margin-left: 27px;
	margin-bottom: 8px;
	padding-top: 4px
}

.choose-thumbs img {
	width: 80px;
	border: 1px solid black;
}

table.double-view-thumbnails {
}
table.double-view-thumbnails div.icon img {
	border: none;
}
table.double-view-thumbnails a {
	border: none;
}

table.double-view {
	margin-left: 0px;
	padding-left: 0px;
	clear: both;	
}
table.double-view th {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
table.double-view td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}
table.double-view td div.medium {
	margin-right: 0px;
}


table.double-view td.left {
	border-right: 1px solid black;
	padding: 0 8px 0 0px;
}
table.double-view td.right {
	margin: 0px;
	padding: 0 0 0 3px;
/* 	padding-left: 8px; */
}

table.double-view dl dd {
	padding-right: 8px;
}

table.double-view td hr {
	width: 98%;
}




table.thumbnails td {
	text-align: center;
	vertical-align: top;
	width: 170px;
}
table.thumbnails td img {
	border: none;
}
table.thumbnails .title {

}



/* LIST */
table.image-list {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.image-list tr.alternate0 {
	background: #dddddd;
}
table.image-list tr.alternate1 {
	background: #ffffff;
}

table.image-list td
, table.image-list th {
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid black;
}

table.image-list th {
	border-top: 1px solid black;
	background: #ffffff;
	border-bottom: 1px solid black;
}
table.image-list td.number {
	width: 30px;
}
table.image-list td.actions {
	width: 80px;
}
table.image-list td.actions img {
	margin-top: 3px;
}
table.image-list td.title {
	width: 30em;
}
table.image-list td.date {
	width: 3em;
}
table.image-list td.town {
	width: 4em;
}
table.image-list td.county {
	width: 4em;
}
table.image-list td.source {
	width: 30em;
}
table.image-list td.ls {
	width: 7em;
}


/*  COMMENT */

form.enter-comment {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
}

form.enter-comment input {
	margin-bottom: 15px;
}
form.enter-comment input[type="text"] {
	width: 291px;
}

form.enter-comment textarea[name="comments"] {
	width: 291px;
	margin-bottom: 15px;
}

form.enter-comment label {
	display: block;
	float: left;
	width: 100px;

	padding-right: 10px;
}

/* SUBMIT PAGES */

.submit-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #69705E;
}

.submit-menu {
	text-align: center;
	background: #aaaaaa;
	
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.submit-menu ul{
	
	Display: inline;
	font-size: 12pt;
}

.submit-menu ul li {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;

	display: inline;
	margin-right: 20px;
}

.submit-intro {
	font-style: italic;
	text-align: center;
}

.submit-list {
	font-family:Arial, Helvetica, sans-serif;

}

#graph {
	text-align: center;
	z-index: 2;
}


/* SUMMARY */ 

div.summary-data {
	float: left;
}

div.map-container {
	margin: 0px;
	padding-top: 1px;
	float: right;
	width: 310px;
	padding-left: 10px;
}
	
.map {
	display: block;
	padding: 2px;

/*
	width: 300px;
	height: 492px;
*/

	border: 1px solid black;
	background: #ffffff;
}
table.summary {
	border: 1px solid black;
	border-top: none;
	border-left: none;

	background: #ffffff;
}

table.summary tr.alternate0 {
/* 	background: #bbbb88; */
	background: #dddddd;
}
table.summary tr.alternate1 {
	background: #ffffff;
}
table.summary th {
	border: 1px solid black;
	border-right: none;
	border-bottom: none;
/* 	border-top: none; */

/* 	background: #dddddd; */
	background: #ffffff;
	width: 100px;
	cursor: pointer;
	text-align: center;
}

table.summary th a:link,
table.summary th a:visited {
	text-decoration: none;
	color: #000000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

table.summary td {
	border-left: 1px solid black;
	border-top: 1px solid black;	
	font-family: Arial, Helvetica, sans-serif;
}

table.summary td.link {
	border: 1px solid black;
	border-right: none;
	border-bottom: none;
}

table.summary td.title {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
table.summary td.link {
	text-align: center;
}

table.summary td.count,
table.summary td.total,
table.summary td.percentage { 
	text-align: center;
}

table.summary tr.alternate0 td.mapped {
	background: #bbbbdd;
}
table.summary tr.alternate1 td.mapped {
	background: #ddddff;
}


.nav_arrow {
	float: right;
	width: 15px;
}

.th-title {
	float: left;
	height: auto;
}

/* DATING PAGES */

.dating-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.dating-text-info {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.dating-text-italic {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

.dating-text-bold {	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}

.dating-text-intro {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
	font-weight: bold;
        text-align: center;

}

.table-align {
	text-align: center;
}

table.dating {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

table.dating th {
	border: 1px solid black;
	text-align: center;
	font-size: 10pt;
	height: 40px;
	width: 120px;
	padding: 4px 4px 4px 4px;
}

table.dating td
{
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	height: 40px;
	width: 120px;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

table.dating td.empty {
	border: 1px solid black;
}

table.dating td a:link,
table.dating td a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: pointer;
	text-align: center;
}


table.wide th,td {
	width:500px;
}


.dating-caption {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    padding-bottom: 10px;
    text-align: center;
}

img.dating {
	margin-top: 10px;
	text-align: center;
	border: none;
}

a.dating {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
}




ul.toggle {
	margin-top: -11px;

	margin-left: 0px;

	display: inline;

	margin-bottom: 2px;

	border-left: none;
	padding-left: 0px;

}

ul.toggle li {
	border: 1px solid black;

	display: inline;

	list-style-type: none;
	margin-left: 3px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;

	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;

}



/** SUB-SECTIONS (LEARN, SUBMITTING, ...) **/

ul.section-menu {
	margin: 0px auto 0px auto;

	text-align: center;
	padding: 3px 0px 3px 0px;

	background: #ccaa77;
}

ul.section-menu li {
	display: inline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-variant: small-caps;
}
ul.section-menu li.current {
	background: #ffffff;
}






/* MAIN MENU, menu.php */
p.main-menu {
	background-repeat: no-repeat; 
	padding-left: 240px; 
	padding-top: 4px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; height: 76px;
	margin-left: -10px;
}
p.main-menu a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
p.main-menu.searching {
	background: url(images/menu1_searching.jpg); 
}

p.main-menu.submitting {
	background: url(images/menu2_submitting.jpg);
}
p.main-menu.learn {
	background: url(images/menu3_learn.jpg);
}
p.main-menu.mission {
	background: url(images/menu4_mission.jpg);
}
p.main-menu.contact {
	background: url(images/menu5_contact.jpg);
}