@CHARSET "UTF-8";

.contentTextDiv{
	/*margin-bottom:50px;*/	
	/*float:left;*/
	text-align:justify;
}


.contentTextDiv ul li{
	list-style-type: square;	
}

#innerContent div.title{
	background-color:#FC8100;
	color:#fff;
	font-weight:bold;

	margin-bottom:35px;
	text-align:left; 
	position:relative;
	float:left;
	display:inline;
	width:645px;
}

#innerContent div.title h1 {
	font-size:13px;
	margin:0px 0px 0px 7px;
	width:635px;	
}

.titleInnerRoundDiv {
	width:100%;
	height:4px;
	float:left;
	font-size:1px;
}

.titleInnerDiv {
	width:100%;
	float:left;
}

.titleLeftTopBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_tl.gif');
	background-repeat:no-repeat;
	float:left;
}

.titleLeftBottomBg{
	width:4px;
	height:4px;
	background-image:url('../../gfx/estimate_bg_bl.gif');
	background-repeat:no-repeat;
	float:left;
}