/*----------Every page-----------*/

html {
    height: 100%;
}

body {
	height: 100%;
	margin:0;
	padding:0;
	background:url(images/green_bg.jpg);
	font-family:Georgia, serif;
}

a {
	color:#933;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

#header {
	height:29px;
	background: transparent url(images/top_bar.jpg) 0 -11px repeat-x;
	margin:0;
	position:relative;
	z-index:1;
}

#header h2, #header h1 {
	margin:0;
	padding:0;
	color:#CCCCCC;
	font-size:13px;
	font-weight:normal;
	position:absolute;
	top:7px;
	left:12px;
}

#contact {
	position:absolute;
	top:7px;
	right:12px;
	color:#CCCCCC;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	z-index:4;
}
#contact a {
	color:#CCCCCC;
}

#contact a:hover {
	text-decoration:underline;
}

#nav {
	color: #333;
	position:absolute;
	top:148px;
	z-index:5;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	list-style:none;
	margin: 0;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
#nav li a {
	display: block;
	text-decoration:none;
	color:#EAE7DF;
	background-repeat:no-repeat;
	width:151px;
	height:31px;
}
#nav li a:hover {
	color:#FFFFFF;
	background-repeat:no-repeat;
}

#nav span {
	display:block;
	padding-left:39px;
	padding-top:4px;
}

#bbb {
	background:url('images/ReliabilitySeal.gif') no-repeat;
	width:52px;
	height:84px;
	position:absolute;
	display: block;
	outline:none;
}

#homepage #bbb {
	top: 462px;
	left: 43px;
}

#servicespage #bbb {
	top: 28px;
	left: 736px;
}

#welcome {
	background-image: url(images/ribbon_1.png);
}

#blog {
	background-image: url(images/ribbon_1.png);
}


#staff {
	background-image: url(images/ribbon_2.png);
}

#resources {
	background-image: url(images/ribbon_5.png);
}

#services {
	background-image: url(images/ribbon_3.png);
}

#products {
	background-image: url(images/ribbon_4.png);
}

#content {
	color:#333333;
	font-size:13px;
}

h1 {
	font-size:18px;
	color:#993333;
	margin:40px 0 0 0;
}

h3 {
    margin:20px 0 3px 0;
}

.more {display:block;}


/*-----------Home page-----------*/

#homepage img#ads {
	position: absolute;
	top: 30px;
	left: 840px;
}

#homepage #logo {
    background:url(images/pa_logo.jpg) no-repeat;
	width:125px;
	height:129px;
	position:absolute;
    left:30px;
	top:25px;
	z-index:20;
	display:block;
}

#homepage #container {
	width:838px;
	height:604px;
	margin:-9px 0 0 0;
	background:url(images/hp_bg.jpg) no-repeat;
	position:relative;
	z-index:2;
}

#homepage #content {
	width:270px;
	height:370px;
	position:absolute;
	top:50px;
	left:170px;
}

#homepage #request {
	font-weight:bold;
	width:100%;
	display:block;
	color:#993333;
	font-variant:small-caps;
	text-transform:capitalize;
}

#homepage #request:hover {
}

#homepage #nav {
	color: #333;
	position:absolute;
	top:162px;
}

#homepage #welcome {
	text-decoration:none;
	color:#933;
	cursor:default;
	background-position:-110px 0;
}

#homepage #feature {
	background:url(images/book_cover.jpg) 7px 5px no-repeat;
	width:242px;
	height:103px;
	position:absolute;
	top:424px;
	left:505px;
	z-index:4;
	color:white;
	font-size:11px;
	padding:10px 0 0 80px;
	display:block;
}

#homepage #feature h2 {
	font-variant:small-caps;
	font-size:13px;
	color:white;
	margin:0;
}

#homepage #feature p {padding:5px 0;}

#homepage #feature span {
    padding-top:5px;
	color:white;
	font-style:italic;
}

#homepage #feature span:hover {
	text-decoration:underline;
}

#homepage #feature:hover {
	text-decoration:none;
	cursor:pointer;
}

#homepage #feature p {
	margin:0;
	width:150px;
}

#homepage #callquote {
	background:url(images/call_now.gif);
	width:294px;
	height:89px;
	position:absolute;
	top:40px;
	left:510px;
	z-index:4;
}

#homepage #callquote span {
	display:none;
}

/*-----------Secondary pages----------*/

