/* Sitewide elements */

html { height: 100% ; }
body { height: 100% ; background: #7b9798 url(/images/site/bg-body.png) repeat-x left top; }

#container { position: relative ; width: 1024px; margin: 0 auto; 
			 background: transparent url(/images/site/bg-container.png) repeat-y left top; 
			 font-family: Tahoma, Arial, Helvetica, sans-serif; }

#siteinfo { position: relative; width: 940px ; height: 137px; margin: 0 auto ; border-top: 5px solid #3c2628 ; padding: 15px ; z-index: 3 ;
			background: #7b9798 url(/images/site/bg-siteinfo.jpg) no-repeat left -1px ; 
			text-align: left; font-size: 1.1em; line-height: 1.3 ; color: #346f77 ; 
			font-family: Tahoma, Arial, Helvetica, sans-serif; }
			
#siteinfo a { color: #fff ; font-weight: normal ; }
#siteinfo p { width: 700px; }
#siteinfo #logo-designated { float: left; width: 85px; height: 85px; margin-right: 10px; 
							 background: transparent url(../images/site/logo-designated.png) no-repeat -15px -15px; text-indent: -9999px; }

#branding { position: absolute; left: 27px; top: 0; width: 970px; height: 175px; z-index: 2;
			background: transparent url(/images/site/bg-branding.jpg) no-repeat left top; }
#branding a { position: absolute; left: 20px; top: 84px ; width: 300px ; height: 50px ; text-indent: -9999px ; }

#content { padding: 0 27px; z-index: 1; min-height: 400px;
		   background: transparent url(/images/site/bg-content.png) no-repeat left top ; }
#content-main { width: 568px; min-height: 640px; padding: 239px 16px 20px; margin-left: 186px;
				background: transparent url(/images/site/bg-content-main.png) repeat-x left bottom; 
				line-height: 1.4; color: #0d393a; }

#content-supp { position: absolute; left: 27px; top: 234px; width: 149px; padding: 10px 10px 10px 13px;
				color: #fff; line-height: 1.3; }

#breadcrumb { position: absolute; left: 27px; top: 175px; width: 942px; height: 20px; padding: 13px 14px 7px; 
			  background: #203953 url(/images/site/bg-breadcrumb.png) no-repeat center top ; 
			  color: #fff; font-size: 1.1em; }
#breadcrumb a { color: #71d1cf; font-weight: normal; }

#quicklinks { position: absolute; right: 27px; top: 215px; width: 172px; }
		   
/* Navigation */

#navmain { position: absolute; left: 27px; top: 135px; width: 961px; height: 30px; padding: 10px 0 0 9px; z-index: 3; 
		   background: transparent url(/images/site/bg-navmain.png) repeat-x left top; }
	
#navmain li { float: left; width: 127px; border: 1px solid #346f77; background: #0b4a4a; text-align: center; 
			  margin-right: 8px; line-height: 2.0; font-size: 0.9em; font-family: "Lucida Grande", "Lucida Sans";  }
#navmain li.active { background: #346f77; }
#navmain li.last { margin-right: 0; }
#navmain li:hover,
#navmain li.active:hover { background: #3b8d8b; }

#navmain li li { float: none; border: none; font-size: 9px; border-bottom: 1px solid #3b8d8b; margin: 0 ; 
				 background: none; line-height: 1.3; width: 117px; padding: 5px 0; text-align: left; }
#navmain li li.last { border-bottom: none; }
#navmain li:hover li:hover { background: none; }

#navmain li a { display: block; color: #fff; font-weight: normal; text-transform: uppercase ; }
#navmain li a:hover { text-decoration: none; }
#navmain li.active a:hover { cursor: default; }
#navmain li li a { text-transform: none; }
#navmain li.active li a:hover { cursor: pointer; }
#navmain li:hover li a:hover { text-decoration: underline; }

#navmain li ul { display: none ; background: #346f77; padding: 0 5px ; }
#navmain li:hover ul { display: block; }

