/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #778a8b solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
  color:#ffc861;
}

h3 {
  font-size: 22px;
}
.front-headline{
font-style:italic;
font-weight:normal;
color:#b2b4ab;
margin-top:20px;
}

h4 {
  font-size: 16px;
  color:#4e7178;
  font-weight:normal;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

.highlight{
color:#e8eae6;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

hr{
margin-bottom:10px;
}

.phone-number h4{
margin-bottom:0px;
text-align:left;
width:130px;
margin-top:-5px;
float:left;
}
.description span{
width:160px;
text-align:justify;
float:left;
}
.callout h2{
width:960px;
color:#f1f7e2;
text-align:center;
font-weight:normal;
line-height:40px;
}
.headline{
  font-size: 23px;
  color:#ffc861;
  border-top:1px solid #778a8b;
  border-bottom:1px solid #778a8b;
  line-height:40px;
  margin: 20px 0;
  width:925px;
  }
  
 p{color:#e8eae6;
 font-size:18px;}