.second #container {
    position: relative;
    min-height: 100%;
	background:url(images/second/pg_2bg_center.jpg) repeat-y;
	margin:0;
	padding:0 0 20px 0;
}

.second #content {
    background:url(images/second/pg_2bg_top.jpg) no-repeat;
	width:500px;
    padding:100px 150px 0 175px;
}

.second #footer {
	background:url(images/second/pg_2bg_bottom.jpg) no-repeat;
	width:825px;
	height:180px;
	position: relative;
    clear:both;
    margin:0;
	padding:0;
}

.second #copyright {
    position:absolute;
    bottom:20px;
    left:260px;
    color:#999999;
    font-size:13px;
}

.second #logo {
	background-image:none;
	width:125px;
	height:129px;
	position:absolute;
	z-index:40;
	left:25px;
	top:18px;
	display:block;
}

#logo:hover {text-decoration:none;}

.second #welcome {
	background-position:0 0;
}

.second #nav {
	position:absolute;
	top:153px;
	z-index:5;
}

.second #nav ul li ul {
	margin:-12px 0 8px 0;
	padding:0;
	display:none;
}

.second #nav ul li ul li{
	margin:2px 0 0 15px;
	padding:0;
}

.second #nav ul li ul li a {
	color:#933;
	text-decoration:none;
	height:auto;
	width:135px;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
}

.second #nav ul li ul li a:hover {
	color:#933;
	text-decoration:underline;
}

.second p {
	margin-top:0;
}

.second ul li.currentpage a {
	cursor:default;
}

.second ul li ul li.currentpage a {
	cursor:default !important;
	color:#333 !important;
}

.second ul li ul li.currentpage a:hover {
	text-decoration:none !important;
}

.second #previous {
	background:url(images/second/left_arrow.jpg) no-repeat;
	width:53px;
	height:20px;
	display:none;
	position:absolute;
	top:100px;
	left:72px;
	z-index:20;
}

.second #previous:hover {
	background:url(images/second/left_arrow_roll.jpg) no-repeat;
}

.second #next {
	background:url(images/second/right_arrow.jpg) no-repeat;
	width:53px;
	height:20px;
	display:none;
	position:absolute;
	top:100px;
	right:45px;
	z-index:20;
}

.second #next:hover {
	background:url(images/second/right_arrow_roll.jpg) no-repeat;
}

.second #next span, .second #previous span {
	display:none;
}

#expertise {
	background:url(images/second/map_art.jpg) no-repeat;
	position:absolute;
	left:694px;
	top:18px;
	z-index:20;
	width:150px;
	height:400px;
	font-size:11px;
	font-style:italic;
	color:#333;
}

#expertise h3 {
	color:#933;
	text-transform:lowercase;
	margin:135px 0 3px 20px;
	font-size:12px;
	word-spacing:1px;
	letter-spacing:-.3px;
	font-weight:normal;
}

#expertise ul {
	list-style:none;
	margin:0 0 0 20px;
	width:100px;
	padding:0;
}

#expertise li {
	margin:0 0 -1px 0;
	padding:0;
}

.second #extra1 {
	background:url(images/top_banner.jpg) no-repeat;
	position:absolute;
	top:70px;
	left:170px;
	width:501px;
	height:61px;
}

/*-----------Staff page----------*/

#staffpage #staffmember {
	float:left;
}

#staffpage #staff {
	background-position:-110px 0;
	color:#933 !important;
}

#staffpage .nobio {
    margin-bottom:300px;
}

#staffpage #content a {
    display:block;
    margin:10px 0;
    clear:both;
    text-decoration:none;
}

#staffpage #content a p {
    margin:0 0 2px 0;
    color:#333333;
}

#staffpage #content a h3 {
    padding:8px 0 0 0;
    margin:0;
}

.staffmember1 {
    text-align:left;
    height:120px;
}

.staffmember1 img {
    float:left;
    padding-right:5px;
    border:none;
}

.staffmember2 {
    text-align:right;
    height:120px;
}

.staffmember2 img {
    float:right;
    padding-left:5px;
     border:none;
}

#staffpage a:hover .more {
    text-decoration:underline;
}

/*-----------Resources page----------*/

#resourcespage #resources {
	background-position:-110px 0;
	color:#933 !important;
}

#resourcespage h2 {

}

#resourcespage #anchorlist {
	list-style:none;
	padding:0;
	margin:0 0 50px 0;
	width:500px;
}

