/* MIDDLE CONTAINER */

#middle {
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: #ffffff;
}

#middle td {
    vertical-align: top;
}

#left_td {
      width: 215px;
}

/* LEFT */

#left {
    display: block;
    width: 191px;
    position: relative;
    padding: 12px 12px 0;
    padding-bottom: 10px;
    background-color: #aecccc;
}

#left_nav {
    position: relative;
}

#left_nav li {
    width: 167px;
    height: auto;
    position: relative;

    font-size: 13px;
    padding: .4em 12px;
    list-style-type: none;
    background-color: transparent;
    border-bottom: 1px #3d4242 solid;
}

#left_nav .single_cat {
    position: relative; 
    display: block;

    padding: 0; 
    margin-top: .3em;
    margin-bottom: 0em; 

    background-color: transparent;
}

#left_nav a,
#left_nav a:visited {
    color: #000000;
    text-decoration: none;
}

#left_nav a:hover,
#left_nav a:active,
#left_nav a.active {
    color: #d60a0a;
}

#left_nav #left_nav_last {
    border-bottom-style: none;
}

#left_nav #left_sub_nav {
    position: relative;
}

#left_nav div#left_sub_nav li {
  width: 150px;
  padding-right: 0;
}

#left_nav li li {
    width: 143px;
    padding: 2px 12px;
    border-bottom-style: none;
}

#left_td .button {
    width: 211px;
    height: 24px;
    border: 1px solid #3d4242;
    padding: 1px;
    background-color: #fff;
    margin-top: 15px;
}

#left_td .bottom {
    margin-bottom: 15px;
}

#left_td .button a,
#left_td .button a:visited,
#left_td .button a:hover,
#left_td .button a:active {
    display: block;
    height: 24px;
    line-height: 24px;

    background-color: #aecccc;
    color: #3d4242;
    text-decoration: none;
    text-align: center;
}


#left_donate {
    position: relative;
    margin: 3em 0 0 1em;
}

/* CONTENT */
#content_td {
    width: 100%;
}

#content {
    background-color: #ffffff;
    padding: 7px 0 7px 7px;
    width: 100%;
}

#content .note {
    color: red;
}

/* TITLE */
#content .title {
    width: 100%;
    height: 100px;
}

#content .title img { 
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#content .title img.project {
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
    left: -10px;
}

#content .title .container {
    padding-top: 20px;
}

#content .title h2,
#content .title h3 {
    position: relative;
    display: block;
    width: 270px;
    font-family: Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 22px;
}

#content .title h2.with_video,
#content .title h3.with_video {
    width: 215px;
}

#content .title .full h2,
#content .title .full h3 {
    width: 100%;
}

#content .title h2 {
    border-bottom: 1px solid #d60a0a;
    color: #d60a0a;
}

#content .title h3 {
    color: #000000;
    margin: 2px 0 0;
}

#content .title h4 {
    font-family: Serif;
    font-weight: normal;
    font-size: 20px;
}

#content .title br {
    font-size: 14px;
}

#content .title .video {
    float: right;
    padding-left: 6px;
    padding-bottom: 4px;
}

#content .video p {
    font-size: 12px;
}

/* TEXT */
#content .text {
    margin: 11px 0 0;
    padding: 0 5px 0 0;
    width: 100%;
}

#content .text h1 {
    font-weight: bold;
    font-size: 18px;
/*    margin: 24px 0 0; */
}

#content .text h2 {
    font-weight: bold;
    font-size: 16.5px;
/*    margin: 24px 0 0; */
}

#content .text h3 {
    font-weight: bold;
    font-size: 15px;
/*    margin: 24px 0 0; */
}

#content .text h4 {
    font-weight: bold;
    font-size: 14px;
/*    margin: 24px 0 0; */
}

#content .text h3,
#content .text h4 {
    margin: 0 0 12px;
}

#content .text h5,
#content .text p,
#content .text blockquote { 
    font-size: 13px;
}
#content .text h5 {
    font-weight: bold;
    margin-bottom: 3px;
}

