/* Reset - resets the values of the tags below  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { 
	margin: 0; padding: 0; 
}
fieldset,img,abbr {
	border: 0; 
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var {
	font-style: normal; font-weight: normal; 
}
caption,th {
	text-align: left;
}
a, a:visited{
	text-decoration: none;
	outline: none;
}
/* Reset - ends  */
/* Hack-like rules */


/* ClearFix (used for clearing containers containing floated elements) - starts  */
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.clearFix {
    zoom: 1;     /* triggers hasLayout */
}
/* ClearFix - ends  */




/* Hiding elements */
.hideFromScreen { /* used to hide content not intended to be displayed onscreen */
	position: absolute;
	left: -10000px;
}
/* Hiding elements - ends  */

body {
	font: 0.88em/1.5 Georgia, "Times New Roman", Times, serif;
	/* assumes default browser font size is 16px - 0.88em = 14px*/
	color: #333;
	background: #153449;
}
h2 {
	font: bold 1.57em Helvetica, Arial, sans-serif;
	color: #2B6892;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	clear: both;
}
h3 {
	font: bold 1.14em Helvetica, Arial, sans-serif;
	color: #2B6892;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
h4 {
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #2B6892;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
h5 {
	font: bold 0.75em/1.2 Helvetica, Arial, sans-serif;
	color: #2B6892;
	margin-bottom: 0.3em;
	margin-top: 0.6em;
}
h6 {
	font: normal 0.75em/1.2 Helvetica, Arial, sans-serif;
	color: #2B6892;
	margin-bottom: 0.3em;
	margin-top: 0.6em;
	text-transform: uppercase;
}
p {
	margin-bottom: 0.6em;
}
ul li {
	list-style: square;
	margin-left: 16px;
	padding-bottom: 0.4em;
}
ol li {
	margin-left: 36px;
	padding-bottom: 0.4em;
}
em {
	font-style: italic;
}
a, a:visited{
	color: #905D27;
}
a:hover {
	color: #993300;
	border-bottom: 1px solid #999;
}
a:active {
	color: #C30;
	border-bottom: 1px solid #999;
}

table { border-collapse: collapse; }
th { text-align: center; font-weight: bold; }
td, th { padding: 10px; vertical-align: top; }
table[border="1"] td, table[border="1"] th { border: 1px #d0d0d0 solid; }
/*
 * Reset common elements to known values
 */
/* html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
 ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  table,
 caption, tbody, tfoot, thead, tr, th, td
 {
     margin         : 0;
     padding        : 0;
     border         : 0;
     outline        : 0;
     font-weight    : inherit;
     font-style     : inherit;
     font-family    : inherit;
     vertical-align : baseline;
}
*/

/*
   min-width for mobile devices as initial size is set based on device
   viewport which can be less than our page size. If set, device will use
   min-width (hopefully!)
*/
body {
        min-width: 1024px;
}

#masthead {
	font-family: Helvetica, Arial, sans-serif;
}

#topNav {
	background: #282828;
	border-bottom: 1px solid #2C2C2C;
}

#topNav ul {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}

#topNav li {
	font-size: .86em;
	float: left;
	list-style: none;
	line-height: 2.5;
	padding-top: 1px;
	padding-right: 2em;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
}

#topNav a, #topNav a:visited {
	color: #999999;
	border-style: none;
	font-weight: normal;
}

ul#searchSubmitHome, ul#searchSubmitPage {
	width: 498px;
	float: right;
}

ul#searchSubmitHome li.searchTip, ul#searchSubmitPage li.searchTip {
	width: 498px;
	text-align: left;
}

li.searchTip span {
	float: left;
	color: #fff;
}

#searchSubmitHome li, #searchSubmitPage li {
	list-style: none;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#searchSubmitHome form, #searchSubmitPage form {
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 33px;
	margin-bottom: 7px;
}

.searchTextInput {
	background: #FFF;
	width: 250px;
	color: #666666;
	font: 1.14em/1 Helvetica, Arial, sans-serif;
	padding: 0.4em 0.6em;
	border: 1px solid #FFF;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.searchBttns { /* top navigation search button */
	vertical-align: middle;
	margin-left: 6px;
}

