﻿@charset "utf-8";

/* UNIVERSAL */
html { background-color: #0e2537; }
body {
	font-family:"Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
}

p { font-family: Arial, Helvetica, sans-serif;font-size: 14px; }

.body_spacer { width: 1000px;margin-left: auto;margin-right: auto; }

.main_body { background-color: #fff; }

.sec-left { float: left;padding-left: 8px;padding-right: 8px;display: block; }
.sec-right { float: right;padding-right: 8px;padding-left: 8px;display: block; }


.white_header {
	box-shadow: 0 0 35px #000000;
	width: 100%;
	padding: 0;
	display: block;
	height: 51px;
    position: fixed;
    z-index: 9990;
    top: 0;
}
.foot { background-color: #0e2537;color: grey;padding: 5px 10px;text-align: center; }

.white_hdr_logo { margin-top: 4px;float: left;height: 39px;width: 161px;display: block; }


h1, h2, h3 { font-size: 28px; }



.noBorderRadLeft {
     -webkit-border-bottom-left-radius: 0 !important;
     -webkit-border-top-left-radius: 0 !important;
     -moz-border-radius-topleft: 0 !important;
     -moz-border-radius-bottomleft: 0 !important;
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
}
.noBorderRadRight {
     -webkit-border-bottom-right-radius: 0 !important;
     -webkit-border-top-right-radius: 0 !important;
     -moz-border-radius-topright: 0 !important;
     -moz-border-radius-bottomright: 0 !important;
     border-top-right-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
}


/* buttons */
.buttons-block { background-color: #555555 !important;color: #fff; }
.buttons-block .btn { font-size: 18px!important;padding: 8px 10px !important; }
.buttons-block p { margin: 0;padding: 0;font-size: 14px; }

.btn {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
	padding: 12px 15px;
	font-size: 25px;
	font-family:"Lato", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
    -webkit-box-shadow: 2px 2px 2px #333;
    -moz-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	clear: none;
	margin-bottom: 10px;
}




/* SUB PAGES */
.white-banner-bg {
    padding-top: 80px;
    display: block;
    height: 400px;
    color: #fff;
}
.white-banner-bg h2 { font-size: 60px;line-height: 60px;padding-top: 8px;color: #fff;text-shadow: 2px 2px 2px #000; }
.white-banner-bg p { font-size: 18px;font-weight: bold; }


.company-bg {
    background: url('../images/white_company.jpg') no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 80px;
}
.company-bg h2 { font-size: 60px;line-height: 60px;padding-top: 8px;color: #fff;text-shadow: 2px 2px 2px #000; }
.company-bg p { font-size: 18px;font-weight: bold;color: #fff; }
