﻿/* homepage tabs */
#heading1,#heading2,#heading3
{
    background-repeat:no-repeat;    
    width:225px;
    height:33px; 
}
#heading1 { background-image:url(images/njvstab.gif); }
#heading2 { background-image:url(images/otistab.gif); }
#heading3 { background-image:url(images/maecomtab.gif); }
#njvsDiv,#otisDiv,#maecomDiv
{
    width:211px;
    border:solid thin #B4C3D2;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    min-height:200px;
    height:auto !important;
    height:200px;  
    font-size:9px;
}
#njvsWrapper
{
    float:left;  
    width:225px; 
}
#maecomWrapper
{
    float:right;
    width:225px;
}
#otisWrapper
{
    float:left;
    width:225px;
    padding-left:25px;
}
.learnMoreLink
{
    text-decoration:none;
    font-size:8pt;
    color:#0066CC;    
} 
.learnMoreLink:visted
{
    text-decoration:none;
    font-size:8pt;
    color:#0066CC;
}
.learnMoreLink:hover
{
    text-decoration:underline;
    font-size:8pt;
    color:#0066CC;
}
.learnMoreLink:active
{     
    font-size:8pt;
    color:#0066CC;
}
/* End of homepage tab styles */
