﻿/* ~/Default.aspx */
#page-home {
    padding-right: 20px;
    padding-left: 20px;
}
#page-home #hero {
    position: relative;    
    background: transparent url("/_ui/skin/img/homeHero2.jpg") scroll no-repeat 2px 2px;
    height: 302px;
    width: 922px;
    border: 1px solid #c0c0c0;
    overflow: visible;
    margin: 20px 0;
}
#page-home #hero img {
    position: absolute;
    bottom: 2px;
    right: 127px;
}
#page-home #hero a.information,
#page-home #hero a.comparison {
    position: absolute;
    top: 220px;
    height: 20px;
    text-indent: -5000em;
    overflow: hidden;
}
#page-home #hero a.information {
    left: 83px;
    width: 178px;
    top:232px;
}
#page-home #hero a.comparison {
    left: 278px;
    width: 187px;
    background: none;
    top:232px;
    height:0;
}
#page-home .home-body {
    float: left;
    width: 400px;
}
#page-home .home-body h2 {
    color: #8b022a;
    font-size: 177% /*23px*/;
}
#page-home .h-rule {margin: 0 0 20px 0;}
#page-home .home-body p {
    color: #636363;
    line-height: 1.3;
}
/*-------------
    Callouts 
  ------------- */
#page-home .callout {
    float: left;
    width: 250px;
    margin: 0 0 0 10px;
    background: transparent url("/_ui/skin/img/borderCalloutBg.gif") scroll no-repeat top left;
    border: none;
}
#page-home .training-callout
{
    float:right;
    background: transparent url("/_ui/skin/img/borderCalloutBgLong.gif") scroll no-repeat top left;
    width:513px;
    height:auto;
    margin:10px 0 20px;
}
#page-home .training-callout img
{
    float:left;
    padding-left:0;
    margin-top:-20px;
}
#page-home .training-callout h3
{
    margin:2px 4px 15px;
}
#page-home .training-callout a
{
    font-size: 11px;
    float:left;
    margin-left:0;
	margin-right: 15px;
    margin-top:24px;
	width: 120px;
}
#page-home .training-callout a.row-two {
    margin-top: 15px;
}
