@charset "utf-8";

/**************************************************
				Reset Styles
***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/**************************************************
			Set Tag Styles
***************************************************/
:focus {
	outline: none;
}
a {
	color:#455b13;
	text-decoration:underline;	
	cursor:pointer;
}
a:hover {
	color:#6a8628;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;	
	line-height:18px;
	color:#333;
	padding-top:76px;
	-webkit-text-size-adjust:none;
}
div {
	position:relative;
}
em {
	font-style:italic;	
}
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:8px;
	font-weight:normal;
}
h1 {
	font-size:23px;
	line-height:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size:22px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:6px;
}
h3 {
	font-size:15px;
	font-weight:bold;
}
h4 {
	font-size:13px;
	font-weight:bold;
	color:#000;
	margin-bottom:0;
}
h5 {
	font-size:18px;
	font-weight:normal;
}
h6 {
	font-size:16px;
}
html {
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#e8e4d6;
}
input[type=text], 
textarea,
select {
	border:1px solid #dadada;
	border-left-color:#b1b1b1;
	border-top-color:#b1b1b1;
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	display:block;
	margin-bottom:5px;
	font-size:13px;
	background:#fff;
	-webkit-box-shadow: inset 0 1px 2px #e2e2e2; 
	-moz-box-shadow: inset 0 1px 2px #e2e2e2; 
	box-shadow: inset 0 1px 2px #e2e2e2;
	height:17px;
	line-height:17px;
	width:100%;
}
label {
	display:block;	
	color:#82818c;
	line-height:15px;
}
p {	
	margin:0 0 9px 0;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
	width:100%;
	margin:0 auto 20px 0;
	vertical-align:middle;
}
table p {
	margin-bottom:5px;
}
table thead tr {
	font-weight:bold;
	border-bottom:2px solid #ccc;
}
textarea {
	display:block;	
	padding:2px 0;
	resize:none;
	min-width:100%;
	max-width:100%;
}
ul, ol {
	margin:0 0 14px 0;	
	list-style:disc;
}
ol {
	list-style:decimal;	
}
sup{
	font-size:80%;
	position:relative;
	top:-.7em;
	display:inline-block;
} 
sub {
	font-size:80%; 
	position:relative;
	bottom:-.2em;
	display:inline-block;
} 

