#main {
  margin-top: 20px;
  margin-bottom: 20px;
}

#header .description {
  margin-top: 7px;
  font: bold 21px/25px "Trebuchet MS", arial, sans-serif;
}

.leftcol {
  width: 560px;
  float: left;
}

.leftcol ul li {
	padding-left: 1.2em;
	background: url('img/bullet.gif') 0 0.53em no-repeat;
	margin-left: 1px;
}

p,
.leftcol ul,
.leftcol ol,
.leftcol dl {
	margin-bottom: 1em;
}

.leftcol ol li {
  list-style: decimal outside;
  margin-left: 1.8em;
}

.rightcol {
  width: 340px;
  float: right;
}

#awards {
  border-bottom: 2px solid #A7371F;
  margin-bottom: 30px;
}

#footer {
  margin-top: 30px;
}

/* ------------------------- Registration Form */

.registerwrap {
  background: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}


.register {
  width: 400px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-box-shadow: #777 2px 2px 5px;
  -moz-box-shadow: #777 2px 2px 5px;
  box-shadow: #777 2px 2px 5px;
  text-align: center;
  padding: 17px 20px 12px 20px;
}

.rightcol .register {
  width: 250px;
}

.register h2 {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.register fieldset {
  text-align: left;
}

.register .field {
  width: 50%;
  float: left;
  margin-bottom: 5px;
}

.rightcol .register .field {
  width: 190px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.register .field input {
  width: 170px;
}

.register small {
  color: #aaa;
}

.register label {
  font-size: 12px;
  font-weight: bold;
}

.register .headbutton {
  margin: 12px 0 0 110px;
}

.rightcol .register .headbutton {
  margin: 12px 0 0 40px;
}

.register .headbutton a {
    font-size: 14px;
}

.register p {
  margin-bottom: 5px;
}

/* ------------------------- Pitch List */

.listwrap {
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#pitch p {
  font: bold 18px/22px "Trebuchet MS", arial, sans-serif;
}

#pitch li {
  padding: 5px 0 5px 33px;
  background: url(img/check.png) 0 7px no-repeat;
}

/* ------------------------- Testimonial */

#testimonial img {
margin-bottom: 15px;  
}

#testimonial blockquote {
  background: none;
  border: none;
  text-align: right;
  font: bold italic 14px/20px "Trebuchet MS", arial, sans-serif;
  padding: 0;
}

#testimonial cite {
  display: block;
  width: 300px;
  font-weight: normal;
  font-style: normal;
  margin: 10px 0 0 40px;
}

#testimonial span {
  display: none;
}

/* ------------------------- Clients */

#clients h2 {
  margin-bottom: 0;
}

#clients h2 span {
  font-size: 13px;
  color: #222;
  font-weight: bold;
}

#clients li {
  display: inline;
  font-size: 10px;
  color: #777;
  margin-right: 10px;
}

/* ------------------------- Navigation */

.rightcol .listwrap h2 {
  margin: 0 0 10px 0;
  font: bold 16px/20px "Trebuchet MS", arial, sans-serif;
  color: #222;
}
