
/* colors:
    #d3c1a2                tan
    #520707                maroon
    #c39898                puce
    #b3a182, #a39172     darker tan
    #e6d6d6                pale puce
    #f72121                tomato red
*/

/* Basic stuff */
body {
    margin: 0;
    padding: 0;
    background: url(../gfx/base/crest-watermark-c.gif) no-repeat 50% 100px;
}

a {
    /*color: #520707;*/
    color: #f72121;
}

a:hover {
    color: red;
}

a:link {
    color: none;
}

/* Specifics */

div#masthead {
    margin: 0;
    height: 4em;
    /*background: url(../gfx/base/masthead_gradient_background.png) repeat-x #f72121;*/
    background: url(../gfx/base/masthead_gradient_background.png) repeat-x #520707;
    background-position: bottom-right;
    color: #d3c1a2;
    overflow: hidden;
}

div#masthead img.crest {
    margin: 0;
    padding: 0;
    float: left;
}

div#masthead div {
    margin-left: 74px;
    padding-top: 2px;
}

div#masthead h1, div#masthead h2  {
    margin-left: 0.5ex;
    font-family: arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

div#masthead h1 {
    font-style: oblique;
}

div#masthead h2 {
    font-style: normal;
    font-size: 2ex;
}

div#nav_main {
    /*background: url(graphic/rect2006.png) repeat-x #e6d6d6;*/
    background: url(../gfx/base/rect2006.png) repeat-x #e64646;
    border-bottom: #c39898 solid 1px;
    font-family: georgia, serif;
}

div#nav_main ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

div#nav_main ul li {
    display: inline;
    font-style: oblique;
    padding: 1px;
    margin-left: 2ex;
    margin-right: 1ex;
    padding-left: 1ex;
    padding-right: 1ex;
    font-size: 10pt;
    /*background: url(style/graphic/rect2006.png) repeat-x;*/

}

div#nav_main a {
    color: black;
    text-decoration: none;
}

/*
div#nav_main a:hover {
    text-decoration: underline;
    color: white;
}
*/

div#nav_main ul li:hover {
/*     background-image: none; */
/*    background-color: #520707; */ /* maroon */
/*    background-color: #c39898;*/
    color: white;
    /* border-top: 1px solid #520707; */ /* maroon */
/*    border-top: none; */
    /*border-bottom: 1px solid #520707;*/
    border-bottom: 1px solid #f72121;
}

div#nav_main ul li a {
    color: black;
}

div#nav_main ul li a:hover, div#nav_main ul li:hover a {
    color: white;
    color: #520707;
    color: red;
    color: #d3c1a2;
    text-decoration: none !important;
    text-decoration: underline;
}

div#nav_main ul li.selected {
    background-image: none;
    /*background-color: #520707;*/
    background-color: #f72121;
    color: #d3c1a2;
    /*border-top: 1px solid #520707;*/
    border-top: 1px solid #f72121;
    font-weight: bold;
}

div#nav_main ul li.selected a {
    color: #d3c1a2;
}

div#nav_main ul li.selected a:hover {
    color: #d3c1a2;
}

div#body_area {
    margin:0;
    margin-top: 1em;
}

div#nav_aux {
    font-family: georgia, serif;
    margin-left: 1em;
    margin-right: 1em;
    border-right: 1px solid gray;
    border-right: 1px solid #a39172;
    float: left;
    width: 8em;
}

div#nav_aux ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10pt;
}

div#nav_aux ul li {
    padding-bottom: 2.0ex;
}

div#nav_aux ul li.selected {
    font-weight: bold;
}

div#nav_aux ul li a {
    font-style: oblique;
    color: #520707;
}

div#nav_aux ul li a:hover {
    color: red;
}


div#nav_aux h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #520707;
    font-style: oblique;
    background-color: #d3c1a2;
    padding-left: 3px;
    border-left: 1px solid #a39172;
    margin-top:1.5ex;
    margin-bottom: 0.1ex;
}

div#content_main blockquote {
    font-style: oblique;
    background-color: lemonchiffon;
    border: 2px dashed khaki;
    padding: 2ex;
    opacity: 0.5;
}
div#content_main blockquote p {
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-weight: bold;
}

div#content_main {
    margin-left: 11em;
    font-family: arial, sans-serif;
    margin-right: 2em;
    /*background: url(graphic/crest-watermark-c.gif) no-repeat top center;*/
    /*background: url(graphic/crest-watermark-c.gif) no-repeat top center; */
    margin-bottom: 1em;
}

div#content_main h3 {
    font-family: georgia, serif;
    font-style: oblique;
    color: #520707;
    padding: 0;
    margin: 0;
}

div#content_main p {
    font-size: 12pt;
    line-height: 15pt;
    margin-top: 1ex;
    /* line-height: 14.25pt; */

}

div#content_main img {
    margin: 0.5ex;
    padding: 0.5ex;
    border: 1px solid #520707 !important;
    border: 3px solid #520707;
}

div#content_main table {
    border-collapse: collapse;
}

div#content_main table td {
    vertical-align: top;
}

div#content_main table thead {
    font-family: georgia, serif;
    font-style: oblique;
    color: #520707;
    font-size: 13pt;
    font-weight: bold;
}

