﻿body
{
    width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
}

.container
{
    background: #EFEFEF url('images/tile.jpg') center no-repeat;
}

.logo
{
    background: url('images/fhfhlogo.jpg') center no-repeat;
    width: 980px;
    height: 143px;
    margin: 0 auto 0 auto;
}
.seperator
{
    width: 100%;
    height: 15px;
    display: block;
    background: #808271;
}

.main
{
    padding: 15px;
    width: 980px;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
}



.MenuItem:Hover, .selected
{
    color: White !important;
    background: url('images/menuItem.jpg') top !important;
}

.sidemenu
{
    float: left;
}

.headerText
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#TG_SideMenu a
{
    line-height: 28px;
}
.MenuItem
{
    display: block;
    text-align: left;
    width: 176px;
    height: 28px;
    font-size: 15px;
    margin-bottom: 3px;
    text-indent: 18px;
    background: url('images/menuItem.jpg') bottom;
    color: Black;
}


.content
{
    float: left;
    margin-left: 10px;
    overflow: auto;
}

.footer
{
    background: #d32432;
    width: 100%;
    text-align: center;
    color: White;
    padding-top: 10px;
    height: 100px;
}


.shadow
{
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadedImageContainer
{
    width: 627px;
    height: 297px;
    background: white;
    border: 1px solid #B9B8B8;
    position: relative;
}

.shadedImageContainer img
{
    margin-left: 7px;
    margin-top: 7px;
    border: 1px solid #B9B8B8;
    width: 610px;
    height: 280px;
}

.shadedImageContainer .shadedText
{
    display: block;
    width: 609px;
    background: Black;
    color: White;
    text-align: left;
    height: 25px;
    position: absolute;
    left: 10px;
    bottom: 25px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.shadedText
{
    color: White;
    text-indent: 10px;
}
.articleWrapper
{
    min-height: 600px;
    max-width: 770px;
}
.members
{
    width: 750px;
    min-height: 600px;
}
.member
{
    width: 160px;
    height: 265px;
    float: left;
    margin-right: 10px;
}

.member a
{
    color: White;
    border: 0;
    text-decoration: none;
}
.member a:hover
{
    text-decoration: underline;
}
.memberimage img
{
    border: 0;
    width: 160px;
    height: 220px;
}

.membertext
{
    width: 160px;
    height: 45px;
    text-decoration: none;
    background: #d32432;
    text-align: center;
}
.article
{
    width: 140px;
    min-height: 200px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    float: left;
    margin-right: 5px;
}
.article a
{
    text-decoration: none;
    background: #efefef;
    color: Black;
    border: 0;
}

.article img
{
    width: 140px;
    height: 120px;
    display: block;
    float: left;
    border: 0;
}
.articleBody
{
    width: 750px;
    margin-bottom: 10px;
    
}

.articletext
{
    background: #efefef;
    min-height: 205px;
    display: block;
}

.articletext span
{
    padding-left: 10px;
    padding-top: 10px;
    font-size: 15px;
    display: table-cell;
}
.articles 
{
    width: 750px;    
}
.articleHeader 
{
    font-style: italic;
font-size:15pt;
font-weight:bold;
text-align:center;
padding-bottom: 25px;
margin-bottom: 15px;
width: 750px;
border-bottom: #D32433 3px solid;
}
.articleHeader h1 
{
    text-align: left;
    font-style: normal;
    font-size: 16pt;
    margin-bottom: 5px;
}