body, html {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 12px/1.5 Helvetica, Arial, sans-serif;
  color: #333;
}

* html body {
	font-family: Arial, sans-serif;
}

body[className=fix] {
	font-family: Arial, sans-serif;
}

@-moz-document url-prefix()
{
	body { font-family: Arial; }
}


a, .note {
  color: #c4161c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 18px;
  color: #303030;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3px;
}

.registration h2 {
	text-transform: none;
	margin: 7px 0 15px 0;
	font-size: 14px;
	color: #333;
}

#page {
  width: 940px;
  margin: 0 auto;
}

p {
  margin: 0;
  clear: both;
}

#pre-title {
  width: 674px;
  height: 50px;
  margin: 30px 0 30px;
  background: url(logo.png) 0 0 no-repeat;
}

#logo {
  width: 481px;
  margin-right: 44px;
  float: left;
  height: 50px;
  outline: none;
  text-indent: -999em;
}

#pre-title .date {
  text-indent: -999em;
  display: block;
  float: right;
}

#header h1 {
  width: 460px;
  height: 165px;
  float: right;
  background: #c4161c url(darwin-200.png) center center no-repeat;
  text-indent: -999em;
  margin: 0;
}

#header .img {
  width: 480px;
  float: left;
  height: 165px;
  background: #000;
  display: inline;
}

#header .img img {
  display: block;
}

#content {
  clear: both;
}

* html #content {
  margin-top: -30px;
}

html body[className] #content {
  margin-top: -30px;
}

.message {
  padding: 40px 20px 0;
  font-size: 16px;
  text-align: center;
}

body[className] .message {
  display: inline-block;
}

#content .info, #content .registration {
  padding: 34px 0 20px 20px;
  float: left;
  font-size: 14px;
  display: inline;
}

#content .info {
  width: 440px;
  padding-right: 20px;
  background: url(bg-fade.png) 0 0 repeat-x;
}

#content .registration {
  width: 440px;
}

#content .info .evolution {
  display: inline;
  width: 144px;
  height: 22px;
  background: url(evolution.png);
  text-indent: -999em;
  position: absolute;
  left: 0;
  top: -3px;
}

* html #content .info .evolution {
  left: -147px;
  top:  -6px;
}

#content .info *[className=evolution] {
	top: -6px;
}

#content .info p {
  position: relative;
}

#content .info p.indent {
  text-indent: 147px;
  margin-top: 3px;
  margin-bottom: 2em;
}

* html #content .info p.indent {
	margin-top:  6px;
}

#content .info p[className=indent] {
	margin-top: 6px;
}

.info .overview {
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 25px;
}

.details dl {
  margin: 0;
  display: block;
}

body[className] .details dl {
  display: inline-block;
}

.details dt {
  width: 183px;
  float: left;
  margin: 0;
  clear: left;
}

.details dd {
  width: 257px;
  float: right;
  clear: right;
  margin: 0;
}

.details p {
  clear: both;
}

body[className] .details p {
  display: inline-block;
}

.registration input.text {
  height: 23px;
  padding: 5px;
  width: 428px;
  border: 1px solid #dadada;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-transform: small-caps;
}

.registration label {
  font-size: 14px;
  color: #5e5e5e;
  text-transform: uppercase;
  margin: 14px 0 3px;
  display: block;
  line-height: 1;
}

.registration .submit {
  background: #c4161c;
  color: #fff;
  padding: 10px 7px;
  text-transform: uppercase;
  font: 14px/1 Helvetica, Arial, sans-serif;
  border: none;
  margin: 17px 0 0;
  cursor: pointer;
}

.registration form {
  margin-bottom: 45px;
}

#profiles {
  background: url(profile-bg-fade.png) 0 0 repeat-x;
  margin-top: 20px;
  padding: 29px 10px 55px;
  border-top: 1px solid #cb393f;
  clear: both;
}

body[className] #profiles {
  display: inline-block;
}

#profiles li, #profiles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about {
  margin: 42px 0 0;
  padding: 20px 0;
  border: 1px solid #e9e9e9;
  border-width: 1px 0;
}

#profiles .profile {
  margin-bottom: 8px;
}

.profile h3 {
  border-left: 4px solid #d1d1d1;
  color: #c4161c;
  font: 14px/33px Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 0 13px;
  background: #f3f3f3 url(profile-marker.png) right center no-repeat;
  text-transform: uppercase;
}

.profile div {
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #e2e2e2;
  padding: 16px;
  height: 142px;
}

.profile div img {
  float: left;
  border: 1px solid #ccc;
}

.profile div p {
  margin-left: 163px;
  clear: none;
}

.req {
	color: #c4161c;	
}

