﻿#certcol
{
    width:170px;
    margin-left:20px;
    float:left;
    
}

#quote
{
    width:677px;
    margin-left:18px;
    margin-bottom:30px;
    margin-top:15px;
    float:left;
    padding-left:30px;
    background: url(/includes/images/solutions/mini_quote_1.gif) no-repeat;
}

#quote p
{
    width:632px;
    margin-left:0px;
    margin-top:0px;
    float:left;
    padding-right:25px;
    background: url(/includes/images/solutions/mini_quote_2.gif) bottom right no-repeat;
}

#quote p b
{
    font-size:11px;
    line-height:100%;
    margin-top:10px;
    display:block;
}

/* boxes */

.lbox
{
	width:725px;
	float:left;
	clear:both;
	margin:20px 0px;
	position:relative;
	background: url(/includes/images/base/largebox_bg.gif) repeat-y;

}

.lbox .top
{
	background: url(/includes/images/base/largebox_t.gif) repeat-x;
	width:100%;
	height:10px;
	position:absolute;
	top:0;
	left:0;
} 

.lbox .content
{
	margin:5px 20px 20px;
}

.lbox .content h3, .lbox .content p
{
    margin-left:0px;
}

.lbox .top div
{
	background: url(/includes/images/base/largebox_tr.gif) no-repeat top right;
}

.lbox .top div div
{
	background: url(/includes/images/base/largebox_tl.gif) no-repeat top left;
}



.lbox .btm
{
	background: url(/includes/images/base/largebox_b.gif) repeat-x bottom left;
	width:100%;
	height:10px;
	position:absolute;
	bottom:0;
	left:0;
} 

.lbox .btm div
{
	background: url(/includes/images/base/largebox_br.gif) no-repeat bottom right;
}

.lbox .btm div div
{
	background: url(/includes/images/base/largebox_bl.gif) no-repeat bottom left;
	overflow:hidden;
	height:10px;
}