/* CSS Document */

body { /*font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/ }


/* ------------------------------------- */
/* holding-container                     */
/* ------------------------------------- */

#holding-container
{
  background: #fbf8e6;
  /*width: 960px;*/
  background-image: url('../images/edge.gif');
  background-repeat: repeat-y;
  float: left;
  width: 100%;
}


/* ------------------------------------- */
/* flash-header                          */
/* ------------------------------------- */

#flash-header
{
 /* width:960px;*/
 width: 100%;
  height:400px;
  background-image:url('../images/ancestry-collage.jpg');
  background-repeat: no-repeat;
  position:relative;
}

/* ------------------------------------- */
/* flash-header                          */
/* ------------------------------------- */

#flash-text-bg
{
  width:405px;
  height:175px;
  right: 0px;
  bottom: 0px;
  position:absolute;
}

#flash-text h1 {	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #b0ba25;
	font-weight: bold;
	font-size: 2.6em;
	letter-spacing: 0px;
}
#flash-text h1 a, #flash-text h1 a:link, #flash-text h1 a:visited, #flash-text h1 a:hover, #flash-text h1 a:active {
  color:#b0ba25;
  text-decoration:none;
}


/* ------------------------------------- */
/* left-navigation-column                */
/* ------------------------------------- */

#left-navigation-column
{
  float: left;
  width: 300px;
}

/* ------------------------------------- */
/* right-content-column + box            */
/* ------------------------------------- */

#right-content-column
{
  margin-left: 300px;
}

/* ------------------------------------- */
/* article-header                        */
/* ------------------------------------- */

#article-header
{
  padding: 5px 0 5px 0;
  border-top: solid 1px #d1d2d4;
  border-bottom: solid 1px #d1d2d4;
}

#article-header h2
{
  font-size: 1.25em;
  font-weight:bold;
  padding-right: 25px;
  color: #495b13;
  margin-bottom:7px;
}

#article-header h2 a:link, #article-header h2 a:visited, #article-header h2 a:active, #article-header h2 a:hover {
  color:#832e09;
  text-decoration:underline;
}


#article-header h2 a:hover
{
  text-decoration:none;
}

/* ------------------------------------- */
/* full-column                     */
/* ------------------------------------- */

#full-column { line-height: 1.5em; }

h3 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.50em;
  font-weight:500;
  color: #832e09;
  padding: 5px 0 5px 0;
  text-transform:none;
  letter-spacing:normal;
  border: none;
  background: none;
  margin: 0;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color:#832e09;
	text-decoration: none;
}

h4 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.20em;
  color: #832e09;
  padding: 5px 0 5px 0;
  text-transform:none;
  letter-spacing:normal;
  border: none;
  background: none;
  margin: 0;
  font-weight: bold;
}

h5 {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.40em;
  color: #832e09;
  padding: 5px 0 5px 0;
  text-transform:none;
  letter-spacing:normal;
  border: none;
  background: none;
  margin: 0;
}
h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	color: #333;
	font-style: italic;
	font-size: 0.9em;
}
h5 a:hover {
	text-decoration: none;
}

#full-column ul {
	margin: 0 1em;
	padding: 0 1em;
}

#full-column ul li
{
	margin-bottom: 10px;
	list-style-type:disc;
}
/* ------------------------------------- */
/* left-column-text                     */
/* ------------------------------------- */

#left-column-text
{
  width: 300px;
  float:left;
}
#left-column-text a, #left-column-text a:link, #left-column-text a:visited, #left-column-text a:hover, #left-column-text a:active {
  color: #832e09;
}


#left-column-text a:hover {
	text-decoration: none;
}

#left-column-text p {
	margin:12px 0;
}

/* ------------------------------------- */
/* right-column-text                     */
/* ------------------------------------- */

#right-column-text
{
  width: 360px;
  float: right;
}

#right-column-text h3
{
  padding: 5px 0 5px 10px;
}

/*#right-column-text h2
{
  font-size: 1.25em;
  font-weight:bold;
  padding: 5px 0 5px 0;
}
*/
#right-column-text a, #right-column-text a:link, #right-column-text a:visited, #right-column-text a:hover, #right-column-text a:active {
  color: #832e09;
}
#right-column-text a:hover {
	text-decoration: none;
}

#right-box
{
  width: 342px;
  padding-left: 6px;
  height: 480px;
  background-image: url('../images/box-background.jpg');
  background-repeat: no-repeat;
}

