/* CSS */

/* Reset default positioning values */
@import "reset.css";

/* Include top menu */
@import "cctopmenu.css";

/* Include footer */
@import "ccfooter.css";

/* Include HTML tags */
@import "cchtmltags.css";

/********** Layout */

body {
  font-family: verdana, sans-serif;
  color: #505050;
}

div.wrapper {
  margin: 0px auto;
  width: 780px;
  height: auto;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

/********** Header */

#header {
  margin: 10px 0px 0px 0px;
}

#logo {
  float: left;
  display: inline;
  margin: 0px 0px 10px 0px;
}

.bullet {
  float: right;
  display: inline;
  margin: 43px 18px 10px 22px;
  font-size: 12px;
  line-height: 14px;
}

/************* Content */

#content {
  float: left;
  display: inline;
  height: auto;
  width: 770px;
  margin: 0px 0px 0px 10px;
}

#contentTop {
  float: left;
  display: inline;
  height: 8px;
  width: 758px;
  background: url('../images/blank_bucket_top.gif') no-repeat scroll 0 0;
  margin: 30px 0px 0px 0px;
}

#contentMiddle {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  display: inline;
  float: left;
  height: auto;
  padding: 0px 18px 18px 18px;
  width: 720px;
}

#headline {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  background-color: #FFFFFF;
  color: #A64F53;
  font-size: 24px;
  font-weight: bold;
  height: auto;
  left: 30px;
  line-height: 30px;
  padding: 0 0 0 9px;
  top: 2px;
  width: 260px;
}

#contentColumn1 {
  float: left;
  width: 220px;
  margin: 20px 30px 0px 12px;
  font-size: 14px;
  line-height: 20px;
}

#contentColumn2 {
  float: left;
  width: 418px;
  margin: 34px 12px 0px 0px;
  font-size: 14px;
  line-height: 20px;
}

.formContainer {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: inline;
  float: left;
  height: auto;
  padding: 12px 8px 28px 8px;
  width: 402px;
  margin-bottom: 40px;
}

.formColumn1 {
  clear: both;
  float: left;
  width: 122px;
  text-align: right;
  margin: 8px 8px 0px 0px;
  font-size: 11px;
  line-height: 28px;
}

.formColumn2 {
  float: left;
  width: 254px;
  margin: 8px 8px 0px 0px;
  font-size: 11px;
  line-height: 28px;
}

.formInstructions {
  font-size: 10px;
  line-height: 14px;
  color: #000000;
}

.small {
  font-size: 10px;
}

.error {
  font-size: 10px;
  line-height: 14px;
  color: #FF0000;
}

#contentBottom {
  float: left;
  display: inline;
  height: 8px;
  width: 758px;
  background: url('../images/blank_bucket_bottom.gif') no-repeat scroll 0 0;
}