#content #navsupp ul { margin: 0 ; border-top: 1px solid #fff ; list-style: none ; }
#content #navsupp ul li {font-size: 0.923em ; margin: 0 ; padding-top: 0.5em ; border-bottom: 1px solid #fff ; }
#content #navsupp ul li a { display: block ; margin-bottom: 0.5em ; line-height: 1.4em ; }
#content #navsupp ul li.active a { color: #fff ; } 
#content #navsupp ul ul { margin: 0 0 1.5em 5px ; border-top: none ; display: none ; }
#content #navsupp ul li.active ul { display: block ; }
#content #navsupp ul li.active ul li a { color: #71D1CF ; }
#content #navsupp ul ul li { font-size: 0.916em ; border: none ; }
#content #navsupp ul ul li a { padding: 1px 5px 3px ; line-height: 1.4em ; margin-bottom: 0 ; }
#content #navsupp ul li.active ul li.active a { color: #fff ; background: #346e77 ; }

#content #navsupp ul#guide { border-top: none ; }

/* Typography */

#content h1, 
#content h2,
#content h3, 
#content h4,
#content h5 { margin-bottom: 1em ; font-weight: normal ; font-family: Georgia ; letter-spacing: -0.5px ; }

#content h1 { font-size: 2.8em ; line-height: 1.2em ; color: #0d494a; margin-bottom: 0.6em ; }
#content h2 { font-size: 1.9em ; line-height: 26px ; margin: 1em 0 0.5em ; }
#content h3 { font-size: 1.5em ; line-height: 1.0 ; margin: 2em 0 0.5em ; } 
#content h4 { font-size: 1.4em ; line-height: 13px ; }
#content h5 { font-size: 1.2em ; line-height: 13px ; }

#content p,
#content ol,
#content ul { margin-bottom: 1.0em ; font-size: 1.3em ; }
#content ol,
#content ul { margin-left: 2em ; list-style: disc ; }
#content li { margin-bottom: 0.5em ; }
#content li p, 
#content li li { font-size: 1em ; }
#content ul ul,
#content ul ol,
#content ol ol,
#content ol ul { font-size: 1em; }

#content p#introduction { font: normal bold 1.6em/1.6 Georgia ; color: #3a8584 ; letter-spacing: -0.5px ; }

a { color: #3A8584; font-weight: bold; }
blockquote { margin-left: 2em ; }
sup { position: relative ; top: -0.3em ; font-size: 70% ; }

#content #content-supp h2 { margin-top: 0 ; }
#content #content-supp h4 { font-size: 1.8em; line-height: 26px ; margin-bottom: 0.5em ; }

#content #content-supp p { font-size: 1.1em; margin-bottom: 2em; }

#content-supp a { color: #71d1cf; font-weight: normal; }

#content #pictures { float: right ; margin-left: 15px ; }
#content #pictures img { margin-bottom: 5px ; border: 1px solid #0d494a ; padding: 10px ; background-color: #fff ; }
#content #pictures p { margin: 0 0 10px 0 ; font-size: 1em ; padding: 0 10px ; text-align: center ; }

body#the_archive.guide p strong { font-size: 92.3% ; }

/* Quick Links */

#quicklinks a { display: block; position: relative; width: 172px; height: 172px ; padding: 10px 0; border-top: 3px solid #346F77; }
#quicklinks a:hover { text-decoration: none; }
#quicklinks a.first { padding-top: 0; border: none; }
#quicklinks span { position: absolute; left: 0; top: 10px; width: 152px ; height: 140px ; padding: 10px; 
				   background: transparent url(/images/site/bg-quicklink.png) no-repeat left top ; 
				   font: italic normal 1.8em/1.3 Georgia ; color: #71D1CF; white-space: pre; }
#quicklinks a.first span { top: 0; }
#quicklinks span:first-line { color: #fff; }
#quicklinks span.arrow { left: 140px; top: 150px; width: 20px; height: 19px; padding: 0 ; text-indent: -9999px;
						 background: transparent url(/images/site/arrow-quicklinks.gif) no-repeat left top; }
#quicklinks a.first span.arrow { top: 140px; }

