﻿/*******************************************************************/
/******* COMMON STYLES                                       *******/
/*******************************************************************/
/****
LI {
  list-style-image: url(/Picture.ashx?PicId=117065);  /* pink bullet point image */
}
****/
/*******************************************************************/
/******* MENU                                                *******/
/*******************************************************************/
/****
#idSubMenu .menuLevel2 LI, 
#idSubMenu .menuLevel3 LI {
  list-style-image: none;  /* remove pink bullet for menus */
}
****/
/*******************************************************************/
/******* Main content container                              *******/
/*******************************************************************/

#idMainContainer
{
/  width: 919px;
  width: 1000px;
  height: auto;
}

/*******************************************************************/
/******* HEADER                                              *******/
/*******************************************************************/

#idHeaderContainer
{
/  width: 919px;
  width: 1000px;
  height: auto;
}

/******* Header content container *******/

#idHeaderContainer .inner
{
/  height: 338px;
  height: 240px;
}

/******* Default logo container *******/

#idHeaderLogo 
{
/  top: 10px;
  top: 110px;
}

/******* Editable header region container *******/
/******* (Specify default background color for editable region below) *******/

.headerContentHolder
{
/  width: 919px;
/  height: 138px;
  width: 1000px;
  height: 240px;
}

#idHeaderContent
{
/  width: 919px;
/  height: 138px;
  width: 1000px;
  height: 240px;
}

/*******************************************************************/
/******* LOGIN BOX                                           *******/
/*******************************************************************/

/******* Styles to move login box on top right corner *******/

#idHeaderContent
{
/  width: 719px;
  width: 1000px;
}
.headerContentHolder
{
/  width: 719px;
  width: 1000px;
}
#idLoginContainer
{
/  top: 10px;
/  left: 720px;
/  width: 210px;
  top: 95px;
  left: 801px;
  width: 197px;
}

/*******************************************************************/
/******* MENU and CONTENT                                    *******/
/*******************************************************************/

/******* Menu and content main container *******/

#idContentContainer
{
/  width: 919px;
/  margin-top: 15px;
/  margin-bottom: 15px;
  width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*******************************************************************/
/******* CONTENT                                             *******/
/*******************************************************************/

/******* Content column main container *******/

#idPrimaryContentContainer
{
/  width: 919px;
  width: 1000px;
}
.rootHasSubitems #idPrimaryContentContainer
{
/  width: 700px;
  width: 781px; /* 1000 - 219(nav width) */
}

/******* Inner content containers *******/

#idPrimaryContentContainer .d1
{
/  width: 909px; /* leaves 10px margin on right side of content area */
  width: 1000px; /* right edge of content area lines up with right edge of header */
  float: left;
/  border: 1px solid #CCCCCC;
  border: none;
}
.rootHasSubitems #idPrimaryContentContainer .d1
{
/  width: 697px; /* 909(content area width) - 210(menu width) - 1px(border-left) -1px(border-right) */
  width: 790px; /* 1000(content area width) - 210(menu width) - 0px(border-left) -0px(border-right) */
}
#idPrimaryContentContainer .block .inner
{
  float: left;
/  padding: 15px 24px 15px 33px;
  padding: 10px 10px 10px 10px;
}

/******* Container for content editing *******/

#idPrimaryContentBlock1ContentHolder,
#idPrimaryContentBlock1Content
{
/  width: 852px; /* 909 - 24 - 33 */
  width: 980px; /* 1000 - padding-right(10) - padding-left(10) */
}

.rootHasSubitems #idPrimaryContentBlock1ContentHolder,
.rootHasSubitems #idPrimaryContentBlock1Content
{
/  width: 640px; /* 852 - 210(menu width) - 1px(border-left) -1px(border-right) */
  width: 770px; /* 980 - 210(menu width) - 0px(border-left) -0px(border-right) */
}

/*******************************************************************/
/******* FOOTER                                              *******/
/*******************************************************************/

/******* Footer main container *******/

#idFooterContainer
{
/  width: 919px;
  width: 1000px;
}

/******* Editable footer region container *******/

.footerContentHolder
{
/  width: 909px;
  width: 1000px;
}
#idFooterContent
{
/  width: 909px;
  width: 1000px;
}

/****** Support ***************/
#idEventPageContainer div.boxInfoContainer ul.boxInfo 
{
    /*float: left;*/
}

/*** cancelling "width" rule for nested .d1's ***/
.rootHasSubitems #idPrimaryContentContainer .d1 .d1
{
  width: auto;
}