div#contact
{
  float: right;
  width: 300px;
  margin-top: 40px;
  color: white;
  text-align: center;
}

div#contact a
{
  color: white;
}

p.intro
{
  width: 95%;
  margin: 10px auto;
  font-size: 105%;
}

p
{
  padding: 10px;
}

h1
{
  padding: 10px;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
}

/**********/
/*  Home  */
/**********/

div#callout
{
  float: right;
  width: 150px;
  height: 150px;
  margin: -80px -35px 0 0;
  background: transparent url(images/callout.png) no-repeat center center;
}

div#callout p
{
  padding-top: 40px;
  color: #050;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

div#callout p span
{
  color: darkred;
  font-size: 18px;
}

div.service
{
  float: left;
  width: 370px;
  padding: 10px;
}

small
{
  color: black;
  font-size: 60%;
}

/***************/
/*  Portfolio  */
/***************/

div.screenshot
{
  width: 600px;
  margin: 10px auto;
  text-align: center;
}

div.screenshot p
{
  width: 80%;
  margin: 0 auto;
}

div.screenshot a img
{
  width: 220px;
  border: 3px solid transparent;
}

div.screenshot a:hover img
{
  border: 3px solid green;
}

/*************/
/*  Process  */
/*************/

table#process-layout
{
  width: 780px;
  height: 600px;
  background: transparent url(images/process.png) no-repeat center center;
}

table#process-layout td
{
  padding: 20px;
  vertical-align: top;
  text-align: left;
}

table#process-layout tr.text
{
  height: 240px;
}

table#process-layout td.text
{
  width: 260px;
}

span.step
{
  margin-right: 5px;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
  color: white;
  background-color: green;
}

/***************/
/*  Practices  */
/***************/

div#practice table
{
  width: 750px;
  margin: 0 auto;
}

div#practice table td
{
  width: 50%;
  padding: 10px;
  vertical-align: top;
  border: 1px solid grey;
}

div#practice table td ul
{
  margin-left: 30px;
}

div#practice table td.good h2
{
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  /*  Unique code below */
  color: darkgreen;
}

div#practice table td.good h2 span
{
  padding-left: 25px;
  background: transparent url(images/good.png) no-repeat center left;
}

div#practice table td.poor h2
{
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  /*  Unique code below */
  color: darkred;
}

div#practice table td.poor h2 span
{
  padding-left: 25px;
  background: transparent url(images/poor.png) no-repeat center left;
}
