.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


* {
  margin: 0;
  padding: 0;
}

body {
  background: #ecf5f9 url(../images/bg_bodytop.gif) repeat-x;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #808080;
}

img {
  border: 0;
}

br.clear {
  clear: both;
  font-size: 1px;
}

/*------------------------------------------------------------------- Structure */

div#container {
  text-align: left;
  margin: 0 auto;
  width: 760px;
}

div#col-left {
  width: 208px;
  float: left;
  padding-bottom: 30px;
}

div#col-right {
  width: 515px;
  float: right;
}

/*------------------------------------------------------------------- Header Image */

div#headerimage {
  margin-top: 20px;
  background: #fff url(../images/headerimage_bg.jpg) no-repeat 20px 20px;
}

div#headerimage img {
  border: 20px solid #fff;
}

/*------------------------------------------------------------------- Headings */

h2, h3 {
  color: #ff6600;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  margin: 10px 0 5px 0;
}

h2 {
  font-size: 27px;
  margin-bottom: 15px;
}

h3 {
  font-size: 17px;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------- Button */

a.button {
  background: #3f99cb url(../images/bullet_nav.gif) no-repeat 6px 7px;
  padding: 4px 4px 4px 20px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  display: block;
  width: 80px;
}

a.button:hover {
  background: #ff6600 url(../images/bullet_nav.gif) no-repeat 6px 7px;
}

input.button {
  background: #3f99cb url(../images/bullet_nav.gif) no-repeat 6px 7px;
  padding: 4px 4px 4px 20px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  display: block;
  width: 80px;
  border: 0;
  cursor: pointer;
}

input.button:hover {
  background: #ff6600 url(../images/bullet_nav.gif) no-repeat 6px 7px;
}


/*------------------------------------------------------------------- Service List */

div#servicelist {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

div#servicelist ul {
  line-height: 1.8em;
}

div#servicelist li {
  list-style-type: none;
  font-size: 12px;
  background: url(../images/bullet.gif) no-repeat 0 0.9em;
}

div#servicelist a {
  padding-left: 20px;
  color: #666;
  text-decoration: none;
}

div#servicelist a:hover {
  color: #ff6600;
}

/*------------------------------------------------------------------- Content */

div.content {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}

div.content p {
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.7em;
}

div.content a {
  color: #ff6600;
}

div.content div.left {
  float: left;
  width: 238px;
  border-right: 1px solid #ccc;
}

div.content div.right {
  float: right;
  width: 236px;
}

div.content label {
  font-size: 12px;
}

div.content input.textfield,
div.content textarea,
div.content select {
  font-size: 12px;
  width: 213px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  margin-bottom: 5px;
}

div.content textarea {
  height: 150px;
}

div.content li {
  font-size: 12px;
  margin-left: 2em;
  line-height: 1.7em;
}

div.content ul {
  margin-bottom: 1em;
}

/*------------------------------------------------------------------- Home Boxes */

div.slideshow {
  width: 475px;
  height: 206px;
}


/*------------------------------------------------------------------- Contact */


body#page-contact div.content div.right form {
  padding: 0 0 0 20px;
}

body#page-contact div.content div.left strong {
  color: #ff6600;
  font-weight: normal;
}



/*------------------------------------------------------------------- Main Navigation */

ul#nav {
  height: 30px;
  margin-top: 10px;
}

ul#nav li {
  list-style-type: none;
  display: inline;
  font-size: 12px;
  background: url(../images/bullet_nav.gif) no-repeat 0 3px;
  padding-right: 10px;
}

ul#nav li#nav-contact {
  padding-right: 0;
}

ul#nav a {
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
}

ul#nav a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------- Footer */

div#footer {
  margin-top: 15px;
}

div#footer p.left {
  float: left;
  font-size: 11px;
}

div#footer p.right {
  float: right;
}

div#footer a {
  color: #66b3d9;
  text-decoration: none;
}

div#footer a:hover {
  color: #66b3d9;
  text-decoration: underline;
}

/*------------------------------------------------------------------- Partners */

div#partners {
  padding: 40px 0;
}

/*------------------------------------------------------------------- Bottom */

div#bottom {
  background:url(../images/bg_bodybottom.gif) repeat-x;
  height: 126px;
  width: 100%;
}



body#page-casestudies h3 span {
  color: #666;
}