body {
	font-family: Helvetica;
	font-size: 14px;
	color: #08325e;
}

header {
	max-width: 935px;
	margin: 15px auto;
	padding: 0 15px;
	
}
div.scroller {
	line-height: 30px;
	color: #fff;
	background-color: #0b56a7;
	text-align: center;
	font-size: 14px;
}

content, .contactus {
	display: block;
	max-width: 935px;
	margin: 15px auto;
	padding: 0 15px;
}

content a {
	color: #0b56a7;
	font-size: 16px;
}

h1, h2 {
	font-size: 46px;
	color: #0b56a7;
	font-weight: normal;
}

h2 {
	font-size: 32px;
}

.intro, .map, .form, .details, .list {
	width: 50%;
	float: left;
}

div.slider {
	background-color: #0b56a7;
}

div.slider ul {
	list-style: none;
	max-width: 935px;
	margin: 15px auto;
	padding: 0 15px;
	text-align: center;
}
div.slider li {
	max-width: 300px;
	max-height: 200px;
	padding: 15px 4px;
    position: relative;
    display: inline-block;
}

div.slider li span {
    background-color: #000;
    color: #fff;
    top: -43px;
    position: relative;
    line-height: 40px;
    width: 100%;
    display: block;
    opacity: 0.5;
}


label {
    display: block;
    margin-bottom: 5px;
}

.w-input {
    display: block;
    width: 80%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.submit-button {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    border: 2px solid #fff;
    background-color: #003e95;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 15px;
}

.success {
  color: #4d4d4d;
}

.w-form-done {
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
  margin-bottom:15px;
}

.w-form-fail {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
  margin-bottom:15px;
  text-align: center;
}

.list li.main {
	list-style:none;
	font-weight: bold;
	padding-top: 15px;
}

footer {
	display: inline-block;
	width: 100%;	
	padding: 10px 0;
	background-color: #adc6e1;
	color: #2c3844;
	bottom: 0;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 479px) {
	.intro, .map, .form, .details, .list {
		width: 100%;
		float: none;
	}
}