/* STYLESHEET FOR VARIETY PAGES COMBINED WITH TABS */

/* NOTE: When incorporating an existing variety tab into a tabbed page look at table20/table20.html or volckinv/volcktabinv.html */
/* IDs will have to be changed to classes (e.g. preview, header) and image paths for fullimage and tn in the XML file may have to include folder name */

/* ---- THE TABBED PART */

/* Wrap */
#wraptabs {
	padding-top: 5px;
	margin: 0;
	width: 975px;
	position: relative;
}

#TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* TabbedPanelsTab is a li style */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
	list-style: none;
	background-color: rgb(140,145,155);
	border-top: solid 2px rgb(230,235,245);
	border-left: solid 2px rgb(110,115,125);
	border-bottom: solid 2px rgb(170,175,185);
	border-right: solid 2px #036;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* TabbedPanelsTab is a li style */
div#archive .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: .8em;
	list-style: none;
	background-color: #aa7;
	border-top: solid 2px rgb(230,235,245);
	border-left: solid 2px rgb(110,115,125);
	border-bottom: solid 2px rgb(224,224,153);
	border-right: solid 2px #036;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* LINKS FOR THE TABS ONLY */
.TabbedPanelsTab a:link { color: #036; }
.TabbedPanelsTab a:visited { color: #036; }
.TabbedPanelsTab a:hover { color: #fff; }
.TabbedPanelsTab a:active { color: #036; }

.TabbedPanelsTabHover {
	background-color: rgb(185,192,211);
}

.TabbedPanelsTabSelected {
	background-color: rgb(170,175,185);
	border-bottom: 0;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: rgb(170,175,185);
	border-top: solid 2px rgb(230,235,245);
	border-left: solid 2px rgb(110,115,125);
	border-bottom: solid 2px rgb(170,175,185);
	border-right: solid 2px #036;
}

.TabbedPanelsContent {
	padding: 4px; 
	color: #036;
}

.TabbedPanelsContent li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; color: #036;
	text-align: left; line-height: 1.2em;
}

div#archive .TabbedPanelsTab a:link { color: #036; }
div#archive .TabbedPanelsTab a:visited { color: #036; }
div#archive .TabbedPanelsTab a:hover { color: #fff; }
div#archive .TabbedPanelsTab a:active { color: #036; }

div#archive .TabbedPanelsTabHover {
	background-color: #bb8;
}

div#archive .TabbedPanelsTabSelected {
	background-color: rgb(224,224,153);
	border-bottom: 0;
}

div#archive .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

div#archive .TabbedPanelsContentGroup {
	clear: both;
	background-color: rgb(224,224,153);
	border-top: solid 2px rgb(230,235,245);
	border-left: solid 2px rgb(110,115,125);
	border-bottom: solid 2px rgb(224,224,153);
	border-right: solid 2px #036;
}

div#archive .TabbedPanelsContent {
	padding: 4px; 
	color: #036;
}

div#archive .TabbedPanelsContent li {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; color: #036;
	text-align: left; line-height: 1.2em;
}

/* ARCHIVE PAGES */

