/* Layout Stylesheet for Barnsley Civic Trust website

  (c) Colin Sewell, 2007
------------------------- */

#BCT-outer {
	width: 782px;
	margin-left: auto;	/* center main page content (FireFox etc. ) */
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	padding: 0px 5px;
	padding-top: 5px;
}

#BCT-header {
	position: relative;
	width: 780px;
	left: 0px;
	top: 0px;
	height: 90px;
	background-color: #fff;
}
#BCT-header-left {
	position: relative;
	float: left;
	width: 350px;
	height: 80px;
	margin-left: 20px;
}
#BCT-page-left-heading {
	margin-top: 30px;
}

#BCT-header-right {
	position: relative;
/*
	float: right;
	margin-left: 10px;
*/
	float: right;
	margin-right: 10px;
	width: 350px;
	height: 90px;
	text-align: right;
}
#BCT-HomeNavTop {
	padding: 0px 0px 4px 0px;
	margin-right: 1px;
}
#BCT-BCT-logo {
	margin-right: 20px;
	margin-top: 4px;
}

#BCT-header-nav {
	position: relative;
	width: 740px;
	height: 25px;
	margin-left: 20px;
	background-color: #fff;
	margin-top: 5px;
}

#BCT-HomeAttractor {
	width: 750px;
	height: 175px;
	margin-left: 20px;
	margin-top: 5px;
}

#BCT-HomeStrapline {
	float: left;
	overflow: hidden;
	width: 180px;
	height: 175px;
	margin-right: 5px;
}

#BCT-HomeColumns {
	width: 740px;
	margin-left: 20px;
}

#BCT-HomeColumns p {
	margin: 5px;
}

#BCT-HomeColumns h2 {
	margin: 0;
}


#BCT-HomeColumn1, #BCT-HomeColumn2, #BCT-HomeColumn3, #BCT-HomeColumn4 {
	float: left;
	width: 180px;
	margin-top: 5px;
	margin-right: 5px;
}


#BCT-columns {
	position: relative;
	width: 780px;
	top: 5px;
	background-color: #fff;
}

#BCT-colleft {
	position: relative;
	float: left;
	width: 180px;
	margin-left: 20px;
	background-color: #fcfcfc;
}

#BCT-contenttext {
	position: relative;
	float: left;
	width: 475px;
	text-align: justify;
}

#BCT-contenttextnarrow {
	position: relative;
	float: left;
	width: 440px;
	text-align: justify;
}

#BCT-colright {
	position: relative;
	float: left;
	width: 120px;
/*	border: 1px solid #ebe8c9; */
	top: 20px;
}


#BCT-BannerMore {
	position: relative;
	width: 780px;
	top: 5px;
	left: 20px;
}


#BCT-footer {
	position: relative;
	width: 780px;
	height: 75px;
	clear: both;
	margin-top: 0px;
}

#BCT-footer-line {
	padding-top: 20px;
}

#BCT-footer-left {
	float: left;
	width: 370px;
	padding: 10px;
	padding-top: 2px;
}

#BCT-footer-right {
	float: left;
	width: 370px;
	padding: 10px;
	padding-top: 2px;
	text-align: right;
}


/* Other Layout Bits
   ---------------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


.ClearBoth {
	clear: both;
}


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}

div.spacer {
	clear: both;
	height: 1px;
}

div.DivFloatLeft {
	float: left;
	margin: 1px;
}

div.DivCenter {
	text-align: center;
}
