*
{
  margin: 0;
  padding: 0;
}

html
{
  width: 100%;
  background: #ffffff url('../images/main-bg.png') repeat-x;
}

img, table
{
  border: 0;
}

ul
{
  padding: 5px 0 5px 20px;
}

h1
{
  color: #ff7f00;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 7px;
  border-bottom: 3px solid #6ca1cd;
}

h2
{
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
}

a
{
  text-decoration: none;
  color: #ff7f00; 
}

a:hover
{
  text-decoration: underline;
}

p
{
  padding: 5px 0;
}

body
{
  width: 992px;
  margin: 0 auto;
  color: #000000;
  background: #ffffff url('../images/main-bg-shadow-top.png') no-repeat;
  padding-top: 9px;
}

body, .text-field, button
{
  font: 13px Arial, sans-serif;
}

.clearing
{
  display:inline-block;
}

.clearing:after
{
  content:' ';
  display:block;
  height:0;
  clear:both;
  font-size:0;
  visibility:hidden;
}

#main-container .shadow, #page
{
  float: left;
}

#main-container .shadow
{
  width: 5px;
  height: 596px;
}

#main-container #left
{
  background: url('../images/main-bg-shadow-left.png') no-repeat;
}

#main-container #right
{
  background: url('../images/main-bg-shadow-right.png') no-repeat;
}

#page
{
  width: 982px;
}

#header, #header ul li
{
  background: #fafbfb;
}

#header #logo
{
  width: 221px;
  height: 50px;
  display: inline;
  float: left;
  margin: 25px 69px 0 48px;
  background: url('../images/logo.png') no-repeat;
}

#header a, #header a:hover
{
  text-decoration: none;
}

#header ul
{
  float: right;
  background: url('../images/main-menu-bg.png') repeat-x;
  margin: 17px 0 2px;
  padding: 0;
  width: 644px;
}

#header ul li
{
  float: left;
  list-style: none;
  margin-left: 2px;
  display: inline;
}

#header ul li a
{
  display: block;
  width: 90px;
  height: 71px;
  font-weight: bold;
}

#header ul li a span
{
  display: block;
  padding: 0 8px;
}

#header ul li a:hover, #header ul li a:hover span, #header ul li #selected span
{
  color: #ff7f00;
}

#header ul li a .number
{
  color: #d5e4f1;
  line-height: 46px;
  font-size: 36px;
}

#header ul li a .text
{
  color: #0060b6;
  font-size: 12px;
}

#abstract
{
  height: 186px;
  position: relative;
}

#abstract #main-slogan, #abstract #service-list
{
  position: absolute;
  z-index: 3;
}

#abstract #main-slogan
{
  font-size: 24px;
  color: #9dcae1;
}

#abstract #main-slogan em, #abstract #service-list em
{
  color: #ff7f00;
}

#abstract #service-list
{
  color: #e4f5fd;
  font-size: 16px;
}

#abstract #service-list ul
{
  list-style-type: none;
  padding: 0;
}

#abstract #service-list ul li
{
  display: inline;
  background: url('../images/bullet-01.png') no-repeat 0 50%;
  padding: 0 5px 0 13px;
}

#abstract #service-list ul .left
{
  background: transparent;
  padding-left: 0;
}

#content
{
  padding: 1px;
}

#content .column
{
  padding: 12px 10px;
  background: url('../images/column-bg-01.png') repeat-x;
  width: 304px;
  float: left;
  min-height: 173px;
}

* html #content .column
{
  height: 173px;
}

#content .menu-column
{
  background: url('../images/column-bg-02.png') repeat-x;
  min-height: 344px;
}

* html #content .menu-column
{
  height: 344px;
}

#content .double-column
{
  width: 632px;
}

#content .double-column h1
{
  margin-bottom: 5px;
}

#content .separator
{
  background: url('../images/column-border.png') no-repeat;
  width: 4px;
  height: 362px;
  float: left;
}

#footer
{
  margin: 0 20px;
  border-top: 6px solid #0060b6;
  line-height: 28px;
  color: #233e51;
  text-align: center;
  font-size: 12px;
}

.arrowed
{
  padding-left: 20px;
  font-weight: bold;
}

.arrow-01
{
  background: url('../images/arrow-01.png') no-repeat 0 50%;
  color: #233e51;
}

.arrow-02
{
  background: url('../images/arrow-02.png') no-repeat 0 50%;
  color: #ff7f00;
}

#message
{
  text-align: center;
  padding: 10px 0;
}

#next
{
  padding-top: 10px;
}

#next a
{
  float: right;
  margin-right: 30px;
  display: inline;
}

em
{
  font-style: normal;
  color: #0060b6;
}