/*****CSS STYLES******/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link {
    text-decoration: none;
	color: #0e84cf;
	font-weight: bold;
}

a:visited {
    text-decoration: none;
	color: #0e84cf;
	font-weight: 700;
}

html {  /* ensure footer stays on the very bottom */
	height: 100%;
}

.site-wrapper {
	min-height: 100%;
	position:relative;
	margin: 0 auto;
	overflow:auto;
}



/* NAVIGATION */

.navigation {
	background: #0e84cf;
	display: block;
	position: relative;
	top:0;
	height:80px;
	margin-bottom:40px;
	min-width:960px;
	width:100%;
}

.navigation li{
	display: inline-block;
}

.nav-resize {
	width:960px;
	margin: 0 auto;
	height: 120px;
	display: block;
}

.nav-logo{
	background: url("images/FWE Logo.png") no-repeat;
    overflow:hidden;
    text-indent:-9999px;
    white-space:nowrap;
	display: inline-block;
	position:relative;
	top: 0;
	left:50px;

	/** Image width & height **/
	width: 300px; 
	height:120px;
	color: #ffffff;
	font-size: 25px;
}

.nav-contact {
	float: right;
}

.nav-contact li{
	float:left;
	position: relative;
	padding: 40px 50px 15px 0px;
}

.nav-contact a {
	font-size: 25px;
	color: #ffffff
}

.nav-contact a:hover {
	text-shadow:0.1em 0.1em 0.2em black;
}

.nav-email a:before {
	content: "\2709";
}

.nav-tel a:before {
	content: "\260E";
}

.nav-links {
	float:right;
	display: inline-block;
	position: relative;
	bottom: 25px;
	font-size: 17px;
	font-style: italic;
}

.nav-links li {
	float:left;
	padding-right:50px;
}

.nav-links a {
    color: #828282;
}

.nav-links a:hover {
    color: #3b3b3b;
	text-shadow:0.1em 0.1em 0.2em black;
}

/* BODY */

.body-wrapper {
	clear:both;
	/*display:block;*/
	min-height:100%;
	position: relative;
	width: 960px;
	margin: 0 auto;
	/*padding-bottom:60px;*/
}

.services {
    margin: 10px 10px 10px 65px;
	line-height:110%;
	list-style: initial;         
}

.services li:before {
    color: #105bc2;
}

/*
.address {
	float: left;
	display: inline-block;
	margin: 25px auto 0 auto;
	border:1px solid transparent;
	width: 40%;
}*/







body, span, div, form, label, h1, h2, p, td, th, tr {font-family:Arial, sans-serif;}

h1 {font-size:30px; line-height:100%; font-variant:small-caps;color:#0e84cf;margin:25px 0 25px 50px;}
h2 {font-size:22px; line-height:100%; font-variant:small-caps;color:#0e84cf;margin:10px 0 10px 50px;}
p {font-size:16px; line-height:110%; margin:0 50px;}

table {width:100%; max-width:900px; margin: 0 50px;}
/*

.address td {font-size:16px; line-height:100%; padding-left:50px;}
.address th {font-size:16px; line-height:120%; font-variant:small-caps;color:#0e84cf; padding-left:50px;}
.address td, .address th, .address tr {
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left;
}*/

.image {
	clear: both;
	/*display: block;*/
	position: relative;
	width: 460px;
	height: 425px;
	margin: 0 auto;
}

h3 {
	font-size:30px; 
	/*text-align:center;*/
	line-height:100%; 
	font-variant:small-caps;
	color: #0e84cf; ;
	margin-bottom: 20px;
} 


/* FOOTER */

.footer {
	width: 100%;
	height: 60px;
	padding-top:15px;
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	
	/*clear: both;*/
	background: #0e84cf;
	min-width:960px;
	display:block;
	/*position:absolute;
	
	bottom:0px; 
	*/
	
}
/*

.logo-nav {
	margin: 0 auto 10px auto;
}
.logo-one {
	background-image: url("/images/home icon 1.png");
	background-repeat: no-repeat;
	/*background-size: 260px;
	background-position: center; 
	height:300px;
	width:300px;
}

.logo-two {
	background-image: url("images/home icon 2.png");
	background-repeat: no-repeat;
	background-size: 260px;
	background-position: center; 
	height:300px;
	width:300px;
}

.logo-three {
	background-image: url("images/home icon 3.png");
	background-repeat: no-repeat;
	background-size: 260px;
	background-position: center; 
	height:300px;
	width:300px;
}*/

/*.email-form {
	float: right;
	display: inline-block;
	margin-top: 25px;
	margin-left:auto;
	margin-right:50px;
	width:50%;
	background: #F7F7F7;
	color: #888;
	border:1px solid #E4E4E4;
	font-size:14px
}

.email-form h2{
	margin:10px 0 10px 10px;
}

.email-form label {
    display: block;
    margin: 0px;
	padding-left:10px;
}

.email-form label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}

.email-form input[type="text"], .email-form input[type="email"], .email-form textarea, .email-form subject {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.email-form textarea{
    padding: 5px 3px 3px 5px;
    height:190px;
	resize: none;
}

.email-form .button {
	float: right;
	background: #146de7;
	position:relative; 
	right:50px;
	bottom:6px;
    border: none;
    padding: 8px 20px 8px 20px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px ##a9a6ae;
    cursor: pointer;
}

.email-form .button:hover {
    background: #0e40a1
}
*/