/**************************************************/
/* BEGIN PAGE CUSTOMIZATIONS                      */
/**************************************************/

/*** BEGIN HOME PAGE MODS ***/

/* Home page background */
/***
body#PAGEID_585013.publicContentView #idPrimaryContentBlock1ContentHolder, body#PAGEID_585013.adminContentView #idPrimaryContentBlock1ContentHolder
***/

body#PAGEID_585013 #idPrimaryContentBlock1ContentHolder
{
  background-color: #001b35;
}

/* Swap out nav bar image for home page */
/*** NOT WORKING
body#PAGEID_585013.publicContentView #idMainMenuContainer .d3,
body#PAGEID_585013.adminContentView #idMainMenuContainer .d3
{
  background: url(/Resources/Pictures/mm-ceb1-transparentbg.gif) bottom center no-repeat;  
}
***/
/*** END HOME PAGE MODS ***/

/* Page and menu background */
#idContentContainer
{
/* darker tan
  background-color: #c0ae83;
*/
  background-color: #e4d8b5;
}

#idPrimaryContentContainer
{
	margin-top: 0px;
}

#idPrimaryContentBlock1ContentHolder
{
  padding: 15px 15px 0px 15px;
}

#idLoginContainer #idLoginUserName INPUT,
#idLoginContainer #idLoginPassword INPUT
{
  border: 1px solid #c29b3f;
}

/**************************************************/
/* Code to make browser area behind web           */
/* pages appear dark (off page backgroung). Must  */
/* use a repeating image.                         */
/**************************************************/
BODY
{
  background: url(/resources/pictures/solidbluebackground2.gif) top left repeat-y;
}

#idMainContainer
{
  margin-left: 120px;
}

/**************************************************/
/* Code to move login box below menu.             */
/* Remove to return login box to header location. */
/**************************************************/
#idLoginContainer
{
  position: relative;
  margin-top: -175px;
  margin-left: -715px;
  z-index: 33003;
}
/* Center login box text when logged in */
#idLoginContainer #idLoggedName span,
#idLoginContainer div.profileBox,
#idLoginContainer #idLoggedAction A
{
    text-align: center;
}

/**************************************************/
/* ALL CHANGES FROM THIS POINT FORWARD ARE FOR    */
/* COLOR CUSTOMIZATIONS                           */
/* - Menu, footer, events, directory, etc.        */
/* - color #08113c is dark blue                   */
/* - color #001b35 is teal blue                   */
/* - custom backgrounds are blue                  */
/**************************************************/

/******* Menu Container *******/
/* Change from default red to blue background  */
#idMainMenuContainer .d2
{
/*  background: url(/Content/Pictures/Picture.ashx?PicId=253253) top center no-repeat;  // mm-cet1.gif (navy)
  background: url(/Resources/Pictures/mm-cet2.gif) top center no-repeat;  
*/
  background: url(/Resources/Pictures/mm-cet4.gif) top center no-repeat;  /*teal*/

}
#idMainMenuContainer .d3
{
/*  background: url(/Resources/Pictures/mm-ceb1-light-tanbg.jpg) bottom center no-repeat;  // navy
*/
/*  background: url(/Resources/Pictures/mm-ceb2-darkbg.jpg) bottom center no-repeat;  
*/
  background: url(/Resources/Pictures/mm-ceb1-transparentbg.gif) bottom center no-repeat; 

/*  background: url(/Resources/Pictures/mm-ceb2-light-tanbg.jpg) bottom center no-repeat;  
*/

}

/******* STATIC MENU LEVEL 2 *******/
#idMainMenu LI UL
{
/*  border: 3px solid #032620;  // forest green
*/
  border: none;
}

/******* Footer main container *******/

#idFooterContainer
{
	margin-top: 0px;
}

.footerContentHolder
{
/*  background: #ffffff url(/Content/Pictures/Picture.ashx?PicId=253249) top center no-repeat; // ftr-bg2.jpg (navy)
  background: #ffffff url(/Resources/Pictures/ftr-bg3.jpg) top center no-repeat;  // teal
*/
  background: #ffffff url(/Resources/Pictures/ftr-bg4.jpg) top center no-repeat;  
}

#idFooterPoweredByContainer
{  
/*  background-color: #08113c;  // navy
  color: #08113c;  // navy
*/
  background-color: #001b35; 
  color: #001b35;  
}
#idFooterSpace, #idClearEnd
{
  display: none;
}

/******* DYNAMIC MENU LEVEL 2 *******/
#idMainMenu LI.itemNormal UL.dynamic
{
  border: none;
}
#idMainMenu LI.itemNormal UL.dynamic LI
{
  border: none;
}

/******* DYNAMIC MENU LEVEL 3 *******/
#idMainMenu LI UL LI.itemNormal:hover UL.dynamic,
#idMainMenu LI UL LI.itemNormal A:hover UL.dynamic,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal:hover UL.dynamic,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal A:hover UL.dynamic
{
  border: none;
}
#idMainMenu LI UL LI.itemNormal:hover UL.dynamic LI,
#idMainMenu LI UL LI.itemNormal A:hover UL.dynamic LI,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal:hover UL.dynamic LI,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal A:hover UL.dynamic LI
{
  border: none;
}

/***** Turn off child menu icons *****/
#idMainMenu LI.itemNormal .d5
{
  width: 100%;
  background: none;
}

#idMainMenu LI.itemCurrent .d5,
#idMainMenu LI.itemCurrentParent .d5
{
  background: none;
}

