/* Downcast Productions Home style sheet */

body {
    text-align: center;
    color:white;
    background-color: #A39E8A;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

td {
    font-size: 12px;
    vertical-align:top;
    text-align: left;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.25em;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}


a:link, a:visited, a:active {
    color: white;
    text-decoration: underline;
}

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

#TopBar {
    height:28px;
    background-color: #CCC7B1;
}

#Header {
    margin: 0px;
    background-color: #A39E8A;
            /*  #9A9581 */
    padding: 0px;
}

#Header table tr {
    vertical-align: top;
}

#HeaderImg {
    border: 0px;
    margin:0px;
}

#HeaderMain {
    background-color: white;
}

/* this is the left border slice */
.HeaderLeft {
    border: 0px;
    margin: 0px;

}

.LeftStripe {
    background: #CF8E17;
}

.button {
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: white;
    width: 222px;
}

.button img {
    border: none;
}

#buttonfarm {

}

td.VerticalDivider {
    width: 3px;
}

.divider {
    background-color: #7D7A6C;
    height: 5px;
}

.threetables tr td table tr td {
    font-size: 8pt;
    font-weight: bold;
    color: white;
}

.threetables tr td table tr td div {
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
}


td.item_topbox div {
    font-size: 18px;
}

td.item_topbox div img {
    margin-left: -10px;
    height:45px;
    float: left;
    margin-right: 6px;
}

td.item_topbox div a:link, td.item_topbox div a:active, td.item_topbox div a:visited {
    text-decoration:none;
}

td.item_bottombox {
    vertical-align: middle;
    text-align:right;
}

td.item_bottombox a:link, td.item_bottombox a:visited, td.item_bottombox a:active {
    color: white;

}



#content {
    background-color: #C6C2AB;
}


#content_tbl {
    background-color: white;
}


/* for content pages */
.content_td {

}

div.std_content {
    padding: 10px;
}

.content_td a:link, .content_td a:active, .content_td a:visited {
    color: black;
}

#overview_img {
    height: 50px;
    margin: 5px;
}


#ContentRight {
    width: 22px;
}

.contentbox {
    width: 179px;
    height: 36px;
    vertical-align: middle;
    text-align: right;
    background: left no-repeat;
}

.contentbox a:link, .contentbox a:visited, .contentbox a:active {
    color: yellow;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}



#BottomBox {
    background: url(images/Curve_BottomRight_gold.gif) bottom right no-repeat #905E01;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;

}

#Footer table {
    background: #CF8E17;
}

#FooterLeft {
    border: 0px;
    margin: 0px;

}


.portfolio_tbl tr td {
    border: inset 1px gray;
    width: 100px;
    height: 75px;
    margin: 0px;
    padding: 0px;
}

.portfolio_tbl tr td img {
    width: 100px;
    height: 75px;
    margin: 0px;
    padding: 0px;
    cursor:pointer;
/*    cursor:hand; */
}

#pic_desc {
    padding: 10px;
}




/* request for proposal style */

table.rfp_form tr td {
    vertical-align: bottom;
}



