       /** Callout Boxes **/
       
       .callout{
           /*border-radius: 5px 5px 5px 5px;*/
           margin: 0 auto 20px;
           position: relative;
           width: 100%;
       }
       
              .callout .icon {
                  height: 20px;
              }
       
              .callout p, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6, .callout h7 {
                     padding-left: 20px;
                     padding-right: 20px;
              }
              
              .callout h2, .callout h3, .callout h4, .callout h5, .callout h6, .callout h7 {
							    line-height: .9em;
							    margin-top: 5px;
				}
              
              .callout h2 {
                  font-size: 18pt;
                  font-weight: bold;
              }
              
              .callout .arrow {
              padding-top: 10px;
           }
              
       .box-orange {
           background: url("../images/staticon-grey.png") no-repeat scroll 5px 25px #F0F0F0;
           border-bottom: 2pt solid #caecf8;
       }
       
              .box-orange .icon {
                  background: #caecf8;
              }
              
       
       .box-green {
           background:  url("../images/quotesicon-grey.png") no-repeat scroll 5px 25px #F0F0F0;
           border-bottom: 2pt solid #9ec753;
       }
       
              .box-green .icon {
                  background: #9ec753;
              }

       
       .box-blue {
           background: url("../images/listicon-grey.png") no-repeat scroll 5px 25px #F0F0F0;
           border-bottom: 2pt solid #4DC5F6;
       }
       
              .box-blue .icon {
                  background: none repeat scroll 0 0 #4DC5F6;
              }
           
       /*.flt_r{
              float: right;
              margin-left: 10px;
       }
       
       .flt_l{
           float: left;
           margin-right: 10px;
       }*/

.pane-page-title h1{
       font-size: 24px;     
}

.pane-color-callouts img{
    height: auto;
    padding-left: 18px;
    width: 157px;
}

.pane-color-callouts{
	margin-top: 1em;

}


