﻿/******************/
/* General Styles */
/******************/

body {
 background: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
}

.left {
 float: left;
 margin-right: 15px;
}

.right {
 float: right;
 margin-left: 15px;
}

.clear {
 clear: both;
}

img {
 border: none;
}

.centeredimage {
 text-align: center;
}

.centeredimage img {
 margin: 0 auto;
}

a {
 color: #000000;
}

.noprint {
 display: none;
}

/***************/
/* Form Styles */
/***************/

form fieldset {
 border: none;
 margin: 2em 0 0 0;
 padding: 1em 0 0 1em;
}

form fieldset.buttons {
 margin-bottom: 2em;
 padding-left: 16em;
}

form legend {
 color: #0082C3;
 font-size: 1.2em;
 font-weight: bold;
 margin: 0 0 0 -1em;
}

form label {
 width: 15em;
 float: left;
 clear: left;
 margin-top: .5em;
}

form label.checkbox {
 clear: none;
 width: auto;
 margin-left: 4em;
}

form input {
 float: left;
 margin-top: .5em;
}

form textarea {
 clear: left;
 float: left;
 margin-bottom: 1em;
}

form input.checkbox {
 clear: left;
 width: 1em;
}

/*****************/
/* Header Styles */
/*****************/

div#header {
 position: relative;
 height: 60px;
}

div#header img {
 position: absolute;
 top: 0;
 left: 0;
}

div#header p {
 display: none;
}

ul#language {
 display: none;
}

ul#header-navigation {
 display: none;
}

/******************/
/* Content Styles */
/******************/

div#leftcol {
 display: none;
}

div.box {
 margin: 10px 0;
 padding: 3px;
}

div#content div.box h3 {
 color: #000000;
 text-align: left;
 font-size: 11pt;
 padding-top: 1px;
}

div.box ul {
 list-style-image: url('images/mini-arrow-blue.jpg');
 padding-left: 20px;
 margin: 0;
 font-size: 10pt;
}

div#content img#banner {
 display: none;
}

div#content h2 {
 color: #000000;
 font-weight: bold;
 font-size: 15pt;
}

div#content h3 {
 color: #000000;
 font-weight: bold;
 font-size: 13pt;
}

div#content p, div#content li {
 font-size: 11pt;
}

div#content .newsdate {
 font-style: italic;
 color: #333333;
}

div#content div.col {
 width: 48%;
 float: left;
}

div#content div.casestudy {
 margin-bottom: 25px;
}

div#middlecol ul li {
 margin-bottom: 5px;
}

ul.actions {
 list-style-image: url('images/mini-arrow-blue.jpg');
 padding-left: 20px;
 margin-left: 0;
 margin-top: 20px;
}

ul.nospace {
 margin-top: -7px;
}

ul.actions ul {
 margin-top: .5em;
}

a.action {
 padding-left: 20px;
 background: transparent url('images/mini-arrow-blue.jpg') no-repeat 0 50%;
}

h3.news {
 margin: 0;
 margin-bottom: -10px;
}

/****************/
/* Testimonials */
/****************/
p.testimonee {
 margin-top: 0;
 padding-top: 0;
 padding-left: 15px;
}

* html p.testimonee {
 margin-top: -15px;
}

.testimonee {
 color: #000000;
 font-weight: bold;
}

address {
 font-style: normal;
 margin-bottom: 20px;
}

address span.name {
 font-weight: bold;
}

div#rightcol img {
 display: none;
}

div#rightcol div.box ul.actions li {
 margin-bottom: 3px;
}

/*****************/
/* Footer Styles */
/*****************/
div#footer {
 border-top: 1px solid #000000;
 text-align: center;
 font-size: 8pt;
 clear: both;
}

ul#footer-navigation {
 display: none;
}