/*
 * Main font, padding, etc. styles
 */

/* defaults, to concur in all browsers */
p, h1, h2, a, form, fieldset, img, input, select, table, td, tr
{
  margin: 0;
  padding: 0;
}

table
{
  border-collapse: collapse;
}

p
{
  color: black;
  font-size: 0.8em;
  line-height: 1.4em;
}

p.hometext
{
	font-size: .75em;
}

p.ourworksubtext
{ 
/*  font-family: "Arial Narrow", Arial, Helvetica, sans-serif; */
  font-size: 10pt;
  line-height: 1.2em;
}

p.footertext
{
  text-align: right;
}

h1
{
  font-size: 1.5em;
  color: white;
}

h1.layer2
{
  padding: 127px 0 0px 0;
  font-size: 2em;
/*  font-weight: normal; */
  letter-spacing: -1px;
  color: #003e51;
}

h1.graphicshere
{
  font-size: 2em;
}

h2
{
  padding-top: 15px;
  color: black;
  font-size: 1em;
}

h2.staff_title
{
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  padding-right: 20px;
  color: #003e51;
  font-size: 0.7em;
  font-weight: 600;
}

p.staff_text
{
	font-size: 0.7em;
	padding-right: 20px;
	line-height: 1.2em;
}


a
{
  color: #003e51;
  font-weight: bold;  
  text-decoration: none;
}

a.homelink
{
  color: #003e51;
  font-weight: normal;  
  text-decoration: none;
}



a:hover, a:active
{
  text-decoration: underline;
}

a.submenulink
{
  color: #7697a3;
  font-size: 1.3em;
  line-height: 1.7em;
  text-decoration: none;
}

a#ourworksublink
{
  line-height: 1em;
}

a.submenulink:hover
{
  color: #003e51;
}

a.ourworklink
{
  color: #003e51;
  font-weight: bold;
}

a.contactemail
{
  color: #003e51;
  font-weight: bold;
}

a.footerlink
{
  color: #003e51;
  font-weight: bold;
}

img
{
  border: none;
}

img.homelogo{ margin: 130px 0px 25px 0px; }

ul
{
  margin: 0 0 0 50px;
  padding: 0;
}

ul#whatwedo
{
  padding-top: 190px;
  padding-left: 50px;
  color: #003e51;
  font-weight: bold;
}

ul#ourwork
{
  padding: 5px 0 15px 0;
}

ul.partworks
{
  margin-top: 4px;
  color: #003e51;
  margin-left: 15px;
  padding-bottom: 4px;
}

li
{
  font-size: 0.8em;
  margin-top: 10px;
}

li.partworks
{
  margin-top: 0px;
}


/* footer area stuff */
p.footerstuff
{
  color: #01acf2;
  font-size: 1.1em;
  text-align: left;
}
.style5 {color: #7697a3}