/* news css */
#header_container {
    margin-top:30px;
    margin-left:50px;
}

#header_container #header_text{
    font-size:42px;
    color:#FF0000;
    width:700px;
    margin-bottom:10px;
}

#header_container #header_subtext{
    font-size:16px;
    color:#333;
    margin-bottom:10px;
    line-height:1.6;
}

#content_container {
    float:left;
    margin-top:15px;
    margin-left:20px;
    margin-bottom:120px;
    width:600px;
}

#content_container ul{
    padding:0px;
    margin-bottom:2px;
}

#content_container ul li{
    font-size:13px;
    font-weight:bold;
    color:#333;
    list-style-image: url(/media/images/index/bulletpoint.jpg); 
}

#content_container .solution_text{
    margin-bottom:20px; 
    line-height:1.5;
}

#content_container #content_header{
    font-size:21px;
    color:#333;
    font-weight:bold;
}

#content_container #content_subheader{
    margin-top:10px; 
    font-style: italic;
    color:#FF0000;
    height:10px;
}

#content_container #content_subheader .solutions_link{
    float:left;
}

#content_container #content_subheader .link_spacer{
    float:left;
    margin-top:-5px;
    margin-left:10px;
    margin-right:10px;
}

#content_container #content_text{
    margin-top:40px;
    margin-left:20px;
    #margin-left:-20px;
    width:600px;
}

#content_container #content_text #engage_text,#leverage_text,#deliver_text{
    #margin-left:40px;
}

#ctas{
    margin-top:75px;
    float:right;
    width:250px;
}

#ctas #fact_cta_container{
    padding-top:50px;
    padding-left:20px;
    padding-right:55px;
    height:260px;
    background: #FFF url('/media/images/solutions/fact_bkground.gif') top left no-repeat;
}

#ctas #fact_cta_container #fact_cta_text #quote{
    text-align:right;
    font-style: italic;
    color:#000;
    height:10px;
    margin-top:10px;
}

#ctas #ready_cta_container{
    padding-top:50px;
    padding-left:20px;
    padding-right:40px;
    height:125px;
    background: #FFF url('/media/images/solutions/ready_bkground.gif') top left no-repeat;
}

#ctas #ready_cta_container #contact_button{
    margin-top:20px;
    padding-right:10px;
    text-align:right;
}

.cleared {
    clear: both;
}
