﻿                        /*SUBPAGE TEMPLATE CSS*/
#SubPageContainer
{
    border-top:solid 1px #f9f8f5;    
    width:100%;
    text-align:left;
    background-color:#eeeae3;
    background-image:url('images/NavBGFade.png');
    background-repeat:repeat-x;
    overflow:hidden;
    font-size:12px;
}
#SubPageContainer a
{
    color:Black;
}
#SubPageContainer a:hover
{
    text-decoration:underline;
}
#SubPageContainer h1
{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    color:#732d36;
    margin-bottom:0px;
    margin-top:22px;
}
#subPageColumnOneTextConainer
{
    padding:0px 10px 0px 10px;
    width:630px;
    min-height:900px;
    float:left;
    background-color:#f9f8f5;
    background-image:url('images/NavBGFade.png');
    background-repeat:repeat-x;
}
p.BoldText
{
   font-weight:bold;
   font-size:14px;
   
}
#SubPageColumnTwo
{
    
    float:right;
    width:280px;
    height:100%;
    text-align:left;
    background-color:#eeeae3;
    background-image:url('images/NavBGFade.png');
    background-repeat:repeat-x;
}
#SideBar
{
    margin:25px 0px 0px 10px;
}
#SideBar h1
{
    font-family:Arial;
    font-size:18px;
    margin-left:15px;
}
#SideBar hr
{
    border-top:solid 1px #e6decc;
    border-bottom:none;
    border-left:none;
    border-right:none;
    background-color:transparent;
    color:#e6decc;
    margin:5px 0px;  
    width:208px;
    text-align:left;  
}
#SideBar a
{
    margin-left:15px;
    color:#762e36;
}
#SideBar a:hover
{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
.BioNavJobTitle
{
    font-weight:bold;
    font-size:9px;
    margin-left:15px;
}
.subPageVidHLContainer
{
    width:204px;
    float:left;
    margin:10px 3px 10px 3px;
}
.subPageVidHLContainer a
{
    color:#732d36;
}
.subPageVidHLContainer a:hover
{
    text-decoration:underline;
}
.subPageVidHLContainer a img
{
    border:solid 1px #d1d1d1;
}
li.Nobull
{
    list-style-type:none;
    margin-top:10px;
    margin-bottom:10px;
}
#CoporateTable
{
    width:100%;
    text-align:center;
}
#CoporateTable table
{
    margin:0px auto;
    text-align:left;
}
.floatedImg
{
    margin:0px 15px 0px 0px
}
                        
                        /*END SUBPAGE TEMPLATE CSS*/ 