html{
  height: 100%;
}

body {
height: 100%;
width:100%;
color: #333;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:22px;
background-color:white;
}

.padding {
padding:12px;
}

[class*="col-"]:not(:last-child){ margin-bottom: 25px; }


input:required,
select:required,
textarea:required {
border-left:2px solid #a94442 !important;
}

input:required:focus, 
select:required:focus,
checkbox:required:focus,
radio:required:focus,
textarea:required:focus {
border:2px solid #a94442 !important;
}

.green{
color:#408f4e;
}

.bg-green{
background-color:#408f4e;
}

.red{
color:#be3b3d;
}

.bg-red{
background-color:#be3b3d;
}

.btn-green{
background-color:#408f4e;
display:block;
margin:20px auto;
color:white;
text-align:center;
font-size:125%;
max-width:250px;
}

.wrapper {
margin:0 auto;
max-width:1500px;
}

#header {
margin:0 auto;
padding:0 ;
}

#header #logo{
width:250px;
height:92px;
border:0px solid red;
margin:0;
padding:0;
}

#header #tag{
padding-top:40px;
color:white;
font-size:1.2em;
text-transform:uppercase;
}

#header #phone{
font-size:1.2em;
color:#B5CBD6;
}

#header .topNavBar {
margin:0px auto 30px auto;
padding:20px 0;
text-align:center;
border-bottom:15px solid #be3b3d;
border-top:15px solid #408f4e;
text-align:center;
font-size:115%
}

#header .topNavBar a:link {
  color: green;
}

#header .topNavBar a:visited {
  color: green;
}

#header .topNavBar a:hover {
  color: red;
}

#header .topNavBar a:active {
  color: green;
}


#content { 
margin:0px auto;
max-width:100%;
background-color:white;
border:0px solid red;
}

.menu{
margin:20px 0;
}

.menu h3{
padding-bottom:10px;
border-bottom:3px solid #be3b3d;
}

.menu ul{
padding:0;
margin:0;
margin-left:15px;
}

.menu li{
margin:20px 0;
padding-left:0px;
}

#content a:link, 
#content a:visited {
color: #333;
text-decoration:underline; 
}

#content a:hover {
color: #000;
text-decoration: underline;
}

.blue{
color: #337ab7;
}

#content h1{
color: #337ab7;
font-size: 1.6em;
        font-weight: bold;
        margin:10px 0 ;
}


#content h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom:0px;
	padding:0px;
	text-transform:uppercase;
line-height:50px;
}

body#contact input[type="submit"]{
background-color:#7A898A;
color:white;
padding:5px 20px;
font-size:160%;
}

#footer {
margin-top:20px;
background-color:#000 !important;
color:#fff;
}

#footer a {
text-decoration: none;
padding:0;
color: #fff;
}

#footer a:hover {
text-decoration: underline;
padding: 0;
color: #fff;
}