#searchSubmitHome a, #searchSubmitHome a:visited {
	line-height: 2;
	background: #666;
	display: block;
	color: #FFF;
	padding-right: 1.3em;
	padding-left: 1.3em;
	margin-bottom: 94px;
	/* CSS 3 values */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.14em;
	border-style: none;
}

#searchSubmitHome a:hover {
	background: #e00022;
	color: #FFF;
}

#searchSubmitHome a:hover {
	color: #FFF;
}

#searchSubmitPage a:hover  {
	background: #e00022;
	color: #FFF;
}

#searchSubmitPage a:active  {
	color: #FFF;
}

#searchSubmitPage a, #searchSubmitPage a:visited {
	line-height: 2;
	background: #666;
	display: block;
	color: #FFF;
	padding-right: 1.3em;
	padding-left: 1.3em;
	margin-bottom: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.14em;
	border-style: none;
}

#navTabs {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

#navTabs a, #navTabs a:visited {
	display: block;
	margin-right: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	line-height: 2;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1.14em;
	border-style: none;
	margin-left: 0px;
}

#mainNav {
	float: left;
	margin-left: 2px;
}

#mainNav li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px 6px 0px 0px;
}

#browseSearch li {
	float: left; 
	list-style: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#browseSearch a, #browseSearch a:visited {
	border-style: none;
	margin-right: 0px;
}

/* The following two rules are a bit of a hack in order to visually connect the tabs with their open sliding content. The defined widths coorespond with the 'large' background images in #browse and #advancedSearch below.
If you can think of a better way to achive this visual effect please do so!*/
#browseTab {
	text-align: center;
}

#pageContent {
	width: 918px;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
}

#pageContentWide {
        width: 100%;
        padding-top: 1em;
        padding-bottom: 2em;
        margin-right: auto;
        margin-left: 2em;
}

.panelInner {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-bottom: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

.panelInner h3 {
	font-weight: bold;
}

.panelInner h4 {
	padding-bottom: 0.5em;
	color: #3489C2;
}

.panelInner p {
	color: #FFF;
	clear: both;
	font-size: 0.86em;
}

.column0203 {
	float: left;
	width: 632px;
}

.column0203.noh3float
{
	width: 918px;
}

.column0203.noh3float h3 {
	margin-left: 30px;
	padding-right: 30px;
}

.column0203 h3 {
	padding-bottom: 0.3em;
	float: left;
}

.column0203 form {
	clear: both;
}

.panelInnerNav {
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 10px;
}

.panelInnerNav li {
	float: left;
	margin-right: 4px;
	list-style: none;
	font-size: 0.86em;
	line-height: 1.6;
	margin-left: 0px;
	padding-left: 0px;
}

.panelInnerNav a {
	padding: 5px 10px;
	border-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.panelInnerNav a:hover {
	border-style: none;
}

.panelInner .searchTextInput {
	width: 270px;
}

#homeColumnMain {
	float: left;
}

h4.recentEntries {
	border-top: 1px solid #CCC;
	padding-top: 1em;
}

h4.recentObituaries {
	border-top: 1px solid #CCC;
	padding-top: 1em;
}

ol.recentListings {
	padding-bottom: 1em;
	list-style-type: none;
	padding-left: 0em;
}

.recentListings li {
	border-bottom: 1px solid #CCC;
	padding-top: .3em;
}

.recentListingsDate {
	padding-right: 1em;
}

.mainBox01 {
	margin-top: 20px;
	margin-right: 0px;
	padding: 15px 20px 45px;
	border: solid 1px #ccc;
}

.mainBox01 img {
	float: right;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.sidebarBoxNews {
	margin-right: 0px;
	margin-left: 30px;
	padding: 15px 20px 45px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
}

.sidebarBoxNews h4 {
	margin-top: 0.2em;
	font-size: 0.86em;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0px;
}

.sidebarBoxNews > h5:first-child {
        border: none;
        margin-top: 0;
}

.sidebarBoxNews h5 {
        border-top: 1px solid #CCC;
        padding-top: 1em;
}

.sidebarBoxNews h6 {
	font-size: 0.7em;
	color: #666;
	margin-top: 0.7em;
	border-top: 1px solid #ECECEC;
	padding-top: 1em;
}

.sidebarBoxNews p {
	font-size: 0.86em;
	line-height: 1.5;
	margin-bottom: 0px;
}

h5.listPagination {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background: #FFF;
	padding: 0.6em 1.5em 0.5em;
	border: 1px solid #CCC;
}

ol.searchListings {
	padding-bottom: 1em;
}

.searchListings li {
	border-bottom: 1px solid #CCC;
	padding-top: .3em;
}

#searchDisplayOptions {
	float: left;
	margin-left: 30px;
	margin-top: 2.5em;
	padding-bottom: 36px;
	padding-top: 12px;
}

#searchDisplayOptions img {
	margin: 20px 20px 10px;
}