#resourcespage #anchorlist li{
	float:left;
	padding-right:20px;
}

#resourcespage #resourceslist, #resourcespage #resourceslist ul {
	margin:0;
	padding:0;
}

#resourcespage ul#resourceslist ul ul {
	margin:5px 0 10px 30px;
}

#resourcespage #resourceslist li {
	font-weight:bold;
	list-style:none;
}

#resourcespage #resourceslist h3 {
	font-size:16px;
	border-bottom:1px solid black;
}

#resourcespage #resourceslist h3 a{
	text-align:right;
	font-size:11px;
	font-variant:small-caps;
	width:100%;
	display:block;
	margin-top:-10px;
}

#resourcespage #resourceslist h3 a{
	text-decoration:none;
}

#resourcespage #resourceslist li li {
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}

#resourcespage #resourceslist li li li {
	font-weight:normal;
	font-size:13px;
	margin:0 0 5px 0;
	list-style:square;
}

#resourcespage #resourceslist p {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

.datatable td {
    border-bottom:1px solid gray;
    padding:4px;
}

.datatable .coverage {
    text-align:center;
    font-weight:normal;
    font-style:italic;
}

.datatable .years {
    text-align:center;
}

.datatable th {
    border-top:3px double gray;
    border-bottom:3px double gray;
}

.datatable .firstcolumn,.datatable .secondcolumn,.datatable .thirdcolumn {
    border:none;
    font-variant: small-caps;
    font-size:18px;
}

.datatable .firstcolumn {
    width:400px;
}

.datatable .secondcolumn {
    width:100px;
}

.datatable .thirdcolumn {
    width:100px;
}

.datatable .thirdcolumn span {
    font-size:10px;
    display:block;
}

.resourcesmain #extra2 {
	background: url('images/man.png') no-repeat;
	width: 164px;
	height: 225px;
	position: absolute;
	top: 380px;
	left: 640px;
}

.resourcesmain #extra3 {
	background: url('images/side/england_stamp_2.jpg') no-repeat;
	width: 136px;
	height: 134px;
	position: absolute;
	top: 650px;
	left: 30px;
	display: none;
}

.resourcesmain #extra4 {
	background: url('images/family.png') no-repeat;
	width: 160px;
	height: 117px;
	position: absolute;
	top: 1000px;
	left: 649px;
}


.resourcesmain #extra5 {
	background: url('images/side/birth_certificate-1.jpg') no-repeat;
	width: 253px;
	height: 186px;
	position: absolute;
	top: 1600px;
	left: 552px;
	display: none;
}

.resourcesmain #extra6 {
	background: url('images/women.png') no-repeat;
	width:155px;
	height: 213px;
	position: absolute;
	top: 1800px;
	left: 645px;
}
/*.resourcesmain #extra7 {
	background: url(images/side/temple_postcard-1.jpg) no-repeat;
	width: 325px;
	height: 227px;
	position: absolute;
	top: 2100px;
	_top: 2400px;
	left: 486px;
}

.resourcesmain #extra8 {
	background: url(images/side/roots.jpg) no-repeat;
	width: 90px;
	height: 120px;
	position: absolute;
	top: 2620px;
	left: 400px;
}
*/

.resourcesmain #extra9 {
	background: url('images/side/green_stamp.jpg') no-repeat;
	width: 118px;
	height: 182px;
	position: absolute;
	top: 1250px;
	left: 30px;
	display: none;
}


/*-----------Services page----------*/

img#ads {
	position:absolute;
	top:320px;
	left: 12px;
}

#servicespage #services_nav {
	margin:162px 0 -30px -10px;
	width: 535px !important;
}

#servicespage #flashcontent {
	z-index:5;
	position:absolute;
	left:165px;
	top:30px;
}

#servicespage #extra1 {
	background:url('images/top_banner.jpg') no-repeat;
	position:absolute;
	bottom:70px;
	left:170px;
	width:501px;
	height:61px;
}

#servicespage #services {
	background-position:-110px 0;
	color:#933 !important;
}

#servicespage #expertise {
	background:url('images/second/england_stamp.jpg') no-repeat;
	width:138px;
	height:131px;
	left:688px;
	top:66px;
}

#servicespage #logo:hover {
	text-decoration:none;
}

#servicespage #projects {
	width:600px;
	height:160px;
	background:url('images/services/services_bg.gif') no-repeat;
}

