html, body {
  height: 100%;
}

body {
  /*background: white url(../img/bg-right.jpg) repeat-y scroll right top;*/
  color: #0E0E0E;
  font-family: Helvetica, Arial;
  font-size: 70%;
  line-height: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

h4, h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

p, ol, ul {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

p.grey {
  color: #8B8B8B;
}

p a, li a {
  color: #3675F6;
}

p a:hover, li a:hover {
  text-decoration: underline;
}

#wrap {
  min-height: 100%;
  height: auto;
  width: 950px;
  padding-right: 40px;
  background: white url(../img/bg.jpg) repeat-y scroll 0 0;
  position: relative;
}

* html #wrap {
  height: 100%;
}

#nav {
  width: 160px;
  margin-left: 24px;
  float: left;
  position: relative;
}

#nav a,
#nav a:hover {
  border: none;
}

#nav h1,
#nav h1 a {
  display: block;
  width: 150px;
  height: 150px;
  background: url(../img/logo-updated.gif) no-repeat scroll 0 0;
  text-indent: -10000px;
}

#nav h1 {
  margin-top: 20px;
}
/*
#nav h1 a {
  background: url(../img/logo-updated.gif) no-repeat scroll 0 0;
}
*/
#nav #menu {
  margin-top: 20px;
}

#nav #menu h2,
#nav #menu h2 a {
  color: #8B8B8B;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: .1em;
  text-indent: -1000px;
}

#nav #menu h2.act {
  margin-bottom: .5em;
}

#nav #menu h2 a:hover,
#nav #menu h2.act a {
  color: #FFFFFF;
}

#nav #menu ul {
  font-family: Arial;
  font-size: .95em;
  line-height: 1.4em;
  padding-left: 1.5em;
}

#nav #menu ul ul {
  font-size: 1em;
  margin: .5em 0;
}

#nav #menu ul li {
  margin-bottom: .5em;
}

#nav #menu ul li,
#nav #menu ul li a {
  color: #8B8B8B;
  text-transform: uppercase;
}

#nav #menu ul li.cur a,
#nav #menu ul li.no a:hover {
  color: #FFFFFF;
}

#nav #menu ul li.no a {
  color: #8B8B8B;
}

#main {
  width: 500px;
  margin-top: 50px;
  float: right;
}

#right {
  width: 160px;
  margin-top: 50px;
  margin-left: 30px;
  float: right;
}

.info {
  margin: 2em 0;
}

.info h2 {
  margin-bottom: 0.1em;
}

.info h3 {
  color: #8B8B8B;
  margin-bottom: 0;
  font-size: 1.4em;
}

.info p.grey {
  margin: 1em 0;
}

.details {
  width: 510px;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 1em 0;
}

.details .left,
.details .right {
  width: 255px;
  float: left;
}

.details .title {
  color: #8B8B8B;
  width: 80px;
  float: left;
}

.details .detail {
  width: 165px;
  float: left;
  margin-left: 10px;
}

.teasers { }

.teasers .teaser {
  padding-bottom: 1.5em;
}

.teasers .teaser .img {
  width: 160px;
  height: 90px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}

.teasers .teaser .text {
  float: left;
  width: 300px;
}

.teasers .teaser .text h2,
.teasers .teaser .text h3,
.teasers .teaser .text p {
  margin-bottom: 0;
}

.teasers .teaser .text h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}

.teasers .teaser .text h3 {
  font-size: 1.1em;
  color: #8B8B8B;
}

.teasers .teaser .text p {
  font-size: 1.1em;
  margin-top: 1em;
}

.teasers .teaser .text h2, .teasers .teaser .text h2 a, .teasers .teaser .text p, .teasers .teaser .text p a { 
  color: black;
  text-decoration: none;
  border: none;
}

.teasers .teaser .text h2 a:hover, .teasers .teaser .text p a:hover { 
  color: black;
  border: none;
}

.teasers .teaser .text h2 a:hover {
  text-decoration: underline;
}

#footer {
  margin-top: 5em;
}

#footer p {
  color: #8B8B8B;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: .15em;
}

.mailform div.field {
  margin-bottom: .5em;
  clear: both;
}

.mailform div.field label,
.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field p.radiogroup,
.mailform div.field fieldset,
.mailform div.field textarea.text {
  float: left;
}

.mailform div.field label {
  width: 180px;
}

.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field textarea.text {
  width: 240px;
}

.mailform div.field fieldset legend {
  display: none;
}

.mailform div.field fieldset label,
.mailform div.field fieldset input {
  float: none;
}

.mailform div.field textarea.text {
  height: 100px;
}

.required label {
  color: red;
}

/* utility classes */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.ta_r { text-align: right !important; }
.ta_l { text-align: left !important; }
.ta_c, .align-center { text-align: center !important; }

.mb_0 { margin-bottom: 0 !important; }
.mt_0 { margin-top: 0 !important; }

.mb_1 { margin-bottom: 1em !important; }
.mt_1 { margin-top: 1em !important; }

.w_half { width: 50%; }
.red { color: #FF3333;}
.green { color: #339933; }
