@charset "utf-8";
/* CSS Document */
/* styles for fix the footer to bottom */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper1 {
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.footer, .push {
	height: 246px;
	margin-top: -247px;
	min-width: 1200px;
	position: relative;
}
/* styles for fix the footer to bottom end */
h2 {
	color:#565656;
	font-family: Arial, Helvetica, sans-serif;/*Futura-Bold;*/
	font-size:30px;
	font-weight:bold;
	margin-bottom: 10px;
	text-shadow: 0 1px 2px #000;
}
h3 {
	color: #565656;
    font-family: Futura-Bold;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
h4 {
	color: #565656;
    font-family:Arial, Helvetica, sans-serif;/* Futura-Bold;*/
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
h5 {
	color: #303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
p {
	color: #303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
ul, ol {
	padding-left: 19px;
	padding-bottom: 20px;
}
ol li {
	list-style-type: decimal;
}
li {
	color: #303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-type: disc;
	margin-bottom: 5px;
}
