
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}
.clear { clear:both; }
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}
.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.fancybox-opened {
	z-index: 1003;	
}
.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}
.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url(../images/fancybox/fancybox_loading.gif);
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}
.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox/fancybox_sprite.png);
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(../images/fancybox/blank.gif); 
	z-index: 1003;
}
.fancybox-prev {
	left: 0;	
}
.fancybox-next {
	right: 0;
}
.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}
.fancybox-prev span {
	background-position: 0 -36px;
}
.fancybox-next span {
	background-position: 0 -72px;
}
.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}
.fancybox-prev:hover span {
	left: 20px;
}
.fancybox-next:hover span {
	left: auto;
	right: 20px;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}
.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
html {
	min-height: 100%;
}
body {
	background: url(../images/global/background.jpg) center bottom repeat-x #E2E9F6;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #30302d;
	padding: 0;
	margin: 0;
}
a, .link {
	color: #255f71;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .link:hover {
	color: #255f71;
	text-decoration: underline;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
hr.dots {
	border: 0;
	border-bottom: 1px dotted #a5aab4;
	background: none;
	padding: 0;
	height: 0px;
	margin: 15px 0;
    clear: both;
}
.tooltip li.dots {
	border-bottom: 1px dotted #a5aab4;
	padding-bottom: 3px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	color: #91a172;
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h1.basic,
h2.basic,
h3.basic,
h4.basic,
h5.basic,
h6.basic {
	font-family: Arial, Helvetica, Verdana;
	color: #000000;
}
p {
	margin-bottom: 15px;
}
.grey {
	color: #666666;
}
.large {
	font-size: 16px;
}
.small {
	font-size: 12px;
}
.tiny {
	font-size: 11px;
}
.dots {
	border-bottom: 1px dotted #a5aab4;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2.step-arrow {
	background: url(../images/home/step_arrow.png) left 0 no-repeat;
	padding-left: 50px;
}
h4.dots {
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small-bottom {
	margin-bottom: 5px;
}
.bottom {
	margin-bottom: 15px;
}
.no-bottom {
	margin-bottom: 0px !important;
}
.caption {
	color: #aaa;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}
.orange {
	color: #c75919;
}
.invisible {
	visibility: hidden;
}
.general-error {
  color: red;
  font-weight: bold;
}
.general-info {
	color: #06F;
	font-weight: bold;
}
#copyright a {
	color: #fff;
}
#copyright a {
  color: #fff;
}
#header,
#body,
#footer,
#nav {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-color: #A4ABB3;
	border-style: dotted;
	border-width: 0 1px 0 1px;
}
#header {
	padding: 10px 20px;
	width: 920px;
	text-align: left;
	overflow: hidden;
}
#logos {
	float: left;
}
#header.fancy-bkgnd {
	background: url('../images/global/fancy-bkgnd.jpg') right top no-repeat #fff;
}
#body {
	border-bottom: 1px solid #9b9a95;
	padding: 20px;
	width: 920px;
	text-align: left;
	min-height: 300px;
}
#footer {
	border-width: 0 1px 1px 1px;
	background: #F5F4F3;
	width: 920px;
	padding: 20px;
	border-top: 3px #d8d5d0 solid;
	font-size: 12px;
	text-align: center;
}
#copyright {
	padding: 20px 0 20px 0;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#full-screen-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/global/full-screen-bkgnd.png);
}
#full-screen-view {
	position: fixed;
	top: 10px;
	left: 10px;
	background: #f9f7f4;
	border: 1px solid #bcc3cf;
	z-index: 100;
	list-style: none;
	padding: 0;
	float: right;
}
#header-actions {
	list-style: none;
	float: right;
	margin-top: 30px;
}
#header-actions li {
	float: left;
	margin-right: 10px;
}
#nav {
	list-style: none;
	padding: 0;
	border-width: 0 1px 0 1px;
	overflow: hidden;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	display: block;
	background: #29393b;
	padding: 8px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}
