
/* Basic layout and styling below 
------------------------------------------------------------------*/
/* ---------------------------------------------------------------*/
/* ---------------------------------------------------------------*/

body {
	background: #FFF /*  url(../images/grid-bg.gif) top center repeat-y */
					url(../IMAGES/masthead-bg.gif) repeat-x;
	color: #444;
	font: 76%/1.6em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align: center;
	}

	
/* -----------------------------------------------------------------*/

#container {
	width: 900px;
	margin: 0px auto; 
	padding: 0;
	text-align: left;
	background: transparent;
	outline: 0px solid #BBB;
	position: relative;
	}
		
/* -----------------------------------------------------------------*/

#masthead {
	background: transparent ;
	height: 160px;
	margin: 0 0 20px;;
	outline: 0px solid red;
	text-align: center;
	border-bottom: 0px dotted #999;
	}
		
/* -----------------------------------------------------------------*/

#maincontent {
	background: #FFF;
	padding: 0px;
	margin-left: 30px;
	margin-bottom: 4em;
	float: left;
	width: 420px;
	border-left: 0px dotted #000;
	outline: 0px solid green;
		}
	
/* -----------------------------------------------------------------*/

#sidecontent {
	background: #FFF;
	float:left;
	padding: 0;
	border-right: 0px dotted #000;
	outline: 0px solid blue;
	margin-left: 15px;
	margin-bottom: 50px;
	display: inline;
	width: 195px;
	
	}
		
/* -----------------------------------------------------------------*/

#extracontent {
	float: left;
	background: transparent;
	width: 195px;
	margin-left: 30px;
	height: 400px;
	
	}
	
/* -----------------------------------------------------------------*/

#footer {
	background: transparent;
	border-top: 1px dotted #46535f;
	padding: 7px 15px;
	clear: both;
	color: #666;
	margin-top: 30px;
	}
	

	
/* Text styling
------------------------------------------------------------------*/
/* ---------------------------------------------------------------*/
/* ---------------------------------------------------------------*/

h2 {
	font: 200%/1.4em georgia, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 1.4em 0;
	letter-spacing: 0px;
	}
	
h3 {
	font: normal 130%/1.5em georgia, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	}	
p {
	margin: 0 0 1em 0;
	}

a {
	color: #444;
	
	}
	
/* Image styling
------------------------------------------------------------------*/
/* ---------------------------------------------------------------*/
/* ---------------------------------------------------------------*/

img.pageillustration {
	position: relative;
	/* border: 1px solid black; */
	top: -5px; 
	margin-bottom: 15px;
	}




/* Tables styling
------------------------------------------------------------------*/
/* ---------------------------------------------------------------*/
/* ---------------------------------------------------------------*/

#maincontent table {
	width: 645px;
	margin-bottom: 20px;
	border-collapse: collapse;
		}

#maincontent table caption {
	text-align: left;
	font: normal 130%/1.5em georgia, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 13px 0 0px 0;
	border-bottom: 1px solid #DDD;
	padding: 4px 0px;
	}
		
#maincontent td, #maincontent th {
	padding: 5px 7px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	line-height:150% ;
	width: 60px;
	}
	
#maincontent tr.alt td {
	border-left: 1px solid #FFF;
	}
	
#maincontent tr td {
	border-left: 1px solid #EEE;
	}

#maincontent td.col1 {
	width:250px;
	border-left: 1px solid #FFF;
	}
	
#maincontent tr.alt {
	background: #E8E8E9 url(../images/table-alt-bg.gif) repeat-x;
	}
	
#maincontent th {
	color: #888;
	}
	
	
/* Specific Div styling
------------------------------------------------------------------*/
/* ---------------------------------------------------------------*/
/* ---------------------------------------------------------------*/

.spacer {
	clear: both;
	}

/* -----------------------------------------------------------------*/

#masthead h1 {
	float: left;
	margin-left: 210px;
	display: inline;
	}

#masthead ul {
	font: normal 95%/1.5em verdana, Arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: 0px;
	margin-top: 7px;
	}
	
#masthead ul li{
	display: inline;
	background: transparent url(../images/main-list-bg.gif) center center no-repeat;
	padding: 5px 10px;
	border-right: 0px solid #666;
	margin:0;
	}
		
#masthead ul li.lastoption {
	background: transparent url(../images/main-list-right.gif) right center no-repeat;
	padding-right: 20px; 
	}
	
#masthead ul li.firstoption {
	background: transparent url(../images/main-list-left.gif) left center no-repeat;
	padding-left: 20px; 
	}

#masthead ul li a:hover {
	text-decoration: underline;
	}
	
#masthead ul li a {
	color: #FFF;
	}
	
#masthead .bclogo {
	float: right;
	margin: 0 20px 0 0;
	}
	
