/******************/
/* GLOBAL LAYOUT  */
/******************/
/* 2009-08-15 Dan Barlow: Jon wants a three column view.  Right column is 256 pixels.
   Total content area is 958 pixels.  Making a left column 702.
   Then left column is split into far left about 256 and inner left about 440*/

/* Structure starts in includes/page_header.php
    <body>
        <container>
            <header>
                <header-top>
                    <sitelogo />
                    <sitename />
                    <navglobal>
                        <invest />
                        <newsletter />
                    </navglobal>
                </header-top>
                <header-bottom>
                    <breadcrumb />
                </header-bottom>
            </header>
            <navbar>
                <UL menu items />
            </navbar>
... leaving us in the container for the next file which is index.inc.php in this case.
            <main>
                <column-left>   Since CSS only seems to support two floating sections,
                    <far-left> <-- floats left
                        <content-cell />   we will subdivide the left column into two
                        <content-cell />
                    </far-left>    
                    <inner-left> <-- floats right
                    </inner-left>
                </column-left>
                <column-right>
                </column-right>

            </main>
... again leaving us in the container for page footer.
            <footer/>
            <corner-bottom />
        </container>
    </body>
*/
 body {font-size:62.5%; background-color:#6FBA39; font-family:arial,sans-serif; text-align:center;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {width:978px; padding-top:6px; padding-bottom:10px; margin:0px auto; font-size:1.0em; }

/* 20091028 highlight ffa746 shadow 9a652b */
/* 20091029 Debbie's colors:
  #EF6B00 is pantone orange 021U
  #FCE016 is pantone process yellow U
  #7dc140 is logo light green
  #506e14 is logo dark green
1.	Bar under Bizconnect logo – pantone orange 021U;  use this for the border also.
2.	Second bar – pantone process yellow U;  use the pantone orange 021 u for the pencil line below the second bar.
3.	Middle column – process yellow with the darker green from the logo as the letters.
4.	Right and left columns – make letters the color of the light green in the logo
5.	For launch event, increase the size of the font.
*/
.header {text-align:left; width:958px; min-height:130px /*Non-IE6*/; height:auto !important /*Non-IE6*/; height:132px /*IE6*/;
            border:solid 1px #ffffff;
				/*border-top-color:#ffa746;
				border-left-color:#ffa746;
				border-bottom-color:#9a652b;
				border-right-color:#9a652b;*/
				background:#6fBA39  ;
            font-size:1.0em;margin:0px auto; }
.header-top {clear:both; width:958px; height:128px; background:rgb(218,218,218) url(../pageback.gif) repeat-x
            /*Branding area background image. Height: 100px*/; font-size:1.0em;}
.capitol {float:right;}
.header-bottom {clear:both; border-top: solid #CCCCCC 1px; width:958px; min-height:30px /*Non-IE6*/;
				/* Breadcrumb bar */
				background:#6fBA39;
            height:auto !important /*Non-IE6*/; height:30px /*IE6*/;  font-size:1.0em;margin:0px auto; }
.navbar {text-align:left; white-space:nowrap /*IE hack*/; /*float:left;*/ width:958px;
				border:solid 1px #ffffff;
            background-color:#446411 ; 
				font-family:tahoma,arial,sans-serif; font-size:130% !important
            /*Non-IE6*/; font-size:120% /*IE6*/; margin:auto;margin-top:3px; } /*Color navigation bar normal mode*/
/*  f4e2b6   d69700 */
.main {text-align:left; clear:both; width:958px; padding:0px;
				border:solid 1px #ffffff;
				background-color:#ffffff ;
				font-size:1.0em;margin:0px auto; }
.column-left {display:inline; /*Fix IE floating margin bug*/; padding:0px; margin:0px auto;float:left; width:694px; 
            font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}
.far-left {display:inline; /*Fix IE floating margin bug*/; padding:0px; float:left; width:262px; 
            font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;margin:0px auto;}
.inner-left {display:inline; /*Fix IE floating margin bug*/;  padding:0px; float:right; width:430px; 
            font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;margin:0px auto;}
.column-right {display:inline; /*Fix IE floating margin bug*/; padding:0px; margin:0px auto;float:right; width:262px;  
            font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;margin:0px auto;}
.column-center {z-index:100;margin:0px auto;margin-left: 20px;/*position:absolute; */display:inline; /*Fix IE floating margin bug*/; /*margin-left:80px;*/
            padding:2px; width:400px; border: solid #FFFFFF 2px; background-color:#FFCCDB;
            font-size:1.0em; overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}
/************/
/*  FOOTER  */
/************/
.footer {clear:both; width:958px; padding:1.0em 0 1.0em 0;
				margin:0px auto;margin-top:3px;
				border:solid 1px #ffffff;
				background:#ffffff  ;
				font-size:1.1em !important /*Non-IE6*/; font-size:1.0em /*IE6*/;
            overflow:visible !important /*Non-IE6*/; overflow:hidden /*IE6*/;}
.footer p {clear:both; line-height:1.3em; text-align:center; color:#000; font-weight:bold; font-size:110%;}
.footer p.credits {clear:both; font-weight:normal;}

.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
/****************/
/*  HEADER-TOP  */
/****************/

/* Sitename and slogan */
.sitelogo {width:300px; height:105px; position:absolute; z-index:1; margin:5px  0 0 5px; background:url(../greenlogo.png);}
.sitename {width:500px; height:132px; position:absolute; z-index:1; margin:8px 0 0 111px; overflow:hidden;}
.sitename h1 {font-family:"arial",arial,sans serif; font-weight:900; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}
.sitename h6 {font-family:"arial",arial,sans serif; font-weight:normal; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}

.sitename h2             {font-family:arial,sans serif; margin-top:25px; padding-bottom:2px; color:#002161; height:20px; font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
 .bigtext {font-family:arial,sans serif; margin-top:50px; padding-bottom:2px; color:rgb(26,56,113); height:25px; font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
 .tinytext {font-family:arial,sans serif; margin-top:25px; padding-bottom:2px; color:#002161; height:15px; font-weight:normal; font-size:100% !important /*Non-IE6*/; font-size:100% /*IE6*/;} 
.sitename a{text-decoration:none; color:#002161;}
.sitename a:hover {text-decoration:none;}

/* Button navigation */
.navbutton {width:400px; position:absolute; z-index:2; margin-top:26px; margin-left:547px !important /*Non-IE6*/; margin-left:550px /*IE6*/;}
.navbutton ul {float:right;}
.navbutton li {display:inline; list-style:none;}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}

/* Global navigation */
.navglobal {width:350px; position:absolute; z-index:3; margin-top:10px; margin-left:600px !important /*Non-IE6*/; margin-left:701px /*IE6*/;color:rgb(26,56,113);}
.navglobal ul {float:right; font-weight:normal;}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(26,56,113); text-decoration:none; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.navglobal a:hover {text-decoration:none; color:rgb(48,103,205);}
.invest {float:right;}
/*******************/
/*  HEADER BOTTOM  */
/*******************/

/* Breadcrumb */
.header-bottom ul {float:left; width:430px; list-style:none; padding:8px 0 3px 3px !important /*Non-IE6*/;padding:8px 0 3px 3px /*IE6*/;}
.header-bottom ul li {display:inline; padding:0 0 0 8px; background:transparent url(../img/bg_bullet_square.gif) no-repeat 0 50%; font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom ul li.nobullet {display:inline; padding:0; background:none; color:rgb(0,0,0);}
.header-bottom ul a {color:rgb(26,56,113); font-weight:bold; text-decoration:none;}
.header-bottom ul a:hover {color:rgb(48,103,205);}

/* Login */
.header-bottom .login {float:right;clear:none;font-weight:bold; color:rgb(100,100,100);font-size:1.2em;height:2.6em; line-height:2.6em; padding:0 16px 0 16px;}

/* Search form */
.header-bottom .searchform {float:right; width:430px; margin-top:10px;border:solid 3px rgb(200,200,200);}
.header-bottom .searchform form fieldset {float:right; border:none; padding-top:25px; padding-right:3px;}
.header-bottom .searchform input.field {width:15.0em; height:1.2em; padding:1px !important /*Non-IE6*/; padding:2px /*IE6*/; border:solid 1px rgb(200,200,200); background-color:rgb(255,255,255); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button {width:4.5em; height:1.6em; background-color:rgb(220,220,220); border:solid 1px rgb(150,150,150); text-align:center; color:rgb(100,100,100); font-size:110% !important /*Non-IE6*/; font-size:100% /*IE6*/;}
.header-bottom .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background-color:rgb(97,190,223); color:rgb(80,80,80);}

/********************/
/*  NAVIGATION BAR  */
/********************/

/* Main menu */
.navbar ul {list-style-type:none;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; /*background-color:rgb(225,225,225);*/}
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:2.6em; line-height:2.6em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:#ffffff; border-right:solid 0px rgb(215,215,215);}
.navbar ul li ul {display:none; border:none;}

/* Submenu (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:12.0em; position:absolute; z-index:1000; top:2.5em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:12.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/* Submenu (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:#6fBA39; color:#000000; text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:12.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:12.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/*************/
/*  CONTENT  */
/*************/

/* Content cell (no subcells) */
.content-cell-dan-comment {width:406px; background-color:rgb(255,255,255); background: url(../img/bg_header.jpg) repeat-x #FFFFFF; background-position: 0px 2px; }
.content-cell {width:256px; background-color:rgb(255,255,255); border: solid #0000FF 2px; }


/* 20091029 Debbie wants central column boxes to be a different background and text color */
/* Other pages with only one box */
div.single-box {width:99%;margin:5px auto;background:#ffffff;}
div.single-box b.rtop, b.rbottom{display:block;background: rgb(200,200,200);}
div.single-box b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #FFFFFF;}
div.single-box b.r1{margin: 0 5px;background:#FFFFFF;}
div.single-box b.r2{margin: 0 3px;background:#FFFFFF;}
div.single-box b.r3{margin: 0 2px;background:#FFFFFF;}
div.single-box b.r4{margin: 0 1px;background:#FFFFFF;}
div.single-box b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;background:#FFFFFF;}
/* center of home page */
div.rounded-box-wide { width:424px; margin:3px; background:#FFFFFF;  }
div.rounded-box-wide b.rtop, b.rbottom{display:block;background: rgb(200,200,200);}
div.rounded-box-wide b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFFFFF;}
div.rounded-box-wide b.r1{margin: 0 5px;background:#FFFFFF;}
div.rounded-box-wide b.r2{margin: 0 3px;background:#FFFFFF;}
div.rounded-box-wide b.r3{margin: 0 2px;background:#FFFFFF;}
div.rounded-box-wide b.r4{margin: 0 1px;background:#FFFFFF;}
div.rounded-box-wide b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;background:#FFFFFF;}

/* 2009-08-15 Dan Barlow added the following round corner box trick */
div.rounded-box { width:256px; margin:3px auto; background:#FFF; }
div.rounded-box b.rtop, b.rbottom{display:block;background: rgb(200,200,200);}
div.rounded-box b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #FFF;}
div.rounded-box b.r1{margin: 0 5px;background: #FFF;}
div.rounded-box b.r2{margin: 0 3px;background: #FFF;}
div.rounded-box b.r3{margin: 0 2px;background: #FFF;}
div.rounded-box b.r4{background: #FFF;}
div.rounded-box b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;background: #FFF;}
/* 2009-08-15 end of rounded box */


.narrative {font-family: "Times New Roman", "Times", serif; font-style:italic; font-size:1.0em; text-align:center; padding:0px;margin:0px; }
/* Content cell + subcells (subcells are NOT in boxform)  */
.content-cell-nobox {width:256px; background-color:rgb(255,255,255);}
.content-subcell-left-nobox {display:inline; float:left; width:256px; border-right:solid 1px rgb(215,215,215) /*Use this statement if left column is longer than the right column. Activate by removing "xx_" from property name*/; background-color:rgb(255,245,219);}
.content-subcell-right-nobox {display:inline; float:right; width:256px; border-left:solid 1px rgb(215,215,215)/*Use this statement if right columnn is longer than the left column. De-activate by adding "xx_" to propery name*/; background-color:rgb(255,245,219);}

/* Content cell + subcells (subcells ARE in boxform) */
.content-cell-box {width:256px; background-color:transparent;}
.content-subcell-left-box {display:inline; float:left; width:256px; background-color:transparent;}
.content-subcell-right-box {display:inline; float:right; width:256px;  background-color:transparent;}
.content-subcell-cell-box {width:256px; background-color:rgb(255,255,255);}

/***************/
/* SUBCONTENT  */
/***************/

.subcontent-cell {width:270px; float:right; background-color:rgb(255,255,255); background: url(../img/subj_bar.gif) repeat-x #FFFFFF; background-position: 0px 0px;}



/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* Page */
.corner-top {width:964px; height:2px; background:transparent url(../img/bg_corner_top.gif) no-repeat; overflow:hidden;}
.corner-bottom {width:964px; height:3px; padding-bottom:3px; background:transparent url(../img/bg_corner_bottom.gif) no-repeat; overflow:hidden;}

/* Content */
.content-cell-corner-top {clear:both; width:256px; height:12px; background:white url(../img/bg_corner_content_cell_top.gif) no-repeat; overflow:hidden;}
.content-cell-corner-top-404 {clear:both; width:256px; height:7px; background:white url(../img/content_cell_corner_top_256.gif) no-repeat; overflow:hidden;}
.content-cell-corner-bottom {clear:both; width:256px; height:7px; margin-bottom:3px; background:transparent url(../img/bg_corner_content_cell_bottom_256.gif) no-repeat; overflow:hidden;}
.content-cell-empty-corner-bottom {clear:both; width:256px; height:1px; margin-bottom:2px; overflow:hidden;}
.content-subcell-corner-top {width:256px; height:7px; background:transparent url(../img/bg_corner_content_subcell_top.gif) no-repeat; overflow:hidden;}
.content-subcell-corner-bottom {width:256px; height:7px; margin-bottom:3px; background:transparent url(../img/bg_corner_content_subcell_bottom.gif) no-repeat; overflow:hidden;}

/* Subcontent */
.subcontent-cell-corner-top {clear:both; width:256px; height:10px; background:transparent url(../img/bg_corner_subcontent_cell_top.gif) no-repeat; overflow:hidden;}
.subcontent-cell-corner-bottom {clear:both; width:256px; height:7px; margin-bottom:3px; background:transparent url(../img/bg_corner_subcontent_cell_bottom.gif) no-repeat; overflow:hidden;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell:after, .content-subcell-left:after, .content-subcell-right:after, .content-subcell-cell:after, .content-cell-box:after, .content-subcell-left-box:after, .content-subcell-right-box:after, .content-subcell-cell-box:after, .subcontent-cell:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell-corner-top:after, .content-cell-corner-bottom:after, .content-subcell-corner-top:after, .content-subcell-corner-bottom:after, .subcontent-cell-corner-top:after, .subcontent-cell-corner-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both; Do not use here to avoid paragraphs clearing next to images*/;  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the subcells  */                 
@media print {.content-subcell-right-nobox {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}

 /********************************************/
/*  USED ONLY FOR DEMO PAGE FOR GRID SETUP  */
/*  Do not use for operational purposes     */
/********************************************/
.main p.demo {margin:0; padding:10px 10px 50px 10px;}

/******************************************/
/*  ADDITIONAL USER STYLES                */
/*  If you want to add your own styles,   */
/*  then add them here in order to avoid  */
/*  a mixup with the default styles       */
/*  Do not use for operational purposes   */
/******************************************/



