body { 
	
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Arial Unicode MS', Calibri;
    font-size: 1.05em;
	line-height: 1.25em;
}

.top {
    /*width: 100%;*/
    color: #555454;
    background-color: #fff;
    height: 75px;
    top: 0;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
    padding: 0 30px;
    z-index: 100;
    border-bottom: 4px solid #9B9790;
}

.slider {
    width: 100%;
    color: white;
    background-color: #fff;
    /*padding-top: 15px;*/
}

.sitemap {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-family: Calibri;
    font-size: 13pt;
    height: 15px;
}

.footer {
    width: 100%;
    height: 30px;
    bottom: 0;
    position: fixed;
    background-color: #9B9790;
    font-weight: bold;
    color:white;
}

li {

	display: inline-block;
	float: left;
	padding: 5px

}

section {

	margin: 0px auto 40px;
	max-width: 1200px;
	position: relative;
	padding: 0px 20px;

}

.style1 {
    width: 100%;
}

.oe_heading{
	color:#003399;
	font-size:16px;
    font-weight: 600;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}