img{border:0;}
a{
  color:#e4721e;
  text-decoration:none;
}
a:hover{text-decoration:underline;}
.align-left, .column p.align-left {
  text-align: left;
}
.align-center, td.align-center p, .column p.align-center {
  text-align: center;
}
.align-right, td.align-right p, .column p.align-right {
  text-align: right;
}
.align-justify, td.align-justify p, .column p.align-justify {
  text-align: justify;
}
.indent {
  margin-left: 30px;
}
table, th, td, tr, p
{

}



table {
border:none;
border-collapse:collapse;
border-left: #999999 solid 1px;
border-top: #999999 solid 1px;
border-bottom: #999999 solid 1px;
/*border-left: #CCCCCC solid 1px;
border-top: #CCCCCC solid 1px;
border-bottom: #CCCCCC solid 1px;*/

}

th {
padding: 1px 3px 1px 3px;
text-align: left;
vertical-align: top;
font-weight: bold;
color: #e4721e;
border-bottom: #999999 solid 1px;
border-right: #999999 solid 1px;
border-bottom: #999999 solid 1px;

}

td {
padding: 1px 3px 1px 3px;
border-bottom:#fff solid 1px;
text-align: left;
vertical-align: top;
font-weight: normal;
color: #fff;
border-bottom:#999999 solid 1px;
border-right: #999999 solid 1px;
border-bottom: #999999 solid 1px;
}




h1{
  margin:0 0 20px;
  font-size:23px;
  line-height:28px;
  font-weight:normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}
h2{
  margin:0 0 20px;
  font-size:23px;
  line-height:28px;
  font-weight:normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color:#CCCCCC;
}
 h3{
  margin:0 0 20px;
  font-size:13px;
  line-height:16px;
  font-weight:normal;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}



/* Mailchimp */

#mailform label {
    display: block;
    float: left;
    width: 150px;
}
#mailform fieldset {
    border: medium none;
}
#mailform .csc-mailform-field {
    margin-bottom: 3px;
}
input[type="submit"] {
    font-size: 18px;
    margin: 0;
    text-align: center;
  background-color: #6F6353;
  
  
  
  
  font-size: 14px;
  color: #ffffff;
  padding: 5px 5px;
  background: -moz-linear-gradient(
    top,
    #6f6353 0%,
    #6f6353);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#6f6353),
    to(#6f6353));
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #000000;
  -moz-box-shadow:
    0px 0px 0px rgba(000,000,000,0.5),
    inset 0px 0px 0px rgba(255,255,255,0);
  -webkit-box-shadow:
    0px 0px 0px rgba(000,000,000,0.5),
    inset 0px 0px 0px rgba(255,255,255,0);
  box-shadow:
    0px 0px 0px rgba(000,000,000,0.5),
    inset 0px 0px 0px rgba(255,255,255,0);
  text-shadow:
    0px 0px 0px rgba(000,000,000,0),
    0px 0px 0px rgba(255,255,255,0);


}
dd.csc-textpic-caption {
    margin-top: 5px !important;
}
#mc_embed_signup label {
    clear: both;
    display: block;
    float: left;
    width: 10em;
}
.mc-field-group {
    clear: both;
    display: block;
    padding: 0.3em 0;
    width: 100%;
}