/*** Clear everything ***/

/* Set margins and padding to zero*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Make headers same size*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Remove list styles */
ol,ul { list-style: none; }

/* Make font style and weight normal */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6
{ font-style: normal; font-weight: normal; }

/* Clear table borders */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove fieldset, img and button borders */
fieldset, img, button { border: 0; }

/* Left-align text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }


/*** Global settings ***/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	color: #57310D;
}

/*** Layout ***/

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: white;
}

#banner {
	clear: both;
	width: 960px;
	height: 120px;
	border: 1px solid #B52821;
}

#banner.banner1 {
	background-image: url(../images/banner1.jpg);
}

#banner.banner2 {
	background-image: url(../images/banner2.jpg);
}

#banner.banner3 {
	background-image: url(../images/banner3.jpg);
}

#banner.banner4 {
	background-image: url(../images/banner4.jpg);
}

#banner.banner5 {
	background-image: url(../images/banner5.jpg);
}

#banner.banner6 {
	background-image: url(../images/banner6.jpg);
}

#banner.banner7 {
	background-image: url(../images/banner7.jpg);
}

#banner.banner8 {
	background-image: url(../images/banner8.jpg);
}

#title {
	width: 404px;
	height: 99px;
	background-image: url(../images/swm1.png);
	text-indent: -9999px;
}

#content {
	width: 960px;
	height: auto;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	color: #834B13;
	height: 10px;
}

.col20, .col40, .col60, .col80, .col0 {
	float: left;
	display: inline;
}

.col20 {
	width: 20%;
}

.col40 {
	width: 40%;
}

.col60 {
	width: 55%;
	margin-right: 5%;
}

.col80 {
	width: 80%;
}

#bdm {
    overflow: auto;
}

#footer {
	clear: both;
	width: 940px;
	padding: 1px 10px;
	background-color: #977954;
	color: white;
}

#page_last_updated {
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #834B13;
	height: 20px;
	width: 960px;
}

#site_by {
    float: right;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

/*** Home page ***/

#latest_news, .gallery, .gallery_image, .gallery_text {
	float: left;
	display: inline;
}

.gallery {
	padding: 5px 0;
}

.gallery_text {
	width: 320px;
	padding-left: 20px;
}

#latest_news {
	background-color: #FFE2B0;
	padding: 0 10px 20px 10px;
	margin-top: 20px;
	width: 170px;
    border:  1px solid #834B13;
}

/*** Typography ***/

h1, h2, h3 {
	font-weight: bold;
	padding: 0;
}	

h1 {
	font-size: 2em;
	line-height: 1;
	margin: 20px 0;
}

h2 {
	font-size: 1.6em;
	line-height: 1.125;
	margin: 1.125em 0;
}

.gallery h2 {
	margin: 0 0 1.125em 0;
}

h3 {
	font-size: 1.4em;
	line-height: 1.29;
	margin: 1.29em 0;
}

/*p, li, th, td {*/
p, li {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}

#latest_news h3, #latest_news p {
	margin: 0.75em 0;
}

p.click_to_enlarge {
	font-style: italic;
	font-size: 1.1em;
	color: #B52821;
	padding-top: 20px;
}

p#album_instructions {
	font-size: 1.1em;
	color: #B52821;
}

#sponsor p {
	font-size: 1.1em;
	margin: 5px 10px 0 0;
}

p.pdf, p.pdf0, p.pdf1 {
	padding: 10px 10px 10px 32px;
	background: url(../images/pdficon_small.gif) no-repeat 10px center;
    margin:  0;
}

p.pdf0 a, p.pdf1 a {
    color: #B52821;
    font-size: 16px;
    font-weight: bold;
}

p.pdf0 {
    background-color: #FDE1AF;    
}

p.pdf1 {
    background-color: #FFEBCA;    
}

p.warning {
    color: #B52821;
    font-weight: bold;
    padding: 5px;
    border:  1px solid #B52821;
}

p#contact_sidebar {
	margin-top: 60px;
}

#footer p {
	text-align: center;
}

#family_research p, #visitor_comments p {
    margin-top: 0;
    font-size: 11px;
}

.col60 ul li, .col80 ul li {
	list-style-type: circle;
	list-style-position: inside;
}

.col60 ul#contents li {
	list-style: none;
}


