html {
    background: #eeedee url(../../_graphics/structure/body.gif) repeat-x center top;
}

body {
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
}

a {
    color: #c37108;
}
a:hover {
    color: #993333;
}
a:active {
    color: #00cc00;
}
a:visited {
    color: #996666;
}

img.thick_white_border {
    margin: 0px 0px 0px -20px;
    padding: 9px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

div#inner_page img {
    border: 1px solid #666666;
}

h1, h2, h3 {
    font-family: "Souvenir Lt BT", Arial, Helvetica, sans-serif;
    color: #6396cb;
    font-weight: normal;
}

h1 {
    font-size: 22pt;
    margin: 30px 0px 22px -10px;
}
h2 {
    font-size: 18pt;
    margin: 20px 0px 10px -5px;
}
h3 {
    font-size: 14pt;
    margin: 20px 0px 10px -3px;
}

.lined {
    border-bottom: 1px dotted #6396cb;
}

iframe#calendar {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 0px -50px -12px;
    width: 100%;
    height: 600px;
}

iframe#events_list {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    position: absolute;
    width: 65%;
    height: 400px;
    margin: 0px 0px 0px 0px;
}

div#events_list_spacer {
    height: 422px;
    width: 200px;
}

iframe#map {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 0px 0px -12px;
    width: 100%;
    height: 600px;
}

div#page {
    position: absolute;
    top: 0px;
    left: 10%;
    width: 80%;
    z-index: 20;
    min-width: 610px;
}

div#top_links {
    margin-top: 25px;
    margin-right: 0px;
    float: right;
    color: #f0f0f0;
    letter-spacing: 1px;
    font-size: 7pt;
    text-transform: uppercase;
}
div#top_links a {
    color: #f0f0f0;
    text-decoration: none;
    padding: 3px 12px 1px 12px;
    margin-left: -5px;
    border-left: 1px solid #b0c0e0;
    border-right: 1px solid #b0c0e0;
}
div#top_links b {
    font-size: 9pt;
    font-weight: normal;
}
div#top_links a:hover {
    color: white;
    background-color: #487dd2;
}

div#logo {
    margin-top: 7px;
}
div#logo img {
    display: none;
}
div#logo a {
    margin-top: 26px;
    display: block;
    width: 359px;
    height: 110px;
    background: transparent url(/_graphics/structure/header_logo.gif) no-repeat top left;
}

div#main_menu {
    background-color: #364745;
    margin-top: 2px;
    color: #cccccc;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 25px;
    height: 21px;
}
div#main_menu b {
    font-size: 10pt;
}
div#main_menu a {
    color: #cccccc;
    text-decoration: none;
    padding: 7px 14px 5px 14px;
    margin: 0px -5px 0px 0px;
}
div#main_menu a:hover {
    background-color: #52615f;
    color: #ffffff;
}
div#main_menu a.selected {
    background-color: #52615f;
}

div#section_menu {
    background-color: #cccccc;
    float: right;
    margin: 35px 0px 20px 40px;
    padding: 0px 20px 0px 20px;
    background: #eeedee url(../../_graphics/structure/section_menu_background.gif) repeat-x left top;
    width: 180px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

div#section_menu ul {
    margin: 0px 0px 12px 18px;
}
div#section_menu ul.section_menu,
div#section_menu ul.section_menu ul {
    margin: 0px 0px 0px 20px;
}
div#section_menu ul.section_menu {
    margin-left: -5px;
    padding-top: 3px;
}
div#section_menu ul.section_menu li {
    margin-top: 10px;
    list-style: none;
}
div#section_menu ul.section_menu a {
    text-decoration: none;
    border: 1px dashed transparent;
    padding: 2px 5px 2px 5px;
    display: block;
}
div#section_menu ul.section_menu a:hover {
    border: 1px solid #993333;
    color: #993333;
}
div#section_menu ul.section_menu a.selected {
    font-weight: bold;
    border-color: inherit;
}

div#inner_page {
    background: #eeedee url(../../_graphics/structure/inner_page_background.gif) repeat-x center top;
    border-top: 5px solid #6396cb;
    margin: 30px 0px 0px 0px;
    padding: 0px 40px 0px 40px;
    font-size: 16px;
    line-height: 150%;
}
div#content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

div#content_pushdown {
    margin: -5px -40px 0px -40px;
    padding: 0px 0px 0px 23px;
    background-color: #52615f;
    color: white;
    border-bottom: 5px solid #6396cb;
}
div#content_pushdown h1 {
    color: #eeedee;
    font-size: 18pt;
    margin: 0px 0px 5px -7px;
}
div#content_pushdown p {
    font-family: "Times New Roman", serif;
    font-size: 13pt;
    font-style: italic;
    line-height: 120%;
    letter-spacing: 0px;
}

div#bottom_menu {
    margin-top: 40px;
    padding-top: 15px;
    font-size: 10pt;
    color: #555555;
    border-top: 1px dotted #a0a0a0;
    text-align: center;
}
div#bottom_menu a {
    text-decoration: none;
    padding: 0px 14px 0px 14px;
    color: #555555;
    margin-left: -5px;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
div#bottom_menu b {
    font-weight: normal;
}
div#bottom_menu a:hover {
    color: #999999;
    text-decoration: underline;
}
div#bottom_menu a.selected {
    text-decoration: underline;
}

div#legal {
    text-align: center;
    font-size: 9pt;
    color: #a0a0a0;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 130%;
}

div.page_overhang {
    position: absolute;
    top: 33px;
    z-index: 10;
    width: 10%;
}
div#page_overhang_right {
    left: 90%;
}
div.page_overhang div.stained_glass {
    background-color: transparent;
    background-repeat: no-repeat;
    height: 239px;
}
div#page_overhang_left div.stained_glass {
    background-image: url(../../_graphics/structure/stained_glass_left.gif);
    background-position: top right;
}
div#page_overhang_right div.stained_glass {
    background-image: url(../../_graphics/structure/stained_glass_right.gif);
    background-position: top left;
}
div.page_overhang div.page_shadow {
    width: 13px;
    height: 195px;
    margin-top: 98px;
    background-color: transparent;
    background-repeat: no-repeat;
}
div#page_overhang_left div.page_shadow {
    background-image: url(../../_graphics/structure/inner_page_shadow_left.png);
    background-position: top right;
    float: right;
}
div#page_overhang_right div.page_shadow {
    background-image: url(../../_graphics/structure/inner_page_shadow_right.png);
    background-position: top left;
}

img.home_page_left {
    float: left;
    width: 140px;
    margin-right: 20px;
}

img.menu_bottom {
    width: 180px;
    border: 1px solid #666666;
    margin-top: 10px;
}

img.purpose_img,
img.core-beliefs_img {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
img.who-we-are_img {
    float: right;
    margin-left: 20px;
}

img.what-we-believe_img {
    width: 450px;
}

ul.home_page li {
    list-style: disc inside none;
    text-indent: -15px;
    padding-left: 155px;
}

table.tabular {
    width: 100%;
}

table.tabular,
table.tabular th,
table.tabular td {
    border: 1px solid #999999;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 10pt;
}

table.tabular th {
    background-color: #cccccc;
    color: #000000;
    padding: 2px 5px 2px 5px;
}

table.tabular td {
    background-color: #fafafa;
    color: #000000;
    padding: 1px 4px 1px 4px;
}

table.tabular td img {
    border: none !important;
    margin: 0px 0px -3px 0px;
    padding: 0px;
}