/* Links page */

#content #linkbox a { display: block ; margin: 0.5em 0 0 1em ; }
#content #linkbox h2 { margin: 1em 0 0.3em ; border-top: 1px dotted #346f77 ; padding: 0.5em 0 0 ; }
#content #linkbox h3 { margin-top: 1.25em ; }
#content #linkbox img { float: right ; margin: -2.3em 0 0.5em ; border: 1px solid #0d494a ; padding: 3px ; background-color: #fff ; }
#content #linkbox p { margin-bottom: 1em ; }
#content #linkbox .linkitem { margin: 0 15px; }

/* Glossary and additions page */

#content #additionbox p,
#content #termbox p { margin-left: 1em ; }

/* Gallery browser */

#content-main.gallery ul { list-style: none; }
#content-main form#filterArt { position: relative; float: left ; left: -3px ; width: 580px ; margin: 10px 0 15px ; -moz-opacity: 0.999; }

#content-main form#filterArt div { float: left; }

#content-main form#filterArt label { float: left; margin: 2px 5px 0 2px ; 
							  font-size: 12px; line-height: 14px; width: 5em ; }

#content-main form#filterArt .text input { width: 85px ; }

body.search #content-main form#filterArt .btn,
body.search #content-main form#filterArt .text { clear: left ; padding-top: 10px ; }
body.search #content-main form#filterArt .btn { float: none ; }
body.search #content-main form#filterArt .btn input { float: none ; }
body.search #content-main form#filterArt .text input { float: left; width: 140px; height: 15px; padding: 1px; }

#content-main form#filterArt .select select { float: left; width: 100px; padding: 0; margin-right: 5px ; }

#content-main form#filterArt .btn input,
#content-main form#filterArt .text input,
#content-main form#filterArt .select select { border: 1px solid #0B4A4A; background: #3A8584 ;
									   font-size: 11px; line-height: 14px; font-family: Verdana, Arial; color: #fff; }
#content-main form#filterArt .btn input { background: #0b4a4a ; border: 2px solid #377 ; border-bottom-color: #022 ; border-right-color: #022 ; font-weight: bold ; }

#content-main #searcherror { font-weight: bold ; color: #900 ; }

#content-main.gallery #loadingOverlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
										opacity: 0.6; background: #000 url(images/loadingSpinner.gif) no-repeat right center; display: none; }

#content-main #resultsbox { clear: left ; }
#content-main.gallery #resultsbox { position: relative ; z-index: 1 ; width: 568px ; }

#content-main.gallery #resultsbox img { position: absolute; left: -9999px; height: 30px; z-index: 1;
										 border: 1px solid #346F77; opacity: 0.4; filter:alpha(opacity=40); cursor: pointer; }

#content-main.gallery #displayPane { position: absolute; left: 100px; top: -10px; display: none; overflow: auto; 
                                     width: 324px; border: 2px solid #0B4A4A ; padding: 15px 20px 5px ;
									 background: #fff; z-index: 3; }
#content-main.gallery #displayPane a#closeDisplayPane { position: absolute ; right: 2px ; top: 2px ; display: block ; 
                                                        width: 16px ; height: 16px ; 
                                                        background: transparent url(/images/site/btn_close.png) no-repeat left top ; 
                                                        text-indent: -9999px ; }
#content-main.gallery #displayPane h2 { margin: 0 0 15px ; font-size: 1.5em ; line-height: 1.3 ; }
#content-main.gallery #displayPane h2 em { font-size: 90% ; }
#content-main.gallery #displayPane p { margin-top: 10px ; font-size: 1.1em ; }
#content-main.gallery #displayPane img { display: block ; position: relative; left: 0; width: 320px; height: auto;
										 opacity: 1; filter:alpha(opacity=100); cursor: default; }

#content-main #artResults h2 { clear: left ; margin: 0 0 10px ; border-top: 1px dotted #346F77 ; padding-top: 10px ; font-size: 1.5em ; line-height: 1.3 ; }
#content-main #artResults img { float: left ; margin: 3px 10px 15px 0 ; border: 1px solid #0d494a ; padding: 10px ; background-color: #fff ; }

