
div.br {
	float: none;
	clear: both;

}

div.contentInner {
	width: 750px;
	margin: 0 auto;
	/*border: 1px solid red;*/

}


/* title */

.h1_img {
    margin-bottom: 0px;
}

.h1_img img {
    margin-left: -2px;
}


/* info boxes classes */

.infobox_top_wide {
    width: 372px;
    height: 6px;
    overflow: hidden;
    background-image: url(/consumer/data/infoboxes/boxtop_wide.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.infobox_back_wide {
    width: 372px;    
    /*overflow: hidden;*/
    background-image: url(/consumer/data/infoboxes/boxback_wide.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}




.infobox_top {
    width: 274px;
    height: 6px;
    overflow: hidden;
    background-image: url(/consumer/data/infoboxes/boxtop.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

.infobox_back {
    width: 274px;    
    /*overflow: hidden;*/
    background-image: url(/consumer/data/infoboxes/boxback.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.infobox_content {
    padding: 20px;
    padding-bottom: 45px;
}

.infobox_content h4 {
    font-size: 19px;
    color: #333333;
    font-weight: bold;
    background-color: transparent;
    margin-bottom: 5px;
}

.infobox_lbl_topright {
    position: absolute;
    top: 0px;
    right: 1px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

ul.orange_bullets {
    margin-top: 15px;
}

div#content ul.orange_bullets li, 
ul.orange_bullets li {
    /*list-style-image: url(/consumer/data/infoboxes/bullet.gif);*/
    list-style-type: disc;
    margin-bottom: 10px;
    line-height:100%;
    color: #FF8400;    
}

div#content ul.orange_bullets li strong, 
ul.orange_bullets li strong {
    color: #333333;
}