/*============================================================================
 * Features Control Style Sheet
 *============================================================================*/

/*
 * General layout.
 */
#featuresWrapper #divFeatures {
    width: 544px;    
}

/*
 * Header image.
 */
#featuresWrapper #divFeatures div.header {
    height: 6px;
    background-repeat: no-repeat;    
    overflow: hidden;
    width: 544px;
}

/*
 * Footer image.
 */
#featuresWrapper #divFeatures div.footer {
    height: 8px;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 544px;
}

#featuresWrapper #tblFeatures {
    width: 544px;
    background-repeat: repeat-y;
    background-position: right top;    
}

/*----------------------------------------------------------------------------
 * General Features Styles
 *----------------------------------------------------------------------------*/
 

#tblFeatures td {
    text-align: center;
    /*width: 25%;*/
    vertical-align: top;
}

#tblFeatures td td {
    text-align:left;
    width: auto;
}

div.feature {
    display: inline;
}

div.feature td {
    vertical-align: top;
    padding: 2px;
}

div.feature td div.feature-link a {
    background-image: url(/vp/images/nns/common/bullets/arrow_big.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
}

/*----------------------------------------------------------------------------
 * Home Page DSS Ad Feature Styles
 *----------------------------------------------------------------------------*/

#divFeatureLower {
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
}

#divFeatureLower span.phone {
    font-weight: bold;
}

#divFeatureLower a.email {
    font-weight: bold;
}


/*----------------------------------------------------------------------------
 * Nav Unit Features Styles (Features in the nav table)
 *----------------------------------------------------------------------------*/
 
#tblNavFeatures {
    width: 100%;
    background-repeat: repeat-y;
    background-position: right top;
    height: 100%;
}

/*
 * General layout.
 */
#divNavFeatures {
    width: 100%;    
}

/*
 * Header image.
 */
#divNavFeatures div.header {
    background-image: url(/vp/images/nns/features/nvhm/hm_upload_box_top.gif);
    height: 7px;
    background-repeat: no-repeat;    
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
    background-position: right;
}

/*
 * Footer image.
 */
#divNavFeatures div.footer {
    background-image: url(/vp/images/nns/features/nvhm/hm_upload_box_bottm.gif);
    height: 8px;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    background-position: top right;
}

#legalCopyHead
{
	font-weight:bold;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
}
#legalCopyBody
{
	font-size:10px;
	color:#000;
	padding-bottom:5px;
}
