html {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px; /* 1.0em */
	line-height: 150%;
	color: #666157;
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
div {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	white-space: normal;
	vertical-align: top;
}
div.slider {
	background-size: cover;
	background-position: center middle;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a { color: #000000; cursor: pointer; text-decoration: none; }
a:hover { text-decoration: underline; }

a.btn {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
a.btn:hover {
	color: #ffffff;
}

div#contentwrap {
	text-align: center;
	width: 100%;
    padding: 0;
    margin: 0;
}
body>div#contentwrap {
    float: left;
	width: 100%;
	overflow: hidden;
}
div#content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
div#sub-content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
}
div#sub-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.btn {
margin: 0 0 0 auto;
border-style: none none none none;
border-color: #302d2d;
border-width: 1px 1px 1px 1px;
border-radius: 4px 4px 4px 4px;
color: #ffffff;
font-size: 17px;
line-height: 24px;
text-transform: none;
padding: 5px 10px 5px 10px;
font-weight: 300;
font-style: normal;
background-color: #3186c7;
text-align: center;
white-space: nowrap;
display: inline-block;
}

.btn:hover {
background-color: #1e6db8;
}

.formfield {
border-style: dotted dotted dotted dotted;
border-color: #cccccc;
border-width: 1px 1px 1px 1px;
border-radius: 4px 4px 4px 4px;
padding: 4px 4px 4px 4px;
color: cccccc;
background-color: #f8f8f8;
}