.archive { background-color: #CC9; }

a:link { color: #003366; }
a:visited { color: #990033; }
a:hover { color: #993399; }
a:active { color: #0033CC; }

/* Archive Explanation Box */
.archive div#about { margin: 5px 0; padding: 5px; text-align: left; background: rgb(224,224,153); border: 1px solid #036; }
.archive #about p { margin: 5px 10px -5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em; color: #036; font-weight: bold;
	text-align: center; line-height: 1.2em;
	}
.archive #about ul { list-style: disc; margin-left: 1em; padding: 0 5px; }
.archive #about li { margin: 0 10px 2px 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; color: #036;
	text-align: left; line-height: 1.2em;
	}

/* No Java Script */
noscript { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; font-style: italic; font-weight: bold;
	text-align: center;
	color: #555; margin-bottom: 10px;
}

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


h4 { 
	color: #036; 
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 { 
	color: #036; 
	font-size: 13px; 
	font-weight: bold;
	margin-top: -5px; margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ---- THE VARIETY PAGES PART */


/* Layout Rules
----------------------------------------------- */
.wrap {
	padding-top: 5px;
	margin: 0;
} /*define width in HTML document*/


.sidebar {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 4px 8px;
	margin-left: 10px; margin-bottom: 5px;
	width: auto;
	float: right;
	background-color: rgb(150,150,150);
}

div#archive .sidebar {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 4px 8px;
	margin-left: 10px; margin-bottom: 5px;
	width: auto;
	float: right;
	background-color: #aa7;
}

/* SIDEBAR2 IS FOR DETAIL IMAGES TO FILL OUT THE LAYOUT BENEATH THE FULLIMAGE VIEW */
.sidebar2 {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 4px 8px;
	margin-left: 10px; margin-bottom: 5px;
	width: auto;
	float: right; position: relative;
	
}

.sidebar2 img {
	position: absolute;
	left: 10%; right: 10%;
	top: 10%; bottom: 10%;
}

.prints_bg { background: rgb(153,136,136); }
.maps_bg { background: rgb(112,122,136); } 
.globes_bg { background: rgb(112,122,122); }
.decarts_bg { background: rgb(153,143,153); }

.whitetext { color: white; }

/* Pager for Large Groups of Thumbnails */

.pager { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: black;
	margin: 2px; padding: 0 5px;
}

/* Help Popup */

.instructions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left; line-height: 150%;
	color: black; background: #ddd;
	margin: 2px; padding: 5px;
}

/* No Java Script */
noscript { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large; font-style: italic; font-weight: bold;
	text-align: center;
	color: black; margin-bottom: 10px;
}


/* Inventory Thumbnail Viewer and Playback Controls
----------------------------------------------- */

.controls {	margin: 0 auto 10px auto; }

.transport {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.transport li {
	float: left;
	margin: 0 8px;
	padding: 0;
	text-align: center;
}

.transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 2px 2px 0;
	padding: 3px 6px;	
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.transport a:link {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.transport a:visited {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.transport a:hover {
	background: #666;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
.transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* Click and sort instructions -- replaces "transport" commands */

.sort { margin: 10px 0; padding-top: 5px; text-align: center; background: #eee;color: #036; }
.sort ul { list-style: none; margin: 0; padding: 0; }
.sort li { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px; }
	
/* Inventory Viewer -- List Controls */

.listview p {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: left; padding-bottom: 5px;
	margin: 3px;
}

/* CLEAR */

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*SPECIFIC TO EACH SET: */

/* Set width of Previews pane in the document itself, according to proportions of thumbnails */
/* Did not change the background color of Previews tabs for archives because of the background color of the thumbnails */
.previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 5px;
	margin-bottom: 5px; margin-right: 5px;
	float: left;
	background-color: rgb(150,150,150);
} 

.header {	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 0 3px 0; 
	color: #fff;}
	
.thumbnails {
	clear: both;
	margin: 5px auto;
}

.thumbnails div {
	position: relative;
	float: left;
	margin: 0px 3px;
	padding: 0;
	display:inline;
} /*Note: set thumbnail height and width in HTML doc according to the thumbnail size used*/

.thumbnails img {
	height: auto;
	width: auto;
 /*
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;*/
}

.thumbnails p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	margin-top: 3px;  margin-bottom: 7px;
}

/* END - SPECIFIC TO EACH SET */

#mainImage {
	padding: 0px;
	width: auto;
	height: 400px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }



/* ---- EVERYTHING BELOW IS EXACTLY THE SAME AS LEVEL3.CSS STYLESHEET ---- */

body {
	background-color: #FFFFFF;
	margin: 0px; 
	padding: 0px;
}

/* CHANGE BACKGROUND COLOR FOR ARCHIVE PAGES */
div#archive { background-color: #cccc99; }

a:link { color: #003366; }
a:visited { color: #990033; }
a:hover { color: #993399; }
a:active { color: #0033CC; }

/* Archive Explanation Box */
div#about { width: 975px; margin: 5px 0; padding: 5px; text-align: left; background: rgb(224,224,153); border: 1px solid #036; }
#about p { margin: 5px 10px -5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em; color: #036; font-weight: bold;
	text-align: center; line-height: 1.2em;
	}
#about ul { list-style: disc; margin-left: 1em; padding: 0 5px; }
#about li { margin: 0 10px 2px 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; color: #036;
	text-align: left; line-height: 1.2em;
	}
	
/* NAVIGATION BAR */

div#navigation { width: 100%; background-image: url(../navbar/navbgrd2016.jpg); background-repeat: repeat-x;  }

/* OLD NAVBAR: */

div#nav { width: 100%; background-image: url(../navbar/navbgrd.jpg); background-repeat: repeat-x;  }

#wrapper {
    width: 100%; max-width: 975px;
    margin: 2px auto;
} 

/* END OLD NAVBAR: */

#wrapper {
    width: 100%; max-width: 850px;
    margin: 2px auto;
}

#subnav {
    padding: 0 0 10px 0;
    position: relative;
}

#subnav #quicksearch {
    position: absolute;
    top: 7px;
    right: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}

/* ICON BAR */
div#iconbar { width: 100%; margin-top: 15px;}
.xprints { background-image: url(../navbar/xprints.jpg); background-repeat: repeat-x; }
.xglobes { background-image: url(../navbar/xglobes.jpg); background-repeat: repeat-x; }
.xglobesarch { background-image: url(../navbar/xglobesarch.jpg); background-repeat: repeat-x; }
.xmaps { background-image: url(../navbar/xmaps.jpg); background-repeat: repeat-x; }
.xpictorialmap { background-image: url(../navbar/xpictorialmap.jpg); background-repeat: repeat-x; }
.xdecarts { background-image: url(../navbar/xdecarts.jpg); background-repeat: repeat-x; }
.xnewyork { background-image: url(../navbar/xnewyork.jpg); background-repeat: repeat-x; }

.xarcvglobes { background-image: url(../navbar/xarcvglobes.jpg); background-repeat: repeat-x; }
.xarcvdecarts { background-image: url(../navbar/xarcvdecarts.jpg); background-repeat: repeat-x; }
.xarcvmaps { background-image: url(../navbar/xarcvmaps.jpg); background-repeat: repeat-x; }
.xarcvprints { background-image: url(../navbar/xarcvprints.jpg); background-repeat: repeat-x; }
/* Note: if you have two iconbar imgs stacked on top of each other (as in gavels.html)
and don't want a gap, put them in one row of code rather than two */

/* IMAGES */

img { max-width: 100%; height: auto !important; width: auto !important; }

/* PARAGRAPH TAG AND MODIFIERS */

p { margin-bottom: 1em;
	font: 1em "Times New Roman", Times, serif;
	text-align: left;
}

h1 { margin-bottom: 0;
	font: 1.7em "Times New Roman", Times, serif; font-weight: bold;
	text-align: center;
}

h2 { margin-bottom: 0;
	font: 1.4em "Times New Roman", Times, serif; font-weight: bold;
	text-align: center;
}


.sansblue { 
	margin-top: 0em; margin-bottom: .8em; padding: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
	color: #036;
}

.sansbluectr { 
	margin-top: 0em; margin-bottom: .8em; padding: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	color: #036;
}

.sansblueintro { 
	margin-top: 0em; margin-bottom: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.4em;
	color: #036;
}

/* MAIN CAPTION ABOVE THE DESCRIPTION */

.maincap { margin-top: .5em; margin-bottom: .5em;
	font: 1em "Times New Roman", Times, serif; line-height: 1.2em;
	text-align: center;
}

div#maincap { margin-top: .5em; margin-bottom: .5em;
	font: 1em "Times New Roman", Times, serif; line-height: 1.2em;
	text-align: center;
	width: 750px;
}

/* DESCRIPTION */

div#description  { width: 750px;
	margin: 0px;
	font: 1em "Times New Roman", Times, serif; line-height: 1.2em;
	text-align: left;
}

/* INSET QUOTES FOR LENGTHY CITATIONS */

div#insetquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #036;
	font-weight: normal;
	background-color: #ccc;
	text-align: left; line-height: 1.2em;
	padding: 20px;
	margin-bottom: 20px;
	width: 750px;
}

#insetquote p { font-family: Verdana, Arial, Helvetica, sans-serif; }

.insetquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #036;
	font-weight: normal;
	background-color: #ccc;
	text-align: left; line-height: 1.2em;
	padding: 20px;
	margin-bottom: 20px;
	width: 750px;
}

