@import url("layout.css");
/** HEADINGS */
h1, h2, h3 {
  color: #656565; }

h1 {
  font-size: 23px;
  font-weight: normal;
  font-family: Verdana; }
  h1.blue {
    color: #1f4166;
    padding-bottom: 32px;
    padding-top: 16px;
    margin: 0px; }
  h1.solutions-blue {
    color: #1f4166;
    padding-bottom: 4px;
    margin: 0px; }

h2 {
  font-size: 18px;
  font-family: Verdana; }

h3 {
  font-size: 12px;
  font-family: Verdana;
  margin-top: 0px; }
  h3.case-study {
    margin: 0px; }

/** NORMAL TEXT **/
body, td, input {
  font-family: Verdana;
  font-size: 14px;
  color: #5f5f5f; }

p, ul, ol {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: justify;
  line-height: 24px; }

b, strong {
  color: #656565; }

p.sidetext {
  font-size: 10px;
  line-height: 18px; }
p.clients {
  padding: 0px;
  margin: 0px; }
p.intro {
  padding-top: 10px; }

#footer p {
  text-align: center; }

/** SPANS **/
span.quotation-mark {
  font-weight: bold;
  font-size: 16px;
  font-family: Lucida Sans, Arial,Helvetica, sans-serif; }
span.intro {
  font-size: 24px;
  font-weight: normal;
  font-family: Verdana;
  color: #1f4166; }
span.green {
  color: #739d00; }

/** LINKS */
a {
  color: #739d00; }
  a.backtoindex {
    font-size: 14px;
    text-decoration: none; }

a:hover {
  text-decoration: none; }

.link1 {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #4B4B4B; }

/** BACKGROUNDS */
.bg1 {
  background: url("../images/homepage/homepage02.gif") repeat-x left top; }

.bg3 {
  background: white url("../images/subpages/subpage2_01.gif") no-repeat left bottom; }

.bg4 {
  background: url("../images/homepage/homepage06.jpg") no-repeat left top; }

.bg5 {
  background: url("../images/homepage/homepage14.jpg") no-repeat left top; }

/** IMAGES **/
img {
  border: none; }

.img1 {
  float: left;
  margin: 0px 15px 0px 0px; }

/** HORIZONTAL RULE **/
.hr1 {
  height: 5px;
  margin-bottom: 5px;
  background: url("../images/homepage/homepage11.gif") repeat-x left bottom; }

#search label {
  display: block; }

#input1 {
  float: left;
  width: 195px;
  margin-right: 10px;
  padding: 3px 0px;
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF; }

/** LISTS **/
ul.casestudy li {
  margin-top: 5px;
  margin-bottom: 5px; }

/** TABLES **/
table#client {
  padding: 0px;
  margin: 32px 0px 0px 0px; }
  table#client td {
    margin: 0px;
    padding-right: 62px;
    padding-bottom: 2px; }

table#team td {
  vertical-align: top;
  padding: 5px;
  font-size: 16px; }
table#team a {
  text-decoration: none;
  color: #2bd2ff; }

/** IMAGES **/
img#gold_partner {
  padding-bottom: 54px; }

img.news-item {
  width: 34px; }

