div.fieldWrapper {
    clear: left;
}

.fieldWrapper > label {
    clear: left;
    float: left;
    width: 12em;
    padding-left: 0;
    padding-right: 1em;
    margin-bottom: 0.9em;
}

.fieldWrapper > ul li label {
    clear: none;
    float: none;
}

.fieldWrapper > ul li {
    padding-left: 0;
}

.fieldWrapper > ul, .fieldWrapper > p, .fieldWrapper > div {
    padding-left: 12em;
}

.fieldWrapper input, .fieldWrapper select, .fieldWrapper textarea, .fieldWrapper span {
    margin-bottom: 0.9em;
}

.fieldWrapper p {
    margin: -.9em 0 .9em 0;
}

.fieldWrapper p.help_text {
    margin: 0 0 .5em 0;
}

p.help_text {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}

fieldset > p.help_text {
    margin-top: -.5em;
    margin-bottom: 1em;
}

label {
    font-weight: bold;
    color: #222222;
    cursor: pointer;
    font-size: 1.1em;
}

input[type=submit] {
    margin-top: 10px;
    padding: 2px 4px;
}

input.error, input.notice, input.success {
    margin-bottom: 0;
    padding: 0;
}

.small_accordian_menu {
    width: 180px;
    font-size: .9em;
}

.accordian_menu {
    width: 97%;
    padding-bottom: 50px !important;
}

.menu_head {
    padding-left: 30px !important;
    font-weight: bold !important;
    line-height: 2em !important;
}

/*
.menu_head {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    margin:1px;
    font-weight:bold;
    background: #f4eed3 url(/static/images/icons/16-arrow-left.png) center right no-repeat;
}

.menu_body {
    display:none;
    color: black;
}

.menu_body a {
  display:block;
  color: black !important;
  background-color:#F4EED3;
  padding-left:20px;
  font-weight:bold;
  text-decoration:none;
  font-size: .8em !important;
}

.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}*/

html textarea {
    height: 120px;
    width: 390px;
}

#topright, #topright a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.torch {
    background: url('/static/images/torch-small.png') no-repeat;
    position: relative; 
 /*   top: -18px; */
    left: -15px; 
    padding-left: 25px;
    padding-top: 18px;
}

.padded_torch {
    background: url('/static/images/torch-small.png') no-repeat;
    position: relative; 
    top: -08px; 
    left: -05px; 
    padding-left: 25px;
    padding-top: 18px;
}

.reach_us li {
    padding-bottom: 5px;
}

#pns .nav_pipe {
    display: none;
    font-weight: normal !important;
    font-size: 11px;
    color: #950002;
}

.red {
    color: #950002;
}

.frontpage-box {
    font-size: 1.15em;
}

ul {
    list-style-image: url(/static/images/bullets.png);
}
