/** CONTENT **/
/** containers for content**/

#bottomholder1{
background-image:url(../images/bottom-holder-tile.gif);
width:910px;
float:left;
padding-left:20px;
background-position:left;
background-repeat:repeat-y;
}


/**boxes with icons**/

.littleBox, #bottomholder3 div.littleBox{
width:197px;
float:left;
padding:15px;
font-size:13px;
background-image:none;
}

#bottomholder3 div.littleBox{
width:197px;
padding:0px 20px 0px 20px;
}

.littleBox h1, #bottomtext h1{
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:15px;
color:#525252;
font-weight:normal;
margin-bottom:25px;
}

.littleBox h1 span{
background-image:url(../images/dot1.gif);
background-position:bottom;
background-repeat:repeat-x;
}

.littleBox h1 span.noLine{
background-image:none;
}

.littleBox h1 img{
margin-right:10px;
}

.divider, #bottomholder3 div.divider{
background-image:url(../images/divider.gif);
background-position:right;
background-repeat:no-repeat;
}

.more{
color:#51ac43;
font-size:12px;
display:block;
margin-top:15px;
text-align:right;
}