#searchDisplayOptions h3, #searchDisplayOptions h4, #searchDisplayOptions h5, #searchDisplayOptions h6 {
	margin-right: 20px;
	margin-left: 20px;
}

#searchDisplayOptions p {
	font: 0.86em/1.5 Helvetica, Arial, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}

#searchDisplayOptions li {
	font: 0.86em/1.5 Helvetica, Arial, sans-serif;
	margin-right: 20px;
	margin-left: 40px;
}

#pageColumnMainWide {
	width: 100%;
	float: left;
}

#pageColumnMain {
	width: 602px;
	float: left;
}

#searchColumnMain {
	width: 681px;
	float: left;
}

.citation {
	border: 1px solid #CCC;
	padding: 10px 20px 20px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.citation p {
	font: .88em Helvetica, Arial, sans-serif;
	margin-bottom: 0em;
}

.infoList {
	background: #FFF;
	border: 1px solid #CCC;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.noTextEntryNotice {
	border: 1px solid #CCC;
	padding: 10px 20px 20px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#pageSidebar {
	float: left;
	width: 286px;
	margin-left: 30px;
	margin-top: 20px;
}

#pageSidebar .mainPic { /* page sidebar image*/
	padding: 20px 20px 20px 20px;
	text-align: center;
}

#pageSidebar .mainPic a {
	border-style: none;
}

#pageSidebar .caption { /* page sidebar image caption*/
	font-size: 0.86em;
	font-style: normal;
	margin-bottom: 0em;
	line-height: 1.6;
	text-align: left;
}

.captionName {
	font-style: italic;
	font-weight: bold;
}

.credit { /* page sidebar image credit*/
	font: 0.86em/1.6 Helvetica, Arial, sans-serif;
}

#pageSidebar .bttn a { /* sidebar buttons*/
	font: bold 0.88em Helvetica, Arial, sans-serif;
	margin-bottom: 2em;
	padding-top: 0.45em;
	padding-bottom: 0.45em;
}

.authorName {
	font: bold 1.2em Helvetica, Arial, sans-serif;
}

/* life summary box */
.lifeSummary {
	padding: 10px 20px 24px;
	clear: both;
	margin-bottom: 1.5em;
}

.lifeSummary h3 {
	border-bottom: 1px solid #ACB5C0;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
}

.lifeSummary h3 span {
	font-size: 0.8em;
}

.lifeSummary p, .lifeSummary ul {
	font: .86em Helvetica, Arial, sans-serif;
	padding-bottom: .5em;
}

.lifeSummary li {
	padding: 0px;
}

#slideshowThumbs img {
	background: #FFF;
	padding: 4px;
	margin-right: 9px;
	margin-bottom: 9px;
}

#slideshowThumbs {
	padding-top: .5em;
	padding-bottom: 1em;
}

#slideshowThumbs a {
	border-style: none;
}

.biographyContent p{
	padding-top: 10px;
}

.bttn a, .bttn a:visited {
	display: inline-block;
	padding: 0.25em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-weight: bold;
}

#footer {
	margin: 1.5em auto 3em;
	width: 918px;
	clear: both;
}

#footer p {
	font: 0.86em/1.7 Helvetica, Arial, sans-serif;
	color: #999;
	margin-bottom: 0px;
}

#footer a, #footer a:visited {
	font-weight: bold;
	color: #CCC;
	border-bottom-color: #666;
}

#footer a:active {
	color: #FFF;
	border-bottom-color: #CCC;
}

#footer .floatLeft {
	float: left;
	padding-top: 1em;
}
#footer .floatRight {
	float: right;
	padding-top: 1em;
}

#footer p.cdp {
	margin-left: 40px;
}

form h4 {
	clear: both;
	padding-top: 1em;
	display: block;
}

.formfield.textbox {
	padding: 0.35em 0;
}