.col60 ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ul#search_results li {
    list-style: none;    
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*** Links ***/

a, p.pdf a, h2 a {
	color: #57310D;
}

#breadcrumb a, #breadcrumb a:visited, #latest_news a, #latest_news a:visited {
	color: #834B13;
}

a:hover, p.pdf a:hover, h2 a:hover, #breadcrumb a:hover, #latest_news a:hover {
	color: white;
	background-color: #57310D;
}

#footer p a {
	color: white;
}

#footer p a:hover {
	color: #57310D;
    background-color:  white;
}

/*** Navigation ***/

ul#nav_bar {
	float: right;
	height: 30px;
	background-color: white;
}

ul#nav_bar li {
	padding: 0 20px;
	margin: 6px 0;
	float: left;
	height: 18px;
	border-left: 1px solid #977954;
}

ul#nav_bar li a {
	font-size: 12px;
	font-weight: bold;
	color: #977954;
	display: block;
	border: none;
	text-decoration: none;
}

ul#nav_bar li a:hover, ul#nav_bar li a.selected {
	border-bottom: none;
	color: white;
	background-color: #57310D;
}

ul.sidebar {
	width: 172px;
	margin: 20px 20px 40px 0;
}

ul.sidebar li.header {
	background: url(../images/sidebar_top.jpg) no-repeat 0 top;
	padding-top: 10px;
	font-weight: bold;
	padding: 5px 0 5px 20px;
}

ul.sidebar li.section_end {
    border-bottom: 1px solid #834B13;
}

ul.sidebar li {
	background-image: url(../images/sidebar_mid.jpg);
	background-repeat: repeat-y;
	margin: 0;
	color: #B52821;
	padding-left: 5px;
}

ul.sidebar li.last {
	background: url(../images/sidebar_bottom.jpg) no-repeat 0 bottom;
	height: 10px;
	font-size: 6px;
	/*padding-bottom: 10px;*/
}

ul.sidebar li a {
	color: #B52821;
	border: none;
	width: 146px;
	display: block;
	padding: 5px 0 5px 16px;
	text-decoration: none;
}

ul.sidebar li a:hover, ul.sidebar li a.selected {
	border-bottom: none;
	color: white;
	background-color: #57310D;
}

ul#contents li {
    padding: 10px;
    margin: 0;
}

ul#contents li.line0 {
    background-color: #FDE1AF;        
}

ul#contents li.line1 {
    background-color: #FFEBCA;        
}

ul#contents li a, td.contents a {
	color: #B52821;
	text-decoration: underline;
	font-size: 1.4em;
	line-height: 1.29;
	margin: 1.29em 0;
}

ul#contents li a:hover, td.contents a:hover {
	border-bottom: none;
	color: white;
	background-color: #57310D;
}

/*** Images ***/

img.img172 {
	padding: 5px;
	border: 1px solid #E8D7C0;
}


/*** Pagination ***/

div.pagination
{
 	font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #000099;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #000099;
    color: #000;
    color:  white;
    background-color: #b52821;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #993300;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
} 

/*** Forms ***/

span.error {
	color: red;
	margin-left: 10px;
}

.message.error {
	border-color: red;
}

#buttons {
	margin-bottom: 20px;
}

.message {
	font-size: 1.1em;
	color: green;
	font-weight: bold;
	border: 2px solid green;
	padding: 10px;
	margin-bottom: 20px;
	width: 375px;
}

/*** Other ***/

.gap_after {
	margin-bottom: 20px;
}

.clear_both {
	clear: both;
}

.image_space {
	height: 75px;
	clear: both;
}

.frith a {
    display: block;
    color: #B01B10;
    padding-bottom: 20px;
}

.frith a:hover {
    background-color: white;
}
 
#sponsor .egn {
	position: relative;
	float: left; 
	width: 152px;
	height: 60px;
	margin: 0 0 5px 0; 
	padding: 10px;
	display: inline;
    display:  block;
	background-color: #FFE2B0;
    border:  1px solid #B52821;
    text-align: center;
}

#sponsor .egn a {   
    font-size: 13px;
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    color: #834B13;
    line-height: 1.5;
    text-decoration: none;
}

#sponsor .egn a:hover {
    color: #B52821;
    background-color: #FFE2B0;
    text-decoration: underline;
}

.js #listdata {display: none;}
