/*
 * 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: #777;
  text-align: left;
  font-size: 1.2em;
}

em
{
  font-weight: 600;
  text-decoration: none;
  font-style: normal;
  /*color: #678ed0;*/
}

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: #678ed0;       /* light blue */
}

h1
{
  color: #678ed0;       /* light blue */
  background-color: transparent;
  font-size: 1.3em;
  text-align: left;
}

h2
{
  text-align: left;
}

ul
{
  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 250px 0 25px;
}

h1#bodyhead
{
  padding: 30px 200px 10px 25px;
}

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

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

/*
 * Home page differences
 */
p#hometext
{
/*border: 1px solid black;*/
  padding: 50px 40px 0 240px;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.5em;
  color: #708090;         /* slategray */
  background-color: transparent;
}

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

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

/*
 * 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;
}



/*
 * Portfolio
 * *********
 *
 * The gallery of clients and projects
 */

p.gallerytext
{
/*border: 1px solid black;*/
  padding-right: 20px;
  padding-left: 10px;
  text-align: justify;
  font-weight: normal;
  font-size: 1.1em;
}

/* The main section of static text on each gallery page */
p#gallerybanner
{
/*border: 1px solid black;*/
  border-bottom: 1px solid #8492b4;
  text-align: justify;
  width: 720px;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 auto;
}

span.testimonial
{
  font-style: italic;
}

a.indentedlink
{
/*border: 1px solid black;*/
  padding: 0 0 20px 100px;
  font-weight: 600;
}

a.gallerylink
{
  font-weight: 600;
  font-style: normal;
}

h1#galleryheader
{
  width: 720px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}

img.galleryimg
{
  padding-right: 15px;
  padding-bottom: 5px;
}


/*
 * Contact details
 */
span.contacticon
{
  font-family: "Courier", serif;
}

span.contactsection
{
  text-decoration: underline;
  font-size: 0.95em;
}

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

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

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 */
}

