﻿.InternalMaster2Container
{
    width:100%;
    overflow:hidden;
}
.InternalMaster2HeaderBg
{
    height:350px;
    width:100%;
    background:url('../Images/hpbackground.jpg') top left repeat-x;
    overflow:hidden;
}
.InternalMaster2ContentContainer
{
    margin:0px auto;
    margin-top:-327px;
    width:974px;
    padding:1px;
    border:2px solid #e3e4e6;
    background-color:#ffffff;
    overflow:hidden;
    background-image:url('../Images/internalContentBg.jpg');
    background-repeat:repeat-y;
    background-position:right;
}
.InternalMaster2ContentMenu
{
    width:100%;
    height:39px;
    background:url('../Images/apTVlstingbg.jpg') top left repeat-x;
    overflow:hidden;
}
.InternalMaster2ContentLeft
{
    position:relative;
    float:left;
    display:inline;
    width:644px;
    padding:10px !important;
    overflow:hidden;
    /*
    padding:12px;
    padding-right:13px;
    */
}
.InternalMaster2ContentRight
{
    float:left;
    display:inline;
    width:310px;
    background-color:#ededed;
    text-align:center;
    overflow:hidden;
    /*the ridiculous padding and negative
    margin are to ensure equal height of
    the two floating columns*/
    /*
    padding-bottom:32000px;
    margin-bottom:-32000px;
    */
}
.InternalMaster2ContentRightImage
{
    width:100%;
    height:350px;
    overflow:hidden;
}

.InternalMaster2ContentRelatedBox
{
    width:300px;
    text-align:left;
    margin:0px auto;
    margin-top:10px;
}
.InternalMaster2ContentRelatedTitle
{
    font-size:18px;
    font-weight:bold;
    color:#366e93;
    margin-bottom:5px;
}
.InternalMaster2ContentRelatedBody
{
    height:103px;
    background-color:#f6f6f6;
    padding:5px;
}

.InternalMaster2ContentRelatedBody a, .InternalMaster2ContentRelatedBody a:visited
{
    color:#000000;
    text-decoration:none;
}

.InternalMaster2ContentRelatedBody a:hover
{
    color:#000000;
    text-decoration:underline;
}
.InternalMaster2ContentRelatedBody ul
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.InternalMaster2ContentMenuList
{
    color:#ffffff;
    margin:0px;
    margin-top:8px;
    margin-left:5px;
    padding:0px;
    font-size:15px;
    font-weight:bold;
    font-style:italic;
}

.InternalMaster2ContentMenuList a, .InternalMaster2ContentMenuList a:visited
{
    color:#ffffff;
    text-decoration:none;
}
.InternalMaster2ContentMenuList a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.InternalMaster2ContentMenuList li
{
    display:inline;
}

.InternalMaster2ContentMenuList a, .InternalMaster2ContentMenuList a:visited, .InternalMaster2ContentMenuList a:hover
{
    padding:0px 5px;
}