/* @group Body & Outer */

body { 
	margin: 0;
	font: medium "Hoefler Text", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: url(images/body_bkg.jpg) repeat;
}

#container {
	position: relative;
	margin: auto;
	padding: 0;
	border: 0;
	top: 5px;
	width: 800px;
	height: 100%;
	overflow: visible;
	text-align: left;
	font-size: 80%;
	line-height: 110%;
	background: url(images/main_bkg.jpg) repeat-y;
}

#header {
	top: 20px;
	width: 800px;
	height: 230px;
	background: url(images/head_bkg.jpg) no-repeat;
}

#header span {
	display: none;
}

/* @end */

/* @group NavTop */

#navTop {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	width: 777px;
	height: 18px;
	top: -25px;
	left: 13px;
	overflow: hidden;
}

#navTop ul {
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	list-style-type: none;
	padding: 2px 0 0;
}
	
#navTop li {
	display: inline;
}

#navTop li .active {
	color: black;
	border-bottom: 1px solid #333;
}

#navTop1 {
	position: absolute;
	left: 35px;
	max-width: 105px;
}

#navTop2 {
	position: absolute;
	left: 145px;
	max-width: 225px;
}

#navTop2b {
	position: absolute;
	left: 375px;
	max-width: 165px;
}

#navTop3 {
	position: absolute;
	left: 548px;
	max-width: 110px;
}

#navTop4 {
	position: absolute;
	left: 661px;
	max-width: 110px;
}

#navTop a {
	border-bottom: none;
	text-decoration: none;
	color: #7d7d7d;
	font-size: 16px;
	font-weight: 550;
}

#navTop a:hover {
	border-bottom: 1px solid black;
	color: black;
}

/*#navTop a.active:hover {
	border: none;
}*/

/* @end */

/* @group navSub */

#navSub {
	position: relative;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #d8d8d8;
	padding: 2px 0 0;
	height: 24px;
	width: 777px;
	top: -23px;
	left: 13px;
	overflow: hidden;
	background-color: #edeae4;
}

#navSub ul {
	margin: 0 0 0 136px;
	border: 2px 0;
	padding: 5px 0 0;
	list-style-type: none;
}

#navSub li {
	display: inline;
	padding: 0 8px 0;
}

#navSub li .active {
	color: black;
	border-bottom: 1px solid #333;
}

#navSub a {
	text-decoration: none;
	color: #7d7d7d;
	font-size: 15px;
}

#navSub a:hover {
	border-bottom: 1px solid black;
	color: black;
}

/*#navSub a.active:hover {
	border: none;
}*/

/* @end */

/* @group Main */

#main {
	position: relative;
	margin: 0;
	padding: 0 50px 20px;	
 	height: 100%;
 	width: 700px;
	background: url(images/main_bkg.jpg) repeat-y;
	color: #666;
	font-family: "Hoefler Text", Georgia, "Bookman Old Style",  "Times New Roman", Times, serif;
	font-weight: medium;
	font-size: 1.1em;
	line-height: 1.15em;
}

#main h1 {
	margin: 0 0 0 -2px;
	padding: 6px 0;
	color: black;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}

#main h2 {
	color: black;
	font-size: 1.05em;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #d8d1b7;
	margin: 0;
	padding: 12px 0 6px;
}

#main h3 {
	margin: 0;
	padding: 8px 0 4px;
	color: #65635b;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

#main .padTop {
	padding-top: 12px;
}

#main .padPageBottom {
	padding-top: 100px;
}

#main ul {
	margin: 0 0 1em;
}

#main ul li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 4px;
}

#main .urlList {
	margin-left: 0;
	padding-left: 0;
}

#main .urlList li {
	list-style-type: none;
	padding-bottom: 3px;
}

/* @end */

/* @group Foot */

#foot {
	clear: both;
	position: relative;
	border: 0;
	padding: 7px 50px 0;
	height:  29px;
	width:  700px;
	background: url(images/foot_bkg.jpg) no-repeat 0 top;
	color: #666;
	overflow: hidden;
	font-size: xx-small;
	line-height: 12px;
}

#foot a, #foot a:visited, #foot a:link {
	color: #5e6167;
	font: inherit;
	border-bottom: 1px dotted white;
}

#foot a:hover {
	color: black;
	border-bottom: 1px solid black;
}

#foot_rights {
	float: left;
}

#foot_credit {
	text-align: right;
}

#foot_credit span {
	display: none;
}


/* @end */

/* @group General */

p {
	margin: 0;
	padding: 8px 0 8px;
}

em {
	font-variant: normal;
	font-style: normal;
	font-weight: 700;
	color: #7a879b;
	font-size: small;
}

a {
	color: #666;
	font-family: "Hoefler Text", Georgia, "Trebuchet MS", "Gill Sans", "Gill Sans MT", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #cbcbcb;
}

a:hover {
	color: black;
	border-bottom: 1px solid black;
}

.clearer {
	clear: both;
}

/* @end */

/* @group Main Tables */

#main table {
	margin-top: 12px;
	border: 1px solid #b3b3b3;
	width: 100%;
	color: black;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: black;
}

#main tr.altRow {
	background-color: #ece9e1;
}

#main th {
	margin: 0;
	padding: 5px 5px 5px 10px;
	border: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	background-color: #e5e3d9;
	font-weight: 500;
}

#main th.name {
	width: 300px;
	padding: 5px;
}

#main th.id {
	width: 40px;
}

#main th.birthdate {
	width: 80px;
}

#main th.father {
	width: 140px;
}

#main th.mother {
	width: 140px;
}

#main td {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #dedede;
	height: 18px;
	padding: 5px;
	color: #333;
	font-size: .85em;
}

#main td.name {
	margin: 0;
	padding: 5px 0 5px 5px;
	border-right: 0;
	color: black;
	font-size: 1em;
}

#main td.button {
	margin: 0;
	padding: 3px 0 0;
	border-left: 0;
}

#main td.button form {
	margin: 0;
	border: 0;
	padding: 0;
}

/* @end */	
