/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body {
    padding:8px;
    margin: 0px;
}

a {
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #6D222E;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #6D222E;
}

a:active {
    text-decoration: none;
    color: #6D222E;

}

img {
    border:none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#background {
    background-color:#EBE2CC;
}

#page {
    position:relative;
    width:855px;
}

#frame {
    position:relative;
    width:850px;
    vertical-align:bottom;
    float: left;
}

#header {
    height:37px;
    position:relative;
    border-bottom: #6D222E solid 3px;
}

#identity {
    width:116px;
    position:absolute;
    bottom:5px;
    left:0;
    display:inline;
}

#rightheader {  
    top:10px;
    padding-left:210px;
    position:absolute;
    right:0;
    width:250px;
}

#icons_frame {
    position:absolute;
    left:30px;
    padding-bottom:0;

}

#search_frame {
    display:inline;
}
#separator{
    height:3px;
    background-color:#6D222E;
    width:100%;
    overflow:hidden;
    clear:both; 
    }
#gray_separator {
    height:3px;
    background-color:#999999;
    width:845px;
    overflow:hidden;
    clear:both; 
    height:5px;
    margin-left:5px;
}

#banner {
    height:140px;
}

#horizmenu {
    height:20px;
    background-color:#6D222E;
    border:none;
}

#middleframe {
    background-image: url(../images/leftnav.jpg);
    background-repeat:repeat-y;
    border:none;
}

#content {
    margin: 0 159px 0 159px;
    text-align:left;
    position:relative;
}

#rightnav {
    float:right;
    width: 134px;
    background-color:#DFCDC6;
    text-align:left;
    padding:5px;
}

#rightborder {
    background-image:url(../images/rightnav.jpg);
    background-position:right;
    background-repeat:repeat-y;
        border-right:5px solid #999999;
    width:850px;
    background-color:#F5F1E8;
}

#footer {
    clear:both;
    width:100%;
}

#spacer {
    height:10px;
}

#structure_header {
    padding-left:5px; 
    background-color:#EBE2CC; 
    /*height:20px;*/
    vertical-align:middle;
}

#left_column {
    width:258px;
    position:relative;
    top:5px; 
    left:0;
}
#right_column {
    width: 258px; 
    margin-left: 273px;
    top:18px;
    position:absolute;
}

#directory_left_column {
    float:left; 
    position:relative; 
    padding-top:10px; 
    width:385px;
}

#directory_right_column {
    float:right; 
    position:relative; 
    padding-top:10px;
    width:140px;
}

#paging{
    text-align:center;
    clear:left;
}
#paging *{
    padding-right: 5px;
}

/***********************************************/
/* Class styles                             */
/***********************************************/

.info_label {
    font-family: "Trebuchet MS";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #6D222E;
}

.title {
    font-family: "Trebuchet MS";
    font-size: 10px;
    text-transform: uppercase;
    color: #6D222E;
    font-style: normal;
    font-weight: normal;
    text-align:left;
}

.subtitle {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #6D222E;
    font-weight: bold;
    
}

.subtitle_underline {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #6D222E;
    font-weight: bold;
    text-decoration:underline;  
}
.subtitle_normal {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #6D222E;
    font-weight:normal;
    
}

.subsubtitle {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #444444;
    font-weight: bold;
    
}

.text {
    line-height:16px;  
    font-family: "Trebuchet MS";
    font-size: 12px;    
    font-style: normal;
    font-weight: normal;
    color: #666666;
    text-align: left;
}

.searchtext {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color:#6D222E;
    background-color: #D6C499;
    height:16px;
    vertical-align:middle;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:2px;
    border:none;
}

.nav_path {
    font-family: "Trebuchet MS";
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-left: 10px;
    padding-right:10px;
    color: #F5F1E6;
}
.nav_path a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.date_text {
    font-family: "Trebuchet MS";
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #D6C499;
    padding-right: 10px;
}

.menu_title {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #6D222E;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 3px;
}

.copyright {
    font-family: "Trebuchet MS";
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #666666;
}
.right_menu_header {
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #F5F1E6;
    font-weight:bold;
    padding-left:5px;
}

.photoAlbumFolder {
    background-image:url(../images/imageGallery.gif);
    background-repeat:no-repeat;
    float:left;
    height:190px;
    margin:0;
    padding:0px 6px 0px 9px;
    text-align:center;
    width:158px;

}
.photoAlbumEntry {
    background-image:url(../images/imageSingle.gif);
    background-repeat:no-repeat;
    float:left;
    height:190px;
    margin:0;
    padding:0px 6px 0px 9px;
    text-align:center;
    width:158px;
}

.photoAlbumEntryTitle {
    display:block;
    height:4.9em;
    overflow:hidden;
    width:135px;
    text-align:center;
}
.photoAlbumFolder img {
    border:1px solid #CCCCCC;
    display:block;
    margin-top:10px;
    margin-right:10px;
}

.photoAlbumEntry img {
    border:1px solid #CCCCCC;
    display:block;
    margin-right:10px;
        margin-bottom:10px;
    margin-top:15px;
    margin-left:10px;
    
}

.photoAlbumEntryWrapper {
    height:130px;
    margin-bottom:7px;
    width:128px;
}

.highlight {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #444444;
    font-weight: bold;
}

