@charset "utf-8";
/* CSS Document */

html, body, div, img, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, hr, th, td, tr, table, tbody {
	margin:0px;
	padding:0px;
}

fieldset, img {
	border:0px none;
}

a {
	color:#F7931E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#F7931E;
}

a:visited {
	color:#FBC98E;
}

	
h1 {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: -15px 0px 15px 0px;
	font-size: 24px;
	}
	
table {
	padding-top: 15px;
	}

h2, h3, h4, h5, h6 {
	font-size:100%;
}


h2, h3, h4, h4 a {
	color:#000000;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	}

body {
	background: transparent url('../images/bg_blue.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 706px;
	margin: 12px auto auto auto;
	padding: 0px 0px 30px 0px;
	border: 1px solid #000066;
	background: #fff;
	}
	
#header {
	width: 100%;
	background: transparent url('../images/header.gif');
	width: 706px;
	height: 138px;
	text-align: center;
	margin: auto;
	}
	
.divider_hor {
	width: 75%;
	height: 30px;
	border-top: 1px solid #CCCCCC;
	margin: auto;
	}
	
#main_content {
	padding: 0px;
	margin:0px;
	width: 100%;
	height: 170px;	
	}
	
#search_box {
	width: 79%;
	margin: auto;
	padding: 0px;
	}

#records_public, #records_birth, #records_death, #records_marriage, #records_divorce {
	padding: 0px 8px 0px 8px;
	margin-top: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
	background-color: #FFF;
	}
	
#arrow {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 25%;
	}
	
#arrow img {
	float: right;
	margin: 15px 15px 0px 0px;
	}
	
#search_area {
	width: 50%;
	margin: 30px auto auto auto;
	padding: 0px;
	text-align: left;
	float: left;
	background-color: #FFF;
	}
	
#image_content {
	float: left;
	padding: 0px;
	width: 24%;
	}
	
#image_content img {
	float: left;
	padding-left: 15px;
	}
	
#search_form {
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 90%;
	color: #999;
	}

.form_element {
	padding: 6px;
	color: #000033;
	}
	
td {
	height:32px;
	padding: 0px;
	margin: 0px;
	}
	
#submit_button {
	float: right;
	padding: 6px 0px 0px 0px;
	}

#people_firstname, #people_lastname {
	color: #999999;
	}
	
.sub_content {
	padding: 0px;
	width: 100%;
	min-height: 300px;
	color: #999;
	margin: auto;	
	}
	
.left {
	float: left;
	margin: 30px 0px 30px 15px;
	width: 42%;
	padding-left: 22px;
	}
	
.right {
	float: left;
	margin: 30px 15px 0px 15px;
	padding: 0px 0px 0px 22px;
	border-left: 1px solid #CCC;
	width: 42%;
	}
	
.sub_content p {
	margin-top: 8px;
	font-size: 85%;
	}
	
.sub_content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 8px 0px 8px 8px;
	font-size: 85%;
	}

#footer {
	padding-top:15px;
	font-size: 11px;
	width: 706px;
	margin: auto;
	text-align: center;
	color: #999;
	}
	
/* TABS  */

#prp_tabs li {
	 display: inline;
	 margin: 0px;
	 padding: 0px;
	 font-size: 11px;
	 font-weight: bold;
	 }	
	
#prp_tabs li a {
	text-decoration: none;
	position: relative; 
	padding: 5px 10px 5px 10px;
	margin-right: 1px;
	color: #333;
	border: 1px solid #ccc;
	background: #F7F8FD;
	 } 
	 
#prp_tabs li a:hover {
	text-decoration: underline;
	}
		
#prp_tabs li .selected {
	background: #FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #FFF;
}

.required {
	font-size: 10px;
	color: #666;
	}
	