@charset "utf-8";
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
.twoColFixLtHdr #main_body {
    width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    height: auto;  
    margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container {
    width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    height: auto;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
    background: #3f3b3a;
    padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #41181e; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0px 0px 15px 0px;
    height: 100%;
}
.twoColFixLtHdr #breadcrumb {
    margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(/images/breadcrumb_bar.bg.gif);
    background-repeat: repeat-x;
    height: 30px;
    width:700px;
} 
.twoColFixLtHdr #mainContent  {
    margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(/images/content_bg.gif);
    background-repeat: repeat-x;
    background: #F7F6E1;
    height: 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
} 
.twoColFixLtHdr #mainContent td  {
    margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-image: url(/images/content_bg.gif);
    background-repeat: repeat-x;
    background: #F7F6E1;
    height: 100%;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
} 

.twoColFixLtHdr #footer_menu {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    color: #FFFFFF;
    font-size: 10px;
         
        position: relative;
    top: -30px;
        float: right;
} 




.twoColFixLtHdr #footer {
    padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    background-image: url(/images/footer_bg.gif);
    background-repeat: repeat-x;
} 

.twoColFixLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



form {margin:0; padding:0}

td, tr {font:11px tahoma, arial, helvetica, sans-serif;background: #F7F6E1; color:#000000; vertical-align:top;  text-align:left;}

.end{ color:#B7D7F0; text-decoration:none; font-size:10px; font-weight:bold}
.end1{ color:#FFFFFF; text-decoration:none; font-size:9px; font-weight:normal}
.end a{ color:#B7D7F0; text-decoration:underline; font-size:10px; font-weight:bold}
.end a:hover{ color:#B7D7F0; text-decoration:none; font-size:10px; font-weight:bold}


a{ color:#007CC7; text-decoration:underline;}
a:hover{ color:#007CC7; text-decoration:none;}

.top td select{ width:111px; height:19px; font-size:11px; padding:0 0 1px 6px;}
.top td{ color:#FFFFFF; font-weight:bold;}

.top1 td input{ width:129px; height:17px; font-size:11px; padding:0 0 1px 6px;}
.top1 td{ color:#FFFFFF; font-weight:bold;}
.top2 a{ color:#FFFFFF; text-decoration:none; font-size:9px;}
.top2 a:hover{ color:#FFFFFF; text-decoration:underline; font-size:9px;}
.inp1 td input{ width:122px; height:18px; font-size:11px; padding:0 0 1px 6px;}

.more { float:right}
        div.navigator{
            font-size:smaller;
            padding:5px; 
            text-align:center;
        }
        div.totalpagesdisplay{
            padding-top:15px;
            font-size:smaller;
            text-align:center;
            font-style:italic;
        }
        .navigator a, span.inactive{
            padding : 0px 5px 2px 5px;
            margin-left:0px;
            border-top:1px solid #999999;
            border-left:1px solid #999999;
            border-right:1px solid #000000;
            border-bottom:1px solid #000000;
        }
            .navigator a:link, .navigator a:visited,
        .navigator a:hover,.navigator a:active{
            color: #3300CC;
            background-color: #FAEBF7;
            text-decoration: none;
        }
        span.inactive{
            background-color :#EEEEEE;
            font-style:italic;
        }
.r1 ul { margin:0; padding:0; list-style:none;}
.r1 li { background:url(/images/ch_blu.jpg) center left no-repeat; margin:0 0 0 0; padding:0 0 0 9px;}
.r1 li a {line-height:20px; color:#007CC7; text-decoration:none; font-weight:400; background-position:left center;}
.r1 li a:hover { text-decoration:underline; color:#007CC7;}

.r2 ul { margin:0; padding:0; list-style:none;}
.r2 li { background:url(/images/ch_blu.jpg) center left no-repeat; margin:0 0 0 0; padding:0 0 0 9px;}
.r2 li a {line-height:20px; color:#007CC7; text-decoration:none; font-weight:400; background-position:left center;}
.r2 li a:hover { text-decoration:underline; color:#007CC7;}
.r2 li b{ color:#636363; font-weight:normal;}


.txt1 td a{ color:#636363; text-decoration:none; font-weight:normal}
.txt1 td a:hover{ color:#636363; text-decoration:underline;  font-weight:normal;}
 

.form input{ width:178px; height:19px; border:1px solid #767676; font-size:11px; color:#636363; padding:1px 0 1px 6px;}
.form textarea{ width:178px; height:175px; border:1px solid #767676; overflow:auto; font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#636363; padding:1px 0 1px 6px;}
.columndivider {
    background-image: url(/images/border.gif);
    background-repeat: repeat-y;
    background-color: #CDCDCD;
    background-position: 20px 0px;
    padding-top: 15px;
    margin-top: 20px;
    margin-right: 4px;
    margin-left: 4px;
    width: 2px;
    padding-bottom: 5px;
}

    .gallery{
        font-family : Tahoma,Verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : underline;
        font-weight : normal;
        color : #000000;
    }

    .gallerytable1 {
        background-color: B2AEA3;
        border: 1px solid Black;

    }
    .gallerytable2{
        background-color: 666666;
        color: white;
        height: 15px;
        font-family : Tahoma,Verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
        font-weight : bold;
        
    }
    .gallerytable3{
        background-color: B2AEA3;
    }



     

    td {
        text-align: left;
        font-size: 11px;
    }




    pathway_outline {
        width: 633px !important;
        width: 635px;
        float: left;
        border: 1px solid #cccccc;
        margin-bottom: 2px !important;
        margin-bottom: -2px;
        margin-top: 2px;
    }

    #pathway {
        float: left;
        padding-top: 5px;
        color: #cccccc;
        padding: 4px 3px 3px 5px;
    }


    .pathway {
        text-align: center;
        font-size: 11px;
        color : #cccccc;
        font-weight: bold;
        width: auto;
        padding-top: 6px;
        padding: 4px;
        margin: 1px;
    }
    A.pathway {    font-family: Tahoma;
        font-size: 11px;
        color: #666666;
    }
    A:hover.pathway {
        font-family: Tahoma;
        font-size: 11px;
        color: #3333cc;
        text-decoration: underline;
        font-weight: bold;
    }

    table.section_content {
        width: 100%;
        padding: 0px;
        border-collapse: collapse;
        border-spacing: 0px;
    }


    td.section_header {
        padding-left: 15px;
        padding-top: 9px;
    }

table.menu33_moduletable {
  background: #000000;
}

    .section_header {
        height: 30px;
        background: url(/template_files/default/images/sectionhead.png)  repeat-x;
        color: #666666;
        text-align: left;
        padding-top: 9px;
        padding-left: 15px;
        font-weight: bold;
        font-size: 11px;
        white-space: nowrap;
    }

    ul#menu_mainlevel-nav
    {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
    }

    ul#menu_mainlevel-nav li
    {
        display: block;
        background: url(/template_files/default/images/topbar_button.gif) repeat-y;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        margin: 0;
        width: auto !important;
        width: 15;
        font-size: 11px;
        line-height: 21px;
        white-space: nowrap;
        border-left: 1px solid #999999;
    }

    ul#menu_mainlevel-nav li a
    {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        font-family : Tahoma,Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #FFFFFF;
        background: #7CAAE8;
        background: url(/template_files/default/images/topbar_button.gif) repeat-y;
    }

    #buttons>ul#menu_mainlevel-nav li a { width: auto; }

        ul#menu_mainlevel-nav li a:hover
    {
        color: #000000;
        background: #ffcc00;
    }


    table.menu_moduletable {
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
        border-spacing: 0px;
        border-collapse: collapse;
    }

    table.menu_moduletable th {

        color: #000000;
        text-align: left;
        padding-top: 1px;
        padding-left: 4px;
        height: 21px;
        width: 120px;
        font-weight: bold;
        font-size: 10px;
        text-transform: uppercase;
    }

    table.menu_moduletable td {
        font-size: 11px;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
    }

    a.menu_menuitem:link, a.menu_menuitem:visited {
        display: block;
        background: url(/template_files/default/images/button2.gif) repeat-y;
        background-position: -0px -30px;
        background-position: -0px -30px;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: left;
        padding-top: 3px;
        padding-left: 35px;
        
        height: 19px !important;
        height: 26px;
        width: 165;
        text-decoration: none;
    }

    a.menu_menuitem:hover {
        background-position: 0px -30px;
        text-decoration: none;
        color: Yellow;
    }

#footer_menu a.menu2_mainlevel-nav  {
  text-decoration: underline;
    font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
}
#footer_menu a.menu2_mainlevel-nav:hover {
  text-decoration: underline;
    font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
}


    .artHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : none;
        font-weight : bold;
        color : 000000;
        font-style : normal;
    }
    A:hover.artHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : underline;
        font-weight : bold;
        color : Maroon;
    }
    A.artHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : underline;
        font-weight : bold;
        color : 00000;
    }
    A:hover.artHead1 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : underline;
        font-weight : bold;
        color : Maroon;
    }
    A.artHead1 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10pt;
        text-decoration : underline;
        font-weight : bold;
        color : 000000;
    }
    .artShead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 8pt;
        text-decoration : none;
        font-weight : bold;
        color : 000000;
    }
    .artShead2 {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 12pt;
        text-decoration : none;
        font-weight : bold;
    }
    .artBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
        font-weight : normal;
        color : 0000000;

    }
    A.artBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : none;
        font-weight : normal;
        color : 000000;
    }
    A.artBodyWhitebold {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : underline;
        font-weight : bold;
        color : White;
    }
    A:hover.artBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : underline;
        font-weight : normal;
        color : FFD42A;
    }
    .art1Head {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 18pt;
        text-decoration : none;
        font-weight : bold;
    }
    .art1Shead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
        font-weight : bolder;
    }
    .art1Body {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 18px;
        text-decoration : none;
        font-weight : normal;
        font-style : oblique;
    }

    .sideHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9pt;
        text-decoration : none;
        font-weight : bold;
        color : 000000;
        font-style : normal;
    }
    A:hover.sideHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9pt;
        text-decoration : underline;
        font-weight : bold;
        color : Maroon;
    }
    A.sideHead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9pt;
        text-decoration : underline;
        font-weight : bold;
        color : Maroon;
    }

    .sideShead {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9pt;
        text-decoration : none;
        font-weight : bold;
        color : 000000;
    }
    .sideShead2 {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9pt;
        text-decoration : none;
        font-weight : bold;
    }
    .sideBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 9px;
        text-decoration : none;
        font-weight : normal;
        color : 000000;

    }
    A.sideBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 11px;
        text-decoration : none;
        font-weight : normal;
        color : Maroon;
    }
    A:hover.sideBody {
        font-family : verdana,Arial, Helvetica, sans-serif;
        font-size : 11px;
        text-decoration : underline;
        font-weight : normal;
        color : Maroon;
    }

    tbody.on { display:table-row-group; }
    tbody.off { display:none; }
    
    .blue_02
{color:#3558C1; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px; }
        .left
{color:#3558C1; font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10px; }
    
    .black{color:#000000;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;}
        .black1{color:#000000;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;}
    .blue02{color:#1006A3;font-weight: normal;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;}
    
    .head_blue{color:#2458B0;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;}
    .head_blue2{color:#85A5D6;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;}
    .head_blue3{color:#2458B0;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
    
        .head_small{color:#2458B0;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
    .head_smallblack{color:#000000;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
    .head_smallgrey{color:#908E8E;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;}
    .main_grey{color:#000000;font-weight:normal;font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;}
    
    .menu_left:link {
    color: #5886C9;
    text-decoration: none;
}
.menu_left:visited {
    color: #5886C9;
    text-decoration: none;
}
.menu_left:hover {
    color: #5886C9;
    text-decoration:underline;
}
.menu_left:active {
    color: #5886C9;
    text-decoration: none;
}
.general_text{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    
}


div.cat_trail  

{
padding-left: 15px;
padding-top: 5px;
}

.cat_trail  

{

text-align: left;

color: #000000;

font-weight: bold;

font-family: Tahoma;

font-size: 11px;

}

a.cat_trail

{

text-decoration: underline;

color: #341417;

text-align: left;

font-weight: bold;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 11px;

}


a:hover.cat_trail

{

text-decoration: underline;

color: #41181e;

text-align: left;

font-weight: bold;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 11px;

}
.cat_trail_arrow

{

padding-top: 0px;

}

.menu_location {
         
    background: url(/images/menu_location_bg.gif) no-repeat;
        font-size: 12px;
font-weight: bold;
    padding: 15px 10px;
       
        color: #000000;
         
        width: 200px;
        text-decoration: none;
position: relative;  
    }


.date {
     font-size: 12px;
    font-weight: bold;
    padding: 8px 10px 9px;       
    color: #FFFFFF;
}    

#home headline {
  display: block;
  color: #ffffff;
  font-size: 16;  
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#home paragraph {
  display: block;
  color: #ffff77;
  font-size: 12;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

#home break {
  font-size: 7;
  display:block;
}

#home a {
  color: #aad2ff;
  display: inline;
}

#home a:hover {
  color: #ffffff;
  display: inline;
}
