﻿aside.valueProps
{
    margin: 2em auto 2em auto;
    clear: both;
    position: relative;    
    width: 100%;
    max-width: 680px; 
}
aside.valueProps .valueProp
{
   height: 12em;
}
aside.valueProps .valueProp h3
{
    color:#405e7c;
    font-size:2.4em;
    text-align: left;
    font-family: Humanist777BT-LightB, Arial, Verdana, sans-serif;
    margin-bottom: 0.275em;
}
aside.valueProps .valueProp h3, aside.valueProps .valueProp p
{
    max-width: 400px;
}

aside.valueProps .valueProp .vpImgWrapper
{
    margin-right:10px;
    float:left;
    height:110px;
}
aside.valueProps .valueProp p
{
    font-size:1.6em; /*11px*/
    line-height:1.5em; /*18px*/   
}
aside.valueProps  .valueProp a.arrowLink
{
    background:url('/Content/images/Prog/ValueProps/chevron.gif') no-repeat;
    font-size:0.916em; /*11px*/
    padding-left:20px;
}