body {
	font-family: sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 1.6;
}

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #00B8F1 !important;
}

h1, h2 {
	font-size: 1.4em;
	font-weight: 400;
    color: #00B8F1;
	letter-spacing: -1px;
	margin: 10px 0;
}
h3 {
	font-size: 1.3em;
	font-weight: 400;
	color: #00B8F1;
	margin: 10px 0;
}
h4 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 10px 0;
}
h5 {
    font-size: 1.1em;
	font-weight: 400;
	color: #00B8F1;
	margin: 10px 0;
}
h6 {
	font-size: 1em;
	font-weight: 400;
	margin: 10px 0;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	font-size: 2em !important;
}

hr {
	border-bottom: 2px solid #00B8F1;
}

.wrapper {
	margin: 0 auto;
	width: 75%;
    min-width: 900px;
	padding: 0;
	position: relative;
}
@media (max-width: 900px) {
    .wrapper {
        width: auto;
        min-width: 0;
    }
}

#header {
	line-height: normal;
}
#header .logo {
	float: left;
	padding: 20px;
	max-width: 80%;
	max-width: calc(100% - 40px);
}
#header .header-icons {
	float: right;
	font-size: 0.8em;
	word-wrap: break-word;
	padding: 50px 10px 0;
}
#header .header-icon {
	float: left;
	position: relative;
	padding: 6px 0 0 35px;
	margin-left: 20px;
}
#header .header-icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	max-height: none;
}
#header .header-icon .title {
	font-weight: bold;
	text-transform: uppercase;
}
#header .header-icon a {
	text-decoration: none;
}
#header .header-bottom {
	clear: both;
	margin: 10px;
	height: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b4ea+0,1b1617+100 */
	background: #00b4ea; /* Old browsers */
	background: -moz-linear-gradient(left, #00b4ea 0%, #1b1617 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #00b4ea 0%,#1b1617 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #00b4ea 0%,#1b1617 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4ea', endColorstr='#1b1617',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 1350px) {
	#header .header-icon {
		margin-left: 10px;
	}
}
@media (max-width: 1290px) {
	#header .header-icons {
		max-width: 45%;
		padding-top: 30px;
	}
}
@media (max-width: 700px) {
	#header .header-icons {
		display: none;
	}
}

#main .wrapper {
	background: #FFFFFF;
}
#content {
	padding: 1px 0;
}

#footer .wrapper {
	background: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

table thead th, table thead td, table tfoot th, table tfoot td {
	background: #00B8F1;
}

button span {
	background: #00B8F1;
}

.content {
	padding: 0 10px;
}

.left-column {
	float: left;
	width: 25%;
	word-wrap: break-word;
	line-height: normal;
	font-size: 15px;
}
.left-column.wide {
	width: 75%;
}
.right-column {
	float: right;
	width: 25%;
	word-wrap: break-word;
	line-height: normal;
	font-size: 15px;
}
.right-column.wide {
	width: 75%;
}
.middle-column {
	float: left;
	width: 50%;
	word-wrap: normal;
	line-height: 1.6;
	font-size: 16px;
}
.left-column.wide .left-column, .left-column.wide .right-column {
	width: 33.333%;
}
.left-column.wide .middle-column {
	float: right;
	width: 66.666%;
}
.right-column.wide .left-column, .right-column.wide .right-column {
	width: 33.333%;
}
.right-column.wide .middle-column {
	float: left;
	width: 66.666%;
}
@media (max-width: 900px) {
	.left-column, .right-column {
		width: 50% !important;
	}
	.middle-column, .left-column.wide, .right-column.wide {
		float: none !important;
		width: auto !important;
	}
}

.box {
	background: #F0EEEF;
	padding: 1px 10px;
	margin: 10px 0;
}
.box.contact-box {
	background: #00A3D9;
	color: #FFFFFF;
}
.box.contact-box * {
	color: #FFFFFF !important;
}

.promo {
	margin: 10px 10px 20px;
}