.searchListings em {
	font-weight: bold;
}

ul.filter {
	background: #fff;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 1.5em;
}

ul.filter li {
	display: inline;
	margin-left: 0;
	margin-right: 12.5px;
}

ul.filter li.active {
	font-weight: bold;
}

/* Advanced Search styles */

/* honeypot field in advanced search to stop spammers */
#advanced-search div.lastname {
	display: none;
}

#advSearchColumnMain {
width: 1028px;
}

#advanced-search label{
	float: left;
	width: 15em;
	font-weight: bold;
	font-size: 0.9em;
}

#advanced-search label.labelnofloat{
	float: none;
	display: inline;
	padding-right: 1em;
	font-weight: normal;
}

#advanced-search .controls{
	float: right;
	margin-right: 20%;
}

#advanced-search div.field{
	padding-top: 10px;
}

#advanced-search div.adv-ethnicity, #advanced-search div.adv-religion{
	height: 10em;
}

.ethnicity-sel, .religion-sel{
	min-width: 15em;
}

#occ1-sel, #occ2-sel, #occ3-sel{
	width: 22em;
}

#advanced-search div.sel-wrapper{
	overflow:auto;
}

#advanced-search div.leftfloat{
	float: left;
}

#advanced-search div.helptext{
	float: right;
	padding-right: 10px;
	margin-right: 20%;
	width: 15em;
	font-size: 80%;
}

#advanced-search div.occlistsection{
	width: 80em;
}

#advanced-search div.extra{
	clear: both;
	margin-left: 12em;
}

#advanced-search div.occdate, div.adv-cod, div.adv-pob{
	clear: both;
}

#advanced-search div.occyear, div.adv-pocc{
	clear: both;
}

#advanced-search div.termText{
	clear: both;
	padding-left: 5em;
}

#advanced-search textarea#occTerms{
vertical-align: bottom;
}

input#occAddTerm, input#occDelTerm{
vertical-align: 70%;
}

#advanced-search input[type=text]{
	padding: 0.4em;
}

/* class for print css */
.print {
	display: none;
}

#printFooter {
	display: none;
}

/* styles for life summary page */
#ls-table {
	width: 100%;
	border: 1px solid black;
}

#ls-table th, #ls-table td {
	border: 1px solid black;
}

.ls-head-name {
	text-align: left;
}

strong.hit, span.hit {
        background: #CCD4DA;
}

.name { font-weight: bold; }

.js .js-hide { display: none; }

/* browse index styles */
#browseIndex {
	width: 205px;
	float: left;
	margin-left: 30px;
	margin-top: 2.5em;
	padding-bottom: 36px;
	padding-top: 12px;
}

#browseIndex img {
	margin: 20px 20px 10px;
}

#browseIndex h3, #browseIndex h4, #browseIndex h5, #browseIndex h6 {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#browseIndex p {
	font: 0.86em/1.5 Helvetica, Arial, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}

#browseIndex li {
	font: 0.86em/1.5 Helvetica, Arial, sans-serif;
	list-style: decimal;
	text-align: left;
	margin-left: 42px;
	margin-right: 10px;
}

.browseLabelWrapper {
	width: 22%;
	float: left;
	display: inline;
}

.browseLabel {
	padding: 0px;
	margin-right: 0px;
}

.browseOptionWrapper {
	float: left;
	width: 77%;
	display: inline;
}

p.readMore {
	padding-top: 0.5em;
}

#entityBrowseForm {
	display: inline;
}

#entitySelect {
	border: none;
	padding: 3px;
}

#entityBrowseSubmit {
	font-weight: bold;
	border: none;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.88em;
	padding: 7px;
}

.mainPicWrapper, .picWrapper {
	margin-bottom: 30px;
}

.textNotice, .treeNotice {
	color: #FF0000;
	font-weight: bold;
}

.treeImage {
	border: 1px solid #ccc;
}

div.treelink {
	height: 2.5em;
	padding-bottom: 2px;
}

h3.treelink {
	float: left;
}

p.treelink {
	line-height: 30px;
	float: right;
}

a.treelink {
	padding: 5px;
	text-decoration: none;
}

span.linkicon {
	padding-left: 13px;
}

span.treelinkicon {
	padding-right: 13px;
}

span.linkicon img {
	width: 16px;
	height: 16px;
	border: 1px solid black;
}

