BODY {
    background-color: #008;
    background-image: url("/site_img/body_gradient.gif");
    background-repeat: repeat-x;
}

/*---------- STRUCTURAL SECTION RULES ----------*/
#web_page {
    margin: auto;
    width: 780px;
    background-repeat: no-repeat;
}
#header {
    width: 780px;
    clear: both;
    height: 100px;
    background-color: #88f;
    background-image: url("/site_img/header.gif");
    background-repeat: no-repeat;
}
#content {
    width: 780px;
    background-color: #ccf;
    margin: 0px;
}
#footer {
    width: 780px;
    clear: both;
    height: 30px;
    background-color: #eef;
    font: 10pt Verdana;
    background-image: url("/site_img/footer.gif");
    background-repeat: no-repeat;
}
.left {
    width: 175px;
    float: left;
    padding: 8px;
    background-color: #ccf;
}
.right {
    padding: 8px;
    width: 550px;
    margin-left: 175px;
    background-color: #ccf;
}


/*---------- STANDARD BULLET DEFINITIONS ----------*/
LI.jpg {list-style-image: url(/site_img/photoBullet.gif);
  list-style-type: square;}

LI.gif {list-style-image: url(/site_img/photoBullet.gif);
  list-style-type: square;}

LI.wmv {list-style-image: url(/site_img/wmvBullet.gif);
  list-style-type: square;}

LI.pdf {list-style-image: url(/site_img/pdfBullet.gif);
  list-style-type: square;}

LI.mp3 {list-style-image: url(/site_img/mp3Bullet.gif);
  list-style-type: square;}



/*---------- NAVIGATION RULES ----------*/
    
#map_nav {
    padding-left: 200px;
}
#map_nav UL {
    padding: 0px;
    list-style: none;
}
#map_nav #map_nav_list {
    height: 1em;
    padding: 0px;
}
#map_nav LI {
    position: relative;
    float: left;
    line-height: 1.4em;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
#map_nav LI A {
    display: block;
    padding: 10px 20px 10px 5px ;
    line-height: 1em;
    color: #ff0;
    font: 10pt URW grotesk, century gothic, arial, sans-serif;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    text-transform: lowercase;
    border-left: 1px solid #88f;  
}
#map_nav LI A:hover {
    color: #D7C300 !IMPORTANT;
    border-color: #008;
}
#map_nav LI UL {
    position: absolute;
    display: none;
    left: 0px;
}
#map_nav LI UL LI UL {display: none !IMPORTANT;}

#map_nav LI UL {
    margin-left: 0px;
    border-left: 1px solid #008;
}

#map_nav LI:hover UL,
#map_nav LI.over UL {
    display: inline;
}
#map_nav LI UL LI A {
    color: #fff !IMPORTANT;
    font-size: 8pt !IMPORTANT;
    border-bottom: 1px solid #008;
    border-left: none !IMPORTANT;
}
#map_nav LI UL LI A:hover {
    color: #CE7019 !IMPORTANT;
}


/*---------- SUBNAVIGATION RULES ----------*/

#sub_nav {
}
#sub_nav UL {
    margin: 0px;
    padding: 0px 0px 30px 0px;
}
#sub_nav LI {
    list-style-type: none;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    text-decoration: none !IMPORTANT;
    font-weight: bold;
    margin-bottom: 10px;
}

#sub_nav A {
    text-decoration: none;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt !IMPORTANT;
    text-decoration: none !IMPORTANT;
    font-weight: bold;
    text-transform: lowercase ;
}
#sub_nav A:hover {
    text-decoration: none;
    color: #CE7019;
}

.sub_nav-there SPAN {
    color:  #CE7019; !IMPORTANT
}

.sub_nav-2 SPAN {
    font-size: x-small;
    padding-left: 10px;
}

.sub_nav-empty {
    display: none;  
}

#sub_nav UL {
    margin-left: 0px;
}


/*---------- CONTENT RULES ----------*/

#main_content {
}

#main_content H1 {
    font-family: Verdana, sans-serif;
    letter-spacing: .5em;
    font-size: medium;
    color: #ce7019;
    font-weight: bold;
}
#main_content  H2 {
    margin: 16px 0px 0px 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    text-align: left;
    color: #000;
    letter-spacing: .25em;
}
#main_content H3 {
    font-family: Arial, sans-serif;
    font-size: small;
    text-align: left;
    color: #ce7019;
    font-weight: bold;
}
#main_content LI {
    list-style-image: url("/site_img/bullet.gif");
    font-family: Verdana;
    color: #00f;
    font-size: small;
    font-style: italic;
    margin-bottom: 10px;
}
#main_content  P, .news_nav {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: small;
    color: #000;
    line-height: 1.5em;
}
#main_content  P.paragraph-1 {
    margin-top: 5px;
}
#content IMG {
    padding: 0px 10px 5px 10px;
}

#main_content A {
    text-decoration: underline;
    color: #CE7019;
}

#main_content  A:hover {
    text-decoration: none;
}

#footer A {
    color: #00f;
}


/*---------- TABLE RULES ----------*/
.block_cell {
    padding-left: 10px;
    margin-bottom: 20px;
    font: 10pt arial, sans-serif !IMPORTANT;
    color: #9D5515; 
    background: #F7F5DB;
    padding-bottom: 10px;
    border: 1px solid #BDAD10
}

.block_cell P {
    font: 10pt arial, sans-serif !IMPORTANT;
    line-height: 1.2em;
    color: #9D5515;
    text-align: left;   

}


/*---------- DOCUMENT RULES ----------*/
#documents A {
    color: #000;
    text-decoration: none;
}
#documents A:hover {
    text-decoration: underline;
}


/*---------- GALLERY RULES ----------*/
#gallery {
    margin-bottom: 10px;
}
.gallery_entry {
    border: 1px solid #941;
    background-color: #fc5;
    width: 220px;
    float: left;
    margin: 4px;
    padding: 2px;
    text-align: center;
}
.gallery_photo IMG {width: 200px !IMPORTANT;}
.gallery_caption {
    font-family: Arial;
    font-size: xx-small;
    text-align: center;
}


/*---------- FORM RULES ----------*/
INPUT, TEXTAREA {
    color: #9D5515; 
    background: #F7F5DB;
    border: 2px solid;
    border-color: #D8C818 #ECE37C #ECE37C #D8C818;
    font-family: Arial, Verdana;
}
.form-caption SPAN {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    color: #228;
}
.form-submit, .search-submit {
    text-align: center;
    background: #AD5A00 !IMPORTANT;
    color: #fff !IMPORTANT;
}

/*---------- rounded_box BOX ----------*/

.rounded_box {
    width: 170px;
    background-image: url("/site_img/rounded_box_top.gif");
    background-repeat: no-repeat;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    background-color: #8080ff;
}
.rounded_box TABLE {
    width: 170px;
    margin: 0px;
    padding: 0px;
    background-image: url("/site_img/rounded_box_bottom.gif");
    background-repeat: no-repeat;
    background-position: bottom;
}
.rounded_box H2 {
    text-align: center;
    font: 10pt Verdana, sans-serif;
    color: #008;
    font-weight: bold;
}
.rounded_box TABLE TR TD {
    font: 8pt Arial, sans-serif;
    color: #000;
}
.rounded_box TABLE TR TD.submit {text-align: center;}
.rounded_box FORM INPUT {
    border: none !IMPORTANT;
    color: #444;
}
.rounded_box FORM {margin: 0px;}
