/*

#0f4b18 - dark green (body background, titles, header text, links)
#8cd365 - light green (link rollover)
#fff9d6 - creamy
#fff9c0 - darker creamy

*/

body {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
    background-color: #0f4b18;
}

.text {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.text a {
    font-size: 10px;
    color: #0f4b18;
    text-decoration: none;
}

.text a:link, .text a:visited {
    color: #0f4b18;
    text-decoration: none;
}

.text a:active, .text a:hover {
    color: #8cd365;
    text-decoration: none;
}

.title {
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
}

/****************************/
/* ----- Header Style ----- */
/****************************/

#header {
    width: 950px;
    background-color: #ffffde;
    margin-top: 10px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}

#header h3 {
    margin-left: 20px;
    padding-top: 15px;
    font-size: 35px;
    color: #407d6e;
    font-weight: bold;
    font-style: italic;
}

#header h4 {
    margin-left: 20px;
    padding-bottom: 5px;
    font-size: 17px;
    color: #407d6e;
    font-weight: bold;
    font-style: italic;
}

#header h5 {
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #383838;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
}

#header .left {
    float: left;
    width: 390px;
}

#header .right {
    margin-left: 400px;
}

#header p {
    margin-left: 20px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #407d6e;
    padding-right: 10px;
}

#header p.small {
    margin-left: 20px;
    padding-bottom: 6px;
    padding-right: 10px;    
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #407d6e;
    font-family: 'Times New Roman',Times,serif;
    text-indent: 5px;
}

#header img.photo {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 122px;
    height: 150px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #0f4b18;
    border-bottom-color: #0f4b18;
    border-left-color: #0f4b18;
    border-right-color: #0f4b18;
}

/***************************************/
/* ----- Tabbed Navigation Style ----- */
/***************************************/

#NavigationMenu {
    display: block;
    width: 950px;
    padding-top: 5px;
    background-color: #ffffff;
}

div.TabNav {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

div.TabNav ul {
    list-style-type: none;
}

div.TabNav li {
    display: inline;
}

div.TabNav span {
    float: left;
    display: block;
    background: url('../images/Nav/taMenuLeft.gif') no-repeat left top;
    padding: 5px 9px;
    white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.TabNav span {
    float: none;
}
/* End IE5-Mac hack */

div.TabNav A:hover span {
    background-position: 0% -150px;
}

div.TabNav a {
    float: left;
    background: url('../images/Nav/taMenuRight.gif') no-repeat right top;
    border-bottom: 1px solid #0f4b18;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
}

div.TabNav a:link, div.TabNav a:visited {
    color: #0f4b18;
}

div.TabNav a:active, div.TabNav a:hover {
    color: #8cd365;
}

/*****************************/
/* ----- Footer Layout ----- */
/*****************************/

#footer  {
    background-color: #ffffff;
    width: 950px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

#footer table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

#footer td {
    color: #407d6e;
    font-size: 11px;
}

#footer td.address {
    width: 45%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

#footer td.spacer {
    width: 10%;
}

#footer a {
    color: #407d6e;
    text-decoration: none;
}

#footer a:link, #footer a:visited {
    color: #407d6e;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #8cd365;
    text-decoration: none;
}

/**************************************/
/* ----- Section Heading Layout ----- */
/**************************************/

.section-heading {
    text-align: left;
    display: block;
    color: #000033;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-image: url("../images/bg-truemanquote.png");
    background-repeat: repeat-x;
}

.section-heading p {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-size: 10pt;
    font-style: italic;
}

/************************************/
/* ----- Issue Listing Layout ----- */
/************************************/

#issue-list {
    padding-left: 5px;
    padding-right: 5px;
    color: #0000ff;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

#issue-list table {
    border-collapse: collapse;
    table-layout: fixed;
}

#issue-list td {
    width: 50%;
    vertical-align: top;
}

