/* LG 2009/08 */

body {
  background-color: #efefef;
  background-image: url('style/background.png');
  background-repeat: repeat;
  font-family: arial, sans-serif;
  font-size: 13px;
  color: #00213c;
}

h1 {
  font-size: 1.5em;
  margin: 12px 0px 12px 0px;
}

h2 {
  font-size: 1.3em;
  margin: 12px 0px 2px 0px;
}
h2 a, h2 a:active, h2 a:visited {
  text-decoration: none;
  color: #00213c;
}

h3 {
  font-size: 1em;
  margin: 8px 0px 8px 0px;
}

p {
  margin: 0px 0px 8px 0px;
}

ul, li {
  margin-top: 8px;
  margin-bottom: 8px;
}

img {
  border: 0;
}

a {
  color: #003d7d;
}

a:visited {
  color: #0071b2;
}

/* main blocks */

#container {
  background-color: #ffffff;
  background-image: url('style/grad_v.png');
  background-position: 250px 0px;
  background-repeat: repeat-y;
  width: 970px;
  margin: 10px auto 5px auto;
  border: 1px solid #e6554b;
}

#left {
  width: 250px;
  float: left;
  overflow: hidden;
}

#lefttop {
  height: 120px;
}

#menu {
  height: 270px;
}

#info {
  min-height: 150px;
  margin: 0 0 20px 25px;
  font-size: 0.9em;
  color: #e6554b;
}

#main {
  width: 720px;
  height: auto;
  margin: 0 0;
  overflow: hidden;
}
* html #main {
  float: left;
  margin: 0 -3px 0 0px;
}

#maintop {
  height: 120px;
}

#path {
  margin: 6px 25px;
  font-size: 0.85em;
  color: #0071b2;
}

#content {
  margin: 10px 25px 30px 25px;
  text-align: justify;
}

#copy {
  margin: 0px auto;
  font-size: 0.85em;
  text-align: center;
  color: #aaaaaa;
}

/* misc elements */

div .clear {
  clear: both;
  height: 0px;
  line-height: 0;
}

.thumb {
  float: right;
  clear: right;
  display: inline;
  margin: 0px 0px 5px 12px;
  border: 4px solid #ffffff;
}

.icon {
  width: 90px;
  height: 65px;
  float: left;
  display: inline;
  margin: 3px 16px 0px 0px;
}

.eml {
  width: 174px;
  height: 17px;
  border: 0;
  float: none;
  vertical-align: middle;
}

.desc {
  margin-bottom: 24px;
  text-align: left;
}

.com, .com li {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* form elements */

.formsect {
  font-size: 1em;
  font-family: arial, sans-serif;
  color: #00213c;
  text-align: right;
  margin: 0 0 2px 0;
}

.formfield {
  width: 130px;
  font-size: 1em;
  font-family: arial, sans-serif;
  color: #00213c;
  border: 1px solid #00213c;
}

.formbutton {
  font-size: 1em;
  font-family: arial, sans-serif;
  color: #00213c;
  background-image: url('style/grad_blue.png');
  background-repeat: repeat-x;
  border: 1px solid #00213c;
}

.error {
  color: #ff0000;
}

/* menu elements */

.menu1 {
  background-color: #e6554b;
  background-image: url('style/grad_red.png');
  background-repeat: repeat-x;
  height: 20px;
  min-height: 23px;
  margin: 0px 0px 2px 0px;
}

.menu2 {
  height: 15px;
  margin: 0px 0px 3px 0px;
}

.menu1 a, .menu2 a {
  height: 100%;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding-left: 25px;
}

.menu1 a, .menu1 a:active, .menu1 a:visited {
  color: #ffffff;
  padding-top: 3px;
}

.menu2 a, .menu2 a:active, .menu2 a:visited {
  color: #e6554b;
}

.menu1 .act {
  background-image: url('style/bullet_white.gif');
  background-repeat: no-repeat;
  background-position: 12px 7px;
}

.menu2 .act {
  background-image: url('style/bullet_red.gif');
  background-repeat: no-repeat;
  background-position: 12px 4px;
}

/* sitemap */

.map1 a, .map2 a, .map3 a {
    font-size: 83%;
    font-weight: normal;
}

p.map1 { margin: 4px 0px 4px 0px;  }
p.map2 { margin: 4px 0px 4px 45px; }
p.map3 { margin: 0px 0px 0px 90px; }

