/* Start of CMSMS style sheet 'millco : gubbins' */
/* fancy formatting and thing for the millco layout */
#header .title{
	font-size:240%;
	}
#header .tagline{
	font-size:90%;
	letter-spacing: 4px;
	}

.block{
	border: 1px solid #bbb;
	padding: 5px;
	color:#666;
	background: #eee;
	font-size:90%;
}

.box {
	text-align:center;
	font-weight:bold;
	background-color: #FFD080;
	color: #000;
	border:1px solid #AA6B00;
	}

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
	position: absolute;
	left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

	
.contentspuff{
	float:left;
	width:150px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px 2px 0px 0px;
	border-left-style:solid;
	border-width:0px 0px 0px 1px;
	border-color:#7495A4;
}

img.contentspuff{
	margin:0px 0px 0px 0px;
}	

.contentspuff_title{
	line-height:16px;
	font-family:Arial;
	font-size:120%;
	font-weight: lighter;
	color:#990000;
}

a.contentspuff_more{
	text-align:right;
}	

a.contentspuff_title{
	line-height:16px;
	font-family:Arial;
	font-size:120%;
	font-weight: lighter;
	color:#990000;
}	

a.contentspuff_titleheader{
	line-height:16px;
	font-family:Arial;
	font-size:140%;
	font-weight: lighter;
	color:#000000;
}	

.contentspuff_more{

}	

.imageleft{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid black;
	}
	
.imageleftnob{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}

.imageright{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border:1px solid black;
	}
	
.imagerightnob{
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	}

.none{
	display:none;
	}

.smaller{
	font-size:80%;
	}

div.news{	
		width:180px;
		float:right;
		border:1px solid  #7495A4;
		margin-left:10px;
		margin-bottom:10px;
		font-size:88%;
		}
div.newsHeading{
		color:#eee;
		background:#7495A4;
		padding:2px;
		font-size:110%;
		font-weight:bold;
		text-align:center;
		}
div.newsContent{
		padding:3px;
		}


#feedback, .feedback, #CPDfeedback, .CPDfeedback{

	padding:5px;
	border:1px dotted #E1EAD0;
	color: red;
	margin-top:5px;
	margin-bottom:5px;
}

/* End of 'millco : gubbins' */