#content .text h1,
#content .text h2,
#content .text h3,
#content .text h4,
#content .text h5,
#content .text p {
    padding-right: 15px;
}
#content .text p {
    margin-bottom: 10px;
}
#content .text blockquote { 
    margin-left: 15px;
    margin-bottom: 10px;
}
#content .text ul.inline li {
    display: inline;
}
#content .text ul.larger a,
#content .text ul.larger li {
    font-size: 15px;
}
#content .text ul.larger li {
    margin: 0 7px 0 0;
}

#content .text li.link {
    position: relative;
    top: -.7em;
}

#content .text a {
    font-size: 13px;
    color: #d60a0a;
}

#content .text h1 a,
#content .text h2 a,
#content .text h3 a,
#content .text h4 a,
#content .text h5 a,
#content .text h6 a {
    font-size: inherit;
}

#content .text a.img {
    text-decoration: none;
}

#content .text .bold {
    font-weight: bold;
}

#content .text .italic {
    font-style: italic;
}

#content .text .center {
    text-align: center;
}

#content .text .margin_center {
    margin-left: auto;
    margin-right: auto;
}

#content .text .margin_bottom_10px {
    margin-bottom: 10px;
}

#content .text .font_24pt {
    font-size: 24px;
}

#content .text ul,
#content .text ol {
    margin-bottom: 10px;
}

#content .text ul li,
#content .text ol li {
    display: list-item;
    position: relative;
    float: none;
    clear: both;
    font-size: 13px;
}

#content .text ul.disc,
#content .text ol {
    padding: 0;
    margin-left: 20px;
    margin-bottom: 10px;
}


#content .text ul.disc {
    list-style-type: disc;  
}

#content .text .margin {
    margin-bottom: 4px;
}

#content .text ul.disc li {
    margin-bottom: 5px;
}

#content .news {
    margin-top: 1em;
}

#content .news h3 {
    position: relative;
    width: auto;
    height: auto;

    padding: .3em 0em .2em .5em;
    margin-bottom: 5px;
    background-color: #3d4242;

    font-family: Verdana, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

#content .news h4 {
	font-family: Verdana;
	font-size: 14px;
	margin-bottom: 5px;
    margin-top: 15px;
}

#content .news p {
	margin-bottom: 10px;
}

#content #board {
    width: 100%;
}

/* for use left justified. */
#content img.margined {
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    }

/* MIDDLE PDF */
#middle_pdf {
    margin-left: 1em;
}

#middle_pdf p {
    font-size: 14px;
    margin-bottom: 1em;
}

/* IFRAME */
.iframe_container {
    width: 44.8em;
}

.iframe {
    position: relative;
    width: 100%;

    overflow: visible;
    border: none;  
}

.iframe_elert {
    height: 35em;
}

.iframe_donate {
    height: 106em;
}

/* CONTACT FORM */

.contact_form {
    border: 1px solid #000000;
    padding: 1px;
    background-color: #ffffff;
}

.contact_form fieldset {
    background-color: #BDBDBD;
    display: block;
    position: relative;
    width: 100%;
}

.input {
    display: block;
    position: relative;
    width: 100%;
}

.input td {
    vertical-align: top;
}

.input label {
    font-size: 14px;
}

.input textarea {
    width: 100%;
    height: 5em;
}

.input .left {
    width: 5em;
    text-align: right;
    padding: .5em .5em .5em .2em;
}

.input .right {
    width: 20em;
    text-align: left;
    padding: .5em .2em .5em .5em;
}

.contact_buttons {
    display: block;
    position: relative;
    height: 2em;
}

.contact_button {
    float: right;
    margin: .3em 1em 0 0;
}

.divider {
    height: .75em;
}

.two_col {
    margin-bottom: 10px;
}

.two_col td {
    font-size: 13px;
}

.two_col .left {
    width: 220px;
}

.two_col .right {
}