#nav li.nav-archives a {
	width: 122px;
	padding-right: 10px;
	background: url(../images/nav/archives-default.png) right center no-repeat #2a6978;
}
#nav li.nav-censushome a,
#nav li.nav-gettingstarted a,
#nav li.nav-censussearch a,
#nav li.nav-about a {
	width: 186px;
	border-right: 1px solid #fff;
}
#nav li.nav-help a {
	width: 80px;
	background: #2a6978;
}
body#home #nav li.nav-archives a {
	background: url(../images/nav/archives-current.png) right center no-repeat #cd5728;
}
body#censushome #nav .nav-censushome a {
	background: #D85B28;
}
body#censushome #nav li.nav-archives a {
	background: url(../images/nav/archives-census-home.png) right center no-repeat #2a6978;
}
body#censussearch #nav .nav-censussearch a {
	background: #D85B28;
}
body#about #nav .nav-about a {
	background: #D85B28;
}
body#gettingstarted #nav .nav-gettingstarted a {
	background: #D85B28;
}
body#help #nav .nav-help a {
	background: #D85B28;
}
.censustitle {
	margin: 0 0 15px 20px;
}
.content {
	overflow: hidden;
}
.content-right {
    overflow: hidden
}
.main {
	width: 650px;
	float: left;
	margin-right: 30px;
}
.content-right .main {
    margin: 0 0 0 20px;
}
.side {
	width: 240px;
	float: left;
}
.searchbar,
.sidebar {
	width: 225px;
	float: left;
	margin-right: 15px;
}
.search-options {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden
}
.search-options li {
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-right: 5px
}
.results {
	width: 680px;
	float: left;
	padding-bottom: 30px;
}
#get-involved {
	padding: 0 135px 0 0;
	background: url("../images/widgets/get-involved.png") no-repeat center right;
}
.headline {
	overflow: hidden
}
.headline h1 {
	float: left;
}
#magnifying-glass {
	background: url('../images/home/magnifyingglass.jpg') right top no-repeat;
	padding: 20px 0 20px 20px;
	margin: -20px;
}
#magnifying-glass .content {
	width: 500px;
}
.box {
	border-width: 4px 1px 1px 1px;
	border-style: solid;
	border-color: #bbc3ce;
	background: #f9f7f4;
}
.box .padding {
	padding: 12px;
}
.box-simple {
	border: 1px solid #bbc3ce;
	background: #f9f7f4;
	padding: 10px;
	overflow: hidden;
}
.box-tabs {
	overflow: hidden;
	height: 26px; 
}
.box-tabs a:hover {
	text-decoration: none;
}
.box-tabs li {
	float: left;
	padding: 2px 10px;
	margin: 0 5px 0 0;
	display: block;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #bbc3ce;
	font-weight: bold;
	color: #255f71;
	cursor: pointer;
}
.box-tabs .active {
	background: #f9f7f4;
	color: #30302D;
	cursor: default;
}
.tab-margin {
	margin-top: -1px;
}
.how-it-works {
	width: 675px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30px; 
}
.how-it-works .getstarted {
	position: absolute;
	right: 10px;
	font-size: 12px;
	text-align: center;
}
.steps {
	list-style: none;
	margin: 0;
}
.steps li {
	margin-left: -10px;
	padding: 10px 20px 10px 50px;
	background: url(../images/home/step_arrow.png) left 20px no-repeat;
}
.helpful-links {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.searchmethods {
	overflow: hidden;
}
.searchmethod {
	padding-left: 30px;
	float: left;
	width: 270px;
}
.helpful-links li {
	margin-bottom: 5px;
}
.flow-wrapper {
	overflow: hidden;
	padding: 11px 16px;
}
.flow {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.flow li,
.flow li.last {
	width: 183px;
	padding: 12px 30px 15px 12px;
	float: left;
	text-align: center;
	background: url(../images/widgets/flow-arrow.png) no-repeat;
}
.flow li.last {
	width: 179px;
	padding-right: 15px;
	background: url(../images/widgets/flow.png);
}
.flow li.view-district-number {
	padding: 0 0 0 12px;
	width: 210px;
	background: none;
}
.result-title {
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px dotted #a5aab4;
}
.result-title .powered-by {
	font-size: 12px;
	font-style: italic;
}
.tools {
	padding: 10px 0;
	overflow: hidden;
}
.ie6 .tools {
	height: 21px;
}
.tool-back {
	float: left;
}
ul.switch-context {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 0;
	overflow: hidden;
	float: left;
}
ul.switch-context li {
	float: left;
	margin-right: 10px;
	padding-bottom: 2px;
}
ul.switch-context a {
	background: #f9f7f4;
	border: 1px solid #bbc3ce;
	font-size: 12px;
	padding: 3px 5px;
}
ul.switch-context a.active {
	color: #c75a19;
	border-color: #c75a19;
}
ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
ul.pagination li {
	float: left;
	font-size: 12px;
	margin-left: 10px;
}
ul.pagination .extraspace {
	margin-right: 10px;
}
ul.pagination .info {
	margin: 0;
}
ul.pagination a.next {
	display: block;
	text-indent: -9999px;
	background: url(../images/widgets/pagination-next.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -1px;
}
ul.pagination a.last {
	display: block;
	text-indent: -9999px;
	background: url(../images/widgets/pagination-last.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -1px;
}
ul.pagination a.previous {
	display: block;
	text-indent: -9999px;
	background: url(../images/widgets/pagination-previous.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -1px;
}
.dialog.no-top {
  border-top: none;
}
.dialog {
	border: 1px dotted #a5aab4;
	background: #fffdc6;
	font-size: 12px;
	padding: 10px;
	position: relative;
}
.dialog-arrow {
	width: 10px;
	height: 17px;
	position: absolute;
	left: -9px;
	top: 20px;
	background: url('../images/global/dialog-arrow-left.png') no-repeat;
}
.dialog .options {
	list-style: none;
}
.dialog .options li {
	padding: 2px 0;
}
.add-another {
	font-style: italic;
}
ul.searchresults {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.searchresults li {
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-bottom-color: #bbc3ce;
}
ul.searchresults li.active {
	background: #f9f7f4;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #bbc3ce;
}
ul.searchresults li.active:hover {
	background: #f9f7f4; 
}
ul.searchresults .fullimage {
	display: block;
	margin: 0 auto;
}
ul.searchresults .image-tools {
	background: #f9f7f4;
	padding: 3px 0 1px 0;
	overflow: hidden;
}
ul.searchresults .image-actions {
	list-style: none;
}
ul.searchresults .image-actions li {
	padding: 5px;
	float: left;
	font-size: 12px;
	border-bottom: 0;
	border: 0;
}
ul.searchresults .image-tools li:hover {
	background: none;
}
ul.searchresults .image-pagination {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
ul.searchresults .image-pagination li {
	padding: 5px;
	border-bottom: 0;
	border: 0;
}
ul.searchresults .description {
	float: left;
	width: 415px;
	margin-right: 20px;
}
ul.searchresults .browse-related {
	font-style: italic;
}
ul.searchresults .map {
	float: left;
	width: 106px;
	margin-right: 20px;
	position: relative;
}
ul.searchresults .actions {
	float: left;
	width: 88px;
	font-size: 12px;
	margin-top: 25px;
}
ul.searchresults .actions a {
	display: block;
	height: 18px;
	margin-bottom: 10px;
}
ul.searchresults .mapimage {
	border: 3px solid transparent;
	display: block;
}
ul.searchresults .mapimage:hover {
	border-color: #c85a1a;
}
ul.searchresults .expandable {
	display: none
}
.bookmarks-account {
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana;
  padding-top: 10px;
}
.bookmarks-arrow {
  position: relative;
  left: -10px;
  top: -18px;
  margin-bottom:-30px;
}
.browserelated {
	font-style: italic;
	font-size: 12px;
}
.results-footer {
	padding: 15px 0;
	color: #666666;
	font-size: 12px;
}
.results-footer .info {
	float: left;
}
ul.pagination-large a.previous {
	background: url(../images/buttons/previous.png) no-repeat;
	width: 67px;
	height: 28px;
	padding-top: 0;
	margin-top: -5px;
}
ul.pagination-large a.next {
	background: url(../images/buttons/next.png) no-repeat;
	width: 67px;
	height: 28px;
	margin-top: -5px;
}
ul.pagination-large input.jumpto {
	border: 1px solid #7D8791;
	padding: 5px;
	margin-top: -5px;
	width: 30px;
}
ul.pagination-large a.go {
	display: block;
	text-indent: -9999px;
	background: url(../images/buttons/go.png) no-repeat;
	width: 53px;
	height: 28px;
	margin-top: -5px;
}
.tooltip {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
	position: absolute;
	text-align: left;
	border: 1px solid #b1bed0;
	border-radius: 6px;
	padding: 25px 15px 10px 15px;
	z-index: 200;
	margin-top: 0px;
}
.tooltip-arrow {
	background: url(../images/global/tooltip-arrow.png) no-repeat;
	width: 19px;
	height: 9px;
	padding-bottom: 15px;
	margin: -34px auto 0 auto;
}
.tooltip-map {
	width: 116px;
	margin-top: -10px;
}
.tooltip-print {
	width: 200px;
}
.tooltip-download, .tooltip-bookmark {
	width: 210px;
}
.tooltip-download form li.download-security-check {
    display: none;
}
.tooltip-download-secure {
	width: 410px;
}
.tooltip-download-secure form li.download-security-check {
	display: block;
}
.tooltip-print strong,
.tooltip-download strong,
.tooltip-bookmark strong {
	display: block;
	float: left;
	width: 80px;
}
.tooltip .action {
	margin-top: 10px
}
.tooltip-download .btn-download,
.tooltip-print .btn-print,
.tooltip-bookmark .btn-bookmark,
.tooltip-print .btn-download {
	width: 100px;
	font-size: 12px;
	margin-left: 80px;
}
.tooltip ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tooltip ul li {
	padding: 0;
	border: 0;
	height: inherit;
	font-size: 12px;
	float: none;
	margin-bottom: 5px;
}
#fs-header {
	padding: 10px;
	overflow: hidden;
}
#fs-header img {
	float: left;
}
#fs-nav {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
#fs-nav .breadcrumb {
	list-style: none;
	margin: 0;
	overflow: hidden;
	float: left;
}
#fs-nav .breadcrumb li {
	float: left;
	margin-right: 10px;
}
#fs-nav .pagination {
	float: right;
	margin-top: 10px;
}
#fs-footer {
	padding: 3px;
	height: 28px;
	overflow: auto;
}
#scroll-notification {
	background: #fff6b8;
	border: 1px solid #fddb1b;
	padding: 4px 8px;
	margin: -5px -3px 4px -3px;
	font-size: 12px;
}
.fs-actions {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
}
.fs-actions li {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
#fs-body .general-error {
    margin-left: 10px;
}
.tooltip-help {
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #BBC3CE;
	position: absolute;
	font-size: 12px;
	padding: 5px 10px;
	max-width: 200px;
	margin: 10px 0 0 2px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin: 0 auto;
}
.createaccountwithfacebook {
  padding-top: 15px;
	margin-bottom: 40px;
}
#faqcontainer {
	margin-bottom: 30px;
	overflow: hidden;
}
.fourohfour {
	margin: 0 0 15px 25px;
}
#how-it-works-1930 {
	list-style: default;
	margin-left: 20px;
}
.next-steps {
	list-style: none;
	overflow: hidden;
	margin-bottom: 15px;
}
ul.next-steps li {
	float: left;
	background: url(../images/home/step_arrow.png) left 0 no-repeat;
	width: 205px;
	padding: 0 0 0 45px;
	font-size: 12px;
	border-bottom: none;
}
ul.next-steps li:hover {
	background: url(../images/home/step_arrow.png) left 0 no-repeat;
}
ul.next-steps .btn-orange {
	width: 150px;
}
.help-button-wrapper {
    overflow: hidden
}
.search-by-name-wrapper {
    width: 325px;
    text-align: center;
    font-style: italic;
    font-size: 12px
}
#research-wrapper {
    padding-right: 300px;
    background: url(../images/home/research.jpg) top right no-repeat; 
    min-height: 897px;
}
#research-wrapper .research {
    background: url(../images/home/step_arrow.png) top left no-repeat;
    padding-left: 50px;
}
.get-started-wrapper {
    width: 225px;
    text-align: center;
}
.get-started-wrapper a {
    font-size: 12px;
}
#recaptcha_widget_div {
	float: left;
}
.btn-orange,
.btn-white {
	background: -moz-linear-gradient(top,  #d86017 0%, #aa4b13 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d86017), color-stop(100%,#aa4b13));
	background: -webkit-linear-gradient(top,  #d86017 0%,#aa4b13 100%);
	background: -o-linear-gradient(top,  #d86017 0%,#aa4b13 100%);
	background: -ms-linear-gradient(top,  #d86017 0%,#aa4b13 100%);
	background: linear-gradient(top,  #d86017 0%,#aa4b13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86017', endColorstr='#aa4b13',GradientType=0 );
	display: block;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid #fff;
	padding: 3px;
	font-size: 14px;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	text-align: center;
	cursor: pointer;
}
.btn-white {
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(top,  #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	color: #c75919;
	border-color: #7f8994;
}
.btn-white:hover {
	color: #c75919;
	text-decoration: none;
}
.btn-orange:hover {
	color: #fff;
	text-decoration: none;
}
.btn-about-the-census {
    width: 200px;
    float: left;
    margin-right: 10px;
}
.btn-search-1930-by-name {
    width: 325px;
    margin-bottom: 5px;
    font-style: normal;
}
.btn-census-faq {
    width: 125px;
    float: left
}
.btn-census-research-101 {
    width: 175px;
    float: left;
    margin-right: 10px;
}
.btn-start {
	width: 162px;
	padding: 1px;
}
.btn-view-it {
	width: 125px;
	margin: 0;
}
.btn-create-account {
    width: 150px;
}
a.btn-research-get-started {
    width: 210px;
    font-size: 18px;
}
.btn-bookmarks {
	width: 200px;
	padding: 2px;
}
.btn-learn-about-bookmarks {
	width: 200px;
	padding: 2px 1px 1px 1px;
}
.btn-share {
	width: 122px;
	color: #255f71;
	font-weight: normal;
	font-size: 12px;
}
.dialog .btn-remove {
	margin-bottom: -3px;
	cursor: pointer;
}
.dialog .btn-map {
	margin-bottom: -4px;
	cursor: pointer;
}
.btn-getstarted {
	width: 222px;
	margin-bottom: 5px;
	font-size: 20px;
}
.btn-startyoursearch {
	width: 232px;
}
.flow-wrapper .btn-startyoursearch {
	margin: 15px 5px 0 0;
}
.btn-helpfindancestors {
	width: 232px;
}
.btn-search {
	width: 127px;
}
.btn-createanaccount {
	text-indent: -9999px;
	background: url(../images/buttons/createanaccount.png);
	width: 187px;
	height: 28px;
	display: block;
	border: 0;
}
.btn-backtosearch {
	width: 100px;
	display: block;
}
.btn-white.btn-backtosearch {
	width: 150px;
}
.btn-createfacebookaccount {
  height: 30px;
	width: 100px;
	background: url(../images/buttons/facebook_connect.jpg) left top no-repeat;
	display: block;
	text-indent: -9999px;
}
.btn-startsearching {
	width: 150px;
}
.btn-search-1930 {
	width: 125px;
}
input.btn-viewit {
	width: 127px;
	margin: 5px 3px 10px 0;
}
input.btn-updatesearch {
	width: 108px;
	font-size: 11px;
	margin-top: 5px;
}
input.btn-sendbookmarks {
	width: 157px;
	margin-top: 5px;
}
input.btn-viewitwhite {
	width: 127px;
	margin-top: 5px;
}
.definition {
	width: 500px;
	float: left;
	margin-bottom: 10px;
}
.definition dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
.definition dl dt {
	clear: both;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.definition dl dd {
  font-weight: bold;
  width: 325px;
  float: left;
}
.moredetails {
	clear: both;
	margin: 10px 0 0 110px;
}
.definition dl dd.description {
	font-weight: normal;
}
.seemore {
	margin-top: 75px;
	width: 125px;
	float: left;
}
.faqlist {
	margin: 15px 0 15px 20px;
	padding: 0;
	width: 435px;
	list-style: none;
	float: left;
}
.faqlist li {
	margin-bottom: 5px;
}
.faqlist li a {
	background: url(../images/global/listarrow-collapsed.png) left center no-repeat;
	display: block;
	padding: 0 0 0 25px;
	font-weight: bold;
}
.faqlist li a.expanded {
	background-image: url(../images/global/listarrow-expanded.png);
}
.faqlist-child {
	list-style: none;
	margin: 5px 0 10px 0 ;
	padding: 0;
}
.faqlist-child li a {
	background: none !important;
	font-weight: normal;
}
#start-search {
	list-style: none;
	overflow: hidden;
	padding: 10px;
}
#start-search li {
	float: left;
	width: 150px;
	margin-right: 20px;
	background: url(../images/home/step_arrow.png) left top no-repeat;
	padding-left: 45px;
}
#start-search li.last {
	margin-right: 0px;
}
.error-list {
	list-style: bullet;
}
.error-list li {
	margin-left: 20px;
}
#connie-potter {
	float: right;
	width: 275px;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
	padding: 0 0 10px 10px;
}
#convert-ed {
	margin: 0 0 20px 15px;
}
#powered-by-archives {
	font-size: 12px;
	font-style: italic;
	float: right;
	margin-top: 5px;
}
#breadcrumb {
	padding-top: 10px
}
#full-screen-wrapper .pagination-wrapper {
	background: #BBC3CE;
	overflow: hidden;
	margin: 0 4px 0 4px;
	padding: 5px;
}
#full-screen-wrapper .pagination-wrapper {
	margin: 0;
}
#full-screen-wrapper .pagination li {
	padding: 0;
	border: 0;
	color: #30302b;
}
form.district_number {
	text-align: right;
	overflow: hidden;
}
form.convert-ed ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden
}
form.convert-ed li {
	float: left;
	margin-right: 5px
}
form.convert-ed label.error {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form.district_number input.text {
	width: 175px;
}
form#contact textarea {
    width: 485px;
    height: 100px
}
form#contact .btn-contact {
    width: 150px;
    float: right
}
form.createaccount ul,
form.standard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form.createaccount ul li,
form.standard ul li {
	overflow: hidden;
	margin-bottom: 5px;
	clear: both;
}
form.standard span.note {
    margin-left: 10px;
    font-size: 11px;
    font-style: italic;
}
form.createaccount ul li label,
form.standard ul li label {
	width: 150px;
	float: left;
	font-weight: bold;
}
form.createaccount .checkbox {
	width: auto;
}
.ie7 form.createaccount .checkbox {
	margin-top: -3px;
}
form.createaccount input,
form.standard input {
	float: left;
}
form.createaccount li.space,
form.standard li.space {
	margin-bottom: 15px;
}
form.createaccount input,
form.standard input {
	width: 200px;
	float: left;
}
form.createaccount input.btn-orange {
	width: 160px;
}
form#reset-password input.btn-reset-password {
    width: 180px;
}
form.standard label.error,
form.createaccount label.error {
	color: #ff0000;
	font-size: 11px;
	width: 250px;
	font-style: italic;
	margin: 6px 0 0 5px;
	font-weight: normal;
}
form label.error {
	font-size: 12px;
	color: red;
}
form.standard ul li label.error {
  display: inline;
  float: none;
  width: 125px;
}
form.createaccount .checkbox {
	width: inherit;
	margin: 5px 5px 0 0;
}
form.createaccount .dots {
	width: 361px;
	margin-bottom: 15px;
}
form.research_districts {
	overflow: hidden
}
form.research_districts label,
form.enumeration_districts label {
	display: block;
	font-weight: bold;
}
.dropdown {
	width: 203px;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #bbc3cf;
	padding: 4px 5px;
	color: #575757;
	font-size: 12px;
	background: url(../images/global/select-arrow.png) 183px 4px no-repeat #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#question_type { 
	width: 212px;
	background-position: 192px 4px;
}
form#form-1930-census .birth_year_offset {
	width: 100px;
	background-position: 80px 4px;
}
form.district_number .state {
	margin-bottom: 5px;
}
form.research_districts li.error span.required,
form.enumeration_districts li.error span.required,
form#contact span.required {
	color: #ff0000;
}
.privacy-required {
	font-size: 12px;
	color: #666;
	font-style: italic;
}
form.research_districts .error input,
form.research_districts .error select {
	border-color: #ff0000;
}
form.research_districts .dialog-arrow {
	margin-top: 5px;
}
form.research_districts ul,
form.enumeration_districts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form.research_districts ul li,
form.enumeration_districts ul li {
	margin-bottom: 10px;
}
form.research_districts input.text {
	width: 190px;
}
form.standard .disabled,
form.research_districts .disabled,
form.enumeration_districts .disabled {
	background: #f4f4f4;
}
form.research_districts .dialog input.text {
	width: 169px;
}
form.research_districts .caption,
form.enumeration_districts .caption {
	float: right;
	margin-top: 2px;
}
input.text,
textarea.text {
	border: 1px solid #bbc3cf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #575757;
	padding: 4px 5px;
	font-size: 12px;
	margin: 0;
}
#form-1930-census ul {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px dotted #A4ABB3;
	margin-bottom: 10px;
}
#form-1930-census label {
	font-weight: bold;
	display: block;
}
#form-1930-census label.match {
	display: inline;
	font-weight: normal;
	font-size: 11px;
}
#form-1930-census input.text {
  width: 175px;
}
#form-1930-census #birth_year {
	width: 100px;
}
#form-1930-census li {
	float: left;
	width: 325px;
	height: 66px;
}
#form-1930-census .residence,
#form-1930-census .birth_state {
	width: 187px;
	background-position: 166px 4px;
} 
#form-1930-census label.error {
	font-size: 11px;
	color: red;
}
form.convert-ed ul li.error select {
  border-color: #ff0000;
}
input.error, 
form.district_number select.error,
form.standard select.error,
form.standard textarea.error {
	border-color: #ff0000;
}
select {
	margin: 0;
}
form.viewcensusimage input.text {
	width: 191px;
}
form.viewcensusimage {
	overflow: hidden;
}
form.sendbookmarks {
	text-align: right;
	overflow: hidden;
}
form.sendbookmarks input {
	width: 175px;
}
form.sendbookmarks input.btn-sendbookmarks {
	width: 150px;
	float: right;
}
form.district_number select,
form.district_number input {
	display: block;
	float: right;
}
form.district_number label.error {
	font-size: 11px;
	clear: both;
	font-weight: bold;
	display: block;
	float: right;
}
.questions {
	list-style: decimal;
	border: 1px solid #BBC3CE;
	margin-bottom: 25px
}
.questions li {
	border-bottom: 1px solid #BBC3CE;
	padding: 8px;
}
.questions li:nth-child(even) {
	background: #F9F7F4;
}
.questions li:last-child {
	border-bottom: 0px;
}
.codes {
	width: 100%;
	border: 1px solid #BBC3CE;
	margin-bottom: 25px;
}
.codes td {
	padding: 8px;
	border-bottom: 1px solid #BBC3CE;
}
.codes tr:last-child td {
	border-bottom: 0px
}
.codes tr:nth-child(even) td {
	background: #F9F7F4;
}
.codes th {
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #BBC3CE;
}
.one-step-credit {
	font-size: 11px;
	color: #333;
	font-style: italic;
	text-align: left;
	margin-bottom: 0;
}
#cant-search-by-name {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	float: right;
	margin-top: 15px;
}
#privacy-policy-wrapper label.error {
	clear: both;
	margin: 0 0 0 150px;
}
.icon-help-right {
	background: url(../images/icons/help.png) right 1px no-repeat;
	padding-right: 20px;
}
.icon-bookmark {
	background: url(../images/icons/bookmark.png) left center no-repeat;
	padding-left: 20px;
}
.icon-bookmarked {
	background: url(../images/icons/bookmarked.png) left center no-repeat;
	padding-left: 20px;
}
.icon-share {
	background: url(../images/icons/share.png) left center no-repeat;
	padding-left: 20px;
}
.icon-bookmarks {
	background: url(../images/icons/bookmark.png) left center no-repeat;
	padding-left: 20px;
}
.icon-quickview {
	background: url(../images/icons/quickview.png) left center no-repeat;
	padding-left: 20px;
}
.icon-print {
	background: url(../images/icons/print.png) left center no-repeat;
	padding-left: 20px;
}
.icon-viewfullscreen {
	background: url(../images/icons/viewfullscreen.png) left center no-repeat;
	padding-left: 20px;
}
.icon-download {
	background: url(../images/icons/download.png) left center no-repeat;
	padding-left: 20px;
}
.icon-close {
	background: url(../images/icons/close.png) left center no-repeat;
	padding-left: 20px;
}
.quick-viewer {
    width: 670px;
    height: 600px;
}
.full-viewer {
    width: 100%;
    height: 787px;
}
.icon-watch-stream {
	background: url(../images/icons/tv.png) left center no-repeat;
	padding: 10px 0 10px 45px;
}
.lazy {
  display: none;
}
.report-problem {
  color: #255F71;
  background: url(../images/icons/error.png) left center no-repeat;
  padding-left: 20px;
}
.report-problem:hover {
  text-decoration: underline;
  cursor: pointer;
}
