/*
 * The typography style sheet
 */
body
{
  margin: 0px;
  padding: 0px;
  font-family: "Arial","Verdana","Helvetica",sans-serif;
  font-size: 76%;
  text-align: center;     /* for IE6, central alignment of contained divs */
  background-color: white;
}

p, h1, h2, a
{
  margin: 0;       /* specifying these explicitly brings */
  padding: 0;      /* IE in line with everyone else */
}

p
{
  color: #447FB1;
  text-align: left;
  font-size: 1.2em;
}

a
{
  text-decoration: none;
  text-align: left;
  color: #678ed0;
  background-color: transparent;
}

a:hover
{
  text-decoration: underline;
}

a.more
{
  float: right;
  font-weight: 600;
}

#here
{
  color: #D2206A;
}

h1
{
  color: #447FB1;
  background-color: transparent;
  font-size: 1.3em;
  text-align: left;
}

h2
{
  text-align: left;
}

ul.liquid
{
  padding-top: 1em;
  padding-right: 2em;
  color: #777;
  font-weight: normal;
  clear: left;
  text-align: left;
}

img
{
  border: none;
  float: left;
}

br.clearall
{
  height: 1px;
  clear: both;
}

/*
 * In the header banner
 */

h1#strapline
{
  float: left;
  text-align: left;
  padding-top: 49px;
  padding-left: 250px;
  font-size: 1.5em;
  font-weight: normal;
  color: white;
  background-color: transparent;
}

a#homelink
{
  float: right;
  padding-top: 50px;
  padding-right: 40px;
  font-size: 1.5em;
  font-weight: normal;
  color: #f5deb3;  /* wheat for 'home' */
  background-color: transparent;
}

a#homelink:hover,
a#homelink:active
{
  color: yellow;
  text-decoration: none;
}


/*
 * In the main textual content
 */
p.bodytext
{
  padding: 0 20px 0 270px;
  line-height: 1.2em;
}

a.bodylink
{
  color: #36f;       /* light blue */
  background-color: transparent;
  font-weight: bold;
}

a:hover.bodylink
{
  text-decoration: underline;
}

div.content ul
{
  color: #447FB1;
  font-size: 1.2em;
  padding: 0 20px 0 270px;
  margin-left: 15px;
  margin-top: 5px;
  list-style: none;
}

div.content ul li
{
  background: url(../graphics/pink-bullet.gif) no-repeat 0px 5px;
  padding-left: 15px;
}

/*
 * The menu links
 */

a.mainmenulink
{
  float: right;
  border-left: 1px solid #8492b4;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 4px;
  font-size: 1.5em;
  line-height: 1.8em;
}

a.submenulink
{
  float: left;
  margin-left: 20px;
  padding-top: 10px;
  font-size: 1.2em;
  line-height: 1.8em;
}


/*
 * Home page differences
 */
p#hometext
{
  padding: 50px 20px 0 270px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  line-height: 1.4em;
  background-color: transparent;
}

p#hometext strong
{
  font-weight: 600;
}

a#hometext
{
  color: #678ed0;       /* light blue */
  font-weight: normal;
}

/*
 * Contact details
 */
h1#contact
{
  padding: 50px 20px 10px 270px;
  font-size: 1.7em;
}

div.content h2
{
  padding: 15px 20px 15px 270px;
  font-size: 1.5em;
  color: #757f81;
  background-color: transparent;
}

span.acolumn
{
  float: left;
  width: 300px;
}

span.bcolumn
{
  float: left;
  width: 2em;
  color: #D2206A;
  font-weight: bold;
  line-height: 1.2em;
}

span.ccolumn
{
  float: left;
  width: 12em;
  font-weight: bold;
  line-height: 1.2em;
}


/*
 * Contact form stuff
 */
p#contactformtext
{
  padding-left: 25px;
  float: left;
  width: 25%;
  text-align: justify;
}

form#contactform
{
  float: left;
  padding-left: 0px;
  padding-top: 20px;
}

label
{
  float: left;
  color: #777;
  font-size: 1.2em;
  text-align: right;
  margin-right: 4px;
  padding-top: 2px;
  width: 7em;
}

input
{
  float: left;
  border: 1px solid #8492b4;
  padding: 2px 2px 2px 2px;
  width: 230px;
}

textarea
{
  /* because IE is strange with textarea fonts */
  font-family: "Arial","Verdana","Helvetica",sans-serif;
  font-size: 1.1em;
  border: 1px solid #8492b4;
  overflow: auto;
  padding: 2px 2px 2px 2px;
  width: 230px;
}

/* The thankyou page in response to a form submission */
h1#thankyou
{
  width: 600px;
  padding-top: 100px;
  font-size: 1.4em;
  text-align: center;
  line-height: 2em;
  color: #708090;         /* slategray */
}

/*
 * Desk space
 */

div.deskspace
{
  float: left;
  width: 600px;
}

div.deskspace p
{
  margin: 0 20px 0px 25px;
}

div.deskspace h1
{
  margin: 30px 20px 10px 25px;
}


/*
 Paul
 ul = margin 0 - padding 0
 li = padding -left 15
 not floated, put in a div
*/

div.deskspacefeats
{
  display: inline;
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
  margin-left: 35px;
}

div.deskspacefeats p { margin: 10px 0 10px 0; padding: 0; line-height: 1em;}


div.deskspacefeats ul
{
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  color: #777;
  font-size: 1.2em;
}

div.deskspacefeats ul li
{
  margin-bottom: 5px;
}

p.rental
{
  line-height: 1.6em;
}
