body {
  padding: 0;
  margin: 0;
  background-color: #000000;
  color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
}

a {
  color: #ebbf7b;
  text-decoration: none;
}

img {
  border: none;
}


/*
 * Top Menu
 */

#top-menu {
  float: right;
  margin-bottom: 12px;
}

#top-menu a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

#top-menu a:hover {
  color: #ebbf7b;
}

#top-menu .menu-button {
  /*border: 1px solid grey;*/
  padding: 6px 12px 6px 12px;
  margin: 0px 3px 0px 3px;
  float: left;
}

/*
 * Container
 */

#container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;

  background-image:  url('../../images/linkme_bg_top_right.gif');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: black;
}


#sub-container {
  width: 937px;
  margin-left: auto;
  margin-right: auto;
}

#inner-container {
  width: 937px;
  background-image: url('../../images/inner-bg.png');
  background-repeat: no-repeat;
  background-position:top;
  min-height: 200px;
}

#content-container {
  margin-left:  auto;
  margin-right: auto;
  width: 880px;
}

#bottom-container {
  width: 937px;
  background-image: url('../images/inner-bottom-bg.png');
  background-repeat: no-repeat;
  height: 48px;
  background-position: bottom;
}

#inner-sub-container {
  width: 892px;
  min-height: 640px;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Page-header
 */

.page-title {
  font-family: Impact, Charcoal, Sans-serif;
  font-size: 38px;
  padding: 0 0 10px 0;
}

.breadcrumb-container {
  margin: 4px 0 0px 0;
  font-family: Impact, Charcoal, Sans-serif;
  height: 26px;
  line-height: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebbf7b;
}

.breadcrumb {
  float: left;

  font-size: 20px;
  color: #cccccc;
}


.breadcrumb-highlight {
  float: left;

  font-size: 24px;
}

.breadcrumb-arrow {
  padding: 0 12px 0 12px;
  float: left;
}

/*
 * General Style
 */

.copy {
  padding: 6px 0 6px 0;
}

.sub-title {
  padding-right: 6px;
}


.big-q {
/*  font-size: 36px;*/
  color: #ebbf7b;
}

.color-word {
  color: #ebbf7b;

}

.subheading {
  color: white;
  font-size: 28px;
  font-family: impact;
  padding: 9px 0 9px 0;
}

.subheading-copy {
  margin: 6px 0 6px 0;
  padding: 6px 0 9px 0;
  border-top: 1px solid #ebbf7b;
  width: 800px;
/*  border-bottom: 1px solid #ebbf7b;*/
}

.subheading-copy div p {
  line-height:2em;
}

.first-letter {
  font-size: 32px; font-family: impact;
}

.columnized1 {
  width: 90%;margin-right: 12px;;
}

.columnized2 {
  width: 90%;margin-right: 12px;
}


/*
 * General Form Style
 */
.form-label {
  color: #ebbf7b;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
}

.small-letter {
  font-size: 12px;
  color: #aaaaaa;
}

.form-field {
  width: 100%;
  border: none;
  height: 25px;
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 15px;
}

.color-number {
  color: #ebbf7b;
  font-size: 12px;
  font-weight: bold;
}


.menu1 {
  float: left;
/*  background-color: #1a1e17;*/
  padding: 9px;
  margin-right: 3px;
}

.menu2 {
  float: left;
  width: 30%;
  background-color: #131817;
  padding: 9px;
  margin-right: 3px;
}

.menu3 {
  float: left;
  width: 30%;
  background-color: #181414;
  padding: 9px;
  margin-right: 2px;
}

.email-label {
  float: left; padding-right: 6px; line-height: 25px;
}

.email-field {
  float: left; padding-right: 6px;
}

.email-field div {
  padding: 0 2px 0 2px; background-color: white;
}

.email-field div input{
  border: none;
}

.email-submit {
  float: left; padding-right: 6px;
}

.email-submit-button {
  height: 28px; padding-left: 6px; padding-right: 6px;
}


/*
 * Footer
 */

#copyright {
  font-size: small;
  color: grey;
  text-align: center;
}

.logo-img {
  margin: 6px;
}