span.treelinkicon a, span.linkicon a {
	border: none;
}

span.treelinkicon img {
	width: 24px;
	height: 24px;
	border: 1px solid black;
}

div.relatedEntries {
	padding: 10px 20px 24px;
	border: 1px solid #ccc;
    margin-bottom: 10px;
}

div.relatedEntries h3 {
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
}

div.relatedEntries li {
	padding-bottom: 0.1em;
}

/* Entity Map styles */

div.annotContainer {
	background-color: #ffffcc;
	width: 400px;
	display: none;
	position: absolute;
	z-index: 500;
	border: black 1px solid;
	padding: 10px 10px 0px 10px;
	border-radius: 10px;
}

span.annot {
	color: blue;
}

span.annot:hover {
	text-decoration: underline;
}

div.entityMapDiv {
	width: 100%;
	height: 670px;
	top: 20px;
}

div#fixedDiv {
	width: 50%;
	height: 670px;
	float: left;
}

div#googleMapDiv {
	width: 100%;
	height: 670px;
	float: left;
}

div#infoWindow {
	overflow: inherit;
	float: left;
	width: 45%;
	padding: 0.5em;
	padding-top: 0;
	border: 1px solid black;
	display: none;
}

div#infoWindow2 {
	overflow: inherit;
	float: right;
	width: 45%;
	margin-right: 2em;
	padding: 0.5em;
	padding-top: 0;
	border: 1px solid black;
}

/* placesMap styles */
div#textWindow {
	overflow: inherit;
	float: right;
	width: 45%;
	margin-right: 2em;
	padding: 0.5em;
	padding-top: 0;
	border: 1px solid black;
}

td.txtCol1 {
	width: 50%;
	padding: 0;
}

td.txtCol2 {
	width: 15%;
	padding: 0;
	text-align: right;
}

span.pOpt {
	padding-right: 20px;
}

div#optionContent {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

span.fnRef {
	display: none;
}

div#footnotes {
	display: none;
}
#topNav {
	background: #153449!important;
}

#topNav a, #topNav a:visited {
	color: #3399cc!important;
}

#topNav a:hover {
	color: #E47E20;
}

#topNav a:active {
	color: #FFF;
}

#tileAndSearchContainer {
	background: #2A6892;
}

#titleAndSearchHome {
	width: 924px;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bkgrnd_masthead_home.png) no-repeat 0px 45px;
	text-align: right;
}

#titleAndSearchPage {
	width: 924px;
	height: 180px; 
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bkgrnd_masthead_home.png) no-repeat 0px 45px;
	text-align: right;
}

#searchSubmitHome a:hover  {
	background: #993300!important;
}

#searchSubmitHome a:active  {
	background: #E47E18;
}

#searchSubmitPage a:hover  {
	background: #993300!important;
}

#searchSubmitPage a:active  {
	background: #E47E18;
}

#browseSearch a, #browseSearch a:visited {
	background: #333;
	color: #FFF;
}

#browseSearch a:hover  {
	background: #333;
	color: #F89731;
}
#browseSearch a:active  {
	background: #333;
	color: #FFF;
}

.current a, .current a:visited, .current a:hover, .current a:active {
	background:none repeat scroll 0 0 #FFF;
	color:#2E6891;
}

.fixedTab a {
	background: #C0D6EA;
	color: #153449;
}

.fixedTab a:hover {
	background: #CF691C;
	color: #FFF;
}

.fixedTab a:active {
	background: #FDB532;
	color: #333;
}

.tab a {
	background: #333;
	color: #FFF;
}

.tab a:hover {
	background: #333;
	color: #F89731;
}

.tab a:active {
	background: #FDB532;
	color: #333;
}

#browse {
	background: #000 url(../images/bkgrnd_panel_browse.png) repeat-x center top;
}

#pageContentContainer {
	background: #fafafa;
}

blockquote {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 0.9em;
}

.panelInner h3 {
	color: #FFF;
}

.panelInnerNav a {
	color: #FFF!important;
	background: #666!important;
}

.panelInnerNav a:hover {
	background: #CE6819!important;
}

.panelInnerNav a:active {
	background: #F89730!important;
}

.panelInner .searchTextInput {
	width: 270px;
}

#homeColumnMain {
	width: 600px;
}

.mainBox01 {
	background: #D2DEE9;
}