#art_collection p#searchbrowse a { position: relative ; display: block ; width: 150px ; height: 80px ; left: 6px ; top: -4px ; 
                                   background: transparent url(/images/site/btn_searchbrowse.png) no-repeat left top ; 
                                   text-indent: -9999px ; }
#art_collection #content-main #resultsbox #imageMover { position: absolute; z-index: 4; }
#art_collection #content-main #resultsbox img.relevant { z-index: 2; }

/* Genealogy */

#content-main.genealogy { background: #fff; position: relative; width: 752px; }
#content-main.genealogy ul { list-style: none; }

#genealogyContainer { overflow: auto; height: 580px; width: 728px; margin: 0 ; border: 1px solid #203953 ; padding: 10px ; background-color: #346F77 ;}
#genealogy { height: auto; width: 3400px; }

#content-main.genealogy ul { float: left; margin: 0; }
#content-main.genealogy li { margin: 0; }
#content-main.genealogy li li { overflow: hidden; padding-left: 11px; background: transparent url(/images/genealogy/li.gif) no-repeat left top; }
#content-main.genealogy li.first { background: transparent url(/images/genealogy/li-first.gif) no-repeat left top; }
#content-main.genealogy li.last { background: transparent url(/images/genealogy/li-last.gif) no-repeat left top; }
#content-main.genealogy li.singular { background: transparent url(/images/genealogy/li-singular.gif) no-repeat left top; }

#content-main.genealogy div.person { width: 200px; height: 35px; float: left; padding: 5px; 
									 border-top: 1px solid #346F77; border-bottom: 1px solid #346F77; line-height: 1.3; }
#content-main.genealogy .person p { float: left; width: 184px; font-size: 10px; line-height: 1.2; }
#content-main.genealogy .altname { font-style: italic; font-weight: normal ; }

#content-main.genealogy div.person { background-color: #fff; }
#content-main.genealogy div.person.spouse { background-color: #ddd; }
#content-main.genealogy div.person.partner { color: #fff ; background-color: #203953 ; }
#content-main.genealogy div.person.partner a { padding-right: 14px ; color: #71D1CF ; background: transparent url(/images/genealogy/info.gif) no-repeat right bottom ; }

#content-main.genealogy button { float: left; margin-top: 8px; border: none; height: 16px; width: 16px;
								 background: transparent url(/images/genealogy/delete.png) no-repeat left top;
								 color: #f00; cursor: pointer; text-indent: -9999px; }
#content-main.genealogy #expandandcollapse a { color: #fff ; }

/* Timeline */

body.timeline #content-main ul { overflow: auto ; width: 560px ; font: normal normal 1.1em/1.0 Tahoma, Arial, sans-serif ; list-style: none ; margin: 0 ; }
body.timeline #content-main ul h2 { float: left ; width: 54px ; margin: 0 ; padding: 2px 3px ; font: normal bold 1.5em/1.0 Georgia, serif ; }
body.timeline #content-main ul ul { float: left ; width: 500px ; }
body.timeline #content-main ul ul h3 { float: left ; width: 35px ; margin: 0 ; padding: 3px 0 ; color: #0D393A ; font: normal normal 1.1em/1.0 Tahoma, Arial, sans-serif ; }
body.timeline #content-main ul ul ul { float: left ; width: 450px ; }
body.timeline #content-main ul li { float: left ; border-top: 1px solid #0D393A ; margin: 0 ; }
body.timeline #content-main ul ul li { border-top: 1px dotted #0D393A ; }
body.timeline #content-main ul ul li.first { border: none ; }
body.timeline #content-main ul ul ul li { border: none ; clear: left ; }
body.timeline #content-main ul ul ul li p { margin: 0 ; padding: 2px 0 4px 20px ; 
                                            background: transparent url(/images/site/timeline-bullet.png) no-repeat 5px 7px ; 
                                            line-height: 1.3 ; }
