/******************************************
* site specific classes                 
*******************************************/ 

/* top bar */
.TopBar
{
    background: #071327; 
    text-align:center;
}

.TopBarMenu_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px;
}

/* masthead area */

.Masthead_Wrapper
{
    height: 88px;
    text-align:center;   
    overflow:hidden;
	background:url(/assets/img/1/headerbg.png) repeat-x top;
}

.Masthead_Wrapper div.Masthead
{
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

.Masthead_Wrapper div.Masthead_Links  
{
    font: bold 13px Arial;
    width: 340px;
    margin: 0px;
    padding: 0px;    
}

.Masthead_Wrapper div.Masthead_Links ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

.Masthead_Wrapper div.Masthead_Links li 
{
    margin: 0;
    padding: 0;
    float: left;
    width: 110px;
    margin-right: 5px;
    text-align: center;       
}

.Masthead_Wrapper div.Masthead_Links li.last 
{
    margin-right: 0;
}
  
.Masthead_Wrapper div.Masthead_Links a 
{
    display: block;
    width: 100%;      
    padding-top: 5px;   
    padding-bottom: 3px;
}

.Masthead_Wrapper div.Masthead_Links a:link,
.Masthead_Wrapper div.Masthead_Links a:visited
{
    background:transparent url(/i/mh_links_bg_1.gif) no-repeat scroll center top;
    color: #FFFFFF;  
    text-decoration: none;  
}

.Masthead_Wrapper div.Masthead_Links a:hover,
.Masthead_Wrapper div.Masthead_Links a:active
{
    background:transparent url(/i/mh_links_bg_2.gif) no-repeat scroll center top;
    color: #214785;
    text-decoration: none;  
}

/* main navigation menu */

.TopMenu 
{
    background:#FFFFFF url(/assets/img/1/navbg.png) repeat-x scroll left bottom;
    height: 33px;
    position:relative;
    text-align:center;
    width:100%;
}

.TopMenu div.TopMenuWrapper 
{
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

.TopMenu_TextBox
{
    width: 340px;
    height: 33px;
    margin: 0px;
    padding: 7px 0px;    
    color: #40A2DE;
    text-align:center;
    vertical-align:middle;
    font: bold 13px Arial;
    font-style: italic;
}

.TopMenu ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

.TopMenu li 
{
    margin: 0;
    padding: 0;
    float: left;
    width: 120px;
    margin-right: 5px;
    text-align: center;  
}

.TopMenu a
{
    display: block;
    width: 100%;      
    height: 33px;
    padding-top: 7px;
    font: bold 13px Arial;
}

.TopMenu a:link,
.TopMenu a:visited 
{    
    
   /* background:transparent url(/i/mh_links_bg_2.gif) no-repeat scroll center top;*/
    color: #40A2DE;
    text-decoration: none; 
}

.TopMenu a:hover, 
.TopMenu a:active 
{ 
    /*background:transparent url(/assets/img/mh_links_bg_1.png) no-repeat scroll center top;*/
    color: #FFFFFF;  
    text-decoration: none; 

}

/* content area */

.Content_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px; 
    display: block; 
    padding: 10px 0pt;
}

.ContentContainer_Top,
.ContentContainer_Bot
{
    clear: both;
	height: 6px;
	display: block;
    background-position:center top;
    background-repeat:no-repeat;
}

.ContentContainer_Top
{
    background-image:url(/assets/img/1/top.jpg);
}

.ContentContainer_Body
{
	display: block;
    background-image:url(/assets/img/1/body.jpg);
    background-position:center top;
    background-repeat:repeat-y;
}

.ContentContainer_Bot
{
    background-image:url(/assets/img/1/bot.jpg);
}

.SideNavArea 
{ 
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

.ContentArea
{
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

/* side menu */

div.SideMenu
{
    width: 130px; 
}

div.SideMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

div.SideMenu ul li
{
    padding-bottom: 0px; 
}

div.SideMenu ul li a
{
    background: url(/assets/img/1/bullet.png) no-repeat center left; 
    display: block;
    padding: 2px 0;
    padding-left: 10px; 
    text-decoration: none;
    font-size: 11px;
}

div.SideMenu ul li a:link,
div.SideMenu ul li a:visited
{
    color: #ffffff;
}

div.SideMenu ul li a:hover,
div.SideMenu ul li a:active
{
    color: #ff0000;
}

div.SideMenuBanners 
{
    text-align:center; 
    width: 130px; 
    margin: 0 auto; 
    margin-top: 5px; 
}

div.SideMenuBanners img 
{ 
    border: none; 
    margin-bottom: 2px; 
    display:block; 
}    

/* footer block */

.FooterBlock
{
    color: #6494b0;
    font-size: 11px;
    margin: 0px auto; 
    text-align:left; 
    width: 940px; 
    display:block; 
}

.FooterBlock a:link,
.FooterBlock a:visited
{
    color: #6494b0;
    text-decoration: none;
}

.FooterBlock a:hover,
.FooterBlock a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}

/* FolderTemplate Styles */

.HomeFolder_Content
{
    vertical-align:top;
    width: 610px;
}

.HomeFolder_SideBar
{
    vertical-align:top;
    width: 140px;
}