/* CSS Document */

div.liquidround2 strong {
	color:#000;
}

.divRow {
	/*margin:0px;*/
	/*padding:0 0 15px;*/
}

.divRow div.liquidround2/*, .divRow div.liquidround*/ {
	float:left;
	margin-left:15px;
}

.divRow div.first {
	margin-left:0px;
}


/********* Liquid Round Box #1*********/



div.liquidround {
	background:#fff url(../images_cs/bg_liqrnd_leftside.gif) repeat-y left top;
	color:#004C80;
	text-align:left;
	margin:20px 0 20px 0;
}

div.liquidround p, div.liquidround table.form, div.liquidround div {
	font-size:12px;
	line-height:1.75em;
}

div.liquidround div.top {
	width:100%;
	height:21px;
	background:url(../images_cs/bg_liqrnd_top.gif) no-repeat left top;
}

div.liquidround div.top span {
	display:block;
	position:relative;
	height:21px;
	background:url(../images_cs/bg_liqrnd_top_right.gif) no-repeat right top;
}

div.liquidround div.centercontent {
	/*position:relative;*/
	background:url(../images_cs/bg_liqrnd_rightside.gif) repeat-y right top;
	padding:0px 30px 5px;
	margin:0px 0 0 0;
}

div.liquidround div.bottom {
	width:100%;
	height:21px;
	background:url(../images_cs/bg_liqrnd_bottom.gif) no-repeat left bottom;
	margin-top:-15px;
}

div.liquidround div.bottom span {
	display:block;
	position:relative;
	height:21px;
	background:url(../images_cs/bg_liqrnd_bottom_right.gif) no-repeat right top;
}

div.liquidround h2 {
	color:#004C80;
	font-size:14px;
	display:block;
	border:solid #c4d7e4;/*#dde8f0;*/
	border-width:0px 0px 1px 0px;
	margin:0 -23px 15px;
	padding:0 23px 5px;
}

div.liquidround h3 {
	color:#004C80;
	font-size:14px;
	text-decoration:none;
}



/********* Liquid Round Box #2 *********/



div.liquidround2 {
	background:#fff url(../images_cs/bg_liqrnd2_leftside.gif) repeat-y left top;
	text-align:left;
	margin:0 0 15px;
}

div.liquidround2 img.fitsnug{
	margin:0 -12px;
}

div.liquidround2 p, div.liquidround2 ol, div.liquidround2 ul {
	font-size:12px;
	line-height:1.75em;
	margin:0 0px;
}

div.liquidround2 ol{
	margin-left:0px;
	margin-right:0px;
	padding-left:17px;
	padding-right:0px;
	list-style-position:inside;
	text-indent:-17px
}

div.liquidround2 ul {
	list-style-position: inside;
}

div.liquidround2 div.top {
	width:100%;
	height:7px;
	background:url(../images_cs/bg_liqrnd2_top.gif) no-repeat left top;
}

div.liquidround2 div.top span {
	margin-bottom:-13px;/* for ie6 */
	display:block;
	position:relative;
	height:7px;
	background:url(../images_cs/bg_liqrnd2_top_right.gif) no-repeat right top;
}

div.liquidround2 * > div.top span {/* Workaround for ie6 */
	margin-bottom:0px;
}

div.liquidround2 div.centercontent {
	height:100%;
	position:relative;
	background:url(../images_cs/bg_liqrnd2_rightside.gif) repeat-y right top;
	padding:0px 13px;
	margin:0px 0 -17px 0;
}

div.liquidround2 div.bottom {
	width:100%;
	height:23px;
	background:url(../images_cs/bg_liqrnd2_bottom.gif) no-repeat left bottom;
}

div.liquidround2 div.bottom span {
	display:block;
	position:relative;
	height:23px;
	background:url(../images_cs/bg_liqrnd2_bottom_right.gif) no-repeat right bottom;
}

div.liquidround2 h2 {
	color:#FFF;
	font-size: 13px;
	background:url(../images_cs/bg_liqrnd2_h2.gif) left top;
	padding:0px 13px 3px;
	margin:0px -13px;
}



/********* BLUE Liquid Round Box #2 *********/



div.blue {
	color:#004C80;
	background:#fff url(../images_cs/bg_liqrnd3_leftside.gif) repeat-y left top;
}

div.blue div.top {
	background:url(../images_cs/bg_liqrnd3_top.gif) no-repeat left top;
}

div.blue div.top span {
	background:url(../images_cs/bg_liqrnd3_top_right.gif) no-repeat right top;
}

div.blue div.centercontent {
	background:url(../images_cs/bg_liqrnd3_rightside.gif) repeat-y right top;
}

div.blue div.bottom {
	background:url(../images_cs/bg_liqrnd3_bottom.gif) no-repeat left bottom;
}

div.blue div.bottom span {
	background:url(../images_cs/bg_liqrnd3_bottom_right.gif) no-repeat right bottom;
}

div.blue h2 {
	background:url(../images_cs/bg_liqrnd3_h2.gif) left top;
}



/********* LiqRound, a simpler version with less DIVs *********/



div.liqround {
	background: url(../images_cs/bg_liqround_4.gif) repeat-x left bottom;
	color:#004C80;
}
div.liqround strong{
	font-size:14px;
}
div.liqround div.top{
	background: url(../images_cs/bg_liqround_1.gif) no-repeat left top;
}
div.liqround div.top div{
	height:23px;
	background: url(../images_cs/bg_liqround_2.gif) no-repeat right top;
}
div.liqround div.bottom{
	background: url(../images_cs/bg_liqround_3.gif) no-repeat right bottom;
}
div.liqround div.bottom div.content{
	background: url(../images_cs/bg_liqround_5.gif) no-repeat left bottom;
	padding:0px 30px 30px 30px;
}
div.liqround p.big {
	font-weight: bold;
	font-size:16px;
	text-transform: capitalize;
}
div.liqround p.big strong{
	font-size:28px;
	color:#FF7C1A;
}
div.liqround img.process{
	margin:-10px 0 0 -15px;
}


/********* GREY version of LiqRound*********/


div.grey {
	background: url(../images_cs/bg_liqround2_4.gif) repeat-x left bottom;
	color:#666;
}
div.grey div.top{
	background: url(../images_cs/bg_liqround2_1.gif) no-repeat left top;
}
div.grey div.top div{
	background: url(../images_cs/bg_liqround2_2.gif) no-repeat right top;
}
div.grey div.bottom{
	background: url(../images_cs/bg_liqround2_3.gif) no-repeat right bottom;
}
div.grey div.bottom div.content{
	background: url(../images_cs/bg_liqround2_5.gif) no-repeat left bottom;
}
