﻿/*

GenGateway.com
Copyright © 2007 Genealogy Gateway

Author:Tammy Hart (http://www.tammyhartdesigns.com)

*/

a {
	color:#721b1b;
	text-decoration:none;
	}
	
a:hover {
	color:#735016;
	text-decoration:underline;
	}

body {
	margin:0;
	padding:20px;
	font:13px Arial, Helvetica, sans-serif;
	color:#010101;
	text-align:center;
	}
	
table {
	text-align:left;
}

#container {
	margin:5px auto;
	text-align:left;
	width: 1024px;
}

	
#header {
	height:90px;
	background:#fff url(images/body.gif) repeat-x 0 0;
	}
	
#topad {
	padding:8px 5px 14px;
	float:right;
	}
	
#header h1 {
	width:303px;
	height:75px;
	position:relative;
	float:left;
	font:bold 36px "Trebuchet MS", Tahoma, sans-serif;
	overflow:hidden;
	margin:0;
	padding:0;
	}
	
#header a {
	display:block;
	width:303px;
	height:75px;
	position:absolute;
	z-index:1;
	background:url(images/logo.gif);
	}
	
#header a:hover {
	text-decoration:none;
	}
	
#content {
	padding-bottom:8px;
	clear:both;
	width:auto
	}
	
#content table {
	width: 1024px
}
	
#nav {
	float:left;
	width:190px;
	margin:0 15px 15px 0;
	padding:0;
	text-align:left;
	}
	
#nav li {
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	line-height:20px;
	list-style:none;
	}
	
#nav a {
	color:#735016;
	display:block;
	width:190px;
	}
	
#nav a:hover {
	text-decoration:none;
	padding-left:3px;
	width:187px;
	font-weight:bold;
	color:#fff;
	background:#b2cf28 url(images/nav.gif) repeat-x 0 0;
	}
	
#nav td {
	vertical-align:top
}
	
h2 {
	color:#735016;
	font:normal 24px "Trebuchet MS", Tahoma, sans-serif;
	margin:0;
	padding:0 0 8px;
	}
	
p {
	padding:0;
	margin:8px 0;
	}
	
.tabs {
	background:#9ec221 url(images/tab-right.gif) no-repeat top right;
	}
	
.tabsin {
	background:url(images/tab-border.gif) repeat-x bottom;
	height:30px;
	}
	
.tabs ul {
	background:url(images/tab-left.gif) no-repeat 0 0;
	margin:0;
	padding:5px 5px 0;
	height:25px;
	}
	
.tabs li {
	float:left;
	padding-right:5px;
	list-style:none;
	}
	
.tabs a {
	display:block;
	text-align:center;
	padding-top:1px;
	line-height:24px;
	color:#947550;
	width:124px;
	height:24px;
	background:url(images/tab-inactive.gif);
	}
	
.tabs a:hover {
	color:#721b1b;
	text-decoration:none;
	}
	
.tabs a.active {
	color:#721b1b;
	background:url(images/tab-active.gif);
	}
	
.tabboxright {
	float:right;
	padding:15px 0 15px 15px;
	}
	
.tabboxleft {
	float:left;
	padding:15px 15px 15px 0;
	}
	
.tabbox {
	padding:15px 0;
	overflow/**/: auto;
    height: 1%;
	}
	
.contentad {
	float:right;
	margin:0 0 15px 15px;
	}
	
#footer {
	border-top:3px solid #735016;
	padding-top:3px;
	text-align:right;
	font-size:10px;
	clear:both;
	color:#9ec221;
	}
	
#footer .copy {
	float:left;
	}
	
#footer a {
	color:#9ec221;
	}
	

	
.tabinfo {
	background:#dfedfb;
	border:solid #809d1b;
	border-width:0 1px 1px;
	padding:8px;
	}