/* Structural
=========================================================================== */

#contentBase {
  background: url(../img/backgrounds/base_groups.gif) repeat-y;
  margin-top: 12px;
}

#contentBase_bottom {background: url(/img/backgrounds/base_groups_bottom.gif) 0 bottom no-repeat;}

.narrowCol {
  width: 240px;
  float: left;
}

.largeCol {
  width: 702px;
  margin: 0 18px 0 0;
  float: left;
}

.narrowCol .boxout {background: url(/img/backgrounds/base240_bottom.gif) 0 bottom no-repeat; padding-bottom: 42px;}
.narrowCol .boxout_bottom {padding-bottom: 30px;}
.largeCol .boxout {background: url(/img/backgrounds/base702_bottom.gif) 0 bottom no-repeat; padding-bottom: 42px;}
.largeCol .boxout_bottom {padding-bottom: 30px;}

.arrow {
  background: url(/img/misc/arrow.gif) 0 6px no-repeat;
  padding-left: 9px;
}

/* Forms
=========================================================================== */

input {
  border: 1px solid #d8dadb;
  height: 23px;
  color: #9d9d9d;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px 8px 0 8px;
}

.largeCol input {
  width: 270px;
  display: block;
  float: left;
}

.largeCol textarea {
  width: 270px;
  height: 64px;
  padding: 8px;
  color: #9d9d9d;
  font-size: 13px;
  border: 1px solid #d8dadb;
}

.largeCol select {
  border: 1px solid #d8dadb;
  line-height: 30px;
  margin: 8px 0;
  color: #9d9d9d;
}

.largeCol label {
  width: 140px;
  text-align: right;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 32px;
}

.largeCol div.info {
  display: block;
  float: left;
  line-height: 32px;
  font-size: 11px;
  color: #9D9D9D;
  padding-left: 8px;
}

.largeCol .boxout_bottom div {
  height: 45px;
}

.largeCol .firstBox {
  padding-top: 20px;
}

.largeCol div.textareas, .largeCol div.textareasError {
  height: 95px;
}

.largeCol div.buttons {
  height: 30px;
  padding: 18px 0 0 150px;
}

.largeCol div.buttons button {
  background: url(/img/buttons/saveChanges.gif) 0 0 no-repeat;
  width: 127px;
  height: 30px;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  cursor: pointer;
}

.largeCol div.buttons div {
  float: left;
  margin-left: 8px;
}

.largeCol div.buttons div, .largeCol div.buttons div a {
  background: url(/img/buttons/cancel.gif) 0 0 no-repeat;
  width: 76px;
  height: 30px;
  display: block;
}

.largeCol div.buttons button:hover, .largeCol div.buttons div a:hover {
  background-position: 0 -30px;
}

input.email {
  float: left;
  width: 404px;
  margin-left: 20px;
}

input.name {
  float: left;
  margin-left: 20px;
}

input.standard {
  float: left;
  width: 296px;
  margin-left: 0;
}

p.formName {
  width: 88px;
  padding-top: 4px;
  text-align: right;
  float: left;
}

.cbContainer {
  padding: 10px 0 0 20px;
  height: 45px;
}

.checkBox {
  float: left;
  display: block;
  width: 15px;
  height: 17px;
  border: 1px;
}

.checkBox_text {
  float: left;
  display: block;
  width: 170px;
  padding: 0;
  float: left;
  font-size: 11px;
  margin: 2px 0 0 8px;
}

/* Buttons
=========================================================================== */

.buttonContainer {
  padding: 20px 0 30px 20px;
}

button.sendMessage, #sendMessage {
	display: block;
	height: 30px;
	width: 131px;
  background: url(/img/buttons/sendMessage.gif) 0 0 no-repeat;
	cursor: pointer;
}

button.sendMessage:hover {background-position: 0 -30px;}

#returnToHome, #returnToHome a {
  background: url(/img/buttons/backToHome.gif) 0 0 no-repeat;
  display: block;
  height: 30px;
  width: 242px;
  margin: 20px 0 0 20px;
  padding: 0;
}

#returnToHome a {
  margin: 0;
}

#returnToHome a:hover {
  background-position: 0 -30px;
}

#returnToHome span {display: none}

/* Errors
=========================================================================== */

.largeCol .boxout_bottom div.error {
  background: url(/img/misc/warning.gif) 150px 0 no-repeat;
  padding: 0 0 0 165px;
  font-size: 11px;
  line-height: 12px;
  height: 12px;
  margin: 8px 0 16px 0;
  color: #F2692D;
}

form p.error {
  background: url(/img/misc/warning.gif) 20px 0 no-repeat;
  padding: 0 0 0 35px;
  font-size: 11px;
  line-height: 12px;
  height: 12px;
  margin: 8px 0 0 0;
  color: #F2692D;
}

form p.smallError {
  margin-bottom: 8px;
}

form div.smallError {
  margin-top: 0;
}

form input.error, form textarea.error {
  border: 1px solid #F2692D;
  color: #F2692D;
}

/* FAQs
=========================================================================== */

.faqQuestion {
  font-size: 18px;
  color: #2DAEC1;
  padding: 20px 0 0 20px;
  font-weight: normal;
}

/* Signup
=========================================================================== */

#signup .error {
  margin: 0 0 4px 0;
}

#signup button {
	display: block;
	height: 30px;
	width: 81px;
  background: url(/img/buttons/signup.gif) 0 0 no-repeat;
	cursor: pointer;
  margin-left: 145px;
}

#signup button:hover {background-position: 0 -30px;}

#returnToHome {
  display: block;
  height: 30px;
  width: 170px;
  background: url(/img/buttons/return_to_homepage.gif) 0 0 no-repeat;
  margin: 20px 20px 40px 20px;
}

#returnToHome:hover {
  background-position: 0 -30px;
}

#terms, #newsletter {
  border: 0;
  width: 14px;
  float: left;
  display: block;
  padding: 0;
  margin: 6px 0 0 0;
  margin-left: 150px;
}

#termsLabel, #newsletterLabel {
  font-weight: normal;
  width: 400px;
  text-align: left;
  padding-left: 10px;
}

/* Press
=========================================================================== */

#pressBox strong {
  display: block;
  padding-left: 20px;
  color: #2DAEC1;
  padding-bottom: 13px;
  padding-top: 15px;
}

#pressBox strong.strongTop {
  padding-top: 0;
}

#pressBox div {
  height: 70px;
  padding-left: 20px;
}

#pressBox a {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background: white;
  margin-right: 10px;
}

#pressBox img {
  margin: 5px;
  display: block;
}

#pressBox span {
  display: block;
  padding: 15px 0 0 20px;
}

#pressBox span a {
  display: inline;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  float: none;
}