/* CSS Document */


body {
	background-color: #000000;
	background-image: url(../images/gradientgold.jpg);
	background-repeat: repeat-x;
}
.background {
	background-image: url(../images/gsburst.jpg);
	background-repeat: no-repeat;
	background-color: #E1AB41;
}
.backgroundreptile {
	background-image: url(../images/reptilebkgd.jpg);
	background-repeat: no-repeat;
}
#catagory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.description {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.catagory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
}
.catdescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
}
.descriptionrep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	top: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headingsrep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.backgroundgen {
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/FCGC-image.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.backgroundgen table tr td h1 {
	color: #0A1364;
}
.whiteheadline {
	color: #FFF;
}
.backgroundgen table tr td h1 a {
	color: 1E2470;
}

/* Begin top nav */
#header_navigation ul {
	float: left;
	list-style: none;
	margin: -5px 0px 0px 0px;
	padding: 0px;
}

ul#navigation_sections {
	position: relative;
	list-style: none;
}

ul#navigation_sections li {
	width: 131px;
}

ul#navigation_sections li ul {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27px;
}

ul#navigation_sections li:hover ul,
ul#navigation_sections li.over ul {
	background: #ce8c20;
	border: solid 1px #46300b;
	display: block;
	width: 160px;
}

ul#navigation_sections li:hover ul li,
ul#navigation_sections li.over ul li {
	width: 160px;
}

ul#navigation_sections li:hover ul li,
ul#navigation_sections li.over ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px #46300b;
}

ul#navigation_sections li:hover ul li a,
ul#navigation_sections li.over ul li a {
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-align: left;
}

ul#navigation_sections li a {
	color: #ffffff;
	display: block;
	font: 11px Verdana, Arial, Helvetica, sans-serif;;
	height: 18px;
	padding-top: 9px;
	text-decoration: none;
}

ul#navigation_sections li a.current,
ul#navigation_sections li a:hover {
	color: #ffffff;
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

ul#navigation_sections ul#genealogy li a {
	color: #ffffff;
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}

ul#navigation_sections ul#genealogy li a:hover {
	color: #ffffff;
	background: #885c15;
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
}
/* End top nav */

