/*//---------------------------------------------*/
/*// Name: SITENAME - Global Style Sheet	 */
/*// Specification: CSS 2.1			 */
/*//---------------------------------------------*/


	body {
		background: #ffffff;
		color: #000000;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin-left:0 auto;
        margin-right:0 auto;
		padding: 0;
		line-height: normal;
		width:100%;
        position:relative;
	}
	

	a {
		color: #DDDDDD;
		text-decoration: none;
	}

	
	img {
	        width: 50%; /* takes 40 % width of its container (.box div)*/
	
    	}

/*//---------------------------------------------*/
/*// Header Settings				 */
/*//---------------------------------------------*/


	.topBarContainer {
		height:125px;
		background-color:#EFEFEF;
		vertical-align: middle;
	}

/*//---------------------------------------------*/
/*// Menu Settings				 */
/*//---------------------------------------------*/
	
	.menuBar {
		padding: 10px 0;
		background-color:#000;
		font-size: 14px;
		font-family: Arial;
		color: #fff;
	}
	
/*//---------------------------------------------*/
/*// Company Title Settings			 */
/*//---------------------------------------------*/

	.titleBar {
		height:200px;
		width:80%;
		background-image: url(test.png);
		background-position: left top;
    	background-repeat: no-repeat;
		background-color:#d7d7d7;
		font-size: 14px;
		font-family: Arial;
		color: #000;
	}
	
/*//---------------------------------------------*/
/*// Offerings Settings				 */
/*//---------------------------------------------*/	

	.divider {
		height:5px;
	    background-repeat: no-repeat, repeat;
		background-color:#FFFFFF;
	}

	.consulting {
		height:200px;
		width:80%;
		background-image: url('consulting.png');
		background-position: right 15px top 15px;
		background-size: 307px 170px;
    	background-repeat: no-repeat;
		background-color:#D7D7D7;
		font-size: 14px;
		font-family: Arial;
		color: #000;
	}
	
	.clothing {
		height:200px;
		width:80%;
		vertical-align:middle;
		background-color:#D7D7D7;
		font-size: 14px;
		font-family: Arial;
		color: #000;
	}
	
	.resources {
		height:200px;
		width:80%;
		background-image: url('tool-colour.png');
		background-position: left 15px top 15px ;
		background-size: 250px 170px ;
    	background-repeat: no-repeat;
		background-color:#D7D7D7;
		font-size: 14px;
		font-family: Arial;
		color: #000;
	}
	
	.subContent {
        height:auto;
		width:80%;

	overflow:auto;
		vertical-align:middle;
		background-color:#D7D7D7;
		background-repeat:repeat;
		font-size: 14px;
		font-family: Arial;
		color: #000;
	}
	


/*//---------------------------------------------*/
/*// Footer Settings				 */
/*//---------------------------------------------*/
	
	.footerContainer {
		height:50px;
		background-color:#3A3A73;
	}

	.footer {
		padding: 12px 0;
		background-color:#000;
		font-size: 10px;
		font-family: Arial;
		color: #fff;
	}