#issue-list ul {
    margin-top: .25em;
    margin-left: 2em;
    padding-left: 0px;
    font-size: 0.7em;
    list-style-type: none;
}

#issue-list li {
    padding-left: .5em;
    margin-right: 5px;
    background-color: #ffffdd;
    padding: 2px;
    list-style-image: url("../images/Bulet_blue_arrow.png");
    list-style-position : outside;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}

#issue-list a {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:link {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:visited {
    color: #ff0000;
    text-decoration: none;
}

#issue-list a:hover {
    color: #ff6666;
    text-decoration: none;
}

#issue-list a:active {
    color: #ff6666;
    text-decoration: none;
}

/****************************/
/* ----- Forms Layout ----- */
/****************************/

#forms {
    display: block;
    width: 170px;
    text-align: right;
}

#forms form {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#forms input.txt-right {
    width: 190px;
    margin-bottom: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

#forms input.btn {
    width: 100px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
    padding-right: 3px;
    padding-left: 3px;
}

/******************************/
/* ----- Contact Styles ----- */
/******************************/

.contact td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
}

.contact a {
    color: #000000;
    text-decoration: none;
}

.contact a:visited, .contact a:link {
    color: #000000;
}

.contact a:active, .contact a:hover {
    color: #7A7A7A;
}

/****************************/
/* ----- Quote Styles ----- */
/****************************/

#dl_quote {
    display: inline;
    width: 700px;
    margin: 0;
    padding-top: 10px;
    font-size: 8pt;
}

#dl_quote dt {
    width: 700px;
    padding-bottom: 5px;
    text-align: left;
    font-style: italic;
}

#dl_quote dd {
    width: 700px;
    padding-bottom: 10px;
    text-align: right;
    font-weight: bold;
}

/***************************/
/* ----- Menu Styles ----- */
/***************************/

.menu {
    width: 190px;
}

.menu_title {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: #0f4b18;
/*    background-image: url('../images/bg4.gif');
    background-repeat: repeat;*/
    background-color: #fff9c0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #0f4b18;
    margin-bottom: 5px;
}

.menu_item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
/*    background-image: url('../images/mainbg.gif');
    background-repeat: repeat;*/
    background-color: #fff9d6;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #0f4b18;
    border-bottom-color: #0f4b18;
    border-left-color: #0f4b18;
    border-right-color: #0f4b18;
}

.menu_item p {
    font-size: 8pt;
}

.menu_item a {
    display: block;
    font-size: 8pt;
    color: #0f4b18;
    text-decoration: none;
}

.menu_item a:link, .menu_item a:visited {
    color: #0f4b18;
}

.menu_item a:active, .menu_item a:hover {
    color: #8cd365;
}

/**********************************/
/* ----- Bio Section Styles ----- */
/**********************************/

#bio {
    margin-left: 20px;
    margin-right: 20px;
}

#bio h2 {
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
    margin-bottom: 10px;
}

#bio p {
    padding-top: 5px;
    padding-bottom: 5px;
}

#bio ul {
   margin-left: 280px;
}

#bio img {
    width: 220px;
    height: 270px;
    float: left;
    clear: left;
    margin-top: 5px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.bio_indent {
}

/***************************************/
/* ----- Direct Democracy Layout ----- */
/***************************************/

#direct_democracy {
    padding-top: 10px;
    padding-bottom: 10px;
}

#direct_democracy p.title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#direct_democracy p {
    padding-bottom: 6px;
}

#direct_democracy table {
    border-collapse: collapse;
    table-layout: fixed;
    margin-left: 5px;
}

#direct_democracy td {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

#direct_democracy td.left {
    width: 20px;
}

#direct_democracy td.submit {
    padding-top: 6px;
    text-align: center;
}

/***************************/
/* ----- Misc Styles ----- */
/***************************/

.link_list {
    padding-left: 25px;
}

.list_indent {
    margin-left: 20px;
}

.donation td {
    padding-right: 20px;
    padding-bottom: 3px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 7pt;
}
