/* GENERIC */

body {
  font: 10pt sans-serif;
  color: #333;
  background: #eee;
}

h1 {
  font-size: 18pt;
  font-weight: normal;
  line-height: 130%;
  padding: 85px 142px 15px 0;
  clear: left;
  height: 30px;
  width: 370px;
  background: url(../img/heading-bg.gif) no-repeat bottom right;
}

h1 em {
  color: #999;
  padding-left: 5px;
}

h2 { 
  font-size: 14pt;
  font-weight: normal;
  padding: 20px 0 10px;
}

a { 
  color: #006885;
}

a:visited { 
  color: #1485a6;
}

a:hover { 
  color: #652d8a;
}

p {
  padding-bottom: 10px;
  line-height: 140%;
}

button {
  border: 0;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
}


/* LAYOUT */

#body-wrap {
  background: #FFF;
  width: 820px;
  margin: 20px auto;
}

#body-top {
  background: transparent url(../img/body-top.gif) no-repeat top left;
  width: 820px;
  float: left;
}

#body-bot {
  background: transparent url(../img/body-bot.gif) no-repeat bottom left;
  min-height: 100px;
  padding: 20px 40px 30px;
  width: 740px;
  float: left;
}

#side {
  width: 200px;
  float: left;
  overflow: hidden;
  background: url(../img/side.gif) no-repeat top left;
}

#side #cycle-wrap,
#side .img-wrap {
  display: block;
  width: 200px;
  height: 234px;
  overflow: hidden;
}

#side .img-wrap span {
  display: block;
  text-indent: -200px;
  width: 200px;
  height: 234px;
  overflow: hidden;
  background: transparent url(../img/sideimg-bg.png) no-repeat bottom left;
  -background-image: none;
}

#logo {
  width: 200px;
  height: 363px;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#logo span {
  width: 200px;
  height: 130px;
  background: url(../img/logo.gif) no-repeat top left;
  position: absolute;
  top: 0;
  left: -200px;
  text-indent: -200px;
}

.nav {
  float: left;
  width: 500px;
}

.nav a {
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  padding: 4px 7px;
  margin-right: 5px;
  font-size: 9pt;
  color: #652d8a;
  font-weight: bold;
  cursor: pointer;
}

.nav a:hover,
.nav a:active {
  background: #652d8a;
  color: #FFF;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
}

.nav a.sel {
  background: #c1d82f;
  color: #FFF;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0px;
}

.nav a span {
  display: block;
  float: left;
}

.nav a span span span {
  padding: 4px 7px;
}

.nav a:hover span,
.nav a:active span {
  background: url(../img/nav-hover-tr.gif) no-repeat top right;
}

.nav a:hover span span,
.nav a:active span span {
  background: url(../img/nav-hover-br.gif) no-repeat bottom right;
}

.nav a:hover span span span,
.nav a:active span span span {
  background: url(../img/nav-hover-bl.gif) no-repeat bottom left;
}

.nav a.sel span {
  background: url(../img/nav-tr.gif) no-repeat top right;
}

.nav a.sel span span {
  background: url(../img/nav-br.gif) no-repeat bottom right;
}

.nav a.sel span span span {
  background: url(../img/nav-bl.gif) no-repeat bottom left;
}

#nav {
  position: absolute;
  top: 20px;
  left: 0;
}

#subnav {
  padding-top: 15px;
}

#subnav a {
  font-size: 8.5pt;
}

#content {
  clear: both;
  padding: 30px 0 40px;
  line-height: 140%;
  min-height: 300px;
}

#main {
  width: 500px;
  overflow: visible;
  float: right;
  position: relative;
}

#footer {
  width: 500px;
  position: relative;
  left: -12px;
  padding: 35px 0 0 12px;
  background: url(../img/footer-bg.gif) no-repeat top left;
  font-size: 9pt;
  color: #777;
}

#footer span {
  float: right;
}

#footer span a {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #CCC;
  text-decoration: none;
}

#footer span a:hover {
  text-decoration: underline;
}

#footer span a.first {
  border: none;
}

.img-caption {
  float: right;
  text-align: center;
  font-size: 9pt;
  padding: 0 0 20px 20px;
}

.img-caption img {
  display: block;
  margin-bottom: 10px;
}

.pdf {
  display: block;
  background: url(../img/pdf.gif) no-repeat left center;
  padding: 10px 0 10px 25px;
}

.morelinks {
  margin-top: 20px;
}

.morelinks a {
  padding-right: 10px;
}
.morelinks a:visited {
  color:#652d8a;
}

#news li {
  padding: 10px 0 10px 20px;
  border-top: 1px dotted #CCC;
  xmargin-bottom: 15px;
  background: url(../img/bullet.gif) no-repeat 0 12px;
}

#news li span {
  display: block;
  padding-bottom: 5px;
}

#news li span em {
  font-size: 9pt;
  color: #777;
  padding-left: 10px;
}

#content-body ul {
  padding-bottom: 15px;
}

#content-body li {
  padding: 0 0 5px 20px;
  margin-left: 20px;
  list-style: none;
  background: url(../img/bullet.gif) no-repeat 0 2px;
}

fieldset {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

fieldset.norulebot {
  border-bottom: none;
  padding-bottom: 0;
}

form button {
  background: #652d8a;
  color: #FFF;
  padding: 7px 12px;
  text-transform: uppercase;
  font: bold 10.5pt sans-serif;
  -webkit-border-radius: 7px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius: 7px;
  -moz-border-radius-topleft: 0px;
}

.errorlist {
  clear: left;
}
.errorlist li {
  clear: left;
	color:#C00;
	font-weight:bold;
	font-size:11pt;
	background:url(../img/err.gif) no-repeat 0 10px;
	padding: 10px 0 4px 20px;
}

.form-row {
  float: left;
  width: 100%;
  padding: 3px 0 4px;
}

.wide span {
  clear: left;
  padding-top: 4px;
}

.wide span textarea {
  width: 350px;
  height: 8em;
}

.form-row label {
  width: 110px;
  float: left; 
  vertical-align: top;
  padding: 3px 0;
}

form .wide label {
  width: 350px;
}

.form-row span {
  float: left;
}

.form-row span.text {
  padding: 3px 0;
}

.form-row #id_country {
  width: 200px;
}
.form-row textarea {
  width: 200px;
  height: 3em;
}
.form-row input, 
.form-row select, 
.form-row textarea {
  border: 1px solid #CCC;
  padding: 2px;
}
.form-row-err input, 
.form-row-err select, 
.form-row-err textarea {
  border-color: #c30;
}
.form-row-err label {
  color: #c00;
}

#news .noruletop {
  border-top: none;
  padding-top: 0;
  background-position: 0 2px;
}