* {
	margin: 0; padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	background: #f4f3f3;
	color: #444;
	font: 15px 'Lato', sans-serif;
	text-align: center;
}

a {
	color: #3c4f54;
	text-decoration: none;
}

a:hover, a:active {
	color: #3c4f54;
}

dl {
	text-align: left;
}

dd {
	line-height: 1.5;
}

dt {
	font-weight: bold;
	line-height: 1.5;
}

h1, h2, h3, h4, h5 {
	color: #cf973d;
	font-family: 'Lustria', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

img {
	border: none;
}

li {
	line-height: 1.5;
}

ol, ul {
	text-align: left;
}

p {
	line-height: 1.5;
	text-align: left;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

.section {
	width: 100%;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
}

/* Home */

#home {
	width: 95%;
	height: 95%;
	background: #f4f3f3 url('../images/banner.jpg') top center no-repeat fixed;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#home[id] {
	display: table;
	position: static;
}

#home #valign {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
}

#home #valign[id] {
	display: table-cell;
	position: static;
	vertical-align: middle;
}

#home #intro {
	position: relative;
	top: -50%;
}

#home #intro {
	width: 1020px;
	margin: 0 auto;
}

/* Float Classes */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Font & Text Classes */

.centeralign {
	text-align: center;
}

.leftalign {
	text-align: left;
}

.rightalign {
	text-align: right;
}