body.timeline #content-main a.picture { display: block ; float: left ; width: 15px ; height: 15px ; margin-left: -20px ; 
                                        background: transparent url(/images/site/timeline-picture.png) no-repeat left top ; 
                                        text-indent: -9999px ; }

body.timeline #content-main ul#thetimeline.js { height: 510px; width: 566px; border: 1px solid #000; overflow: hidden; }
#timelineslider .ui-slider { position: relative; width: 566px; height: 15px; margin: 30px 0 15px ; 
                             background: transparent url(/images/site/bg-timeline.png) no-repeat -1px bottom ; }
#timelineslider .ui-slider-handle { position: absolute; width: 5px; height: 10px ; background: transparent url(/images/site/timeline-slider.png) no-repeat left top ; }
#timelineslider #slidervaloutput { position: absolute; left: -12px; top: -15px; width: 26px ; height: 15px ; padding: 0 2px ; color: #73cfcf ; background: transparent url(/images/site/timeline-val.png) no-repeat left top ; }

body.timeline #TB_caption { display: block; }

/* Exhibitions */

#content-main-exhibition { position: relative ; min-height: 640px; padding: 239px 230px 40px 16px ; margin-left: 186px;
				           background: #fff url(/images/site/bg-content-exhibition.png) repeat-y right top ;  
				           line-height: 1.4; color: #0d393a; }
#content-main-exhibition p#nextlink { font-weight: bold ; }
#content-main-exhibition #quote { float: right ; width: 184px ; margin: 0 0 5px 10px ;  
                                  color: #333 ; background: transparent url(/images/site/bg-quotebox-top.png) no-repeat left top ; }
#content-main-exhibition #quote p { margin: 0 ; padding: 20px 15px 20px 15px ; 
                                    background: transparent url(/images/site/bg-quotebox-bottom.png) no-repeat left bottom ; 
                                    font-size: 1.2em ; font-style: italic ; } 
#content-exhibition { position: absolute ; right: 0 ; top: 233px ; width: 180px ; padding: 10px 15px ;  }
#content-exhibition h3 { margin:0 0 0.5em ; font-size: 1.8em ; line-height: 26px ; color: #fff ; }

#content-exhibition .picbox { position: relative ; }
#content-exhibition .picbox img { margin: 5px 6px 5px 2px ; border: 1px solid #fff ; }
#content-exhibition .picbox p { width: 172px ; margin: 2px 6px 5px 2px ; color: #fff ; font-size: 1em ; text-align: center ; }
#content-exhibition .picbox a { position: absolute ; left: 0 ; top: 0 ; width: 180px ; height: 180px ; text-indent: -9999px ; }

#content-exhibition .learnmorebox,
#content-exhibition .transcriptbox { min-height: 24px ; margin: 10px 6px 10px 2px ; border: 1px solid #fff ; padding: 2px 5px 3px 32px ; 
                                    font-size: 1em ; line-height: 16px ; }
#content-exhibition .learnmorebox { background: #224564 url(/images/site/exhibition-info.gif) no-repeat 4px center ; }
#content-exhibition .transcriptbox { background: #0d4849 url(/images/site/exhibition-transcript.png) no-repeat 6px center ; }

#content-exhibition .learnmorebox a,                                    
#content-exhibition .transcriptbox a { display: block ; color: #fff ; text-decoration: none ; }

body#exhibition { background: #fff ; } 
body#exhibition #container { width: auto ; margin: 0 ; background: #fff ; } 
body#exhibition #branding { position: relative ; left: auto ; top: auto ; width: auto ; height: auto ; background: transparent ; }
body#exhibition #content { padding: 0 ; background: transparent ; }
body#exhibition #content-main { width: auto ; min-height: 0 ; margin: 0 ; padding: 20px 15px ; background: transparent ; } 
body#exhibition #closeBtn { position: absolute; left: 605px ; top: 11px; width: 16px; height: 16px; text-indent: -9999px; 
							background: transparent url(/images/site/btn-close-exhibition.png) no-repeat left top; }
