
/**
 * HTML Tags
 */

a, a:link, a:active, a:visited, a:hover {
  color: #adcd6e;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #adcd6e;
}

html {
  background: #d8dadc;
}

body {
  background: #d8dadc;
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
}

form {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #5761a8;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

p {
  line-height: 20px;
  margin: 20px 0;
}


/**
 * Wrapper
 */

#wrapper {
  background: #fff url(../images/compass.gif) 396px 30px no-repeat;
  width: 780px;
  margin: 0 auto;
  text-align: left;
}


/**
 * Header
 */

#header {
  height: 190px;
  border-top: 10px solid #adcd6e;
  padding: 0 60px;
  position: relative;
}

#header h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 96px;
}

#header h1 strong {
  float: right;
  text-transform: uppercase;
}

#header ul {
  position: absolute;
  top: 0;
  right: 30px;
  background: #5761a8 url(../images/nav/corner-right.gif) right bottom no-repeat;
  float: right;
  height: 35px;
  list-style: none;
  margin: 0; 
  padding: 0;
}

#header ul li {
  float: left;
  color: #fff;
  display: inline;
  line-height: 35px;
  margin: 0;
}

#header ul li:first-child {
  background: url(../images/nav/corner-left.gif) left bottom no-repeat;
}

#header ul li a {
  color: #fff;
  float: left;
  font-size: 14px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

#header ul li a:hover {

}

#header ul li.active a {
  text-decoration: underline;
}


/**
 * Content
 */

#content {
  padding: 0 60px;
}

#content h2 {
  font-size: 22px;
}


/**
 * Footer
 */

#footer,
#footer img {
  width: 780px;
  height: 223px;
}


/**
 * Floating
 */

.clear {
  clear: both;
}

.left {
  float: left;
  display: inline;
  margin-right: 0;
}

.right {
  float: right;
  display: inline;
  margin-left: 0;
}


/**
 * Registration Form
 */

form {
  background: #ebeced;
  border: 1px solid #d8dadc;
  padding: 10px 30px 30px 30px;
}

form fieldset {
  margin: 10px 0 0 0;
}

form fieldset legend {
  color: #5761a8;
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

form fieldset label {
  display: block;
  text-align: right;
  padding-bottom: 5px;
}

form fieldset input[type='text'],
form fieldset textarea {
  width: 200px;
  border: 1px solid #ccc;
  padding: 4px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

form fieldset textarea {
  width: 588px;
}

form fieldset input[type='text']:focus,
form fieldset textarea:focus {
  border: 1px solid #abb0d3;
}


/**
 * Errors
 */

ul.errors {
  background: #fae5e5;
  border: 1px solid #cc0000;
  list-style: none;
  padding: 20px 30px;
  margin: 20px 0;
}

ul.errors li {
  color: #cc0000;
  margin: 0;
  padding: 0;
}

