/*
	CSS for Ancestors On Board (www.ancestorsonboard.com). 
	(c) Title Research Ltd.
	(c) 1837online.com 
	Written by Matthew Finucane, September 2006.
*/


/*
	Remove default padding from all elements. * selects everything on
	the page from the main root level and applies these rules.
*/

*
 html {overflow:hidden;}


img {
	padding: 0;
	border: 0;
}

/*
	This CSS will centralise the layout of the page. The body centers the container below. 
	Everything in the container will be aligned left by default.
*/
body
{
	text-align: center;
}

/*
	This prevents IE from padding images. Prevents the 'Pixel Jog' problem.
*/
img 
{
	display: block;
}

/*
	The main layout containers
*/

div#container
{
	margin: 0px auto;
	text-align: left;
	width: 761px;
}

div#header
{
	display: block;
	float: left;
	width: 761px;
}

div#header img
{
	float: left;
	display: inline;
}

div#header a img
{
	text-decoration: none;
}

div#menubar
{
	padding: 0; 
	margin: 0;
	width: 761px;
	height: 20px;
	display: block;
	float: left;
}

div#journey_discovery
{
	width: 441px;
	height: 65px;
	display: block;
	float: left;
	border-top: none;
}

div#ship
{
	display: block;
	float: left;
	width: 235px;
	height: 300px;
	border-top: none;
	background-color: #fde986;
	background-image: url('../images/boat_background_top.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}


div#ship p{
	padding: 235px 2px 0 30px;
	font-family: arial;
	font-size: 90%;
	color:#fff;
}

div#ship_base
{
	display: block;
	float: left;
	width: 235px;
	height: 63px;
	background-color: #bcdcf2;
	background-image: url('../images/boat_background_base.gif');
	background-position: top;
	background-repeat: no-repeat;	
}

div#textdiv
{
	display: block;
	float: left;
	width: 525px;
	height: 300px;
	overflow: none;
	background-color: #fde986;
	background-image: url("../images/textdiv_background.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

div#textdiv_base
{
	display: block;
	float: left;
	width: 525px;
	height: 63px;
	overflow: none;
	background-color: #bcdcf2;
}

div#textdiv_base h1 {
  font-family: arial;
  font-size: 14px;
  padding-left:40px;
  margin-top:20px;
}


div#content_bottom_left
{
	display: block;
	float: left;
	background-image: url("../images/reg_form_spacer.gif");
	width: 441px;
	height: 174px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	line-height: 1.25em;
}

div#footer
{
	display: block;
	float: left;
	width: 761px;
	height: 20px;
	border-bottom: none;
}

div#searchboxcontent
{
	display: block;
	float: left;
	width: 760px;
	border-bottom: none;
	border: none;
}

iframe#externalsearchcontent
{
	display: block;
	float: left;
	width: 760px;
	height: 410px;
	border: none;
	background-color: #bcdcf2;
}


div#searchboxcontent td
{
	border: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	padding: 5px;
	background-color: #cee5f5;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

div#searchboxcontent td select
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

div#newsboxmain
{
	float: left;
	display: block;
	width: 758px;
	border: 1px solid #bcdcf1;
	margin-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/*
	Text style rules.
*/

h2.bold_heading
{
	margin-top: 0px;
	margin-left: 40px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4a4a4a;
}

p.bold_text
{
	padding-top: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4a4a4a;
}

p.normal_text
{
	margin-left: 40px;
	margin-right: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 1.45em;
}

#submit_button
{
	position: relative;
	top: 5px;
}

/*
	Styling the top menu bar
*/

ul#topnav
{
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #fff;
	float: left;
	width: 100%;
}

ul#topnav li
{
	display: inline;
	padding: 0;
	border: 0;
}

ul#topnav li a
{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	float: left;
	background-image: url('../images/yell.gif');
	background-repeat: no-repeat;
	width: 108px;
	height: 20px;
}

a:link, a:visited
{
	color: #fff;
}

ul#topnav a#activelink
{
	background-image: url('../images/yell_bright.gif');
	background-repeat: no-repeat;	
	color: #000;
	width: 113px;
}

ul#topnav li a:hover
{
	color: #ff2233;
	background-color: #fff;
}