
body {
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    background:#ececec;
    min-width:1000px;
    max-width: 100%;
}
a {
    text-decoration:none;
    color: black;
}
li {
	line-height: 20px;
}
.headerLi {
	position: relative;
	float: left;
	list-style: none outside none;
	padding: 5px 20px;
	text-align: center;
	cursor: pointer;
	height: 77px;
	font-size: 12px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px none;
}
.centerContainer {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	border: 0px solid black;
	
}
.frontBanner {
	position: relative;
	width: 450px;
	height: auto;
	border: 0px solid black;
	float: left;
	text-align: left;
    
    margin-left: -50px;
}
.img1 {
	position: absolute;
	margin-top: 10px;
	right: 0px;
	width: 485px;
	height: 386px;
	border: 0px solid black;
	margin-right: 100px;
}
.texth1 {
	text-decoration: none;
	font-size: 29px;
	color: black;
	font-weight: 300;
	font-family: 'open sans',arial,sans-serif;
	line-height: 40px;
	margin-left: 40px;
	font-weight: bolder;
}
.texth2 {
	font-size: 15px;
	font-weight: 300;
	font-family: 'open sans',arial,sans-serif;
	line-height: 25px;
}
section {
	background-repeat: repeat; 
	background-position: 50% 0px;
}

#header {
	height:120px;
	background:#ececec;
    color: black;
    min-width:1000px;
    max-width: 100%;
}
.headerInside {
	position:absolute;
	
    min-width: 1000px;
    background: none;
}
.headerInside .headerInsideImg1, .headerInside .smallHeader{
    margin-left: 5px;margin-top:8px;
}
.smallHeader {
    color:#222222;
    margin-top:5px;
    font-size:13px;
}
.headerUl {
    float:right;
    padding:0px;
    margin-left:400px;
    margin-top:-80px;
    position:relative;
}
.headerLogin {
    position:absolute;
    margin-left:-35px;
    margin-top:-13px;
    color: white;
}
.headerLoginImage {
    margin-right:5px;
    margin-top:-4px;
    margin-left:-4px;
}

.footer {
    min-width:100%;
    height:130px;
    background:#272727;
    color:grey;
    float:left;
    font-size:14px;
}
.footerLeft {
    width:60%;
    float:left;
    margin-top:30px;

}
.footerRight {
    width:40%;
    float:right;
    margin-top:13px;
    float:right;
    text-align:right;

}
div .footerRight ul li {
    list-style: none outside none;
    float:left;
    padding-right:20px;
    padding-left:20px;
    border-right: thin solid grey;

}
.footer-link{
    color: grey;
}

element.style {
-moz-user-select: none;
-webkit-user-select: none;
}

#noprint {
display: block;
}

.btn{
    font-weight: bold;
    background-color: #C72A1F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    color: white;
    font-size: 19px;
}
