﻿
@import 'skel.css';

/*[REM-START]
*
* Default Layout
*
* 3 columns - Left/Centre/Right
* Total content width: 983px (1024x768 usable area)
* Left col width: 150px
* Centre col width: 704px
* Right col width: 150px
* Header height: 140px
* Footer height: 30px
*
[REM-END]*/

BODY{ min-width:983px;}
#wrapper{ width:983px;}
#wrapper #outer{ margin-left:200px;width:594px;}
* HTML #wrapper #outer{ width:594px; w\idth:594px;}
#wrapper #float-wrap,
#wrapper #center{ width:594px;}

/* Left Col */
#left{ width:200px; margin-left:-200px; }
*>HTML #left{ width:200px; }
#container-left{
/* \*/
  width:170px;
  padding-left:30px;
}

/* Right Col */
#right{ width:179px; margin-right:-179px; }
/* \*/
*>HTML #right{ width:179px; margin-right:-179px; mar\gin-right:-179px; }
#container-right{
/* \*/
  width:179px;
}

/* Headers */
#header{ height:261px; /*overflow:hidden;*/ }
#subheader{ width:983px; height:261px; }
#clearheadercenter,
#clearheaderleft,
#clearheaderright{ height:261px; }

/* Footers */
#footer{ height:69px; margin-top:-69px; } /* !!!!    check template for conditional comment due to IE !! */
#subfooter{ width:983px; height:69px; background-image:url(/uploads/images/footer_back.jpg);}
#clearfootercenter,
#clearfooterleft,
#clearfooterright{ height:69px; }



/*[REM-START]
*
* Left Layout
*
* 2 columns - Left/Centre
* - Body class must be set as follows: <BODY class="l">
* Total content width: 983px (1024x768 usable area)
* Left col width: 250px
* Centre col width: 754px
* Right col width: 0px (can be removed from page altogether)
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.l #wrapper #outer{ margin-left:212px;width:771px; }
* HTML BODY.l #wrapper #outer{ width:771px; w\idth:771px; }
BODY.l #wrapper #float-wrap,
BODY.l #wrapper #center{ width:771px;}

/* Left Col */
BODY.l #left{ width:212px; margin-left:-212px; }
*>HTML BODY.l #left{ width:212px; }
BODY.l #container-left{
/* \*/
  width:192px;
  padding-left:20px;
}

/* Right Col */
BODY.l #right{ width:0; margin-right:0; display:none; }
/* \*/
*>HTML BODY.l #right{ width:0; margin-right:0; mar\gin-right:0; display:none; }
BODY.l #container-right{
/* \*/
  width:0;
}


/*[REM-START]
*
* Right Layout
*
* 2 columns - Centre/Right
* - Body class must be set as follows: <BODY class="r">
* Total content width: 983px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 754px
* Right col width: 250px
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.r #wrapper #outer{ margin-left:0;width:733px; }
* HTML BODY.r #wrapper #outer{ width:733px; w\idth:733px; }
BODY.r #wrapper #float-wrap,
BODY.r #wrapper #center{ width:733px;}

/* Left Col */
BODY.r #left{ width:0; margin-left:0; display:none; }
*>HTML BODY.r #left{ width:0; display:none; }
BODY.r #container-left{
/* \*/
  width:0; 
  display:none; }

/* Right Col */
BODY.r #right{ width:250px; margin-right:-250px; }
/* \*/
*>HTML BODY.r #right{ width:250px; margin-right:-250px; mar\gin-right:-250px; }
BODY.r #container-right{
/* \*/
  width:230px;
  padding-right:20px;
}
BODY.r #container-center{
/* \*/
  padding-left:50px;
}


/*[REM-START]
*
* Full Layout
*
* 1 column - Centre
* - Body class must be set as follows: <BODY class="f">
* Total content width: 983px (1024x768 usable area)
* Left col width: 0px (can be removed from page altogether)
* Centre col width: 983px
* Right col width: 0px
* Header height: 140px
* Footer height: 30px
*
* Notes:
* - Primary content area is always in centre container (shown first in source)
* - These settings will override the settings in Default Layout above, and contained in the layout/skel files
* - If you do not use this layout, you can remove all the styles.
*
[REM-END]*/

BODY.f #wrapper #outer{ margin-left:0;width:983px; }
* HTML BODY.f #wrapper #outer{ width:983px; w\idth:983px; }
BODY.f #wrapper #float-wrap,
BODY.f #wrapper #center{ width:983px;}

/* Left Col */
BODY.f #left{ width:0; margin-left:0; display:none; }
*>HTML BODY.f #left{ width:0; display:none; }
BODY.f #container-left{
/* \*/
  width:0; 
  display:none; 
}

/* Right Col */
BODY.f #right{ width:0; margin-right:0; display:none; }
/* \*/
*>HTML BODY.f #right{ width:0; margin-right:0; mar\gin-right:0; display:none; }
BODY.f #container-right{
/* \*/
  width:0;
  display:none;
}