
/** xxxx **/
#divParent
{
  text-align : left;
  left : 50%; 
  width : 1000px;
  margin-left : -500px; /* half of the width */
  top : 0px;
  position: relative;
  height: 100%;
  z-index : 1;
  border : 1px solid #DDDDDD;
}


/** container for heading **/
#divTitle
{
  text-align : left;
  padding-top: 15px;
  MARGIN-LEFT: 50px;
  top : 10px;
  width : 900px;
  height : 245px;
  z-index : 2;
  border : 0px dotted #F00000;
}


#divPhotoBannerContainer
{
  background-color : #B7A285;
}

#divPhotoBanner
{
  background-image : url(../images/banners/2009-07-11_c002_Salle_Coton_sepia.jpg);
  background-color : #B7A285;
  text-align : left;
  width : 100%;
  height : 300px;
  z-index : 1;
  border : 0px dotted #F00000;
}

#divFooter
{
  clear: both;
  text-align : left;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  width : 900px;
  height : 25px;
  z-index : 1;
  border-top : 1px solid #EEEEEE;
  background-color : #FFFFFF;
}


#divMenu
{
    left: 0px;
    bottom: 0px;
    BORDER: #FF0000 0px dotted;
    background-color : #222222;
    filter : alpha(opacity=70); /* for IE */
    opacity : 0.7; /* CSS3 standard */
    WIDTH: 100%;
    HEIGHT: 40px;
}


#divPhotoSliderBasic
{
  border : 0px dotted #000000;
  overflow : auto;
}



#divController
{
  border : 0px dotted #F00000;
    MARGIN-TOP: 5px;
    MARGIN-LEFT: 50px;
    FLOAT: left;
    WIDTH: 900px;
    HEIGHT: 40px;
    TEXT-ALIGN: left;
}
#divController SPAN
{
    FONT-SIZE: 18px;
    CURSOR: pointer;
    COLOR: #666666;
    MARGIN-RIGHT: 12px;
}
#divController SPAN.jFlowSelected
{
    COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
#jFlowSlide
{
    BORDER: #FF0000 0px dotted;
}
.jFlowPrev
{
    CURSOR: pointer;
}
.jFlowNext
{
    CURSOR: pointer;
}

#divSubParent
{
    background-color : #FFFFFF;
    BORDER: #FFCC00 0px dotted;
    width : 100%;
    height: 100%;
}

#divContentContainer
{
    background-color : #FFFFFF;
    BORDER: #FFCC00 0px dotted;
    width : 100%;
    height: 100%;
}

#divContent
{
    background-color : #FFFFFF;
    BORDER: #FFCC00 0px dotted;
    MARGIN-top: 20px;
    MARGIN-bottom: 20px;
    MARGIN-LEFT: 50px;
    width : 900px;
    height: 100%;
}

#divColumnLeft
{
    border: #FFCC00 0px dotted;
    float: left;
    width: 430px;
    margin-bottom: 20px;
}

#divColumnRight
{
    border: #FFCC00 0px dotted;
    float: right;
    width: 430px;
    margin-bottom: 20px;
}

#divColumnLeftSmall
{
    border: #FFCC00 0px dotted;
    float: left;
    width: 300px;
    margin-bottom: 20px;
}

#divColumnRightLarge
{
    border: #FFCC00 0px dotted;
    float: right;
    width: 560px;
    margin-bottom: 20px;
}

#divContactColumnLeft
{
    border: #FFCC00 0px dotted;
    float: left;
    width: 300px;
    margin-bottom: 20px;
}

#divContactColumnRight
{
    border: #FFCC00 0px dotted;
    float: right;
    width: 550px;
    margin-bottom: 20px;
}

/******************************************************************************/

/** xxxx **/
#divSlideShow
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 0px;
  width : 1000px;
  height : 600px;
  z-index : 2;
  border : 0px dotted #000000;
}

/** xxxx **/
#divSlideShowCover
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 0px;
  width : 1000px;
  height : 600px;
  z-index : 10;
  border : 0px dotted #000000;
}


/** xxxx **/
#divFolders
{
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 180px;
  width : 300px;
  height : 360px;
  z-index : 1;
  border : 0px dotted #F00000;
}

/** xxxx **/
#divPhotos
{
  text-align : left;
  position : absolute;
  left : 260px; 
  top : 100px;
  width : 940px;
  height : 580px;
  z-index : 1;
  border : 0px dotted #F00000;
  overflow : auto;
}

/** xxxx **/
#divPhotoCover
{
  background-image : url(../images/spacer.gif);
  text-align : left;
  position : absolute;
  left : 180px; 
  top : 100px;
  width : 840px;
  height : 500px;
  z-index : 2;
  border : 0px dotted #000000;
  overflow : auto;
}

/** xxxx **/
#divHeaderFrontPage
{
  text-align : center;
  position : absolute;
  left : 0px; 
  top : -25px;
  width : 1000px;
  height : 30px;
  z-index : 20;
  border : 0px dotted #F00000;
}


/** xxxx **/
#divPhotoFolderListBackground
{
  background-image : url(../images/photo-folder-list-background.jpg);
  text-align : left;
  position : absolute;
  left : 0px; 
  top : 0px;
  width : 1000px;
  height : 600px;
  z-index : 2;
  border : 0px dotted #F00000;
  overflow : auto;
}

/** xxxx **/
#divPhotoFolderList
{
  text-align : left;
  position : absolute;
  left : 50px; 
  top : 0px;
  width : 600px;
  height : 600px;
  z-index : 2;
  border : 0px dotted #F00000;
}

/** this is for the footer at bottom left **/
#divFooterLeft
{
  text-align : left;
  position : absolute;
  left : 10px; 
  top : 615px;
  width : 300px;
  height : 30px;
  z-index : 1;
  border : 0px dotted #F00000;
}

/** xxxx **/
#divFooterCenter
{
        text-align : center;
        position: absolute;
        left : 50%;
  top : 615px;
/*        bottom : -45px; */
        width : 20%;
        height : 30px;
        margin-left : -10%; /* half of the width */
        border : 0px dotted #F00000;

/*
  text-align : center;
  position : absolute;
  left : 0px; 
  top : 615px;
  width : 1000px;
  height : 30px;
  z-index : 1;
  border : 1px dotted #F00000;
*/
}

/** this is for the footer at bottom right **/
#divFooterRight
{
  text-align : right;
  position : absolute;
  right : 10px; 
  top : 615px;
  width : 300px;
  height : 30px;
  z-index : 20;
  border : 0px dotted #F00000;
}
