@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

html, body{
	padding:0;
	margin:0;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
}

#container{
	position:relative;
	width:840px;
	margin:0 auto -100px auto;
	min-height:100%;
	height:auto !important; /* IE6 hack */
	height:100%; /* IE6 hack */
}


#menu{
	width:840px;
	height:40px;
	background-image:url(menu.jpg);
	background-repeat:no-repeat;
	padding:5px 0;
}

#header{
	position:relative;
	width:840px;
	height:110px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}

	#title{
		position:relative;
		width:300px;
		height:40px;
		top:35px;
		left:0;
	}

	#subtitle{
		position:relative;
		width:175px;
		height:25px;
		top:40px;
		left:0;
	}

#print{
	float:left;
}

#submenu{
	width:530px;
	padding:25px 0 0 0;
	margin:0;
	font-size:120%;
}

	#submenu p{
		padding:0;
		margin:0;
		color:#686762;
		font-size:inherit;
	}

	#submenu a:link, #submenu a:visited{
		color:#686762;
		text-decoration:none;
		border-bottom:1px dotted #686762;
		font-size:inherit;
	}

	#submenu a:hover{
		color:white;
		background-color:#686762;
		text-decoration:none;
		font-size:inherit;
	}


#centre{
	width:840px;
	padding:0;
	margin:0;
}

	#content{
		float:left;
		width:530px;
		padding:25px 0 20px 0;
		margin:0;
	}

	#print-title{
		display:none;
	}
		
		#content h1{
			padding:0;
			margin:0 0 12px 0;
			font-size:140%;
			font-weight:normal;
			color:#000;
			font-variant:small-caps;
		}

		#content h2{
			padding:0;
			margin:0 0 12px 0;
			font-size:120%;
			font-weight:normal;
			font-style:italic;
			color:#000;
			font-variant:small-caps;
		}

		#content p, #content td{
			padding:0;
			margin:0 0 8px 0;
			color:#3B3B3B;
		}
	
		#content ul {
			margin:0 0 0 15px;
			padding:0 0 8px 0;
			color:#3B3B3B;
			list-style-position:outside;
		}
		
		#content ol {
			margin:0 0 0 20px;
			padding:0 0 8px 0;
			color:#3B3B3B;
			list-style-position:outside;
		}

		#content li {
			padding:0 0 8px 0;
		}

		#content a:link, #content a:visited{
			color:#3B3B3B;
			text-decoration:underline;
		}
	
		#content a:hover{
			color:white;
			background-color:#3B3B3B;
			text-decoration:none;
		}

	.case-study-wrapper{
		float:right;
		width:221px;
		margin:25px 0 10px 0;
	}

	.case-study{
		float:right;
		clear:right;
		width:217px;
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		border:#C4C1D6 2px solid;
	}
	
		.case-study #cs-heading{
			width:217px;
			overflow:hidden;
			background-color:#C4C1D6;
		}
		
			.case-study #cs-heading h1{
				padding:4px 0 8px 5px;
				margin:0;
				font-size:100%;
				font-weight:bold;
				color:#3B3B3B;
				font-variant:small-caps;
			}

		.case-study #cs-content{
			width:217px;
			padding:0;
			margin:0;
			overflow:hidden;
		}

			.case-study #cs-content p{
				padding:5px 5px 0 5px;
				margin:0;
				font-size:95%;
				color:#3B3B3B;
			}

#push{
	clear:both;
	width:100%;
	height:100px;
}

#footer{
	position:relative;
	clear:both;
	width:100%;
	height:100px;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
}

	#footer-text{
		position:relative;
		width:840px;
		height:80px;
		padding:10px 0;
		margin:0 auto;
		clear:both;
	}

		#footer-text p{
			color:#FFF;
			font-size:100%;
			padding:0;
			margin:0;
		}
		
		#footer-text a:link, #footer-text a:visited{
			color:#FFF;
			text-decoration:underline;
		}
	
		#footer-text a:hover{
			color:#3B3B3B;
			background-color:#FFF;
			text-decoration:none;
		}

.clear{
	clear:both;
}

#content span.error-msg, #content a.confirm{
color:#A42B32;
}

#content span.success-msg{
color:#2A3147;
}

td{
	height:25px;
}

p.left {
    text-align:left;
}

p.right {
    text-align:right;
}

p.center {
    text-align:center;
}

abbr, acronym{
    border-bottom:1px dashed;
    cursor:help;
}

img.left {
    float:left;
    margin:0 15px 15px 0;
}

img.right {
    float:right;
    margin:0 0 15px 15px;
}

#content img {
    border:1px solid #3B3B3B;
	padding:1px;
}

#content img.print {
    border:none;
}



