/* Titles */
h1 {
    font-size: 26px;
    font-weight: bold;
    color: #05321D;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
h2 {
    font-size: 21px;
    color: #05321D;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    color: #05321D;
}

a {
    color: #05321d;
}


/* Bordered Content Boxes */
.content_box_white {
    border: 3px solid #b3c2bb;
    padding: 0px;
    background-image: url(../image/web/bg_content_box_white.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 30px;
}

.content_box_grey {
    border: 3px solid #b3c2bb;
    padding: 0px;
    background-color: #e6eae8;
}

.content_box_green {
    color: white;
    border: 3px solid #b3c2bb;
    padding: 10px;
    background-color: #05321d;
    background-image: url(../image/web/bg_content_box_green.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 30px;
}

.content {
    padding: 10px;
    z-index: 50;
}

/* Shared Strong Link - Green Background w/Arrow on Right */
a.yellow_link_large {
    display: block;
    background-color: #05321d;
    padding: 4px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #FC0;    
    background-repeat:  repeat-y;
    background-position: top right;
    background-image: url(../image/web/link_arrow_white.gif);
}

.content_box_grey a.yellow_link_large {
    background-image: url(../image/web/link_arrow_grey.gif);
}


/* General Text Paragraphs */
p {
    font-size: 12px;    
    margin: 0px;
    padding: 10px 5px 0px 5px;
}


p.bold {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

p.subtitle {
    font-weight: bold;
    font-size: 16px;
    color: #05321d;
}

p.subtitle_small {
    font-weight: bold;
    font-size: 12px;
    color: #05321d;
}

ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

li {
    margin: 0px;
    padding: 0px;
}

.content_box_white .text_banner {
    background-color: #ffcc00;
    font-size: 20px;
    color: #05321d;
    padding: 5px 15px 5px 15px;
}

.content_box_white p {
    padding: 10px 5px 10px 5px; 
}

p.tight {
    padding-top: 0px;
}

.content_box_grey .text_banner {
    background-color: #05321d;
    font-size: 20px;
    color: #FC0;
    padding: 5px 15px 5px 15px;
}

.instruction_banner, .photo_description_banner {
    background-color: #e6eae8;
    font-size: 12px;
    color: #333333;
    padding: 5px 15px 5px 15px;
}


.content_box_green p {
    padding-top: 5px;
    padding-bottom: 20px;
}

.content_box_green p.subtitle {
    font-size: 13px;
    font-weight: bold;
    color: #FC0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.content_box_white img {
    width: 484px;
    margin: 0px 0px 0px 0px;
}

.content img {
    border: 2px solid #05321d;
    width: 460px;
    margin: 0px 0px 10px 0px;
}



div#projectMasthead {
    /*
    height: 200px;
    overflow: hidden;
    */
}

img#projectMastheadImage {
    z-index: 99;
}

div#equipmentMasthead {
    /*
    height: 200px;
    overflow: hidden;
    */
}

img#equipmentMastheadImage {
    z-index: 99;
}

.photoLink {
    border: 0px solid red;
    padding-bottom: 4px;
    padding-left: 2px;
}


div.project_item {
    padding-bottom: 10px;
}

div.equipment_item {
    padding-bottom: 10px;
}

.green_link {
    font-size: 12px;
    font-weight: bold;
    color: #05321D;
}

div.equipment_item img.equipment_image {
    border: 2px solid #05321d;
    width: 122px;
    margin: 0px 10px 10px 0px;
    float: left;
}

div.equipment_item .equipment_detail {
    
}

div.list_separator {
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

table.equipmentDetail {
    border: 1px solid white;
    width: 100%;
    margin-bottom: 10px;
}

table.equipmentDetail td.Name {
    font-weight: bold;
    width: 160px;
}

table.equipmentDetail td.Value {
}



/* FORM RELATED */

input.field
{
    font-size: 12px;
    padding: 5px;
}

input.field, input.fieldFocus
{
    font-size: 12px;
    padding: 5px 4px 5px 4px;
    margin: 0px;
    letter-spacing: 1px;
    width: 98%;
    /* 452px */
}

span.field
{
    padding: 0px;
    margin: 0px;
}

a.white_link_large {
    display: inline;
    background-color: #05321d;
    padding: 4px;
    padding-right: 35px;
    font-size: 13px;
    font-weight: bold;
    color: white;    
    background-repeat: no-repeat;
    background-position: top right;  
    background-image: url(../image/web/link_arrow_white.gif);
    border: 0px;
    cursor: hand;
    margin-top: 10px;
}

/* SLIDESHOW PAGE */

table.slideshow {
    width: 880px;
}

table.slideshow td.slideshow {
    width: 880px;
}

div.slide_description {
    text-align: center;
    padding: 0px 100px 3px 100px;
}

div.slide_image {
    height: 900px;
}

div.slide_image img {
    border: 1px solid black;
    padding: 9px;
}


/* CONTACT PAGE */

table.contact
{
}

table.contact td.first
{
    width: 165px;
}

table.contact td.second
{
    width: 130px;
}

table.contact td.third
{
    width: 170px;
}