/******************************************************/
/******* CUSTOM CONTENT BG                      *******/
/******************************************************/

/* there was too much margin under the nav for my taste */

.cnNavigationContainer {margin-bottom:0px;}

/* now let's restyle the content area */

.cnPrimaryContentContainer .d1PrimaryContentContainer,
.cnPrimaryContentContainer .d2PrimaryContentContainer,
.cnPrimaryContentContainer .d3PrimaryContentContainer
{
	width: 100%;
	float: left;
        border:0px;
}

.cnPrimaryContentContainer .d1PrimaryContentContainer
{
  background: url(/resources/theme/contentBG-shadow-middle.gif) top left repeat-y;
}
.cnPrimaryContentContainer .d2PrimaryContentContainer
{
  background: url(/resources/theme/contentBG-shadow-top.gif) top left no-repeat;
}
.cnPrimaryContentContainer .d3PrimaryContentContainer
{
  background: url(/resources/theme/contentBG-shadow-bottom.gif) bottom left no-repeat;
}

.cnPrimaryContentContainer .d1PrimaryContentContainer .d1,
.cnPrimaryContentContainer .d2PrimaryContentContainer .d2,
.cnPrimaryContentContainer .d3PrimaryContentContainer .d3
{
	width: auto;
	float: none;
	background: none;
}

/*******
           sets the inner padding
           to move content away from the shadows 
*******/

.cnPrimaryContentContainer .block .inner
{
  float: left;
  padding: 35px 23px 35px 33px;
}

.cnPrimaryContentBlock1ContentHolder,
.cnPrimaryContentBlock1Content
{
  width: 863px;
}