/******** COLOURS *******

#333333		text colour
#CC0000		link red

#E7E9E9		mid grey (menu bg)
#F0F1F1		light grey (menu highlight)


*/

/******** CSS RESET ********/
/* courtesy of Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/*
ol, ul {
	list-style: none;
}
*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******** UTILITY ********/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}

#SilverStripeNavigatorMessage {
	display:none;
}

/******* TAGS ********/

html {
}
body {
	background:#2E2E2E url('../images/body_bg.gif') center top;
	font-family:Tahoma;
	color:#333333;
	font-size:75%;
}

html > body {
	font-size:12px;
}


a {
	text-decoration:none;
	color:#CC0000;
}
	a:link {

	}
		a:focus {
			
		}
		a:active {
		}
		a:visited {
		}
		a:hover {
			
		}

h1 {
	font-size:1.67em;
	color:#000000;
}


h2 {
	
}

h3 {
	font-size:1.17em;
}

h4 {
	font-weight:bold;
}


.typography p, .typography ul {
	line-height:1.2em;
	margin-top:1em;
}

strong, b {
	font-weight:bold;
}

i, em {
	font-style:italic;
}


/******* STRUCTURE ********/

#Wrapper {
	width:780px;
	margin:0px auto;
}


	

.contentContainer {
	background:#FFFFFF url('../images/contentcontainer_bg.gif') top left repeat-y;
	position:relative;
}

.contentContainerEnd {
	background-position:-9px 0;
	width:762px;
	margin-left:9px;
	height:9px;
	position:relative;
}

	.contentContainerEnd div {
		height:9px;
		width:9px;
		background:url('../images/contentcontainer_corners.gif') no-repeat;
	}

		.leftCorner {
			position:absolute;
				left:-9px;
		}

		.rightCorner {
			position:absolute;
				right:-9px;
				top:0px;
		}

	#ContainerTop {
	}
		#ContainerTop .leftCorner {
			background-position:top left;
		}
		#ContainerTop .rightCorner {
			background-position:top right;
		}
	
	#ContainerBottom {
	}
		#ContainerBottom .leftCorner {
			background-position:bottom left;
		}
		#ContainerBottom .rightCorner {
			background-position:bottom right;
		}


#Sidebar {
	width:170px;
	float:left;
}

#Content {
	margin-left:170px;
	padding:9px 18px;
}



/******* HEADER ********/

#Header {
	margin-top:28px;
	height:90px;
	position:relative;
}
	#Header h2 {
		position:absolute;
			left:0;
			top:0;
		width:379px;
		height:90px;
		margin:0px;
	}
		#Header h2 img {
		position:absolute;
			top:0;
			left:0;
		}


/******* MAIN MENU ********/

#MainMenu {
	width:152px;
	float:left;
	margin:9px 0 9px 18px;
}
	#MainMenu li {
		list-style-type:none;
		border-bottom:1px solid #CCCCCC;
	}
	
	#MainMenu li a, #MainMenu li span {
		display:block;
		line-height:22px;
		padding-left:18px;
	}
	
	#MainMenu li.current span, #MainMenu li.section a {
		background:#F0F1F1 url('../images/mainmenu_current_bg.gif') top right repeat-y;
	}
	
	#MainMenu li a:hover, #MainMenu li a:focus {
		background:#F0F1F1;
	}
	
	#MainMenu li.first {
		border-top:1px solid #CCCCCC;
	}




/******* PAGE ********/

.childMenu {
	font-weight:bold;
}

.typography img {
	margin:18px 18px 0px 0px;
	float:left;
	
}

.typography img.right {
	margin-right:0px;
}

/******* FOOTER ********/

#Footer {
	padding:0px 9px 0px 9px;
	color:#999999;
	font-size:0.9em;
	line-height:1.5em;
}
	#Footer p {
		float:right;

	}
	
	#Footer a {
		color:#FFFFFF;
	}
	
	#Footer span {
		float:left;
	}


/******** HOME PAGE ********/

.homepageThumbs {
	list-style-type:none;
}
	.homepageThumbs li {
		margin:0 0 18px 20px;
		float:left;
		
	}
	.homepageThumbs li.item1, .homepageThumbs li.item4 {
		margin-left:0px;
	}
		.homepageThumbs a {
		}
		.homepageThumbs h2.old {
			font-weight:normal;
			background:#E7E9E9;
			display:block;
			margin:0px;
			border-top:1px solid #CCCCCC;
			border-bottom:1px solid #CCCCCC;
			padding:4px;
		}
		
		.homepageThumbs h2 {
			font-weight:normal;
			display:block;
			margin:0px;
			padding:4px 8px;
			
			text-align:left;
			

			
			font-weight:bold;
		}
		
		
		.homepageThumbs img {
			margin:0;
			padding:0;
			float:none;
		}




/******** CONTACT FORM ********/

.contactDetails {
}
	.contactDetails li {
		list-style-type:none;
	}



.fieldList {
	list-style:none;
}
	.formField {
		padding:4px 8px;
		background:#E7E9E9;
	}

		.formField label {
			display:block;
			float:left;
			width:100px;
		}

		.formField .text {
			width:200px;
		}
		
		.headerField {
			background:#F0F1F1;
			border-bottom:1px solid #CCCCCC;
		}
		
		.formField .text, .formField textarea {
			/* border:1px solid red; */
		}
		
			textarea, input {
				font-family:Tahoma, Arial;
				padding:2px;
				font-size:12px;
			}

			.fieldList li.error {	/* if I write this as .formField.error, the bg colour doesn't show up in ie */
				background-color:#F9D8D8;
				color:#FF0000;
			}
				.fieldList li.error label.error {
					margin-left:100px;
					font-size:90%;
					padding-top:0px;
					width:auto;
					float:none;
					display:block;
				}	

.fieldList li.formResponse p {
	margin-top:0;
}












