/************************************************************* 
 !Reset
============================================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*============================================================
 !Defaults
============================================================*/

h1, h2, h3, h4, h5, h6 {
	line-height:normal;
}
h1 {
	font-size:28px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}
h2 {
	font: bold 21px 'Open Sans', sans-serif;
	color: #333333;
	border-bottom:1px solid #D9D9D9;
	padding:0 0 8px 0;
	margin-bottom:25px;
}
h3 {
	margin-top:40px;
	font: bold 18px 'Open Sans', sans-serif;
	color: #333333;
	border-bottom:1px solid #D9D9D9;
	padding:0 0 8px 0;
	margin-bottom:25px;
}
h4 {
	font:bold 11px 'Open Sans', sans-serif;
	color: #72736f;
	padding-bottom:10px;
}
h5, h5 a, h5 a:visited {
	font: bold 11px 'Open Sans', sans-serif;
	color:#ffffff;
	font-weight:normal;
}
h6 {
	font:bold 12px 'Open Sans', sans-serif;
	color: #CA8214;
	padding-left:20px;
}
p {
	line-height:1.7em;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	margin:0px;
	text-align:justify;
}
b, strong {
	font-weight:bold;
	line-height:1;
}
i, em {
	font-style:italic;
}
img {
	vertical-align: middle;
}
a {
	text-decoration:none;
	color:#2c42c1;
	outline:none;
	text-decoration:none;
}
a:active {
	color:#000;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a img, .noborder {
	border:0;
}
a.nounderline {
	text-decoration:none;
}
a.nounderline:hover {
	text-decoration:underline;
}
ul {
	list-style: none;
}
.clft {
	clear:left;
}
.clbth {
	clear:both;
}
.clrt {
	clear:right;
}
/*============================================================
 !Basics
============================================================*/
body {
	color:#333333;
	background:#f3f1ee;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	line-height:24px;
}
.header {
	background:#ffffff;
	border-top:5px solid #c72127;
}
.wrapper {
	margin:0px auto;
	width:964px;
}
.logo {
	float:left;
	padding:5px 0px;
	width:295px;
}
.phone-num {
	float: right;
	padding: 31px 0px 0 0;
	font: 18px Arial, Helvetica, sans-serif;
	color: #574017;
}
.phone {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 5px 20px;
	margin-top: 5px;
}
.menu-bg {
	background:#002768;
	height: 48px;
}
.menu {
	float:left;
	width:530px;
}
.dwnload-btn {
	margin-top:4px;
	float:right;
}
.menu ul li a {
	padding: 0;
	float: left;
	color: #fff;
	display:inline-block;
	padding:12px 30px 10px 30px;
	border-left: 1px solid #051a3d;
	font-weight:600;
}
.menu ul li a:hover {
	background:#051a3d;
	text-decoration:none;
}
.selected {
	background:#051a3d;
	text-decoration:none;
}
.brdr-right {
	border-right:1px solid #051a3d;
}
.content {
	background:#fff;
	padding-bottom: 3px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.25);
}
.banner {
	background:url(../images/banner.jpg) no-repeat;
}
.pad-lft-rht {
	padding:0px 35px;
}
.banner-left {
	width:400px;
	float:left;
	padding-top:110px;
	margin-left:27px;
}
.banner-right {
	width:350px;
	float:right;
	padding-top:35px;
	margin-right:35px;
}
.request-btn {
	margin-top:25px;
	margin-left:29px;
	margin-bottom:50px;
}
.title {
	background:#c72127;
	color:#fff;
	font-weight:600;
	font-size:26px;
	padding:13px 25px;
	margin-top:35px;
	text-align:center;
}
.content-img {
	width: 893px;
	margin:35px 0 25px 0;
}
.google-map {
	float:left;
	width:390px;
}
.more-info-form {
	float:right;
	width:480px;
}
.pad-top25 {
	padding-top:25px;
}
.blue-title-bar {
	background:#3148cb;
	padding:10px 20px;
	font-size:20px;
	color:#fff;
	font-weight:600;
}
.more-info-content {
	background:#efecec;
	padding:15px 20px 15px 20px;
}
.tbl td {
	padding:5px;
}
.txtbox {
	width:258px;
	padding:8px 10px;
	border:1px solid #ccc;
}
.txtbox1 {
	width:114px;
	padding:8px 10px
}
.btn {
	background:#2c42c1;
	color:#fff;
	font-weight:600;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:7px 30px;
	font-size:16px;
}
.btn:hover {
	background:#293db1;
	text-decoration:none;
	cursor:pointer;
}
.pdf-btn {
	width:415px;
	margin:0px auto;
}
.mar-40 {
	margin:40px 0px;
}
.veterans-cremation {
	background:#17236a;
	border:4px solid #c72127;
	text-align:center;
	font-size: 26px;
	font-weight:bold;
	padding:20px 40px 30px 40px;
	margin:30px 0px;
	color:#fff;
}
.box {
	background:#fff;
	width:252px;
	margin-right:24px;
	float:left;
}
.box1 {
	background:#fff;
	width:252px;
	float:left;
}
.box-b {
	background:#fff;
	width:252px;
	margin-right:24px;
	float:left;
	border:1px solid #d2d9e4;
}
.box1-b {
	background:#fff;
	width:252px;
	float:left;
	border:1px solid #d2d9e4;
}
.box-title {
	background:#3148cb;
	font-size:14px;
	font-weight:bold;
	padding:9px 0px;
}
.box-title1 {
	background:#3148cb;
	font-size:18px;
	font-weight:600;
	padding:9px 0px;
}
.price {
	background:#ecebe8;
	font-weight:bold;
	font-size:24px;
	color:#000;
	padding:18px 15px 15px 15px;
}
.more-btn-box {
	margin:17px 0 4px 0;
}
.more-btn {
	background:#c72127;
	color:#fff;
	font-weight:600;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:7px 30px;
	font-size:14px;
}
.more-btn:hover {
	background:#d62127;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
.veterans-burial {
	background: url(../images/veterans-burial-bg.jpg);
	border:4px solid #17236a;
	text-align:center;
	font-size: 26px;
	font-weight:bold;
	padding:20px 20px 30px 20px;
	margin:30px 0px;
	color:#fff;
}
.white-bg {
	background:#fff;
	padding-left:20px;
	padding-bottom:20px;
	margin-top:20px;
}
.name {
	font-size:15px;
	font-weight:normal;
	margin-top:-7px;
}
.footer {
	background:#002768;
	text-align:center;
	color:#fff;
	font-size:14px;
	padding:30px 0px;
}
.small-txt {
	font-size:12px;
}

.map{ margin:20px 0px;}
.contact-txt{ font-size:18px; font-weight:600; padding:30px 0 20px 0;}
.tbl td{ padding:4px 0px;}

label.error {
	background:#F00;
	border-radius: 4px;
	display: none;
	position: relative;
	left: 10PX;
	top: 0;
	padding: 4px 7px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
}
form .err {
	color: #fff;
	background: #9d5050;
	border-radius: 4px;
	display: none;
	position: relative;
	left: 330px;
	top: 25px;
	padding: 4px 7px;
}
.tbl td{position:relative;font-size: 14px;
    line-height: normal;}
.tbl label.error{    position: absolute;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 5px;
    line-height: normal;
    right: 0;
    width: 204px;
    /* display: inline-block; */
    top: -10px;
    left: 0;}