#servicespage #projects a {
	display:block;
	height:170px;
	float:left;
	padding:0 15px 0 0;
	width:114px;
	text-align:center;
	vertical-align:bottom;
	margin:0 3px;
	text-decoration:none;
	color:#b2a38c;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

#servicespage #projects a:hover {
	color:#ad5458;
}

#servicespage #projects span {
	display:block;
	width:104px;
	height:52px;
	padding-top:110px;
}

#servicespage #beginning span {
	background:url(images/services/CLM_070726_108tn.jpg) center 20px no-repeat;
}

#servicespage #standard span {
	background:url(images/services/CLM_070726_136tn.jpg) center 20px no-repeat;
}

#servicespage #multiple span {
	background:url(images/services/CLM_070726_143tn.jpg) center 20px no-repeat;
}

#servicespage #surname span {
	background:url(images/services/CLM_070726_122tn.jpg) center 20px no-repeat;
}

#servicespage a#surname {
	background-image:none;
}

#servicespage #research {
	background:url(images/services/binder.jpg) left top no-repeat;
	width:400px;
	height:110px;
	padding:0 0 0 100px;
	clear:both;
	margin-top:40px;
}

#servicespage #research h4, #servicespage #research p {
	margin:0;
	padding:0;
}

#is_database {
	margin:0 0 10px 0;
	padding:10px 0 10px 15px;
	list-style: none;
	border-style:double;
	border-width: 3px 0;
	border-color: #993333;
	height:170px;
}

#is_database li {
	float:left;
	padding:5px 10px;
}

#is_database a {
	display:block;
	outline: none;
	height: 91px;
	width:130px;
	padding: 96px 0 0 0;
	margin:0;
	background-position:top center;
	background-repeat:no-repeat;
	font-size:16px;
	text-align:center;
	line-height:15px;
}

#basic_25 a {
	background-image:url(images/25dollarproject.jpg);
}

#deluxe_150 a{
	width:158px;
	background-image:url(images/150dollarproject.jpg);
}

#predictor_150 a{
	background-image:url(images/origins_predictor.jpg);
}

#is_database span {
	font-size:18px;
	color:black;
	display:block;
	padding-top:5px;
}

/*-----------Products page----------*/

#productspage #products {
	background-position:-110px 0;
	color:#933 !important;
}

#productspage h2 {font-size:18px;}
#productspage #copyright {margin:60px 0;}
#productspage #dedication {width:350px; margin:0 auto 60px auto; font-style:italic;}
#productspage h2, #productspage #dedication, #productspage #copyright {text-align:center;}
#productspage #timeline td {border-bottom:1px dashed black;}
#productspage .date {width:150px;}
#productspage .event {text-align:right;}

#productspage #content a {
    display:block;
    margin:10px 0;
    clear:both;
    text-decoration:none;
    border:none;
}

#productspage #content a p {
    margin:0 0 2px 0;
    color:#333333;
}

#productspage #content a h3 {
    padding:8px 0 0 0;
    margin:0;
}

.product1 {
    text-align:left;
    height:120px;
}

#productspage .product1 img {
    float:left;
    padding-right:5px;
    border:none;
}

.product2 {
    text-align:right;
    height:120px;
}

#productspage .product2 img {
    float:right;
    padding-left:5px;
    border:none;
}

#productspage a:hover .more {
    text-decoration:underline;
}

/*-----------Contact page----------*/

#contactpage form {
	width: 250px;
	position:absolute;
	top:247px;
	left:400px;
}

fieldset {
	border:none;
	margin:0;
	padding:0 0 10px 0;
}

label {
	display:block;
}

#contactpage h3 {
	margin:0 0 3px 0;
}

#contactpage form textarea {
	width:254px;
	height:200px;
	border:1px solid black;
	padding:3px;
	font-family:Arial, sans-serif;
}

#contactpage form div a {
	margin: 0;
	padding: 0;
	display: inline;
}

input.formfield {
	width:254px;
	border:1px solid black;
	padding:3px;
	font-family:Arial, sans-serif;
}

/*-----------------Search Page-------------------*/

#searchpage #content {
	padding-top:28px;
	width:515px;
}

#searchpage #search_field {
	width:230px;
}

#searchpage #search_button {
	margin-top:10px;
}

#searchpage label {
	font-weight:bold;
}

#searchpage label span {
	font-weight:normal;
}

label#soundexlabel, input#soundex {
	display:inline;
}

