@charset "utf-8";
/* CSS Document */
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:active {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:active, a:focus, input {
	outline: 0;
	outline-style: none;
	outline-width: 0;
}
form input, form textarea {
	border: #999 1px solid;
	padding: 7px;
	border-radius: 8px;
	margin-bottom: 5px;
	width: 100%;
	color: #000;
}
.none {
	clear: both;
}
.red {
	background-color: #c92027;
	color: #FFF;
}
.redBG {
	background-color: #c92027;
	color: #FFF;
	text-align: center;
}
h1, h2 {
	color: #414142;
	font-weight: normal
}
h3 {
	color: #fff;
	font-weight: normal
}
/*div
{
	border:#00C 1px solid;
	
	}*/

body {
	font-size: 16px;
}
a[href^="mailto:"]:before {
	content: "\2709";
}
a[href^="tel:"]:before {
	content: "\2706";
}
.tele {
	color: #fff;
	font-size: 22px;
	text-align: right;
	padding-top:19px;
}
.logo
{
	width:100%;
	padding-top:10px;
	}
.hed {
	background-image: url(../images/hedGrad.png);
}
/*.banner {
background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	height: 300px;
	background-image: url(../images/banner.png);
}*/

.banner {
	


}
.banner img
{
	margin:auto;
	}
.padd {
	padding: 15px;
}
ul {
	list-style-image: url(../images/dot.png);
	font-size: 16px;
}
.foot {
	background-color: #231f20;
	color: #FFF;
}
.foot h2 {
	color: #fff;
}
a[href^="mailto:"]:before {
	content: "\2709";
}
a[href^="tel:"]:before {
	content: "\2706";
}

.greenLine {
	border-bottom: #448b41 1px solid;
	margin: 10px 0px 0px 0px;
}
.boderL {
	border-left: #FFF 1px solid;
}
.boderL img {
	width:100%
}

.boderL:hover {
	border-left: #FFF 1px solid;
	color: #d62128;
	background-color: #FFF;
}
.f1
{
	border-bottom: #29367a 3px solid;
margin: 10px 0px 10px 0px;
}
.f2
{
	border-bottom: #d62128 3px solid;
margin: 10px 0px 10px 0px;
}
.f3
{
	border-bottom: #448b41 3px solid;
	margin: 10px 0px 10px 0px;
}
.ht
{
	height:240px;
	}