#mainSection {
	padding: 0;
}

#contentHeader h1 {
	position: relative;
	float: none;
	font-weight: normal;
	color: #000000;
	margin: 0px 0 0px 5px;
	padding: 20px 10px 5px 0px;
}

#contentHeader p {
	margin: 10px 0px 0px 5px;
	padding: 10px 20px 10px 0;
	color: #555555;
	border-top: 1px dashed #555555;
	border-bottom: 1px dashed #555555;
	line-height: 20px;
}




.searchBy {
	position: relative;
	top: 5px;
	left: 20px;
	width: 175px;
	height: 25px;
	border: 1px solid #a4a4a4;	
}

.tablediv {
	position: relative;
	left: 0px;
	top:10px;
	float: none;
	display: table;
	width: 675px;
	height: auto;
	border-spacing: 0px;
	border-bottom:1px solid  #cdcdcd;
	margin-bottom: 10px;
	border-top: 2px solid #cdcdcd;
}

.rowdiv1
{
	float: left; 
    padding-top:0px;
	display:  table-cell;
	height:20px;
	width: 100%;
	
}
.tablediv .rowdiv1 h2 {
    float: left; 
   padding: 0px 0 10px 13px;
	font-weight: bold;	
	text-align: left;
	color: #333333;
}
.rowdiv 
{
	float: left; 
    margin-top:10px;
	display:  table-cell;
	height:305px;
	left:0px;
	width: 100%;
	border-top:1px solid  #cdcdcd;
	background: url(/cml/img/table_grad.jpg) top repeat-x;
	
}
 .col1Label{
	font-weight: bold;	
	height: 10px;
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:45%;
	padding: 0px 0px 5px 2%;
	text-align: left;
	color: #333333;
	border-spacing: 10px;
	
	
}

 .col2Label{
	font-weight: bold;	
	height: 10px;
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:45%;
	padding: 0px 0px 5px 2%;
	text-align: left;
	color: #333333;
	
}
.column1 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width:47%;
	height: auto;
	padding: 0px 0px 5px 0;
	text-align: left;
	font-weight:normal;
	color: #333333;
	
}

.column2 {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
	width: 45%;
	height: auto;
	padding: 0px 20px 10px 0;
	text-align: left;
	color: #333333; 
}

#mainContentMarketing .tablediv ul {
    position: relative;
	float: left;
	width:100%;
	height: auto;
	line-height:13px;
	list-style:square;
}

#mainContentMarketing .tablediv li {
	position: relative;
	margin-top:0px;
	padding: 0px 0px 5px 0px;	
	float: left;	
	font-weight: normal;
	color:#333333;
	list-style:square;
}
.tablediv p {
	position: relative;
	margin-top:0px;
	padding: 0px 5px 5px 10px;	
	float: left;	
	font-weight: normal;
	line-height:13px;
	color: #333333;
}

#mainContentMarketing h3 {
	padding: 0;
}
