/* Blashford-Snell.co.uk CSS Document */

body
{
  padding-top: 20px;
  background: #FF6600;
  text-align: center;
  font: normal 17px "Times New Roman";
  color: white;
}

a:link, a:active, a:visited
{
  font-weight: bold;
  color: white;
}
a:hover
{
  text-decoration: none;
}
.links a:link, .links a:active, .links a:visited
{
  text-decoration: none;
}
.links a:hover
{
  text-decoration: underline;
}

#container
{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}





#banner
{
  text-align: center;
}

#title
{
  font-size: 56px;
  color: #008400;
}

#subtitle
{
  font-size: 25px;
  font-style: italic;
  color: white;
}





#main
{
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

#main p
{
  text-align: justify;
}

.column
{
  float: left;
  width: 365px;
  padding-left: 15px;
}

.column:first-child
{
  padding-left: 0px;
  padding-right: 15px;
}

.mainImage
{
  padding-top: 55px;
  text-align: center;
}
.mainImage img
{
  border: 1px solid;
}

.terms ul
{
  margin-top: 0px;
}





h1
{
  margin-top: 0px;
  font-size: 2em;
  font-weight: normal;
  color: #008400;
}

h2
{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: normal;
  color: #008400;
  text-decoration: underline;
}





#menu
{
  clear: both;
  padding-top: 25px;
}

#menu a
{
  display: block;
  float: left;
  padding-top: 5px;
  padding-right:  0px;
  padding-bottom: 5px;
  padding-left: 28px;
  text-decoration: none;
}
#menu a:first-child
{
  padding-left: 2px;
}
#menu a:hover
{
  text-decoration: underline;
}





#footer
{
  clear: both;
  padding-top: 25px;
  text-align: center;
  font: normal 9px Verdana;
}

a.link2service
{
  font-weight: normal;
  text-decoration: none;
}