/* ====================================================== */
/* =====( HOME )========================================= */
/* ====================================================== */
table#fourPanelTable
{
	margin-top: 23px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
table#fourPanelTable td.panel
{
	vertical-align: top;
color: #5A5A5D;
	color: #76787B;
	background-color: white;
/*	padding-bottom: 85px;*/
	padding-left: 9px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: 9px 100%; 
}
table#fourPanelTable td.nonfirstchild
{
	border-left: 1px solid #8FC3E9;
}
table#fourPanelTable td#panel_1
{
	margin-top: 0px;
	width: 25%;
	width: 34%;
	background-image: url('../images/homeImage_1.jpg'); 
}
table#fourPanelTable td#panel_2
{
	width: 75%;
	width: 66%;
}

table#fourPanelTable p.Title,
table#fourPanelTable p.SubHead,
table#fourPanelTable p.plainCopy,
table#fourPanelTable p.panelLink
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.bottomBorder
{
	border-bottom: 1px solid #8FC3E9;
	padding-top: 4px;
	padding-bottom: 6px;
}
.borderless
{
	border-bottom: 0px
}
/* ====================================================== */
/* =====( P2 Overview )================================== */
/* ====================================================== */
#p2overview table#mainBodyTable,
#prbconversions table#mainBodyTable,
#compliance table#mainBodyTable,
#reducedrisk table#mainBodyTable,
#news table#mainBodyTable,
#eventsseminars table#mainBodyTable,
#regulationupdates table#mainBodyTable,
#whitepaperForm table#mainBodyTable,
#contactUsForm table#mainBodyTable
{
  color: #76787B;
  
  margin-top: 21px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
#prbconversions table#mainBodyTable
{
	margin-top: 23px;
}



#p2overview table#mainBodyTable td.panel,
#prbconversions table#mainBodyTable td.panel,
#compliance table#mainBodyTable td.panel,
#reducedrisk table#mainBodyTable td.panel,
#news table#mainBodyTable td.panel,
#eventsseminars table#mainBodyTable td.panel,
#regulationupdates table#mainBodyTable td.panel,
#whitepaperForm table#mainBodyTable td.panel,
#contactUsForm table#mainBodyTable td.panel
{
	vertical-align: top;
	color: #5A5A5D;
	background-color: white;
	padding-bottom: 76px;
	padding-left: 9px;
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: 9px 100%; 
}
#eventsseminars table#mainBodyTable td.panel
{
	padding-right: 0px;
}
#p2overview table#mainBodyTable td.nonfirstchild,
#prbconversions table#mainBodyTable td.nonfirstchild,
#compliance table#mainBodyTable td.nonfirstchild,
#reducedrisk table#mainBodyTable td.nonfirstchild,
#news table#mainBodyTable td.nonfirstchild,
#eventsseminars table#mainBodyTable td.nonfirstchild,
#regulationupdates table#mainBodyTable td.nonfirstchild,
#contactUsForm table#mainBodyTable td.nonfirstchild
{
	border-left: 1px solid #8FC3E9;
}
#p2overview table#mainBodyTable td.rightSideBadge,
#prbconversions table#mainBodyTable td.rightSideBadge,
#compliance table#mainBodyTable td.rightSideBadge,
#reducedrisk table#mainBodyTable td.rightSideBadge,
#news table#mainBodyTable td.rightSideBadge,
#eventsseminars table#mainBodyTable td.rightSideBadge,
#regulationupdates table#mainBodyTable td.rightSideBadge,
#whitepaperForm table#mainBodyTable td.rightSideBadge,
#contactUsForm table#mainBodyTable td.rightSideBadge
{
	width: 125px;
}

#mainContentCell {
	width: 75%;
}

div.noTopSpace
{
	margin-top: 0px;
	padding-top: 0px;
}
div.noBottomSpace
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}