body#exhibition h1 { margin: 0 ; border-bottom: 3px solid #346e77 ; padding: 3px 10px ; color: #fff ; background: #234666 ;
                    font: normal normal 2.2em/1.4 Georgia ; }
body#exhibition h2 { margin: 0 0 0.5em ; }
body#exhibition img { margin: 0.2em 0 0.5em ; }

body#exhibition.info #content { min-height: 0 ; }
body#exhibition.info #content-main { height: 432px ; overflow: auto ; } 
body#exhibition.info img { margin: 0.5em 1em 1em ; }

/* Members Services area */
#welcomeback { position: absolute; right: 35px; top: 188px; color: #ffffff; font-size: 1.1em; }

#member_services #content-main .error { margin-bottom: 20px; border: 2px solid #a00 ; color: #a00 ; background-color: #fee ; padding: 10px 10px 0 ; font-weight: bold ; }
#member_services #content-main .success { margin-bottom: 20px; border: 2px solid #060 ; color: #060 ; background-color: #efe ; padding: 10px 10px 0; font-weight: bold ; }

body#member_services form { padding: 0 15px ; overflow: hidden; }
body#member_services form legend { display: none; }
body#member_services form .box { margin-bottom: 2em ; }
body#member_services form h2 { margin-bottom: 1em ; }
body#member_services form h3 { display: none; }
body#member_services form label { float: left; margin-top: 1px; margin-left: 10px; width: 130px; color: #0D393A; font-weight: normal; font-size: 12px; }
body#member_services form label.required { font-weight: bold ; }
body#member_services form input.txt { width: 300px ; margin: 0 0 0.5em ; background: #e2e5e7; border: none ; border: 1px solid #3A8584 ; padding: 1px 3px ; color: #000 ; font: normal normal 12px/1.0 Tahoma,Arial,Helvetica,sans-serif ; }
body#member_services form textarea { width: 362px ; height: 150px ; background: #e2e5e7; border: 1px solid #3A8584 ; padding: 2px; color: #000 ; font: normal normal 12px/1.3 Tahoma,Arial,Helvetica,sans-serif ; }
body#member_services form input.btn { float: right; margin-right: 90px; background: #0B4A4A; border: 2px solid #377; 
									  border-right-color: #022; border-bottom-color: #022; 
									  font-weight: bold; color: #fff; font-size: 12px; }
body#member_services form #forgottenpassword { float: left; font-size: 12px; margin-top: 2px; margin-left: 10px; }

/* Thickbox mods */

#TB_window { border: 4px solid #1e3952 ; }
#TB_iframeContent { margin: 0 ; width: 630px !important ; }
#TB_caption { display: none ; }

/* Contact form (old-style) */

body#contact #enqform form { padding: 0 15px ; overflow: hidden; }
body#contact #enqform .box { margin-bottom: 2em ; }
body#contact #content-main #enqform h2 { margin-bottom: 1em ; }
body#contact #content-main #enqform h3 { display: none; }
body#contact #enqform label { float: left; margin-top: 1px; margin-left: 10px ; width: 13em ; color: #0D393A ; font-weight: normal ; font-size: 1.2em ; }
body#contact #enqform label.required { font-weight: bold ; }
body#contact #enqform input.txt { width: 30em ; margin: 0 0 0.5em ; background: #e2e5e7; border: none ; border: 1px solid #3A8584 ; padding: 1px 3px ; color: #000 ; font: normal normal 1.2em/1.0 Tahoma,Arial,Helvetica,sans-serif ; }
body#contact #enqform textarea { width: 362px ; height: 150px ; background: #e2e5e7; border: 1px solid #3A8584 ; padding: 2px; color: #000 ; font: normal normal 1.2em/1.3 Tahoma,Arial,Helvetica,sans-serif ; }
body#contact #enqform input.btn { float: right; margin-right: 4px; background: #0B4A4A; border: 2px solid #377; 
								  border-right-color: #022; border-bottom-color: #022; 
								  font-weight: bold; color: #fff; font-size: 1.2em; }
#errorMsg { border: 2px solid #f00; background: #fee; color: #f00; padding: 10px; }