/* CSS Document */


/*=Color List
------------------------------------------------------------------------*/
/*
#C58614 		gold
#257FC2		    blue
#FBCA2C 		yellow
#FFFFFF 		white
#000000			black*/
 
/*=Site-wide Style Rules
------------------------------------------------------------------------*/
* { 
	border: 0;
	margin: 0;
	padding: 0;
	}
body {
	color: #000; /* Nearly black */
	font-family: Georgia, Times New Roman, Times,  serif;
	outline-style: none; /* Removes dotted border in Firefox */
	text-align: left;
	}
	
.floatright {
	float:right;
	
	
	margin-top: 0em;
	margin-left: 1em;
}

.floatleft {
	float:left;
	
	
	margin-top: 0em;
	margin-right: 1em;
}
.boldbody {font-size:1.1em;
    font-weight: bold;
	}
	
.quotes {
	font-style:italic;
	font-weight:bold;
	color: #257FC2	;
 }
 
 .caption{
font-style:italic;
font-size: .9em;
line-height: 1.6em;
}

.article{
font-style: italic}

.leftquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.35em;
	text-indent: 1em;
}
	/*=End Classes ----------------------- */


	
	/*=Elements ----------------------- */
 h1{
	font-weight: bold;
	font-size: 1.6em;
	}
h2{
   font-weight: bold;
	font-size: 1em;
   }
h3, h4, h5, h6
{
font-weight: bold;
	font-size: 1em;
}


a:link {
	color:#257FC2;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited {
	color: #6391b3;   
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	color: #257FC2;
	}
/* Style for tables of thumbnail images */
table.thumbs{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
margin: auto;
}





/* Style for thumbnail images */
img.thumbs{
height: 8em;
border-width: .2em;
border-color: #fff;
}
/*Styles for divs*/
#container {
	position: relative;
	margin-left:0em;
	width: 60em;
	}

/*Styles for logo-header*/
#header{
	background-image:url(../images/headbackground.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 10em;
	background-color: #FFCC00;
}
#logo{
	position: absolute;
	width: 22.5em;
	left: 0em;
	top: 0em;
	z-index: 1;
}


#header_content{
	font-size: .9em;
	font-weight: bold;
	position: absolute;
	left: 7px;
	z-index: 10;
	top: 20px;
	margin-left: 18em;
}

#signin{
	postion: absolute;
	top: 8em;
	left: 38em;
	z-index: 100;
	width: 25em;
	position: absolute;
}

#signin a,/* Links, unvisited and visited */
#signin a:link,
#signin a:visited {
	font-style:italic;
	font-weight: bold;
    color:#ccc;
	text-decoration: underline;
	font-size: .9em;
	color: #000000;
}

#navbar
{
	background:  #257FC2	;
	height: 2.1em;
	margin-bottom: 1em;
	margin-left: 16em;
	margin-top: 1em;
	left:0em;
	width: 44em;
	z-index: 600;
	position: absolute;
}

 
#navbar ul{/* Remove bullets from ul in the navbar */
	list-style-type:none;}
	
#navbar li{/* List items in the navbar */
	position:relative; /* Required for drop-down menus */
	float:left;
	line-height: 2em;
	width: auto;}
	
#navbar a,/* Links, unvisited and visited */
#navbar a:link,
#navbar a:visited {
	border-right: .1em solid #E1C285;
	color:#fff;
	font-weight: bold;
	display: block;
	float:left;
	font-size: .9em;
	line-height: 2.5em;
	padding: 0 .5em;
	text-decoration:none;
	width: auto;}

#navbar a:hover, /* Hover, active, and current page links */
#navbar a:active{
	background: #000;}/* Must have background to work in IE6 #CCC*/
 
#navbar li.current,
#navbar li.current:hover{
	background: #6391B3;}
 
/* ----------------------------------- */
/* Drop-down menu styles */
#navbar li ul{
	position:absolute;
	background: #bfd2e1;
	text-align:left;
	visibility: hidden;
	width: 12em;
	z-index: 400;}
 
/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul /* IE6 hack */ {
	border: 1px solid #fff;
	left: 0;
	top: 2em;
	visibility: visible;}
 
/* Applies to links on the home page drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a /* IE6 hack */ 
{
	border:0;
	color:#000;
	display: block;
	font-weight:normal;
	font-size: .95em;
	height:auto;
	line-height: 1.2em;
	padding: .5em;
	width: 11.5em;}
 
/* Hover on homedrop menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover /* IE6 hack */
{
	background: transparent;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	}
#navbar table, /* IE6 hack applies to its table drop-down */#navbar_index table  { 
  margin:-1px; 
  border-collapse:collapse; 
  position:absolute; 
  top:0.5em; 
  left:0; 
  z-index:400; 
} 


/* The  placement of the main_content div */
#main_content{
	margin-left: 16em;
	margin-top: 6em;
	margin-right: 2em;
}

/* Applies to all text in the main_content div */
#main_content p{
	font-size: .95em;
	line-height: 1.35em;
	padding-bottom: .8em;
}


#main_content ul{
margin-left: 2em;
font-size: .9em;
line-height: 1.5em;
}

#main_content ul a{
line-height: 2em;
font-size: 1.1em;
}
#main_content img{
	border: 0;
	border-color: #FFFFFF;
}

#main_content blockquote {
	font-size:.9em;
	line-height: 1.5em;
	padding: 1.2em;
	background-color:#FFFFCC;
	border: thick double #663300;}
	
#note{
background-color: #ccc;
padding: 1em;
font-size: .9em;
}



#leftcolumn{
	position: absolute;
	top: 15em;
	left: 1em;
	width: 9em;
	border-width: 1px;
	border-style: solid;
	padding: .5em;
}

#leftcolumn p{
font-size:.75em;
}
#leftcolumn h1{
font-size:.75em;
font-weight:bold;
}

#leftcolumn h2{
font-size:.75em;
font-style: italic;
}

#leftcolumnquote{
	position: absolute;
	top: 15em;
	left: 1em;
	width: 9em;
	border-width: 4px;
	border-style: double;
	padding: .5em;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftcolumnquote p{
font-size:.75em;
}
#leftcolumnquote h1{
font-size:1em;
font-weight:bold;
}
#leftcolumnquote h2{
font-size:.75em;
font-style: italic;
}

#familytree{
	position:absolute;
	left: 1em;
    z-index: 200;
	top: 14em;
}

div.vertcenter{
	border:none;
	height:20em;
	width:28em;
	position:absolute;
	top:50%;
	margin-top:-12em; /* Half the height */
	left:50%;
	margin-left:-12.5em; /* Half the width */
	text-align: center;
	line-height: 1.5em;
}
