html
{
	font-family: "Helvetica", "Gotham", "arial", sans-serif;
}

@font-face 
{
    font-family: Avenir-Book;
    src: url(../avenir-book.ttf);
}

#page_box {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: auto;
    background-color: #E6ECF1;
}

#logoheader {
    height: 200px;
    max-width: 1000px;
    text-align: left;
    background: #114D86;
    white-space: nowrap;
    padding: 25px;
}

.padded{
    padding: 25px;
}

#logo_pic {
    display: inline-block;
    max-width: 175px;
}

#header_pic {
    display: inline-block;
    max-width: 650px;
    padding: 25px;
}

#navigation {
    height: 90;
    text-align: center;
    background: white;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 0px 0px 0px 0px;
}

.nav_bar_link_box {
    height: 90;
    width: 16%;
    display: inline-block;
    margin: 0;
    padding: 0px 0px 0px 0px;
}


.nav_bar_link {
    font-family: "Helvetica", "Gotham", "arial", sans-serif;
    font-size: 24px;
    display: block;
    padding: 10px 0px 10px 0px;
    margin: 0;
    color: #ADD8E6;
    text-align: center;
    text-decoration: none;
}


.nav_bar_link_box:hover 
{
  text-decoration: none;
}

.active {
    color: #114D86;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-color: #114D86;
}


a:link {
    color: #00CED1;
}

a:hover {
    color: #114D86;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-color: #114D86;
}

#top_lightblue_bar {
    max-width: 1000px;
    height: 10px;
    background: #ADD8E6;
    margin: auto;
}

#top_midblue_bar {
    max-width: 1000px;
    height: 15px;
    background: #00CED1;
    margin: auto;
}

#top_banner_img {
    
}

.scaled_image {
    max-width: 100%;
    max-height: 100%;
}

#home_page_text_block {
    margin: auto;
    width: 890px;
    text-align: center;
    font-size: 20px;
    color: black;
}

#home_page_text_block_left {
    margin: auto;
    width: 89s0px;
    text-align: left;
    font-size: 20px;
    color: black;
}

#home_page_button_box {
    width: 1000px;
    padding: 0px;
    text-align: center;
    margin: auto;
    /*   
     border: 2px;
    border-style: solid;
    border-color: red;
*/
}

#sub_menu_button_box {
    width: 1000px;
    padding: 0px;
    text-align: center;
    margin: auto;
    background-color: white;
}

.home_page_button {
    width: 215px;
    display: inline-block;
    padding: 14px;
}

#copyright_box
{
    height: 50px;
    font-size: 18px;
    color: black;
    text-align: center;
    background-color: white;
    padding-top: 10px;

}

#bottom_darkblue_bar {
    max-width: 1000px;
    height: 35px;
    background: #114D86;
    margin: auto;
}

#monastic_menu_box {
    margin: auto;
    text-align: center;
    
}

.monastic_menu_item {
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 130px;
    height: auto;

}

.home_page_text_header_28 {
    font-size: 28px;
    color: #114D86;
}

.home_page_text_header_22 {
    font-size: 22px;
    color: #114D86;
}

.picture_box {
    margin: auto;
    text-align: center;
    width: 1000px;
}

.picture_frame {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 200px;
    width: auto;
}

.picture_frame_300 {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 300px;
    width: auto;
}

.picture_frame_portrait {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    height: 230px;
    max-width: 225px;
    white-space: nowrap;
}


.text_header_box {
    text-align: center;
    width: 100%;
    font-size: 20px;

}

.text_frame {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    width: 150px;
}

.form_label {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    width: 300px;
    text-align: right;
    vertical-align: top;
}

.form_field {
    display: inline-block;
    padding: 5px 5px 5px 5px;
}