div#content_main table.list_container thead td a {
    color: #520707;
}

div#content_main table.list_container td {
    /*width: 10em !important;
    width: 20em ;*/
    width: 15em;
    padding-right: 1em;
    padding-bottom: 0.5ex;
    padding-top: 0.5ex;
}

div#content_main table.list_container td a {
    color: #520707;
    color: black;
}

div#content_main table.list_container td a:hover {
    color: #520707;
    color: red;
}

div#content_main table.list_container tr.alpha td {
    /*background-color: #d3c1a2;*/
    /*background-color: #eee;*/
    border-top: 1px solid #ddd;
}

div#content_main table.list_container div.page_selector {
    font-size: 9pt;
    font-style: oblique;
}

div#content_main table.list_container div.page_selector span.selected_page a {
    color: black;
    text-decoration: none;
}

div#content_main table.list_container div.page_selector span a {
    color: red;
}


div#content_main table.list_nav {
    border-left: #a39172 solid 1px;
    border-right: #a39172 solid 1px;
}

div#content_main table.list_nav td {
    padding: 0; 
    margin: 0;
    width:20em;
    font-size: 9pt;
    font-family: arial;
    font-weight: bold;
    background-color: #d3c1a2;
    color: #520707;
}

div#content_main table.list_nav td span a {
    color: #520707;
    text-decoration: underline;
}

div#content_main table.list_nav td span a:hover {
    color: red;
    text-decoration: underline;
}

div#content_main table.list_nav td span.selected_page a {
    color: black;
    text-decoration: none;
}

div#content_main table.list_nav td.letters span a {
    color: #520707;
    text-decoration: none;
    border: 1px solid black;
    font-size: 9pt;
    padding: 0;
    padding-left: 0.8ex;
    padding-right: 0.8ex;
    line-height: 15pt;
    
    /* snifty 3d fx */
    border-left: #e3d1b2 solid 1px;
    border-top: #e3d1b2 solid 1px;
    border-bottom: #b3a182 solid 1px;
    border-right: #b3a182 solid 1px;
}

div#content_main table.list_nav td.letters span a:hover {
    background-color: #b3a182;
    color: #520707;
    text-decoration: none;
    
    /* again with the 3d effects, just comment them out to revert */
    border-left: #b3a182 solid 1px;
    border-top: #b3a182 solid 1px;
    border-bottom: #e3d1b2 solid 1px;
    border-right: #e3d1b2 solid 1px;
    background-color: #d3c1a2;
    
}

div#content_main table.list_nav td.letters span.selected_page a {
    color: #d3c1a2;
    background-color: #520707;
    
}


div#content_main table.list_nav td.left {
    width: 2em;
    text-align: left;
    font-weight: normal;
    font-size: 11pt;
    font-family: tahoma;
    padding-left: 2px;
    letter-spacing: -4px;
}

div#content_main table.list_nav td.letters {
    width: 27em;
}

div#content_main table.list_nav td.pages {
    text-align: right;
    width: 10em;
}

div#content_main table.list_nav td.right a, div#content_main table.list_nav td.left a {
    text-decoration: none;
    color: #520707;
}
div#content_main table.list_nav td.right a:hover, div#content_main table.list_nav td.left a:hover {
    text-decoration: underline;
    color: red;
}

div#content_main table.list_nav td a.hidden {
    visibility: hidden;
}

div#content_main table.list_nav td.right {
    width: 2em;
    text-align: right;
    font-weight: normal;
    font-size: 11pt;
    font-family: tahoma;
    letter-spacing: -4px;
    padding-right: 5px;
}



div#content_main div.person_profile table td.field_title, 
div#content_main table.contact_details td.field_title {
    font-weight: bold;
    font-style: oblique;
    font-size: 11pt;
    padding-right: 2em;
}

div#content_main div.person_profile table {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

div#content_main div.person_profile a {    
    /*font-family: georgia, serif;
    color: #520707;
    font-style: oblique;*/
    color: black;
}
div#content_main div.person_profile a:hover {    
    color: red;
}

div#content_main div.back_link {
    margin-top: 1em;
}

div#content_main div.back_link a {
    font-family: georgia, serif;
    color: #520707;
    font-style: oblique;
}

div#content_main div.back_link a:hover {    
    color: red;
}


div#content_main hr {
    color: red;
    border: 1px solid #a39172;
    width: 100%;
    margin-left: 0;
}


div#content_main table.extended_info {
    margin-top: 1em;
    border-collapse: collapse;
    margin-bottom: 1em;
}

div#content_main table.extended_info tr td {
    padding-top: 1ex;
    padding-bottom: 1ex;
    border-bottom: 1px solid #ddd;
}

div#content_main table.contact_details td {
    vertical-align: top;
}

div#content_main table.contact_details tr td {
    border: none;
}

div#content_main table.committee_list tr td {
    padding-right: 2em;
    vertical-align: top;
}

div#content_main table.committee_list tr.lead td {
    border-top: 1px solid #ddd;
    padding-top: 0.5em;
    
}

div#content_main table.committee_list tr td.left {
    font-weight: bold;
    font-style: oblique;
    vertical-align: top;
}

div#content_main table.committee_list tr.terminal td {
    padding-bottom: 0.5em;
}