.mainBox01 h5 {
	color: #D06A1C;
}

#homeColumnSidebar {
	width: 286px;
	float: right;
	margin-right: 0px;
	margin-left: 30px;
	padding-bottom: 36px;
	margin-top: 20px;
}

.sidebarBox01 {
	margin-right: 0px;
	margin-left: 30px;
	background: #FFF;
	padding-bottom: 45px;
	padding-top: 10px;
	border: solid 1px #CCC;
}

.sidebarBox01 img {
	margin: 5px 15px 10px 20px;
	float: left;
}

.sidebarBox01 h3 {
	margin-right: 20px;
	margin-left: 20px;
}

.sidebarBox01 h5 {
	margin-right: 20px;
	margin-left: 20px;
	color: #D06A1C;
}
.sidebarBox01 p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.86em;
	line-height: 1.5;
}
.sidebarBox01 li {
	margin-right: 20px;
	margin-left: 40px;
	font-size: 0.86em;
	line-height: 1.5;
}

.sidebarBoxNews {
	background: #FFFFE6;
}

.sidebarBoxNews > h5:first-child {
        color: #D06A1C;
}

.sidebarBoxNews h5 {
		color: #2b6892;
}

#searchDisplayOptions {
	width: 205px;
	background: #ffd;
	border: solid 1px #ccc;
}

.citation {
	background: #ddeeff;
}

.infoList {
	padding: 10px 20px 20px;
}

#pageSidebar .mainPic {
	background: #e6e6e6;
	margin-bottom: 14px;
}

.lifeSummary {
	background: #ffffdd;
	border: solid 1px #ccc;
}

.bttn a, .bttn a:visited {
	background: url(../images/bkgrnd_bttn.png) no-repeat 0px center;
	color: #FFF;
}

.bttn a:hover {
	background: url(../images/bkgrnd_bttn.png) no-repeat -300px center;
}

.bttn a:active {
	background: url(../images/bkgrnd_bttn.png) no-repeat -600px center;
}

#footer h3 {
	color: #C0D4E8;
}

a.ls-view-link {
	color: #333; 
}

p.adbMinorNotice, p.adbSharedNotice {
	color: red;
	font-weight: bold;
}

ul.adbSharedNotice li {
	padding: 0;
	font-weight: bold;
}

/* not sure whether this is still in use */
span.minor {
     font-variant: small-caps;   
}

p#origTextNotice, p#origPubDetails{
        padding-top: 1em;
}

p.textNotice {
	border: black 1px solid;
	padding: 10px;
	color: #153449!important;
	background-color: #c0d6ea;
}

#browseIndex {
	background: #ffd;
	border: solid 1px #ccc;
}

a.treelink {
	border: 1px #2b6892 solid;
	background-color: #d9e6f1;
}

div.relatedEntries {
	background-color: white;
}

p#fgHelpToggle {
	color: #905D27;
}

/* donate button styles */
p.donate {
	width: 498px;
	text-align: left;
	clear: both;
	float: right;
	padding-top: 15px;
	padding-top: 20px;
}

p.donate a {
	color: #c0d6ea;
	font-weight: bold;
	border: none;
}

/* styles associated with ADB launch */
#cycler{position:relative;}
#cycler div p{position:relative;left:10px;color:black;margin:0;}
#cycler img{display:block}

#cycler div{position:absolute;z-index:1;background-color:white;display:none}
#cycler div.active{z-index:3;display:block}

/*
.cycler{position:relative;}
.cycler div p{position:relative;left:10px;color:black;margin:0;}
.cycler img{display:block}

.cycler div{position:absolute;z-index:1;background-color:white;display:none}
.cycler div.active{z-index:3;display:block}
*/

/* Templates */
.t-odd    { width: 216px; float:  left; clear: left;  margin: 12px 0; }
.t-even   { width: 216px; float: right; clear: right; margin: 12px 0; }

.spacer-l { float:  left; width: 1px; height: 10.5em; }
.spacer-r { float: right; width: 1px; height: 10.5em; }
.caption { display: block; text-align: center; font-style: italic; font-size: 90%; }

.article .t-odd  { margin: 0 12px 0 0; padding-top: 1.5em; }

.article-mid .t-odd, .article-mid .t-even { margin: 0; }