#masthead a.indexgraphic {
	position: absolute;
	top:20px;
	left:40px;
	border: 1px solid #afafaf;
	padding: 4px;
	}

#masthead a:hover.indexgraphic{
	border: 1px solid #666;
	}
	
	
/* -----------------------------------------------------------------*/

#maincontent p, #maincontent li {
	font-size: 110%;
	line-height: 1.6em;
	}

#maincontent ul {
	margin: 1.3em 0;
	list-style: none;
	}

#maincontent ul li {
	padding: 0 0 1em 19px;
	background: transparent url(../images/list-blob.gif) no-repeat left 6px;
	}
	
#maincontent a:link, #maincontent a:visited {
	background: transparent url(../IMAGES/link-bg.gif) repeat-x bottom;
	color: #666;
	font-weight: bold;
	}
#maincontent a:hover, #maincontent a:active {
	background: transparent url(../IMAGES/link-hover-bg.gif) repeat-x bottom;
	} 


	
/* ----------------------------------------------------------------- */


#sidecontent a img {
	border: 1px solid #FFF;
	padding: 4px;
	}
		
#sidecontent a:hover img {
	border: 1px solid #999;
	}

#sidecontent h2 {
	padding: 0px 0px 3px 0px;
	margin: 20px 0px 0px 0px;
	font: bold 95%/1.5em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	clear: both;
	border-bottom: 1px solid #BBB;
	width: 193px;
	}
	
h3.column_head {
	color: #999;
	border-bottom: 3px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
	
	
/************************************************
*	Sidebar navigation							*
************************************************/	
	
#sidecontent ul.articlelinks {
	margin: 0px 0px 10px 0px;
	}
	
#sidecontent ul.articlelinks li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none; 
	float: left; /* works with the display: block in the link inside it */
	}
	
#sidecontent ul.articlelinks li a {
	margin: 0px 0px 0px 0px;
	padding: 4px 3px 4px 5px;
	display: block; /* works with the float:left in the containing li to sort out all manner of spacing issues */
	border: 0px solid #CCC;
	width: 185px;
	background: #F8F8F8;
	line-height: 140%;
	}

#sidecontent ul.articlelinks li a:hover {	
	background: #ECECEC;
	}
	
#april08-1 .april08-1, #april08-2 .april08-2, #april08-3 .april08-3, #april08-4 .april08-4, #nov07-1 .nov07-1, #nov07-2 .nov07-2, #nov07-3 .nov07-3, #nov07-4 .nov07-4, #july07-1 .july07-1,  #july07-2 .july07-2, #july07-3 .july07-3, #july07-4 .july07-4, #april07-1 .april07-1, #april07-2 .april07-2, #july08-1 .july08-1,  #july08-2 .july08-2, #july08-3 .july08-3, #nov08-1 .nov08-1, #nov08-2 .nov08-2, #nov08-3 .nov08-3, #feb09-1 .feb09-1, #feb09-2 .feb09-2, #feb09-3 .feb09-3, #may09-1 .may09-1, #may09-2 .may09-2, #may09-3 .may09-3, #Aug09-1 .Aug09-1, #Aug09-2 .Aug09-2, #Aug09-3 .Aug09-3, #nov09-1 .nov09-1, #nov09-2 .nov09-2, #nov09-3 .nov09-3,#feb10-1 .feb10-1, #feb10-2 .feb10-2, #feb10-3 .feb10-3
	{
	background: #f6aa23!important; 
	color: #FFF!important;
	}

/************************************************
*	OLD NAV BELOW								*
************************************************/	
/*  

#sidecontent ul.articlelinks {
	margin-bottom: 20px;
	}
	
#sidecontent ul.articlelinks li {
	margin-bottom: 8px;
	padding: 0;
	display: inline-block;
	line-height: 130%
	}

#sidecontent ul.articlelinks li a {
	color: #555;
	display: block;
	padding: 0;
	}
	
#sidecontent ul.articlelinks li a:hover {
	background: transparent url(../IMAGES/menu-hover-bg.gif) no-repeat left center;
	}


	

*/
	
/* -----------------------------------------------------------------*/

#extracontent ul {
	font: bold italic 110%/1.3em georgia, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;

	}
	
#extracontent ul li{
	margin: 0 0 5px 0;
	height: 80px;
	outline: 0px solid black;
	text-align: left;
	}

#extracontent li.unhappy-at-work {
	background: transparent url(../IMAGES/unhappy-at-work-bg.gif) no-repeat;
	padding: 1em 1.1em  0.8em 5.6em;
	}
	
#extracontent li.make-my-people-happy {
	background: transparent url(../IMAGES/make-my-people-happy-bg.gif) no-repeat;
	padding: 0.9em 5.1em  0.8em 1.1em;
	}