/** Reference **/
.orange {
  color: #FCB034;
}
.blue {
  color: #005CAB;
}
.yellow {
  color: #FFDE6C;
}

/** Common **/
html body {
  font-family: "Trebuchet MS",Tahoma,Avant Garde;
  color: #222;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
img {
  border: none;
}
a, a:visited {
  color: #005CAB;
  text-decoration: none;
}
a:hover {
  color: #fcb034;
}
table.layout {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
td.top {
  background-color: #f1f3e9;
  padding: 5px 15px 10px 15px;
  border-top: 4px solid #005cab;
  border-bottom: 2px solid #fcb034;
}
td.main {
  text-align: left;
  height: 100%;
  padding: 20px 50px 0 50px;
}
td.footer {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 2px;
  font-size: .8em;
}
#logo img, #logo span {
  border: 0;
  top: 10;
  left: 10;
  position: absolute;
}
#logo span {
  font-size: 2em;
}
ul.menu {
  padding: 0;
  float: left;
  margin: 65px 0 0 0;
  padding: 0;
  list-style: none;
}
.menu li {
  float: left;
  padding-left: 0;
  padding-right: 15px;
  color: #005cab;
  line-height: 1.0em;
  font-size: 1em;
  font-weight: bold;
}
.menu li.current a {
  color: maroon;
}
.menu li.current a:hover {
  cursor: default;
}
div#main_container {
  text-align: left;
}
div.body_container {
  width: 600px;
  margin-left: 20px;
}
div.section {
  margin: 30px 0 30px 0;
  text-align: justify;
}
h1 {
  color: #333;
  font-size: 1.5em;
}
h2 {
  color: #333;
  font-size: 1.1em;
}
h3 {
  color: #333;
  font-size: 1.1em;
  font-weight: normal;
}
h4 {
  color: #005cab;
  font-size: 1.1em;
  font-weight: normal;
}
span.text {
  font-size: .9em;
  line-height: 1.5em;
}
ul {
  list-style: square;
  line-height: 1.5em;
}
ol {
  line-height: 1.5em;
}
ul li {
  margin-bottom: 10px;
  padding-left: 5px;
  line-height: 20px;
}
ul.simple {
  list-style: none;
}
span.url {
  font-style: italic;
}


/** Home **/

/*
div#home {
  font-size: 1.2em;
}
*/
ul#checks {
  list-style: square
  padding-left: 50px;
  margin-left: 50px;
}
ul#checks li {
  font-size: 1.2em;
}
ul#checks li span {
  vertical-align: center;
  line-height: 50px;
}
#logos h2 {
  font-size: 1.2em;
  margin: 15px 0 5px 0;
  padding: 0;
}
#logos ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  width: 800px;
}
#logos ul li {
  float: left;
  margin-right: 20px;
  width: 370px;
}
#logos h3 {
  font-size: 1em;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #333;
}

/** About Us **/
#about ul li {
  margin-bottom: 15px;
  line-height: 1.2em;
}
#about ul.sublist {
  list-style: square;
}
#about ul.sublist li {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: .9em;
}
#about ul li ul li span {
  font-style: italic;
}

/** Value  **/

.value h3 {
  color: #333;
}
#logos span.text a {
  font-size: 1.1em;
  padding-right: 20px;
}
.value span.link a {
  padding-right: 20px;
}


/** Services **/

#services h2 {
}
#services ul#checks li {
  padding: 0;
  font-size: 1.2em;
}
#services ul#checks li span {
  vertical-align: center;
  line-height: 45px;
}

/** Team **/
#team h1 {
 margin-bottom: 20px;
}
#partners h3 {
 padding-bottom: 30px;
}

#cisv h2 {
  padding-top: 15px;
}

table.cisv_contact {
  margin-left: 20px;
  width: 500px;
}

table.cisv {
  width: 100%;
  margin-left: 20px;
}
div.cisv div {
  margin-left: 20px;
}
table.cisv th {
  background-color: #e6e6fa;
  border: 1px solid #b0b0b0;
  padding: 2px 5px 2px 5px;
}
table.cisv td {
  border: 1px solid #b0b0b0;
  padding: 2px 5px 2px 5px;
  font-size: .9em;
  white-space: nowrap;
}
table.cisv td:nth-child(3), table.cisv .price {
  text-align: center;
}
table.cisv td:nth-child(4), table.cisv .price {
  text-align: center;
}

