@charset "utf-8";
/* CSS Document */


/* CONTENT STYLES */

/* Heading styles */

/* h2 */
.user-content h2 {
  color:              #333;
  font-weight:        normal;
  font:               30px/34px "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  letter-spacing:     -1px;
  margin-top: 20px;
  margin-bottom:      10px;
}

/* h3 */
.user-content h3 {
  color: #333;
  font:               26px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  letter-spacing:     -0.4px;
  font-weight:        normal;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h3 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h3 a:visited {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h3 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}


/* h4 */
.user-content h4 {
  font: 20px/120% "Neue Helvetica", "Helvetica", Arial, "Lucida Grande", Verdana, sans-serif;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h4 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h4 a:visited {
  color: #666;
  border-bottom: none;
}

.user-content h4 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

/* h5 */
.user-content h5 {
  color: #6d6d6d;
  font: 17px/120% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h5 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

.user-content h5 a:visited {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

.user-content h5 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        bold;
}

/* h6 */
.user-content h6 {
  color: #6d6d6d;
  font: 14px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  font-weight:normal;
  padding-bottom: 0;
  padding-top: 0;
}

.user-content h6 a {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}

.user-content h6 a:visited {
  color: #666;
  border-bottom: none;
}

.user-content h6 a:hover {
  border-bottom: 1px dashed #a8986f;
  color:              #a8986f;
  font-weight:        normal;
}



/* body styles */

.user-content p {
  font:               13px/17px Arial, "Lucida Grande", Verdana, sans-serif;
  padding:             0;
  color: #6d6d6d;
  margin: 0 0 10px 0;
}

.user-content ul{
  margin: 10px 0 10px 15px;
}

.user-content ul li {
  color: #6d6d6d;
  font:               13px/19px Arial, "Lucida Grande", Verdana, sans-serif;
  text-align:         left;
  background-image: url(../images/bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 14px;
  margin: 0px;
}

.user-content ul li ul{
  margin: 5px 0 5px 15px;
}

.user-content ul li ul li{  
  color: #6d6d6d;
  font:               13px/19px Arial, "Lucida Grande", Verdana, sans-serif;
  text-align:         left;
  background-image: url(../images/bullet2.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding: 0 0 0 14px;
  margin: 0px;
}

.user-content blockquote {
  font: 13px/140% Arial, "Lucida Grande", Verdana, sans-serif;
  font-style: italic;
  color: #6d6d6d;
  margin: 0 0 15px 50px; 
}


/* table styles */

.table-container {
  width: 530px;
  background: url(../images/table_bg.gif) bottom no-repeat;
  margin-bottom: 10px;
  }

.table-container .cap {
  width: 530px;
  height: 20px;
  background: url(../images/table_cap.gif) no-repeat;
  }

.table-container h5{
  margin:0px 0px 0px 10px;
  padding:0px;
  color:#333;
}
.user-content table {
    font: 13px/17px Arial, "Lucida Grande", Verdana, sans-serif;
    padding: 0px;
    width:530px;
  border-width: 0px;
  border-spacing: 4px;
  border-style: solid;
  border-color: #d4d4d4;
  border-collapse: separate;
  margin:0px 0px 20px 0px;
}

.user-content table th {
  padding: 5px 5px;
  color: #333;
  font-weight: bold;
  border:1px solid #f7e69c;
  background-color: #f7e69c;
  -moz-border-radius: 0px 0px 0px 0px;
}
.user-content table td {
  padding: 5px 5px;
  border:1px solid #fbf8ed;
  background-color: #fbf8ed;
  -moz-border-radius: 0px 0px 0px 0px;
}

.user-content table strong {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}

.user-content table em {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}



/* link styles */

.user-content a {
  border-bottom:1px dashed #a8986f;
  color:              #8b743a;
  text-decoration:    none;

}

.user-content a:visited {
  border-bottom:1px dashed #a8986f; 
  color:              #8b743a;
  text-decoration:   none;
}



/* unique styles */

.user-content .features {
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 0;
}
.user-content .features p {
  color: #6d6d6d;
  font: 13px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
.user-content .features ul li {
  color: #313332;
  font: 19px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  background-image: url(../images/bullet1.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding: 0 0 8px 12px;
  margin: 0px;
}

.user-content .hosting ul{
    margin: 0;
}

.user-content .hosting ul li {
  color: #333;
  font: 13px/140% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  background-image: url(../images/star.gif);
  background-repeat: no-repeat;
  background-position: 0 -0.1em;
  padding: 0 0 8px 20px;
  margin: 0px;
}

.user-content .hosting em {
  color: #333;
  font: 15px/100% "Neue Helvetica", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
}


/* Buttons */

.user-content a.more {
  display: block;
  margin: 5px 0px 25px 0px;
  background: url(../images/btn_more.gif) no-repeat;
  border-bottom:0px;
  height: 20px;
  width: 58px;
  }

.user-content a.more span { display: none; }



/* Touts */

.tout_container { width: 575px; margin-bottom: 20px; }

.tout_container .tout {
  width: 175px;
  height: 204px;
  margin-right:20px;
  }
.tout_container .last { margin-right: 0px !important; }
.tout_container img { margin: 0px; }
.tout_container .tout a { text-decoration: none; border: 0; }

/* Info */


.info-container {
  width: 270px;
  background: url(images/info_bg.gif) bottom no-repeat;
  margin-bottom: 10px;
  }

.info-container .cap {
  width: 270px;
  height: 20px;
  background: url(images/info_cap.gif) no-repeat;
  }
  

.info-container ul{
  margin:0 5px 0 15px;
  padding:0 0 10px 0;
  } 
.info-container ul li {
  margin: 0px;
  padding: 0 0 2px 0;
  font: 13px/140% Arial, Verdana, sans-serif;
  background-position: 0 6px;
  text-align: left;
}
.info-container ul li a {
  border-bottom: none;
  text-decoration: none;
  color:              #a8986f;
  font-weight:        normal;
}


.info-container ul li a:hover { 
  border-bottom: 1px dashed #996633;
}


/*
 * form styles
 */

form {
  padding: 0;
  margin: 0;
  }

form h2 {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  }

form h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 15px 0 10px 0;
  clear: both;
  }

form h4 {
  clear: both;
  }

form p.text input {
  border: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  padding: 3px;
  width: 300px;
  font-family: Arial, Helvetica, sans;
  font-size: 12px;
  color: #6d6d6d;
  }

form p.select select {
  border: 1px solid #c9c9c9;
  background-color: #f5f5f5;
  font-family: Arial, Helvetica, sans;
  font-size: 12px;
  color: #6d6d6d;
  }

form p.text label,
form p.select label {
  width: 95px;
  float: left;
  padding-top: 2px;
  }

form p.small input,
form p.small select {
  width: 110px;
  }

form p.checkbox {
  margin-left: 95px;
  }

form p.checkbox input {
  margin-top: 1px;
  margin-bottom: 4px;
  float: left;
  clear: left;
  }

form p.checkbox label {
  float: left;
  margin-left: 8px;
  margin-bottom: 4px;
  }

form p.textarea textarea {
  border: 1px solid #c9c9c9;
  width: 300px;
  font-family: Arial, Helvetica, sans;
  font-size: 14px;
  color: #6d6d6d;
  padding: 3px;
  }

form p.textarea label {
  width: 95px;
  float: left;
  }

form p.submit {
  text-align: right;
  padding: 10px 55px 20px 0;
  }

form p.submit input {
  padding: 3px;
  }
  


#home_feature .highlight p.extras a {
  font-size: 11px;
    border-bottom:1px dashed #a8986f;
    color:              #8b743a;
    text-decoration:    none;
  margin: 0 0 2px 0;
  padding: 5px 0 2px 0;
}

.user-content .talkhuman-sidebar {
        padding: 2px;
}
.user-content .talkhuman-sidebar table {
        width: auto;
        padding: 2px;
}
.user-content .talkhuman-sidebar table td {
        background-color:#f4f4f4;
        border:1px solid #f4f4f4;
        padding: 2px;
}


