﻿body {
  /*background: linear-gradient(90deg, white, gray);*/
  height:100%;
  width:100%;
  background-color: #eee;
  background-image:url(../images/body-bg.png);
}

body, h1, h2, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  
}

h2{
  text-align: center;
}

div#wrapper {

    position:relative;
    margin-left:auto;
    margin-right:auto;
    /*top: 20px;*/
    width:1024px;
    background-color: #CCCCCC;
}
#container-nav{
	height:204px;
	background-image: url(../images/DoorCounty2009002.jpg);
	background-repeat:no-repeat;
	padding:10px 0;
	text-align:center;
	width:100%;
}
.fa_table {
	display:table;
}

.fa-cell{
	display:table-cell;
}
.wrapper{
	width:100%;
	}


.container {
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 177px;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #3282e6;
  text-decoration: none;
}

.button{
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 7px 13px;
}

.button.red
{
	background-color: #ba001d;
	-moz-box-shadow: inset 0 2px #ff525f;
	-webkit-box-shadow: inset 0 2px #ff525f;
	box-shadow: inset 0 2px #ff525f;
	color: #fff;
}

.button.gray{
	background-color: #4479BA;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);

}

.button.gray:hover{
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.button-link {
    height:50px;
    padding: 10px 10px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.slider-image{
	height:300px;
}

