/*CSS Document*/
/* Set Basic Parameters */
body, ul, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}

a img {border: 0;}

a:link {
	font-weight: bold;
	color: #1e6d9f;
}
a:hover {
	font-weight: bold;
	color: #412300;
}
div#footer a:hover {color: #ffffff;}

a:visited {
	font-weight: bold;
	color: #1e6d9f;
}
/* Body Styling */
body {
	position: relative;
	width: 100%;
	background-color: #412300;
	color: #000000;
	font-family: Times New Roman, Helvetica, serif;
	text-align: right;
/*IE text align normalisation*/
	font-size: 16px;
}
div#wrapper {
	text-align: left;
}
div#content {
	position: relative;
	width: 973px;
	margin: 10px auto;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 10px;
	background-color: #a1e6fc;
	background-image: url(../genealogy/findex_files/backgrnd.gif);
	background-repeat: no-repeat;
}
/* Header */
/*Use this h1 for banner heading only*/
h1#head{
	margin-top: 25px;
	margin-left: 280px;
	color: #006400;
	font-family: Times New Roman, Arial;
	font-style: italic;
	font-size: 200%;
}
h3 {
  line-height: 2.0;
}
/*Fergy's Website Logos */
#fergylogo {
	padding-top: 20px;
	margin-left: 200px;
}
#logo {
	position: absolute;
	top: 15px;
	right: 170px;
}
/* Main Navbar - great grandson of Suckerfish*/
#backcol {
	position: relative;
	clear: right;
	width: 973px;
	background-image: URL(../index_files/NavBlueBar.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	height: 1.8em;
}
#nav, #nav ul {
/* all lists */
	float: left;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
}
#nav a {
	display: block;
	color: #fff;
	width: auto;
	padding: 0px 5px 0px 5px;
}
#nav li {
/* all list items */
	float: left;
	width: auto;
/* width needed or else Opera goes nuts */
}
#nav li ul {
/* second-level lists */
	position: absolute;
	background: #1E6D9F;
	width: 8.2em;
	left: -999em;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul{ /* third-level lists */
  margin: -1.8em 0 0 8.1em;
}

#nav li a:hover {
	background-image: URL(../index_files/NavGrayBar.jpg);
	background-repeat: repeat-x;
}
#nav li:hover > ul {
/* shows lists nested DIRECTLY under hovered list item */
	left: auto;
}	
#nav li:hover > ul a:hover { /* ensures hover colour is full width */
  width: 7.4em;
}
#nav li:hover > ul ul a:hover { /* ensures hover colour is full width */
  width: 7.6em;
}
#nav .soasfhover {
/*Split up for IE6 Compatability*/
	left: auto;
}
#nav li:hover {
/*Fix for IE7*/
	position: static;
}
/* Main Section */
div.sidepanel
{
	float: left;
	width: 222px;
	background-color: #ffffff;
	border: solid; border-width: 5px; border-color: #b0b6c1; 
}
div.sidepanelcont
{
	margin-left: 5px;
	margin-right: 5px;
}
div.sidepanel img {margin: auto; margin-bottom: 10px;}
div.main
{
	margin-left: 250px;
	margin-right: 15px;
}
img.center {
	margin-left: auto;
	margin-right: auto;
}
h2 {
	color: #380d11;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-size: 130%;
}
h3 {
	color: #380d11;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 110%;
}
h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer h6 {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 50%;
}

li img {margin-bottom: 0.5em;}

#amazon {
  margin-left: 50px;
  width:120px;
  height:240px;
}
div.sidepanel .cnt {
  position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: xx-small;
	font-weight: bold;
}
.lft {
  float: left;
  margin: 10px;
}
hr {
  border: none;
	height: 3px;
	background-color: #696969;
}
.txtmid {
	clear: right;
	text-align: center;
}
.txtmid img {
	margin: auto;
}
.txtrt {text-align: right; margin-right: 120px;}

.cnt {
  position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: xx-small;
	font-weight: bold;
}
/* footer */
div#footer {
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	margin-bottom: 10px;
	width: 973px;
	color: #fff;
	background-color: #380d11;
}
#license {
  float: right;
  margin-top: -10px;
  margin-right: 15px;
  width: 103px;"
}
div#footer p {
  clear: left;
  display: inline;
	text-align: left;
}
div#footer h6 {
 clear: both;
 float: right;
 margin-left: 10px;
}
/* Site Map parameters */
#lftside {
	margin-left: 0;
	padding-left: 25px;
	width: 50%
}
#rgtside {
	position: absolute;
	top: 153px;
	right: 0;
	padding-top: 35px;
	padding-right: 25px;
}
.imgrt {
	border-style: solid;
	border-color: #b0b6c1;
	float: right;
	margin: 10px;
}
/* About parameters */
div#content p {
  margin-top: 0;
  margin-bottom: 1em;
	padding-left: 15px;
	padding-right: 15px;
}
/* align  */
.rt {
	float: right;
	text-align: center;
	padding: 0;
	margin-left: 5px;
	margin-right: 15px;
	width: 180px;
	height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Search Box */
input#btn {
	background-color: #C5CCD0;
	color: #006400;
	Font-weight: bold;
}

/* YQL Bob */
#t4 {
	background-color: #ffffff;
	border: 2px solid;
	border-color: Gray;
	width: 300px;
}
#t4 td {
  padding: 10px 20px 10px 20px; 
}
#td5 {
  text-align: center;
  color: #006400;
  font-weight: bold;
}

/* copy Ron Ferguson 2009-2010 */ 