.am-image        { float:  left; clear:  left; width: 216px; margin: 0 12px 0 -114px; padding-top: 1.5em; }
.am-image-spacer { float: right; clear: right; width: 216px; margin: 0 -114px 0 12px; padding-top: 1.5em; }
.am-image-spacer .caption { visibility: hidden; speak: none; }

.i1, .i2, .i3 { float: left; width: 140px; }
.i2, .i3 { margin-left: 12px; }

.side-col { width: 140px; }
.main-col { width: 292px; }
.sidebar-l .side-col { float: left; }
.sidebar-l .main-col { float: right; }
.sidebar-r .main-col { float: left; }
.sidebar-r .side-col { float: right; }

.example-img  { float: left;  width: 140px; margin: 0.65em 0; }
.example-text { float: right; width: 292px; margin: 0.65em 0; }
.example-text > *:first-child { margin-top: 0; }

.pictures { width: 140px; }
.pictures-l .pictures { float: left;  margin-right: 12px; }
.pictures-r .pictures { float: right; margin-left:  12px; }

.col1, .col2, .col3 { float: left; width: 140px; }
.col2, .col3 { margin-left: 12px; }

.caption { display: block; text-align: center; font-style: italic; }


#lightbox { background-color:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; }
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
#overlay img { border: none; }
#overlay{ background-image: url(../images/overlay.png); }
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}

/* Portfolio */
.pf-outer { border: 1px #ccc solid; margin-top: 20px; padding: 12px; width: 539px; margin: auto; }
.pf-item { background: #444 none repeat scroll 0 0; color: white; overflow: hidden; padding: 15px 275px 15px 15px; position: relative; line-height: 1.2; }
.pf-logo { position: absolute; right: 20px; top: 20px; }
.pf-item .visit { border: none; color: white; font-size: 120%; left: 281px; position: absolute; top: 217px; }
.pf-item .visit img { margin-right: 20px; vertical-align: middle; }
.pf-item h2 { font: 200% Arial,Helvetica,sans-serif; margin: 0 0 10px; padding: 0; color: white; }
.pf-item h3 { font: bold 110% Arial,Helvetica,sans-serif; margin: 10px 0; padding: 0; color: white; }
.pf-item a { text-decoration: none; }

/* Gallery */
.gal {
	width: 526px;
	height: 414px;
	z-index: 5;
	border: 1px solid #000;
	overflow: hidden;
}
#galcontainer {
	margin: 25px 4px 4px;
	border: 1px solid #ccc;
	padding: 12px;
}
#content #pfgal a { border-bottom: none; }
#pfgal {
	width: 526px;
	height: 414px;
	z-index: 5;
	border: 1px solid #000;
}
#pfgal img.thumbnail { display: none; }

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-bar-black.gif);
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-bar-black.gif);
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 { margin: 8px; }

.jdGallery .slideInfoZone p
{
	display: none;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('../img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	/*position: absolute;*/
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url(../images/fleche1.gif) no-repeat center left;
}

* html .jdGallery a.left { background: url(../images/fleche1.gif) no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url(../images/fleche2.gif) no-repeat center right;
}

* html .jdGallery a.right { background: url(../images/fleche2.gif) no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('../img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('../img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }

ul.flat {
 list-style-type:none;
 padding-left:0px;
}

ul.flat li,
ul.graphic li {
 padding-bottom:1px;
}

ul.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

ul.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ul.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.graphic li {
 margin-bottom:2px;
}

/* ul.graphic li a, */
ul.graphic li a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #666;
 background-color:#666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

ul.graphic li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

ul.graphic li a.sm2_paused:hover,
ul.graphic li a.sm2_link:hover {
 background:#333 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif); /* IE 6 */
 border-color:#333;
}

ul.graphic li a.sm2_paused {
 background-color:#999;
 border-color:#999;
}

ul.graphic li a.sm2_paused:hover {
 background:#999 url(/images/icon_play.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_play.gif);
 border-color:#999;
}

ul.graphic li a.sm2_playing,
ul.graphic li a.sm2_playing:hover {
 background:#336699 url(/images/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(/images/icon_pause.gif);
 border-color:#336699;
 text-decoration:none;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/
/* flat CSS example */

ul.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

ul.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


ul.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

ul.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#fff;
}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:96px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
/*#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}*/
#sb-counter{clear:both;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

