
/*----------------------------------------*
**  site:   swlondoncounselling.net
**  sheet:  swlc.css
**----------------------------------------*/

/*----------------------------------------*
**  Global
**----------------------------------------*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  background: #fff url(../img/bg_body.gif) 0 80px repeat-x;
  }
div,p,h1,h2,h3,ul,li {
  margin: 0;
  padding: 0;
  font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  }
span,a,em,strong {
  font-weight: normal;
  font-style: normal;
  }
img {
  border: none;
  }
h1 span,
h2 span {
  display: none;
  }

/*----------------------------------------*
**  layout
**----------------------------------------*/

#container {
  position: relative;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #fff;
  }
#header {
  height: 75px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-left: 240px solid #66a3e0;
  }
#box {
  position: absolute;
  top: 80px;
  left: 5px;
  width: 240px;
  }
#content {
  margin: 0 5px;
  padding-left: 245px;
  background: #fff url(../img/bg_content.gif) repeat-y;
  }
div.home {
  height: 240px;
  }
div.question,
div.info {
  padding-bottom: 20px;
  }
#footer {
  margin: 0 5px;
  padding-left: 245px;
  background: #fff url(../img/bg_footer.gif) repeat-y;
  }
#slant {
  margin-left: 5px;
  height: 40px;
  background: #fff url(../img/bg_slant.gif) no-repeat;
  }

/*----------------------------------------*
**  box
**----------------------------------------*/

#box h1 {
  height: 240px;
  background: #06c url(../img/bg_box.gif) 0 0 no-repeat;
  }
#box p.links {
  padding: 4px 0 5px 0;
  background-color: #66a3e0;
  text-align: center;
  color: #fff;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  }

/*----------------------------------------*
**  content
**----------------------------------------*/

#content h2 {
  height: 65px;
  background: url(../img/text_intro.gif) 10px 10px no-repeat;
  }
#content p.question {
  margin-left: 10px;
  padding-left: 17px;
  background: url(../img/question_bullet.gif) 0 0 no-repeat;
  }
#content ul {
  margin: 5px 0 7px;
  }
#content li {
  padding-bottom: 8px;
  margin-right: 20px;
  list-style-type: none;
  padding-left: 30px;
  font-size: 12px;
  }
div.info h3 {
  font: bold 15px/15px Arial, Helvetica, sans-serif;
  color: #06c;
  padding: 15px 20px 5px 15px;
  }
div.info p {
  padding: 5px 20px 5px 20px;
  }
div.info strong{
  font-weight: bold;
  }

/*----------------------------------------*
**  footer
**----------------------------------------*/

#footer p {
  padding-bottom: 5px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 12px;
  color: #004f9d;
  background-color: #fff;
  }
#footer p.icons {
  padding-top: 40px;
  }
#footer p.final {
  padding-bottom: 30px;
  color: #000;
  }

/*----------------------------------------*
**  links
**----------------------------------------*/

a:link,
a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }


