@charset "UTF-8";
/* CSS Document 
Oswald:400,700,300[normal, bold, light]
*/
body {
	margin: 0;
	/* begin cross-browser gradient bg */
	background: #3f6999; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmNjk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzRmODViMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjZhOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #3f6999 0%, #4f85b3 25%, #366a9a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3f6999), color-stop(25%,#4f85b3), color-stop(100%,#366a9a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3f6999 0%,#4f85b3 25%,#366a9a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3f6999 0%,#4f85b3 25%,#366a9a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3f6999 0%,#4f85b3 25%,#366a9a 100%); /* IE10+ */
	background: linear-gradient(to right,  #3f6999 0%,#4f85b3 25%,#366a9a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6999', endColorstr='#366a9a',GradientType=1 ); /* IE6-8 */
	/* end cross-browser gradient bg */
	font: 16px Arial, sans-serif;
	color: #000000;
}
body, div, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 20px;
}
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top:0;
	padding-top:0;
}
h1 { font-size:36px; }
h2 { font-size:24px; }
h3 { font-size:18px; }
h4 { font-size:16px; }

img {
	display: block;
}
a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}	
div.main-contain {
	width: 994px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #004580;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.55);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.55);
}
#header a {
	text-indent: -9999px;
	border-bottom: 1px solid #004580;
	width: 994px;
	height: 84px;
	display: block;
	background: url("/images/common-header.jpg") top left no-repeat transparent;
}
#header-home a {
	text-indent: -9999px;
	border-bottom: 1px solid #004580;
	width: 994px;
	height: 392px;
	display: block;
	background: url("/images/home-header.jpg") top left no-repeat transparent;
}
.main-content {
	padding: 20px 20px 150px 20px;
	overflow: auto;
}
.main-content p {
	font: 14px/140% Helvetica, Arial, sans-serif;
	color: #000000;
}
#home-left {
	width: 470px;
	margin: 10px 20px 0 0;
}
#home-left h2 {
	font-size: 14px;
	margin-bottom: 20px;
}
#home-left p, #home-right p {
	margin-bottom: 20px;
}
#home-left ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#home-left ol li {
	background-position: 0px 0px;
	padding: 5px 0 10px 30px;
	background-repeat: no-repeat;
	line-height: 1em;
}
#home-left ol li.one {
	background-image: url(/images/ol1.png);
}
#home-left ol li.two {
	background-image: url(/images/ol2.png);
}
#home-left ol li.three {
	background-image: url(/images/ol3.png);
}
#home-left ol li.four {
	background-image: url(/images/ol4.png);
}
#home-left ol li.five {
	background-image: url(/images/ol5.png);
}
#home-right {
	margin: 0;
	width: 464px;
}
.locations select {
	width: 150px;
}
.step-one table {
	padding-top: 25px;
}
.step-one th {
	width: 170px;
	text-align: right;
	font-weight: bold;
	padding: 4px 6px 4px 0;
}
.step-one input.submit-button {
	width: 196px;
	margin: 35px auto 0;
	display: block;
}
div#left-nav {
	width: 335px;
}
.main-section, .main-section div {
	/*display: none;*/
}
.main-section, .subsection {
	display: block;
	float: right;
	width: 617px;
	margin-top: 10px; /* else ie7 cuts off */
}
.main-section h2 {
	font-size:36px;
	margin: 0 0 15px 0;
}
.main-section h3 {
	font-size:24px;
	margin: 0;
}
.subsection div {
	margin: 5px 0;
}
.informants-name.subsection div, .decedent-address.subsection div, .decedent-marital.subsection div, .disposition.subsection div, .physician.subsection div {
	margin: 10px 0;
}
.subsection p, .subsection fieldset {
	margin: 15px 0;
}
.email-confirm {
	display: none;
}
.form-sections {
	display: block;
	float: left;
	width: 337px;
}
.form-sections ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.form-sections h3 {
	margin: 0;
	padding: 20px 0 0 0;
}
.form-sections li:first-child h3 {
	padding-top: 0px;
}
.form-sections a {
	font-family: 'Oswald',sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#005285;
	line-height: 27px;
	text-decoration: none;
}
.form-sections h3 a {
	font-size: 24px;
	line-height: 30px;
}
.form-sections a.current {
	color: #777;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block;
}
.block-label label {
	display: block;
}
.inline-label label {
	display: inline-block;
}
.inline-div div {
	display: inline-block;
}
.inline-table {
	display: inline-table;
}
.subsection h3 + p, legend {
	font-weight: bold;
}
.subsection .field-left {
	display: inline-block;
	float: left;
	text-align: right;
	width: 250px;
	margin-right: 20px !important;
}
.subsection .field-left.text-left, .subsection .field-right.text-left {
	text-align: left;
}
.subsection .field-right {
	display: inline-block;
	float: left;
	text-align: right;
	width: 250px;
}
.subsection div.field-center {
	margin-left: 10px;
	margin-right: 10px;
}
.subsection div.full-width {
	width: 570px;
}
.subsection .field-full {
	width: 417px;
}
input.service_choice {
	vertical-align: top;
}
.services-right div {
	text-align: right;
}
.services.subsection li {
	margin-bottom: 5px;
}
span.marginblock {
	display: block;
	margin-left: 25px;
}
.decendentrace li {
	list-style-type: none;
	margin: 5px 0;
}
.merch-items ul {
	list-style: none;
	padding: 0;
}
.merch-items li {
	display: inline-block;
	vertical-align: top;
}
.merch-items img {
	border: 1px solid #306F9E;
}
.merch-items .merch-item {
	padding: 0 0 0 5px;
}
.merch-item select, .merch-item input {
	vertical-align: top;
	margin-top: 3px;
}
label.merch-info {
	display: inline-table;
	text-align: left;
	width: 150px;
	pointer-events: none;
}
span.merch-price {
	display: block;
	font-weight: bold;	
}
div.merch-bottom {
	margin-top: 20px;
}
.merch-totals td {
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.services-right input, .merch-totals input {
	border: none;
	text-align: right;
	font-weight: bold;
}
select#death_cert_copies {
	margin-left: 30px;
}
.merch-totals input#total, .merch-totals input#total2, .merch-totals input#total_urn_container_charge, .services-right input#total_service_charge {
	width: 100px;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.continue-button {
	float: left;
	margin-top: 30px;
}
.continue-button-merch img {
	margin-top: 35px;
}
.keepsakes .continue-button-merch img {
	margin-top: 60px;
}
div#print-button input {
	background: #FFFFFF url("/images/continue-submit.png");
	border: none;
	height: 66px;
	width: 196px;
	cursor: pointer;
	text-indent: 9999px;
	*text-indent: 0px; /* ie7 */
}
div#footer-contain {
	width: 994px;
	margin: 0 auto;
	color: #FFFFFF;
	background: transparent;
}
#footer {
	clear: both;
	padding: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	font: 11px Arial, sans-serif;
}
#footer li.privacy-policy {
	float: right;
}
#privacy-policy h1 {
	margin-top: 10px;
}