@charset "utf-8";
/* CSS Document */

body {
	background-color: #0a2f5b;
}
div {
	box-sizing:border-box;
}
a {
	color:#09C;
	text-decoration: none;
}
label {
	display:block;
}
/* start of desktop styles */
.Container1, .footer {
	background-image: url(../images/bg-body.jpg);
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius:4px;
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
	width: 900px;
	padding-top: 40px;
	padding-right: 32px;
	padding-bottom: 40px;
	padding-left: 32px;
}
.Container1 {
	min-height: 500px;
}
.footer {
	background-image: none;
	margin-top: auto;
	margin-bottom: 40px;
	font-size: 12px;
	text-transform: capitalize;
	color: #E3E3DB;
	padding-top: 20px;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0px;
}
.TxtField1, input[type=text], select {
	border: 2px solid #069;
	margin-bottom: 6px;
	border-radius: 3px;
	padding: 8px;
	width: 260px;
}
.TxtField1:focus, input[type=text]:focus, select {
	border: 2px solid #333;
	background-color: #F1F0ED;
}
.btn1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:#F60;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn1:hover {
	background-color: #751715;
}
.logo {
	display: inline-block;
	float: left;
	width: 300px;
	clear: left;
}
.menu1 {
	display: block;
	float: right;
	width: 340px;
	clear: right;
	text-align: right;
	padding-top: 4px;
}
.menu1 a {
	display: inline-block;
	background-color: #2284D5;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
	margin-left: 4px;
	text-decoration: none;
	border-radius: 4px;
}
.menu1 a:hover {
	background-color: #1A639F;
}
.hotzLine {
	display: block;
	width: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D72B27;
	margin-top: 50px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.topic1 {
	color: #069;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.Boxdtl {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #069;
	margin-bottom: 30px;
	margin-top: 2px;
}
.boxLeft, .boxRight {
	line-height: 1.9em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: capitalize;
}
.boxLeft {
	width: 30%;
	float: left;
	border-right-style: none;
	font-weight: bold;
}
.boxRight {
	width: 70%;
	float: right;
}
.clearfix1 {
	display: block;
	clear: both;
	float: none;
	height: 0px;
}
.redText {
	font-weight: bold;
	text-transform: capitalize;
	color: #E10000;
	font-size: 11px;
}
.btn23 {
	color: #FFF;
	background-color: #369;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-transform: capitalize;
	text-decoration: none;
}
.retdText76 {
	font-size: 16px;
	color: #F00;
}
.Helpline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3F3F3F;
	text-align: right;
}
.Helpline23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
 @media screen and (max-width: 991px) {
/* start of large tablet styles */

.Container1, .footer {
	background-image: url(../images/bg-body.jpg);
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: auto;
	padding-top: 40px;
	padding-right: 32px;
	padding-bottom: 40px;
	padding-left: 32px;
	box-sizing: border-box;
}

.footer {
	background-image: none;
	margin-top: auto;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
}

}
 @media screen and (max-width: 767px) {
/* start of medium tablet styles */

.Container1, .footer {
	background-image: url(../images/bg-body.jpg);
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: auto;
	padding-top: 40px;
	padding-right: 32px;
	padding-bottom: 40px;
	padding-left: 32px;
	box-sizing: border-box;
}

.footer {
	background-image: none;
	margin-top: auto;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
}

}
 @media screen and (max-width: 479px) {
/* start of phone styles */
.Container1, .footer {
		background-image: url(../images/bg-body.jpg);

 border-radius:0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 width: 100%;
 padding-top: 20px;
 padding-right: 20px;
 padding-bottom: 40px;
 padding-left: 20px;
}
.footer {
 border-radius:0px;
 padding-top: 20px;
 padding-bottom: 20px;
}
 .boxLeft, .boxRight {
 line-height: 1em;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: none;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-color: #999;
 border-bottom-color: #999;
 border-left-color: #999;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 8px;
 text-transform: capitalize;
 height: 42px;
 overflow:hidden;
}
.logo {
 display: inline-block;
 float: none;
 width: 100%;
 clear: both;
}
.menu1 {
 float: none;
 width: 100%;
 clear: right;
 text-align: center;
 padding-top: 10px;
 margin-top: 20px;
 margin-bottom: 0px;
}
 .menu1 a {
 display: inline-block;
 padding-top: 6px;
 padding-right: 8px;
 padding-bottom: 6px;
 padding-left: 8px;
 font-size: 12px;
 margin-left: 2px;
 margin-right: 2px;
}
 .hotzLine {
 margin-top: 10px;
 margin-bottom: 20px;
}
}
