﻿#idMainContainer {
height:auto;
width:919px;
margin-top:5px;
background-color:white;
}

#idLoginContainer {
display:block;
height:103px;
left:720px;
position:absolute;
top:20px;
width:190px;
z-index:1;
}

#idMainMenuContainer #idMainMenu div.mainMenuPublicHiddenIcon
{
 display: none;
}

#idMainMenuContainer {
background-color:white;
}

#idMainMenu td.firstSeparator span {
margin-left:0;
display: none;
}
#idMainMenu .menuLevel2 {
line-height: 15px;
margin-top:1px;
padding:5px;
}

#idMainMenu .menuLevel3 {
line-height: 15px;
margin-top:1px;
padding:5px;
}

#idContentContainer {
height:auto;
margin-bottom:5px;
margin-top:5px;
width:880px;
}

#idPrimaryContentContainer .d1 {
  border: 0px;
}

#idPrimaryContentContainer .block .inner {
float:left;
padding:0px 0px 10px 30px;
}

.footerContentHolder {
background-color:#FFFFFF;
height:auto;
padding:0;
width:919px;
}

#idFooterContent {
width:900px;
}

#idFooterContainer .inner {
float:left;
padding:0px;
}

#idFooterPoweredByContainer
{
  display: none;
}

/******************************************************/
/******* CUSTOM CONTENT BG FOR TRNSPRNT HRZ LAYOUT ****/
/******************************************************/

/* there was too much margin under the nav for my taste */

#idNavigationContainer {margin-bottom:0px;}

/* now let's restyle the content area */

#idPrimaryContentContainer .d1,
#idPrimaryContentContainer .d2,
#idPrimaryContentContainer .d3
{
	width: 100%;
	float: left;
	border:0px;
}

#idPrimaryContentContainer .d1
{
  background: url(/resources/images/contentBG-shadow-middle.gif) top left repeat-y;
}
#idPrimaryContentContainer .d2
{
  background: url(/resources/images/contentBG-shadow-top.gif) top left no-repeat;
}
#idPrimaryContentContainer .d3
{
  background: url(/resources/images/contentBG-shadow-bottom.gif) bottom left no-repeat;
}

#idPrimaryContentContainer .d1 .d1,
#idPrimaryContentContainer .d2 .d2,
#idPrimaryContentContainer .d3 .d3
{
	width: auto;
	float: none;
	background: none;
}

/*******
			sets the inner padding
			to move content away from the shadows 
*******/

#idPrimaryContentContainer .block .inner
{
  float: left;
  padding: 35px 23px 35px 33px;
  /* #'s are Top - Right - Bottom - Left */
}

/*******
			sets the width of the editable content
			919px minus the left and right padding
			from the item above.
*******/

#idPrimaryContentBlock1ContentHolder,
#idPrimaryContentBlock1Content
{
  width: 863px;
}
