
/* Styles for 3-column layout pages */

#threeColumns
{
	/*border: 1px solid red;*/
}

#threeColumns #columnBody   .column1,
#threeColumns #columnBody   .column2,
#threeColumns #columnBody   .column3,
#threeColumns #columnHeader .column1,
#threeColumns #columnHeader .column2,
#threeColumns #columnHeader .column3,
#threeColumns #columnFooter .column1,
#threeColumns #columnFooter .column2,
#threeColumns #columnFooter .column3
{
	float: left;
	width: 275px;
	padding-left: 20px;
	
	/*border: 1px solid green;*/
}

#threeColumns #columnBody   .column1,
#threeColumns #columnBody   .column2,
#threeColumns #columnBody   .column3,
#threeColumns #columnHeader .column1,
#threeColumns #columnHeader .column2,
#threeColumns #columnHeader .column3,
#threeColumns #columnFooter .column1,
#threeColumns #columnFooter .column2,
#threeColumns #columnFooter .column3
{
	margin-bottom: 10px;
}

#threeColumns #columnHeader .column1 ul.useMinHeight,
#threeColumns #columnHeader .column2 ul.useMinHeight,
#threeColumns #columnHeader .column3 ul.useMinHeight
{
	min-height: 50px;
}

#threeColumns #columnBody,
#threeColumns #columnFooter
{
	clear: both;
}

#threeColumns #columnFooter,
#threeColumns #columnBody.showDividers
{
	padding-top: 10px;
	background: white url(../img/css/bgd-three-columns.jpg) repeat-y top left;
}

#threeColumns ul,
#threeColumns ol,
#threeColumns h3
{
	width: 260px;

	/*border: 1px solid blue;*/
}

#threeColumns ol ul
{
	width: 240px;

	/*border: 1px solid red;*/	
}

#threeColumns ul li
{
	margin-left: 13px;
}

#threeColumns ol li
{
	margin-left: 18px;
}

#threeColumns ul
{
	margin-bottom: 10px;
}

#threeColumns h4,
#threeColumns h6
{
	color: #E56E19;
}

#threeColumns h5,
#threeColumns h6
{
	font-weight: bold;
}

#threeColumns h4
{
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: normal;
}

#threeColumns h5
{
	color: #444;
	font-size: 14px;
}

#threeColumns h6
{
	font-size: 11px;
	margin-top: 10px;
}

