﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
	margin: 0px;
	padding: 0px;	
}

/* TYPOGRAPHY */
body {
	background: #fff7da;
}

p.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #31558b;
	text-align: center;
	font-size: 130%;
}

p.link span {
    display: block;
    font-size: 90%;
    font-style: normal;
    letter-spacing: -0.02em;
}

/* DEFAULT LINKS */
a {
	color: #27638C;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #27638C;
}
strong {
	font-weight: normal;
}

/* ALL PAGE REGIONS */
#page {
	margin: auto 0;
	width: 100%;
}
#head{
	padding: 15px 0 15px 0;
	background-color: #584c3d;
	width: 100%;
}

#head .span7 p.title a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size:  1.6em;
	line-height: 1.65em;
}

#head .span7 p.descript {
	color: #FFF;
	font-size:  1.1em;
}

#head .span5 address p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size:  1.5em;
	line-height: 1.55em;
}
#head .span5 address p.address {
	color: #FFF;
	font-size:  1.1em;
	font-style: normal;
}
#head .span5 address p.phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size:  1.65em;
	line-height: 1.65em;
	font-style: normal;
}

#head .span7 .nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#head .span7 .nav a{
	color: #FFF;
	padding: 0px 5px 0px 5px;
}

#banner {
	width: 100%;
	padding: 35px 0px 25px 0px;
}

#banner .border {
	border: 1px solid black;
	padding: 5px;
}

#banner .message{
	text-align: center;
	font-size:  0.9em;
	line-height: 1.5em;	
}

#content {
	width: 100%;
	padding: 35px 0px 25px 0px;
}

#content .span5 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .span5 p{
	font-size:  1.1em;
	line-height: 1.2em;	
}

#content .span5 p.phone{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  1.3em;
	line-height: 1.3em;	
}

#footer{
	padding: 25px 0 25px 0;
	background-color: #584c3d;
	width: 100%;
}

/* =Images
-----------------------------------------------------------------------------*/
.image-left {
  float: left;
  margin: 0 1em 1em 0;
}
.image-right {
  float: right;
  margin: 0 0 1em 1em;
}
.image-left img,
.image-right img {
  position: relative;
  top: .4em;
}
.image-centered {
  text-align: center;
}
.image-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.image-content {
  overflow: hidden;
}