.insetquote p { font-family: Verdana, Arial, Helvetica, sans-serif; }

div#archive .insetquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #036;
	font-weight: normal;
	background-color: rgb(224,224,153);
	text-align: left; line-height: 1.2em;
	padding: 20px;
	margin-bottom: 20px;
	width: 750px;
}

.descriptionbox {
	background-color: rgb(170,175,185);
	padding: 5px 20px 20px;
	margin: 20px 0;
	width: 790px;
}

/* SOLD */
.sold {
	font-style: italic;
	color: #990033;
}

/* FLOATS */

.floatl { float: left; padding: 0 10px 0 10px; }
.floatr { float: right; padding: 0 0 10px 10px; }

/* COLORED TITLE BLOCKS FOR THE DIFFERENT SECTIONS
NO TABLES NEEDED! DIVS ARE PREFERRED! */

.prints-title {
	background-color: #996666;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: 32px 0 5px 0;
	padding: 10px;
	width: 100%;
}

a.prints-title:link  {color: rgb(182,192,192); margin-left: -2px; margin-right: -2px;}
a.prints-title:visited {color: #99CCCC; margin-left: -2px; margin-right: -2px;}

.maps-title {	
	background-color: #006699;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: 32px 0 5px 0;
	padding: 10px;
	width: 100%;	
}

a.maps-title:link  {color: rgb(182,192,192); margin-left: -2px; margin-right: -2px;}
a.maps-title:visited {color: #99CCCC; margin-left: -2px; margin-right: -2px;}

.decarts-title {	
	background-color: #993399;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: 32px 0 5px 0;
	padding: 10px;
	width: 100%;	
}

a.decart-title:link  { color: rgb(182,192,192); margin-left: -2px; margin-right: -2px;}
a.decarts-title:visited {color: #99CCCC; margin-left: -2px; margin-right: -2px;}

.globes-title {	
	background-color: #006666;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: 32px 0 5px 0;
	padding: 10px;
	width: 100%;	
}

/* I don't think these work -- I should probably delete and use divs for titlebars on Spry pages */
a.globes-title:link  {color: rgb(182,192,192); margin-left: -2px; margin-right: -2px;}
a.globes-title:visited {color: #99CCCC; margin-left: -2px; margin-right: -2px;}

.decgift-title {	
	background-color: #ff9966;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	margin: 32px 0 5px 0;
	padding: 10px;
	width: 100%;	
}

.title-h1  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.title-h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.title-h3  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.4em;
	margin-top: 5px;
}

.prints-h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #996666;
	text-align: center;
	line-height: 90%;
}

.maps-h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 90%;
	font-weight: bold;
	color: #006699;
	text-align: center;
	margin-bottom: 0em;
}

.decgift-h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #ff9966;
	text-align: center;
	line-height: 90%;
}

.newyork-h2  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #663333;
	text-align: center;
	line-height: 90%;
}

/* SMALL TEXT */

/* Captions under jpegs */
.caption  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;  margin-bottom: 10px;
}

.whitecaption  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;  margin-bottom: 10px;
}


.captionleft  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.7em;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 5px;  margin-bottom: 10px;
}

/* SMALL PAGE NUMBERS for level 3s with more than one related page. */

/*  div id */
div#page1-2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996666;
	font-size: 0.85em;
	font-style: normal;
	text-align: center;
	width: 700px;
	margin-bottom: 5px;
}

/* class */
.page1-2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #996666;
	font-size: 0.85em;
	font-style: normal;
	text-align: center;
	margin-bottom: 5px;
}

/* Click on image to view enlargement. */
.click {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #990033;
}

/* FOOTER */
/* div is the newer and preferred method as opposed to using tables*/

div#footer {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	text-align: center;
	width: 100%; max-width: 975px;
	margin-bottom: 15px;
}

.footer-lg { font-size: 1.2em; }

hr.foot { width: 100%; max-width: 975px; }

/* THUMBNAIL ROWS */

.tn { height: auto; width: auto; 
	padding: 0 10px 0; margin: 5px 0 0; 
	vertical-align: top; 