/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

:focus {
	outline: none !important;
	webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

html, body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #7f8c8d;
	background: #fff;
	}

a{
	text-decoration: none;
	}

a:hover {
	color: #2FBCA8;
	}
	
button, input[type="reset"], input[type="button"], input[type="submit"] {
	line-height:normal !important;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 32px;
	color: #5b6d66;
	margin: 0 0 15px 0;
	}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #252627;
	margin: 0 0 25px 0;
	letter-spacing: -1.5px;
	line-height: 1.2em;
	width: 100%;
	display: block;
	}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #5b6d66;
	margin: 0 0 15px 0;
	}

h4 {
	display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: #5b6d66;
    padding: 0 0 3px 0;
    margin: 0 0 5px 0 !important;
    border-bottom: solid 1px #F2F2F2;
	}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5b6d66;
	margin: 0 0 5px 0;
	}

p {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;	
	font-size: 18px;
	color: #7f8c8d;
	line-height: 1.5em;
	text-align: justify;

	}

ul, ol {
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #5b6d66;
	}

ul li, ol li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: inside;
	}

#wrapper {
	min-height: 100%;
	position: relative;
	}

#header {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;	
	margin: 0 auto;
	background-image: url(../img/bg/bg_header.gif);
	background-position: top center;
	background-size: 100% auto;
	}

#content {
	padding-bottom:55px;
	}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 35px;/* Height of the footer */
	background: #2B2D2F;
	}