﻿body	{
	font-family: 'Fira Sans', Tahoma, Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 16px;
	padding-bottom: 20px;
	overflow-y: scroll; /*always show a vertical scrollbar so it doesnt flick back on forth when we go to scrolling pages*/
}

h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 120%;
}

h2 {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
}

h3 a {
	color: #333;
}

section#staff h3 {
	margin: 0;
}

h4 {
	font-weight: bold;
	margin: 0;
	color: #0081C7;
}

p {
	margin-top: 20px;
	line-height: 140%;
}

img {
	border: 0;
}

hr {
	color: #999;
}

a {
	color: #0081C7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

section {
	margin-top: 40px;
}

label {
	float: left;
	width: 20%;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 20px;
}

input {
	margin-bottom: 20px;
}

select {
	margin-bottom: 20px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

/* HEADER */

header {
	padding-top: 25px;
	font-size: 18px;
}

header img {
	float: left;
}

header ul {
	float: right;
	margin-top: 65px;
}

header ul li {
	display: inline;
	margin-right: 28px;
	text-transform: uppercase;
}

header ul li:last-child {
	margin-right: 0;
}

header ul li a {
	color: #333;
}

/* Footer */

footer {
	font-size: 12px;
	padding-bottom: 20px;
}

footer img {
	float: left;
	margin-right: 30px;
	vertical-align: text-top;
}

footer p {
	float: left;
}

/* UNIVERSAL ELEMENTS */

.wrapper {
	width: 970px;
	margin: 25px auto;
}

.red {
	color: #D10019;
}

.blue {
	color: #0081C7;
}	

.greenBKG {
	background-color: #97BF0D;
	color: #FFF;
	padding: 25px 0;
}	

.greyBKG {
	background-color: #F8F8F8;
	padding: 25px 0;
}				

/* HOME */

#banner {
	width: 100%;
	padding-bottom: 50px;
	background-image: url(/img/home-banner.png);
	background-size: cover;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}

#banner p {
	font-size: 24px;
}

.articleButton {
	float: left;
	width: 298px;
	padding: 8px;
	margin-right: 14px;
	margin-bottom: 14px;
	background-color: #EFEFEF;
}

.articleButton img {
	float: left;
	margin-right: 10px;
}

.articleButton:last-child {
	margin: 0;
}

.articleButton p:last-child {
	margin-top: 0;
}

.readMore {
	margin: 20px auto 0 auto;
	text-align: center;
	background-image: url(/img/divider.png);
	background-repeat: repeat-x;
}

.readMore a {
	padding: 0 15px;
	background-color: #FFF;
	color: #666;
}

section#products p {
	margin-top: 70px;
}

section#products h2 {
	margin-bottom: 70px;
}

.leftText {
	float: left;
	width: 380px;
}

.rightText {
	float: right;
	width: 380px;
}

.leftImg {
	float: left;
}

.rightImg {
	float: right;
}

.noRightBorder {
	margin-right: 0;
}

.noTopBorder {
	margin-top: 0;
}

#clientsRow1 {
	margin-top: 40px;
}

.clientButton {
	margin-right: 83px;
}

.clientButtonLast {
	margin-right: 0;
}

#clientsRow2 {
	margin-top: 40px;
	padding: 0 132px;
}

#about {
	margin-top: 40px;
}

section#about h2 {
	float: left;
	width: 200px;
}

section#about p {
	float: right;
	width: 725px;
}

#staff {
	margin-top: 40px;
}

#staff div p {
	margin-top: 6px;
}

section#contact h2 {
	color: #333;
}

section#contact img {
	margin-right: 20px;
	vertical-align: middle;
}

#contactLeft {
	float: left;
	width: 250px;
}

#contactForm {
	float: right;
	width: 600px;
	background-color: #FFF;
	padding: 8px;
}

/* MODAL */

#mask	{  
    position:absolute; /* important */  
    top:0px; /* start from top */  
    left:0px; /* start from left */  
    height:100%; /* cover the whole page */  
    width:100%;  /* cover the whole page */  
    display:none; /* don't show it '*/  
  
    /* styling bellow */  
    background-color: black;  
}  
  
.modal_window	{  
    position:absolute; /* important so we can position it on center later */  
    display:none; /* don't show it */  
  
    /* styling bellow */  
    background-color:white;
		padding: 30px;  
		color: #333;
		width:600px;
}

.modal_window p img	{
	float: right;
	margin-left: 15px;
}   
  
/* style a specific modal window  */  
#modal_window	{  
    padding:50px;  
    border:1px solid gray;  
    background: #246493;  
    color:black;  
} 

.quote {
	font-style: italic;
}

.credit {
	color: #0081C7;
	font-weight: bold;
}

/* ARTICLES */

#articles h1 {
	color: #97BF0D;
	font-size: 32px;
}

#articles li {
	list-style-type: none;
	clear: both;
	padding-bottom: 20px;
	display:block;
}

#articles li img {
	float: left;
	margin-right: 20px;
}

#articles li p {
	float: left;
	margin-top: 0;
}

#articles li p a {
	font-weight: bold;
}

section#article {
	width: 575px;
	float: left;
}

section#recent {
	width: 314px;
	float: right;
}
