html, body { 
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
.navbar-brand {
	padding:0px;
	height: auto;
	position: absolute;
	top:0;
	left:0;
	float: none;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
	margin-bottom:0;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:focus {
  color: #111;
	font-weight:bold;
	font-weight:17px;
}
	.navbar-inverse .navbar-nav>li>a:hover {
  color:#A31313;
}
.hman {
	background-image: url("/images/top_bg.jpg");
	background-position: center center;
	width: 100%;
	height: 450px;
}
.quotebox {
	background-color: #A31313;
	padding:25px 30px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
	.quotebox span {
		color:#fff;
		font-weight: bold;
		font-size:16px;
		line-height: 16px;
		display: block;
		padding:0px 0px 15px 0px;
	}
.quote {
	max-width:500px;
	margin:110px auto;
}
.quote form:after {
	content: "";
	display: block;
	clear: both;
}
.quoteinput {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border:0px;
	width:75%;
	float:left;
}

.quoteinput3 {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border:0px;
	width:39%;
	float:left;
}
.quoteinput2 {

	margin-left:3px;
	border:0px;
	width:35%;
	float:left;
}
	.sub {
		-webkit-border-top-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-radius-topright: 12px;
		-moz-border-radius-bottomright: 12px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		color:#fff;
		background-color: #111;
		padding:5px 10px;
		border:0px;
		font-size:18px;
		width:25%;
	}
.grayBar {
	background-color: #333;
	padding:15px 0px;
	color:#fff;
}
	.grayBar span {
		color:#777;
	}
.middlebg {
	text-align: center;
	background-image: url("/images/middlebg.jpg");
	background-position: center center;
	background-repeat: repeat-y;
	padding-bottom: 25px;
}
	.bax {
		max-width: 600px;
		padding:20px 40px;
		border:4px solid #ccc;
		margin:35px auto 0px auto;
		background-color: #fff;
		color:#666;
		font-size:29px;
		font-weight: bold;
	}
	.bax2 {
		max-width:850px;
		margin-top:0px;
	}
	.bax:after {
		content:"";
		clear:both;
		display: block;
	}
h5 {
	display:block;
	background-color:#A31313;
	color:#fff;
	font-size:32px;
	margin:0;
	padding:15px 20px;
}
.middlecnt p {
	border:4px solid #ccc;
	padding:15px;
	margin:0 0 25px 0;
	background-color:#fff;
	line-height:1.2em;
	text-align:left;
}
.dd {
	max-width:250px;
	margin:20px auto;
	background-color:#fff;
}
	.dd span {
		display:block;
		font-size: 18px;
    font-weight: bold;
    color: #861314;
		padding-bottom:6px;
	}
	.dd p {
		line-height:1.2em;
	}
footer {
	margin-top:40px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #ddd;
}
.navbar-inverse .navbar-toggle {
  border-color:#A31313;
	background-color:#A31313;
	color:#fff;
}
.btn-primary {
	color: #fff;
  border-color:#A31313;
	background-color:#A31313;
}
	.btn-primary:hover {
		background-color:#333;
	}