﻿body
{
    /*background-image: url(Images/Background.gif);*/
    background-repeat: repeat-x;
    background-color: #E5E5E5;
    margin:0px;
}

#wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    border-right: #aca899 1px solid;
    border-top: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom: #aca899 1px solid;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    text-align: left;
}

#Header
{
    background-position: left top;
    height: 90px;
    text-align: center;
    font-size: 85%;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: #cccccc 1px dashed;
}



#InnerHeader
{
    background-position: left top;
    width: 910px;
    height: 90px;
    
}
#logo
{
    margin-top: 10px;
    float: left;
    background-image: url(Images/3f_logo.gif);
    margin-left: 10px;
    width: 355px;
    background-repeat: no-repeat;
    position: static;
    height: 75px;
    /*border: #aca899 1px solid;*/
}
#Menu
{
    float: right;
    width: 515px;
    
    height: 20px;
    /*border: #aca899 1px solid;*/
    text-align: left;
    margin-left:0px;
    padding:0px;
    padding-bottom:5px;
}

#Menu ul
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
   
}

#navlist 
{
    /*border: #aca899 1px solid;*/
    margin-bottom:5px;}

#navlist li
{
display: inline;
padding-bottom: 0px;
list-style-type: none;
background-repeat: no-repeat;

}


#navlist a
{
    color: #000000;
    padding-left: 14px;
    padding-bottom: 0px;
    text-decoration: none;
    background: url(Images/OpenBullet.gif);
    background-repeat: no-repeat;
    padding-right:5px;
}

#navlist a:hover
{
color: black;
padding-left: 14px;
background: url(images/closedbullet.gif);
background-repeat: no-repeat;
} 

#navlist a.CurrentPage
{
color: black;
padding-left: 14px;
background: url(images/closedbullet.gif);
background-repeat: no-repeat;
} 


/*
#navlist a:link, #navlist a:visited
{
padding-left: 20px;
background: url(Images/ClosedBullet.gif);
background-position: 0 -14px;
background-repeat: no-repeat;}


*/

#SubMenu
{
    margin-top:15px;
    width: 300px;
    background-color: #ffffff;
    float: left;
    clear: left;
    
}

#SubMenu ul
{
    /*margin-left:30px;*/
    margin-top:-5px;
    
}


#SubMenu li
{
    color: #000000; /*display: block;*/
    margin-bottom: 3px;
    list-style-image: url(Images/GreyDot.gif);
}

#SubMenu li a
{
    text-decoration:none;
    font-size:80%;
    color:#000000;

}
#SubMenu li a:hover
{
    color: #cc0000;
    list-style-image: url(Images/RedDot.gif);
}

#SubMenu li a.activelink
{
    color: #cc0000;
    font-weight:bold;
    list-style-image: url(Images/RedDot.gif);
}



#sideImage 
{
    margin-left:20px;
    margin-top:15px;
    margin-bottom:15px;
    }



#Content
{
    text-align: left;
    width: 560px;
    float: right;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 85%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: #cccccc 1px dashed;
    background-color: #ffffff;
    padding-right: 20px;
}

#Content li
{
    text-align: left;
    list-style-image: url(Images/TinyBullet.gif);
    margin-bottom:2px;
    margin-left:-10px;
}

#Content h1
{
    font-size: 150%;
    margin-top:5px;
    color: #808080;
    font-weight:normal;
}
#Content h2
{
    font-size: 110%;
    color: #333399;
    font-weight:normal;
}

#Content h3
{
    font-size: 100%;
    color: #cc0000;
    font-weight:bold;
}

#Content h4
{
    font-size: 100%;
    color: #cc0000;
    font-weight:normal;
    
    border-bottom: #cc0000 1px dotted;
}

#Content a
{
    color: #cc0000;
    text-decoration: none;
    border-bottom: #cc0000 1px dotted;
}

#Content a:hover
{
    border-bottom: #000000 1px dotted;
}

#Content .aHeader
{
    border-bottom: #000000 0px;
}

#Content .newH2 h2
{
    margin-bottom:2px;
    padding-bottom:2px;
}

#NewsPage h2
{
    color:#cc0000;
    border-bottom: #cc0000 1px;
    margin-bottom:1px;
    padding-bottom:1px;
}

#NewsPage p
{
    
    margin-top:1px;
    
}


#Footer 
{
    background-color:#495f77;
    padding:3px;
    color:#cccccc;
    width:904px;
    font-size:85%;
    height:18px; 
    }
.clear 
{
    clear:both;}
    

.RF_FormLabel 
{
    float:left;
    clear:left;
    width:70px;
    margin-top:10px;}

.RF_Input 
{
    float:right;
    clear:right;
    width:150px;
    margin-top:5px;}
    
#FooterLeft 
{
    padding-left:5px;
    width:350px;
    float:left;
    clear:left;
    
    }
#FooterRight 
{
    width:300px;
    float:right;
    clear:right;
    text-align:right;
    padding-right:13px;
    }
    
#FooterRight a
{
    text-decoration:none;
    color:#ffffff;
}

#productFirstPara 
{
    height:100px;
    margin-top:10px;}