﻿/*
---------------------------------------------
Template Styles
--------------------------------------------- */

#mainWrapper {float:left; width:100%;}
#local,
#sub,
#extra {float:left;}

/* local left 2 columns */
.lt2c #main {margin-left:235px;}
.lt2c #local {width:200px;padding:10px;margin:35px 0px 0px -950px; background:#462261;height: 100%;-moz-border-radius: 8px;-webkit-border-radius: 8px;-khtml-border-radius: 8px;}
.lt2c .innerLocal{background:#ffffff;-moz-border-radius: 8px;-webkit-border-radius: 8px;-khtml-border-radius: 8px;padding:10px 10px 10px 10px;}
.lt2c #sub {display:none;}
.lt2c #extra {}

/* sub left 2 columns */
.lt2c-sub #main {margin-left:190px;}
.lt2c-sub #sub {width:160px; margin-left:-750px;}
.lt2c-sub #local {display:none;}
.lt2c-sub #extra {display:none;}

/* local right 2 columns */
.rt2c #main {margin-right:190px;}
.rt2c #local {display:none;}
.rt2c #sub {width:159px; margin-left:-160px;/* 1px dif is for IE5 Mac */}
.rt2c #extra {display:none;}

/* local left 3 columns */
.lt3c #main {margin:0 190px 0 190px;}
.lt3c #local {width:180px; margin-left:-750px}
.lt3c #sub {width:159px; margin-left:-160px;/* 1px dif is for IE5 Mac */}
.lt3c #extra {}

/* homepage */
.home #main {margin:0 250px 0 0;}
.home #local {width:750px; margin-left:-750px}
.home #sub {width:250px; margin-left:-250px;/* 1px dif is for IE5 Mac */}
.home #extra {width:750px;}

/* =Diagnostic purposes only
----------------------------------------------------------
div#header{background:silver;}
div#content{background:lightyellow;}
div#mainWrapper{background:beige;}
div#main{background:lightgreen;}
div#local{background:powderblue;}
div#sub{background:yellow;}
div#extra{background:sienna;}
*/

