/*==================================

  CSS for PinnacleLoftsEssex.co.uk

  Version: 1.0
  Author:  Paul Winslow
  Email:   paul@takepointmedia.co.uk
  Date:    14/09/08

===================================*/

* {
  margin: 0;
  padding: 0;
}

/*----------------------------------
  Standard Styles
-----------------------------------*/

body {
  color: #422912;
  min-width: 760px;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-align: center; 
  background: #3c2520 url(images/woodbg.gif);
}

a:link, a:visited {
  color: #3996de;
  text-decoration: underline;
}

a:hover, a:active {
  color: #3996de;
  text-decoration: none;
}

h1 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h2, p {
  margin: 20px 0;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

/*----------------------------------
  Layout DIVs
-----------------------------------*/

#wrapper {
  background: #efe7e6;
}

#branding {
  height: 170px;
  background: #644f4b url(images/headerbg.jpg) repeat-x;
}

#logo {
  width: 160px;
  float: left;
}

#contact {
  position: relative;
  top: 35px;
  right: 280px;
  width: 300px;
  float: right;
  text-align: center;
}

#contact a:link, #contact a:visited {
  color: #fff;
  text-decoration: underline;
}

#contact a:hover, #contact a:active {
  color: #3996de;
  text-decoration: underline;
}

#mainNav {
  list-style: none;
  margin: 0; padding: 0;
  background: #d8d0cf;
}

#secondaryContent {
  background: #d8d0cf;
}

#homelist {
  margin-left: 30px;
  list-style-type: square;
}

#wrapper {
  width: 853px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 23%;
  float: left;
}

#content { 
  width: 75%; 
  float: right; 
}

#mainContent { 
  width: 66%; 
  margin: 0; 
  float: left;
  padding-bottom: 30px;
} 

#secondaryContent { 
  width: 31%;
  min-width: 10em;
  display: inline;
  float: right; 
}

#secondaryContent img {
  margin: 12px 0;
}

#guild {
  margin-left: 25px;
  margin-top: 40px;
}

#footer { 
  color: #fff;
  text-align: center;
  padding: 2px 0;
  background: #644f4b;
}

#footer span {
  margin-left: 10px;
}

/*----------------------------------
  Navigation
-----------------------------------*/

#mainNav a {
  height: 25px;
  width: 145px;
  color: #000;
  display: block;
  background: #c3b4a8;
  padding-left: 10px;
}

#mainNav li {
  margin-bottom: 8px;
  line-height: 25px;
}

#mainNav a:link, #mainNav a:visited {
  color: #291406;
  text-decoration: none;
}

#mainNav a:hover, #mainNav a:active {
  color: #fff;
  text-decoration: none;
  background: #3c2520 url(images/woodbg.gif);
}

/*----------------------------------
  Content Padding
-----------------------------------*/

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * { 
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * *, #secondaryContent * * { 
  padding-left: 0;
  padding-right: 0;
}

/*----------------------------------
  Classes
-----------------------------------*/

.clearfix { clear: both; }

.statement { color: #3996de; font-size: 18px; font-style: italic; margin-bottom: 30px; }

.specialists { color: #fff; font-family: georgia; font-size: 18px; font-weight: bold; margin: 0; padding-bottom: 5px; }

.numbers { font-size: 15px; color: #fff; margin: 0; padding: 0; }

.numbers span { font-weight: bold; }

.colquote { width: 160px; color: #000; font-family: Georgia; font-style: italic; font-size: 25px; line-height: 30px; position: relative; left: 20px; top: 20px; }