#right-box ul, #left-column-text ul { margin-top: 0; margin-bottom: 0; }

#right-box ul li, #left-column-text ul li {
  margin-left:30px;
  color: #832e09;
  padding-right: 10px;
  font-weight:bold;
  line-height: 15px;
  margin-bottom: 10px;
  list-style-type:disc;
}
#left-column-text ul li { font-weight: normal; }


/* ------------------------------------- */
/* article-footer                        */
/* ------------------------------------- */

#article-footer
{
  /*clear:both;*/
  /*width:100%;*/
  padding: 5px 0 5px 0;
  border-top: solid 1px #d1d2d4;
}

#article-footer h1
{
  font-size: 2.5em;
  font-weight:bold;
  padding-right: 25px;
  color: #b0ba25;
  text-transform: none;
  letter-spacing: 0px;
}

#article-footer h1 a:link, #article-footer h1 a:visited, #article-footer h1 a:hover, #article-footer h1 a:active {
  color: #b0ba25;
  text-decoration: none;
}

#article-footer .terms p {
	margin:9px 0;
}

/* ------------------------------------- */
/* classes                               */
/* ------------------------------------- */

.black
{
  color: #000000;
}

a .highlight {
  color: #832e09;
  text-decoration: underline;
}
a .highlight:hover {
  text-decoration: none;
}

.red, .highlight {
  color: #832e09;
  font-weight: bold;
}

.dropshadow
{
  background:  url('../images/dropshadow.png') top right no-repeat;
  padding-left: 15px;
  padding-bottom: 10px;
}
.terms {
	font-size: 0.75em;
}

#the-national-archives {
	width: 200px;
	margin-left: 60px;
	margin-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

/* ------------------------------------- */
/* navigation                            */
/* ------------------------------------- */

	#navigation {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 250px;
		height: 395px;
	}
	
	#navigation .button {
		width: 250px;
		height: 72px;
		position: relative;
		display:inline-block;
	}
	
	#navigation .button-top {
		background-color: #98a62c;
		background-image: url('../images/navigation/button-top.gif');
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 52px;
		width: 100%;
		position: absolute;
		top: 7px;
		left: 0px;
		z-index: 1;
	}
	#navigation .button-bottom {
		background-image: url('../images/navigation/button-bottom.gif');
		background-repeat: no-repeat;
		background-position: top left;
		/*background-color: #FFFFFF;*/
		height: 18px;
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 2;
	}
	#navigation .learn-more-about {
		font-size: 0.75em;
		color: #505d15;
		position: absolute;
		top: 7px;
		left: 5px;
		font-weight: bold;
		z-index: 10;
	}
	#navigation .learn-more-about a {
		color: #505d15;
		text-decoration: none;
	}
	#navigation .link { 
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
	}
	#navigation .link img { 
		width: 100%;
		height: 100%;
	}
	
	#navigation .title { 
		position: absolute;
		top: 40%;
		left: 5px;
		font-size: 1.25em;
		color: #FFFFFF;
		font-weight: bold;
		z-index: 20;
		line-height: 1em;
		padding-bottom: 1px;
	}
	#navigation .title a { 
		color: #FFFFFF;
		text-decoration: none;
	}
	#navigation .small { font-size: 1.1em; top: 35%; }
	#navigation .image { 
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 30;
	}
	* html #navigation .image img { display: none; }
	
	* html #navigation .image { 
		background-repeat: no-repeat;
		width: 80px;
		height: 62px;
	}
	* html #navigation #nav-free-trial .image { 
		background-image: url('../images/navigation/calendar.gif');
	}	
	* html #navigation #nav-family-tree .image { 
		background-image: url('../images/navigation/family-tree.gif');
	}	
	* html #navigation #nav-searching-the-census .image { 
		background-image: url('../images/navigation/censuses.gif');
	}	
	* html #navigation #nav-searching-bmd .image { 
		background-image: url('../images/navigation/birth-marriage-death.gif');
	}	
	* html #navigation #nav-ancestry-community .image { 
		background-image: url('../images/navigation/community.gif');
	}	
	* html #navigation #nav-tonys-tutorials .image { 
		background-image: url('../images/navigation/tony.gif');
	}	
	#navigation .wash {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 99;
		top: 0px;
		left: 0px;
	}
	* html #navigation .wash {
		height: 80px;
	}