#servantsheader {
	background:url(http://www.pricegen.com/immigrantservants/images/banner2b.jpg) no-repeat;
	text-indent:-9000px;
	height:125px;
	width:515px;
	padding:-30px 0 0 0;
	border:none !important;
}

#searchnav, #services_nav {
	margin:-20px 0 0 0;
	height:25px;
	padding:0;
	background-color:#847563;
	border:1px solid #26231c;
	border-bottom-color:#847563;
	border-width:0 1px 1px 1px;
}

#searchpage #content h2 {
	width:100%;
}

#searchnav li, #services_nav li {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style:none;
	display:inline;
}

#searchnav li a, #services_nav li a {
	color:#312d2c;
	padding:5px 17px 5px 5px;
	margin:0 3px 0 0;
	display:block;
	float:left;
}

#searchnav li#research_services a {
	padding-right:0;
}

#searchnav li a:hover, #services_nav li a:hover  {
	color:#decdad;
	text-decoration:none;
}

#alphanav {
	margin:0;
	width:513px;
	border:1px solid #312d2c;
	border-top-color:#5b5853;
	height:20px;
	padding:4px 0 0 0;
	clear:both;
	background-color:#decdad;
}

#alphanav li {
	display:inline;
	padding:0;
	margin:0 0 0 0;
}

#alphanav li a {
	border:1px solid #decdad;
	color:#312d2c;
	padding:0 2px;
	margin:0 1.8px;
	text-decoration:none;
	font-size:12px;
	display:block;
	width:10px;
	height:18px;
	float:left;
	text-align:center;
}

#alphanav li a:hover {
	border:1px solid #decdad;
	color:#847563;
}

#searchpage h2 {
	margin:10px 0 20px 0;
	border-bottom:1px solid #933;
}

#searchpage h2 span {
	font-size:11px;
	text-align:right;
	width:100%;
	display:block;
	float:right;
	margin-top:-14px;
	font-style:italic;
}

#searchpage legend {
	font-weight:bold;
}

#searchpage #submitbutton {
	margin-top:20px;
}

div#advsrch {
	height:300px;
	overflow:auto;
}

#surnametable {
	width:520px;
}

#surnametable th {
	color:#933;
	border-bottom:1px solid #933;
	text-align:left;
	padding-right:5px;
	vertical-align:bottom;
}

#surnametable td {
	font-weight:normal;
	text-align:left;
}

.group h3 {
	color:#933;
	font-size:14px;
}

.group .label {
	display:block;
	font-weight:bold;
	padding-bottom:2px;
}

.group .data {
	font-weight:normal;
}

#masters, #residences, #spouses {
	height:100px;
	overflow:auto;
}

#content h2#letterheader {
	margin:15px 0;
	padding-bottom:0;
}

#learnmore {
	position:absolute;
	left:512px;
	top:260px;
	width:180px;
	height:287px;
	margin:0;
	padding:10px;
	background:url(http://www.pricegen.com/immigrantservants/images/learnmore_bg.gif) no-repeat;
}

#resourcespage #learnmore {
	position:relative;
	left:auto;
	top:auto;
	float:right;
	padding-left:10px;
}

#learnmore h2 {
	border:none;
	text-indent:-9000px;
	margin:0 0 90px 0;
}

#learnmore ul {
	margin:0 25px 0 25px;
	padding:0;
}

#learnmore ul li {
	list-style-type:square;
	margin-bottom:10px;
	color:#403732;
	font-size:13px;
}

#learnmore a {
	color:#403732;
}

#searchpage #variant_spellings span {
	display:block;
	padding-left:10px;
}

.learningcenter h2#lc_header {
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.learningcenter #lc_nav {
	margin:0 0 30px 0;
	padding:0;
	height:20px;
}

.learningcenter #lc_nav li{
	float:left;
	display:block;
	padding-right:10px;
}

.learningcenter h3 {
	clear:both;
}

.learningcenter dl dt{
	margin-top:15px;
	font-style:italic;
	font-weight:bold;
}

#lc_links {
	list-style:square;
	color:#993333;
	font-size:14px;
	margin:0;
	padding:0 0 0 17px;
	line-height:13px;
}

#lc_links ul {
	margin:0;
	padding:0;
	line-height:12px;
}

#lc_links ul li {
	list-style:none;
	margin:3px 0 13px 0;
	color:#333;
	font-size:11px;
	font-style:italic;
}

#helplink {
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 5px;
}