/**************************************************
*		Useful Generic Classes
***************************************************/
.button, button, input[type=button], input[type=submit] {
	cursor:pointer;
	outline:none;
	padding:0 8px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	height:27px;
	text-align:center;
	display: -moz-inline-box; /* Firefox 2.0 fix for inline block */
	display:inline-block;
	zoom:1; /* IE Fix for inline-block */
	*display: inline; /* IE Fix for inline-block */
	_height:25px;
	text-decoration:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border:1px solid #ae7111;
	border-top-color:#ab7219;
	border-bottom-color:#ac7524;
	background:#df9415;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #feb852 ), to( #ca7c00 ));
	background-image: -webkit-linear-gradient(#feb852 , #ca7c00 );
	background-image: -moz-linear-gradient(#feb852 , #ca7c00 );
	background-image: -ms-linear-gradient(#feb852 , #ca7c00 );
	background-image: -o-linear-gradient(#feb852 , #ca7c00 );
	background-image: linear-gradient(#feb852 , #ca7c00 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feb852, endColorstr=#ca7c00);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feb852, endColorstr=#ca7c00);
	box-shadow:inset 1px 1px 1px rgba(255,255,255,0.6);
	-moz-box-shadow:inset 1px 1px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:inset 1px 1px 1px rgba(255,255,255,0.6);
}
button:hover, .button:hover,
input[type=submit]:hover,
input[type=button]:hover {
	color:#fff;
	text-decoration:none;	
	background: #d28300;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffba42 ), to( #b87100 ));
	background-image: -webkit-linear-gradient(#ffba42 , #b87100 );
	background-image: -moz-linear-gradient(#ffba42 , #b87100 );
	background-image: -ms-linear-gradient(#ffba42 , #b87100 );
	background-image: -o-linear-gradient(#ffba42 , #b87100 );
	background-image: linear-gradient(#ffba42 , #b87100 );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffba42, endColorstr=#b87100);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffba42, endColorstr=#b87100);
}
.button.large {
	line-height:40px;
	height:40px;
	padding:0 47px;
	font-size:15px;
}
.clear {
	clear:both;	
	height:1px;
	margin-bottom:-1px;
}
.no_display {
	display:none;	
}

/**************************************************
			Form Styles
***************************************************/
#form_search {
	position:relative;
	z-index:2;
	top:2px;
}
#form_search > header {
	position:relative;
	padding:0 11px 0 10px;
	height:25px;
	line-height:25px;
	border:1px solid #98a569;
	border-top-color:#96a461;
	border-bottom:none;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background:#9fab66;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #afbc7a ), to( #97a165 ));
	background-image: -webkit-linear-gradient(#afbc7a , #97a165 );
	background-image: -moz-linear-gradient(#afbc7a , #97a165 );
	background-image: -ms-linear-gradient(#afbc7a , #97a165 );
	background-image: -o-linear-gradient(#afbc7a , #97a165 );
	background-image: linear-gradient(#afbc7a , #97a165 );
}
#form_search > header h3 {
	color:#fff;
	line-height:23px;
}
#form_search > header a {
	float:right;
	margin-left:10px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
#form_search div.fieldset {
	border:1px solid #ddd8cb;
	border-top-color:#c2b8a1;
	border-bottom-color:#bdb399;
	border-left-color:#bcb298;
	padding:15px 20px 20px 20px;
	background:#fff;
	background-image: linear-gradient(bottom, #fdfae8, #ffffff 50%);
	background-image: -o-linear-gradient(bottom, #fdfae8, #ffffff 50%);
	background-image: -moz-linear-gradient(bottom, #fdfae8, #ffffff 50%);
	background-image: -webkit-linear-gradient(bottom, #fdfae8%, #ffffff 50%);
	background-image: -ms-linear-gradient(bottom, #fdfae8, #ffffff 50%);
	background-image: -webkit-gradient(	linear, left bottom, left top, color-stop(0, #fdfae8), color-stop(0.5, #ffffff) );
}
.field_first_name {
	float:left;
	width:164px;
	margin:0 11px 5px 0;	
}
.field_last_name {
	float:left;
	width:215px;
	margin:0 0 5px 0;		
}
.field_residence {
	width:388px;
	margin-bottom:-2px;
}
.field_keyword {
	width:388px;
	margin-bottom:2px;
}
.field_residence a {
	position:relative;
	top:-10px;
	left:5px;
}
.field_date {
	width:94px;
	margin:0 16px 0 0;	
	float:left;
}
.field_location {
	width:277px;
	float:left;
}
form input + em {
	display:block;
	color:#b4b4bd;
	font-size:10px;
	position:relative;
	top:-7px;
	left:4px;
}
form em {
	font-family:Arial, Helvetica, sans-serif;	
}
.form_controls {
	width:386px;
	border-top:1px solid #f3ede2;
	padding-top:16px;
}

/**************************************************
			General Layout Styles
***************************************************/
body:before {
	content:'';	
	display:block;
	height:174px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #e8e4d6 ));
	background-image: -webkit-linear-gradient(#ffffff , #e8e4d6 );
	background-image: -moz-linear-gradient(#ffffff , #e8e4d6 );
	background-image: -ms-linear-gradient(#ffffff , #e8e4d6 );
	background-image: -o-linear-gradient(#ffffff , #e8e4d6 );
	background-image: linear-gradient(#ffffff , #e8e4d6 );
	z-index:-1;
}
#main {
	width:980px;
	margin:0 auto 40px auto;	
}
#main > section {
	background:#fff;
	border:1px solid #d8d0c7;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	padding:20px 18px 39px 17px;
	width:534px;
	float:left;
	position:relative;
	z-index:1;
}
#main > section:after {
	content:'';
	display:block;
	width:4px;
	position:absolute;
	right:-4px;
	top:9px;
	bottom:8px;
	background-image: -webkit-gradient(linear, left center, right center, from( #d8d3cc ), to( #f8f6f2 ));
	background-image: -webkit-linear-gradient(left, #d8d3cc , #f8f6f2 );
	background-image: -moz-linear-gradient(left, #d8d3cc , #f8f6f2 );
	background-image: -ms-linear-gradient(left, #d8d3cc , #f8f6f2 );
	background-image: -o-linear-gradient(left, #d8d3cc , #f8f6f2 );
	background-image: linear-gradient(left, #d8d3cc , #f8f6f2 );
}
#main > section > h1 {
	padding-left:87px;	
}
#main > section > p {
	padding:0 115px 0 89px;
}
.image_reports,
.image_people,
.image_records {
	position:absolute;
	background:transparent url(../images/census_collections_sprite.png) no-repeat 0 0;
}
.image_reports {
	width:117px;
	height:120px;
	background-position:0 -248px;
	left:-22px;
	top:12px;
}
.image_people {
	width:215px;
	height:285px;
	top:-8px;
	right:-82px;
	z-index:1;
	background-position:-222px 0;
}
.image_records {
	width:343px;
	height:85px;
	bottom:0;
	left:22px;
	background-position:-118px -285px;
}

/**************************************************
			Sidebar Styles
***************************************************/
#main > aside {
	background:#f8f7f2;
	border:1px solid #d3c9bf;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	float:left;
	width:319px;
	margin:10px 0 0 0;
	position:relative;
	left:-1px;
	padding:9px 31px 106px 51px;
}
.callout {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:29px;
	text-align:center;
	color:#455b13;
	border:1px solid #b8ac92;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:13px 26px 18px 28px;
	margin-bottom:13px;
	background:#fcf9e6;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff ), to( #faf5d5 ));
	background-image: -webkit-linear-gradient(#ffffff , #faf5d5 );
	background-image: -moz-linear-gradient(#ffffff , #faf5d5 );
	background-image: -ms-linear-gradient(#ffffff , #faf5d5 );
	background-image: -o-linear-gradient(#ffffff , #faf5d5 );
	background-image: linear-gradient(#ffffff , #faf5d5 );
}
.callout .button.large {
	position:relative;
	left:-1px;	
}
.callout p {
	margin-bottom:6px;	
}
#main > aside ul {
	list-style:none;
	font-weight:bold;
}
#main > aside ul + p > a {
	font-weight:bold;	
}

/**************************************************
			Modal Content
***************************************************/
#modal {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:10;
}
#center_content {
	float:left;
	height:50%;
	width:100%;
	margin-bottom:-120px;
}
#modal_content	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:29px;
	text-align:center;
	color:#455b13;
	clear:both;
	height:243px;
	position:relative;
	width:516px;
	margin:0 auto;
	background:#fff url(../images/census_collections_sprite.png) no-repeat 293px 2px;
	border:1px solid #333;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#modal_content > p {
	padding-top:66px;	
	margin-bottom:5px;
}
#modal_content > a.button.large {
	padding:0 30px;	
}
#modal_content .btn_close {
	display:block;
	width:28px;
	height:28px;
	position:absolute;
	right:-7px;
	top:-10px;
	background:transparent url(../images/census_collections_sprite.png) no-repeat -120px -254px;
}

/**************************************************
			IE Fixes
***************************************************/
.ie body {
	background-image:url(../images/ie_bkg_body.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
.ie body:before {
	display:none;	
}
#ie7 input[type="submit"] {
	outline:none;
	border:none !important;
}
.ie #modal {
	background:transparent;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
   zoom: 1;	
}
.ie #form_search > header {
	background-image:url(../images/ie_bkg_header.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
.ie #main > section:after {
	background-image:url(../images/ie_bkg_shadow.png);
	background-repeat:repeat-y;
	background-position:0 0;
	bottom:10px;
}