/*
 * A CSS file for handling local style modifications to our CSS template
 */
.pic .clear {
    clear: both;
}

.pic h2, .pic .md {
    font: 2.8em 'Merriweather',"Times New Roman",Times,serif;
    text-align: center;
    margin: 0 0 10px;
    color: #2E3232;
}

.pic h3, .pic b.md {
    font: 1.8667em 'Merriweather',"Times New Roman",Times,serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #6A7375;
}

.pic h4 {
    color: #2E3232;
    font-weight: bold;
}

.pic .sm {
    color: #6A7375;
    font-size: 15px;
    line-height: 18px;
    font-style: normal;
}


.pic td {
    padding: 4px;
    vertical-align: middle;
}

.pic b {
    color: #2E3232;
    font-size: 0.867em;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pic a > b, .pic a.b {
    color: #18A8BF;
    font-size: 100%;
    font-family: 1.5em/1.333em 'Open Sans',sans-serif;
    letter-spacing: 0px;
    text-transform: none;
}

.pic a.b {
  font-weight: bold;
}

.pic b.rd {
    letter-spacing: 0px;
    text-transform: none;

}

.pic .main-nav {
    border-bottom: 1px solid #B2B2B2;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.pic .main-nav a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 9px;
    text-transform: uppercase;
    color: #2E3232;
    display: inline-block;
    margin: 0px 30px;
}

.pic .main-nav a.selected {
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #35A1BB;
    background: none repeat scroll 0 0 #3BB8D5;
    color: #FFFFFF;
}

.pic .main-nav a:hover {
    color: #32B9C8;
}

.pic .main-nav a.selected:hover {
    color: #2E3232;
}

.pic .box {
    border: 1px solid #DFDFDF;
    padding: 4px;
}

.pic .thr {
    border-top: 1px solid #8E8E8E;
}

.pic .bhr {
    border-bottom: 1px solid #8E8E8E;
}

.pic .lhr {
    border-bottom: 1px solid #CFCFCF;
}

.pic .rarrow {
    background: url("../images/right_arrow.png") no-repeat scroll 2px 6px transparent;
    padding: 0 0 0 19px;
    vertical-align: top;
}


.pic .table-100 > table, .pic table.table-100 {
  width: 100%;
}

.pic .rarrow:hover {
    background-image: url("../images/right_arrow_hover.png");
}

.pic table.smaller td, .pic table.smaller th, .pic table.smaller td .sm, .pic table.smaller th .sm {
  font-size: 13px;
  line-height: 15px;
}

.pic table.row-lines  {
  border-collapse: collapse;
}

.pic table.ac {
  margin: auto;
  text-align: left;
}

.pic table.row-lines > tr > td, .pic table.row-lines > tbody > tr > td {
  border: 1px solid #CCCCCC;
}

.pic table td > li {
  padding: 0px;
  margin: 0px;
}

.pic table.valign-top td {
  vertical-align: top;
}

.pic .faq {
    margin-bottom: 5px;
}

.pic .faq .q {
    display: block;
}

.pic .faq .a {
    display: none;
    margin: 10px;
    padding: 10px;
}

.pic .faq .a.visible {
  display: block;
}

.pic .faq .a .close {
    display: block;
    margin-top: 10px;
    font-size: 80%;
}

.pic .announcement {
  border: 1px solid #666;
  background-color: #e9da9d;
  color: #222;
  padding: .5em;
}


.pic .chzn-container-single .chzn-single span {
  padding: 12px 0px;
}


.pic input[type=submit] {
    background: none repeat scroll 0 0 #FFDA44;
    border: 1px solid #E7C436;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08) inset;
    color: #2E3232;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    word-spacing: -2px;
    padding: 8px 15px;
}

.pic input[type=submit]:hover {
  background-color: #FFE477;
}

.pic p {
  margin: 15px 0px;
}

.pic li {
  margin: 4px 0px;
}

.pic .ar  { text-align: right; }
.pic .al  { text-align: left; }
.pic .ac  { text-align: center; }
.pic .aj  { text-align: justified; }
.pic .at  { vertical-align: top; }
.pic .ab  { vertical-align: bottom; }

.pic .leading { margin-top: 10px; }
.pic .leading2 { margin-top: 20px; }
.pic .leading3 { margin-top: 30px; }
.pic .leading4 { margin-top: 40px; }


.pic .following { margin-bottom: 10px; }
.pic .following2 { margin-bottom: 20px; }
.pic .following3 { margin-bottom: 30px; }
.pic .following4 { margin-bottom: 40px; }


.pic .w100 { width: 100%; }

.submit .chzn-container-single .chzn-single span
{
padding: 12px 38px 12px 13px;
}
