/*-----------------------------------------------------------------------------
Main Stylesheet

author:    Andrew Scrivener
email:     andrew@denison.co.uk
website:   http://www.denison.co.uk
-----------------------------------------------------------------------------*/

body
{
 font-size:  15px;
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #000;
}


p 
{
  margin: 0 0 1em 0;
  line-height: 120%;
}


p span
{
 color: #020167;
 padding: 50px 0 0 0;
}


p a
{
 font-size: 12px;
 text-decoration: underline !important;
}


p.button 
{
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 40px;
}


p.button a:link,
p.button a:visited
{
  display: block;
  height: 18px; /* 20px Total */
  width: 121px;
  background-image: url(../images/bg-button.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none !important;
  color: #FFF;
  padding: 2px 0 0 0;
  position: relative;
  left: 409px;
}


p.button a:hover,
p.button a:active
{
  background-position: 0 -20px;
}



h1, h2, h3, h4, h5, h6
{
 margin: 2em 0 1em 0;
 font-weight: normal;
}


em
{
 font-style: italic;
}


strong
{
 font-weight: bold;
}


.underline
{
 text-decoration: underline;
}


/*---------------------- Headings ---------------------*/

h1
{
 margin-top: 0;
}

h2
{
 font-size: 20px;
 color: #15246F;
 margin-top: 0;
}

h3
{
 font-size: 16px;
 color: #030;
 margin: 0 0 0.5em 0;
}



/*---------------------- Links ---------------------------------*/

a,
a:link,
a:visited
{
 color: #15246F;
 text-decoration: none;
}


a:hover,
a:active
{
 color: #00982F;
 text-decoration: none;
}


/*---------------------- Miscellaneous ---------------------------------*/

ul li,
div#address p
{
 line-height: 186%;
}


#contactPage .subContent1 div
{
 padding: 20px 0;
 margin: 0 0 0 0;
}


div#address,
div#contact
{
border-bottom: 1px solid #3A9434;
}


div#address
{
 padding-top: 0 !important;
}


div#address p
{
 margin-bottom: 0;
}


div#openingHours ul
{
 font-style: italic;
 font-size: 13px;
}


.times
{
 margin-left: 20px;
}