body {
	background: #fff;
	color: #dde9ed;
	font-size: 100%;
	font-weight: regular;
}

p, ul, ol {
	font-family: "lucida grande",tahoma,arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, table, .cta_level1, .cta_level2, #spielbox_signup, #protopanel_controls, #masthead_nav {
	font-family: arial, sans-serif;
}

#content_wrap1 {
	background: #fff url('../img/global/bg_content_wrap1.png') 0 0 repeat-x;
	color: #5b6d75;
	padding-top: 15px;
}

#content_wrap2 {
	background: #e8edef url('../img/global/bg_content_wrap2.png') 0 0 repeat-x;
	color: #5c7885;
	padding: 10px 0 5px;
}

#masthead, #spiel, #buckets, #feed_container, #footer, .content_wrap {
	margin: 0 auto;
	width: 940px;
}

.content_wrap {
	overflow: hidden;
	padding-bottom: 25px;
}

#masthead {
	background: #fff url('../img/global/bg_masthead.png') 0 1px repeat-x;
	border: 1px solid #cbd7da;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 3px 3px #dedede;
	-moz-box-shadow: 0 3px 3px #dedede;
	-webkit-box-shadow: 0 3px 3px #dedede;
	margin-bottom: 20px;
	overflow: hidden;
	width: 980px;
}
	#masthead_branding {
		float: left;
		line-height: 1;
		margin: 10px 0 0 20px;
		padding: 0;
	}	
	#masthead_branding img {
		border: none;
		margin: 0;
		padding: 0;
	}
	#masthead_branding span {
		display: none;
	}
	#masthead_nav {
		background: #fff url('../img/global/bg_masthead_nav.png') 0 1px repeat-x;
		float: right;
		font-size: 0.875em;
		margin-right: 5px;
		overflow: hidden;
	}
		#masthead_nav li {
			display: block;
			float: left;
			margin-left: 1px;
		}
		#masthead_nav li {
			display: block;
			float: left;
		}
			#masthead_nav .page_link {
				background: #fcfcfc url('../img/global/bg_masthead_nav_link.png') 0 -180px repeat-x;
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
				color: #87989b;
				display: block;
				font-weight: normal;
				padding: 1.85em 10px;
				text-shadow: 0 1px 0 #fff;
			}
			#masthead_nav .login_link_container, #masthead_nav .signup_link_container {
				background: #fff url('../img/global/bg_masthead.png') 0 1px repeat-x;
			}
			#masthead_nav .login_link_container {
				margin-left: 0;
			}
			#masthead_nav .login_link, #masthead_nav .signup_link {
				background: #407296 url('../img/global/bg_masthead_nav_login_link.png') 0 0 repeat-x;
				border: 1px solid #4e7bae;
				border-radius: 5px;
					-moz-border-radius: 5px;
				border-top-left-radius: 0;
					-moz-border-radius-topleft: 0;
				border-bottom-left-radius: 0;
					-moz-border-radius-bottomleft: 0;
				color: #fff;
				display: block;
				margin: 1.2em 15px 1em 0;
				padding: 8px;
				text-shadow: 0 -1px 0 #365973;
			}
			#masthead_nav .signup_link {
				background: #b44f1f url('../img/global/bg_masthead_nav_signup_link.png') 0 0 repeat-x;
				border-color: #a75727;
				border-radius: 5px;
					-moz-border-radius: 5px;
				border-top-right-radius: 0;
					-moz-border-radius-topright: 0;
				border-bottom-right-radius: 0;
					-moz-border-radius-bottomright: 0;
				margin: 1.2em 0 1em 15px;
				text-shadow: 0 -1px #a2522c;
			}
			#masthead_nav .page_link:hover {
				background-position: 0 0;
				color: #5b6d75;
				text-decoration: none;
			}
			#masthead_nav .login_link:hover, #masthead_nav .signup_link:hover {
				background-position: 0 -60px;
				text-decoration: none;
			}
			#masthead_nav .login_link:hover {
				background-color: #62a7cb;
				border-color: #80a3b7;
			}
			#masthead_nav .signup_link:hover {
				background-color: #b96931;
				border-color: #c78c69;
			}
			#masthead_nav .page_link.current, #masthead_nav .page_link:active, #masthead_nav .page_link:focus {
				background-color: #fff;
				background-position: 0 -360px;
				border-left: 1px solid #eaecec;
				border-right: 1px solid #eaecec;
				box-shadow: inset 0 2px 5px #dde0e1;
				-moz-box-shadow: inset 0 2px 5px #dde0e1;
				-webkit-box-shadow: inset 0 2px 5px #dde0e1;
				color: #353e44;
				text-decoration: none;
			}
			#masthead_nav .login_link.current, #masthead_nav .login_link:active, #masthead_nav .login_link:focus {
				background: #77a5c3 url('../img/global/bg_masthead_nav_login_link.png') 0 -120px repeat-x;
				border-color: #31587a;
				border-bottom-color: #5985a2;
				box-shadow: inset 0 2px 5px #31587a;
				-moz-box-shadow: inset 0 2px 5px #31587a;
				-webkit-box-shadow: inset 0 2px 5px #31587a;
				text-decoration: none;
				text-shadow: 0 -1px 0 #365973;
			}
			#masthead_nav .signup_link.current, #masthead_nav .signup_link:active, #masthead_nav .signup_link:focus {
				background: #e88442 url('../img/global/bg_masthead_nav_signup_link.png') 0 -150px repeat-x;
				border-color: #814427;
				border-bottom-color: #c78c69;
				box-shadow: inset 0 2px 5px #814427;
				-moz-box-shadow: inset 0 2px 5px #814427;
				-webkit-box-shadow: inset 0 2px 5px #814427;
				text-decoration: none;
				text-shadow: 0 -1px 0 #814427;
			}

#spiel {
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}
#spielbox {
	background: #f4f5f5;
	border: 5px solid #fff;
	box-shadow: 0 2px 5px #d9d9d9;
	-moz-box-shadow: 0 2px 5px #d9d9d9;
	float: left;
	height: 21.25em;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 260px;
}
	#spielbox h2 {
		color: #35444b;
		font-weight: bold;
		font-size: 1.125em;
		line-height: 0.75;
		margin-bottom: 15px;
	}
	#spielbox p {
		color: #5b6d75;
		font-size: 0.875em;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#spielbox_signup {
		bottom: 15px;
		display: block;
		font-size: 1.5em;
		line-height: 1;
		padding: 10px 0;
		position: absolute;
		text-align: center;
		width: 258px;
	}

#action_panels {
	float: right;
	height: 23.75em;
	margin: 0;
	overflow: auto;
	position: relative;
}
	#action_panels .panel {
		height: 23.75em;
		width: 618px;
	}
	
	#action_panels .panel_text {
		float: right;
		width: 320px;
	}
	
	#action_panels .panel_text p {
		color: #4e5d61;
		font-size: 0.875em;
		line-height: 1.5;
	}
	#action_panels .panel_text h3 {
		color: #353e44;
		font-size: 2.25em;
		font-weight:bold;
		margin: 0;
	}

#get_connected {
	background: transparent url('../img/illustrations/contractors_1.png') 0 0 no-repeat;
}
#get_connected .panel_text {
	margin: 130px 0 0 0;
}

#get_cleared {
	background: transparent url('../img/illustrations/contractors_2.png') 0 0 no-repeat;
}
#get_cleared .panel_text {
	margin: 140px 0 0 0;
}

#get_to_work {
	background: transparent url('../img/illustrations/contractors_3.png') 0 0 no-repeat;
}
#get_to_work .panel_text {
	margin: 120px 0 0 0;
}

#work_faster {
	background: transparent url('../img/illustrations/organisations_1.png') 0 0 no-repeat;
}
#work_faster .panel_text {
	margin: 100px 0 0 0;
}

#work_cheaper {
	background: transparent url('../img/illustrations/organisations_2.png') 0 0 no-repeat;
}
#work_cheaper .panel_text {
	margin: 140px 0 0 0;
}

#work_smarter {
	background: transparent url('../img/illustrations/organisations_3.png') 0 0 no-repeat;
}
#work_smarter .panel_text {
	margin: 120px 0 0 0;
}
/**
 * Protopanel
 */
#protopanel_controls {
	bottom: 0;
	left: 0;
	position: absolute;
}
	#protopanel_controls li {
		display: block;
		float: left;
	}
	#protopanel_controls li a {
		display: block;
		height: 40px;
		width: 40px;
		position: relative;
	}
	#protopanel_controls li a span {
		background: url('../img/global/protopanel_controls.png') 0 -80px no-repeat;
		height: 100%;
		position: absolute;
		text-indent: -9999em;
		width: 100%;
	}
	#protopanel_controls li a:hover span, #protopanel_controls li a:active span, #protopanel_controls li a:focus span {
		background-position: -40px -40px;
	}
	#protopanel_controls li a:active {
		margin-top: -2px;
	}
	#protopanel_controls li.current a span, #protopanel_controls li.current a:active span {
		background-position: 0 0;
	}
	#protopanel_controls li.current a:focus span {

	}

h1.technique-eight {
        width: 350px; height: 75px;
        position: relative;
        }
        h1.technique-eight span {
                background: url("images/header-image.jpg");
                position: absolute;
                width: 100%;
                height: 100%;
        }

#buckets {
	color: #5c7885;
	margin: 20px auto;
	overflow: hidden;
}
#buckets .bucket {
	float: left;
	margin-right: 20px;
}
	#buckets .bucket.last {
		margin-right: 0;
	}
	#buckets .bucket h4 {
		color: #353e44;
		font-size: 1.125em;
		font-weight: bold;
		padding-left: 40px;
	}
	.qa_bucket_answers {
		font-size: 0.75em;
		line-height: 1.5;
		margin-bottom: 0;
		text-shadow: 0 1px 0 #fff;
	}
		ul.qa_bucket_answers li {
			background: transparent url('../img/global/bg_icons.png') 0 15px no-repeat;
			display: block;
			height: 6em;
			margin: 20px 0 0;
			padding-left: 40px;
		}
	#contractors_qa_bucket2 li {
		background-position: 0 -75px;
	}
	#contractors_qa_bucket3 li {
		background-position: 0 -165px;
	}
	#organisations_qa_bucket1 li {
		background-position: 0 -165px;
	}
	#organisations_qa_bucket2 li {
		background-position: 0 -260px;
	}
	#organisations_qa_bucket3 li {
		background-position: 0 -350px;
	}

#features_link {
	clear: both;
	display: block;
	margin: 20px auto;
	width: 12em;
}

#foot_wrap {
	
}
#footer {
	overflow: hidden;
	padding: 20px 0 0;
}
	#copyright, #social, #foot_linkage {
		float: left;
	}
	#copyright, #foot_linkage a {
		color: #83979d;
		font-size: 0.75em;
		font-weight: normal;
		text-shadow: 0 -1px 0 #fff;
	}
	
	#foot_linkage {
		float: right;
		overflow: hidden;
		padding-bottom: 5px;
	}
	#foot_linkage li {
		float: left;
		margin-left: 20px;
	}
	#foot_linkage li a {
		display: block;
		text-align: right;
	}
	#foot_linkage li a:hover {
		color: #3d454c;
	}
	
	#find_us_heading {
		color: #869499;
		margin-top: -2px;
		font-weight: bold;
		font-size: 1.125em;
		text-align: center;
	}
	
	#social {
		margin-left: 20px;
	}
	#social ul {
		margin: 10px auto;
		overflow: hidden;
		width: 127px;
	}
	#social ul li {
		display: block;
		float: left;
		height: 43px;
		position: relative;
		width: 42px;
	}
	#social ul li a {
		display: block;
		margin-right: 5px;
		overflow: hidden;
		text-indent: -999em;
	}
		#social ul li a:active {
			padding-top: 5px;
		}
	#social ul li span {
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
	}
	#facebook_link span {
		background: transparent url('../img/global/sociable/facebook.png') 0 0 no-repeat;
	}
	#twitter_link span {
		background: transparent url('../img/global/sociable/twitter.png') 0 0 no-repeat;
	}
	#linkedin_link span {
		background: transparent url('../img/global/sociable/linkedin.png') 0 0 no-repeat;
	}
	
/**
 * Login page
 */
#login_wrap {
	width: 270px;
	margin: 30px auto 20px;
	overflow: hidden;
}
#login_form_heading, #signup_form_heading, #contact_form_heading {
	font-size: 1em;
}

#forgotten {
	display:  block;
	font-size: 0.875em;
	margin: 0 20px 20px;
	text-align: center;
}
#login_button {
	margin: -10px 20px 10px 0;
}
#recovery_button {
	margin: 0 20px 0 0;
}

/**
 * Contact page
 */
#support_communty_link {
	display: block;
	font-size: 1.143em;
	margin: 10px 40px;
	padding: 5px;
	text-align: center;
}

/**
 * Legal Blurb
 */
#legal {
	font-size: 0.75em;
	list-style: decimal;
	line-height: 1.5;
	margin: 0 20px;
}

#legal .section_header {
	font-size: 1.25em;
	font-weight: bold;
}

#legal li {
	margin: 0 0 10px;
}

#legal ol {
	list-style: decimal;
	line-height: 1.5;
	padding: 0 20px;
}

#legal .section_header ol, #legal .section_header ul {
	font-size: 0.875em;
	font-weight: normal;
}

#legal ul {
	padding: 0 20px;
	list-style: disc;
}

#legal_blurb_container {
	padding: 10px;
	width: 800px;
}
.legal_page_heading {
	color: #353e44;
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 20px;
}
.legal_page_heading_text {
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 20px;
}

/**
 * Feed
 */
#feed_wrap {
	background: #fff url('../img/global/bg_footer.png') 0 0 repeat-x;
}
#feed_container {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 5px;
}
.feed_chunk {
	background: #f4f5f5;
	border-bottom: 1px solid #d7dfe3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 2px 0 #d7dfe3;
	-moz-box-shadow: 0 2px 0 #d7dfe3;
	color: #5c7885;
	float: left;
	height: 14em;
	margin: 0 20px 0 0;
	padding: 20px;
	width: 260px;
}


#feed_container .last {
	margin: 0;
}

.feed_chunk .heading {
	font-size: .875em;
	font-weight: bold;
}
.feed_chunk .date {
	border-bottom: 1px solid #d7dfe3;
	font-size: .75em;
	margin-bottom: 0;
	padding: 10px 0;
}
.feed_chunk .body {
	border-top: 1px solid #fff;
	font-size: .75em;
	line-height: 1.5;
	padding-top: 10px;
}
.feed_chunk .body a {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

/**
 * Case Studies
 */
#cs_scroller_wrap {
	padding-bottom: 20px;
}

#cs_companies {
	background: #f4f5f5;
	border-bottom: 1px solid #d7dfe3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #5c7885;
	overflow: hidden;
	padding: 20px 20px 20px 112px;
}

#cs_companies .heading {
	color: #424a50;
	float: left;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 12px;
}

.cs_overview {
	background: #f4f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7dfe3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	box-shadow: 0 2px 0 #d7dfe3;
	-moz-box-shadow: 0 2px 0 #d7dfe3;
	color: #5c7885;
	padding: 20px;
}
#cs_orgs_list {
	display: block;
	float: left;
	overflow: hidden;
}
#cs_orgs_list .org {
	float: left;
	margin-left: 20px;
}

#cs_orgs_list .org a {
	display: block;
	float: left;
	height: 40px;
	overflow: hidden;
	position: relative;
}

#cs_orgs_list .org span {
	background: url('../img/organisations/listLogos.png') 0 -40px no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

#cs_orgs_list .org.nhs a {
	border-bottom: 3px solid #b4d7ec;
	width: 68px;
}
	#cs_orgs_list .org.nhs a:hover {
		border-color: #007ac3;
	}
	#cs_orgs_list .org.nhs a:hover span {
		background-position: 0 -40px;
	}
#cs_orgs_list .org.sand_resources a {
	width: 142px;
}
	#cs_orgs_list .org.sand_resources span {
		background-position: -68px -40px;
	}
	#cs_orgs_list .org.sand_resources a:hover span {
		background-position: -68px -40px;
	}
#cs_orgs_list .org.iumbrella a {
	width: 62px;
}
	#cs_orgs_list .org.iumbrella span {
		background-position: -300px -40px;
	}
	#cs_orgs_list .org.iumbrella a:hover span {
		background-position: -300px -40px;
	}
#cs_orgs_list .org.working_lives a {
	width: 90px;
}
	#cs_orgs_list .org.working_lives span {
		background-position: -210px -40px;
	}
	#cs_orgs_list .org.working_lives a:hover span {
		background-position: -210px -40px;
	}
#cs_orgs_list .org.volt_pharma a {
	width: 64px;
}
	#cs_orgs_list .org.volt_pharma span {
		background-position: -362px -40px;
	}
	#cs_orgs_list .org.volt_pharma a:hover span {
		background-position: -362px -40px;
	}
.cs_overview {
	overflow: hidden;
	padding: 10px 112px;
}
	.cs_company_logo, .cs_overview_text, .cs_download {
		display: block;
		float: left;
		font-size: 0.875em;
		line-height: 1.3;
	}
	.cs_company_logo {
		margin-left: 60px;
	}
	.cs_overview_text {
		float: left;
		margin: 20px 0 10px;
		width: 520px;
	}
	.cs_download {
		font-weight: normal;
		float: right;
		margin-top: 18px;
		padding: 10px;
	}

/**
 * Forms
 */
#signup_form, #login_form, #contact_form {
	float: left;
	width: 530px;
}
#login_form, #contact_form {
	margin: 20px 0;
}
#login_form .gf_error {
	margin: 0 20px;
}
#forgotten, #forgotten:hover, #forgotten:active, #forgotten:focus {
	color: #3497d9;
}

/**
 * Billboards
 */
.billboard {
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 75px 0 0;
}
	.billboard .heading {
		color: #353e44;
		font-size: 2.25em;
		font-weight: bold;
		line-height: 1.1;
	}
	.billboard .spiel {
		font-size: 0.875em;
		line-height: 1.5;
		margin: 10px 0;
	}

#billboard_cta {
	display: block;
	float: left;
	font-size: 1.5em;
	margin: 0 0;
	padding: 10px 20px;
}

#login_billboard {
	background: url('../img/login/this_is_free.png') bottom right no-repeat;
	padding-bottom: 65px;
}

#contact_billboard {
	padding: 30px 0 0;
}
#contact_deets {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#contact_deets th, #contact_deets td {
	font-size: 0.875em;
	padding: 10px 5px 20px;
}
#contact_deets th {
	font-weight: bold;
	padding: 20px 5px 0;
}
#contact_deets td {
	vertical-align: text-top;
}
/**
 * Buttonage
 */
a.cta_level1, a.cta_level2 {
	background: #669d07 url('../img/global/bg_cta_level1.png') 0 0 repeat-x;
	border: 1px solid #7f9c22;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 #497704;
}
a.cta_level1:hover, a.cta_level2:hover {
	background-color: #7db322;
	background-position: 0 -100px;
	border-color: #819d6b;
	text-decoration: none;
}
a.cta_level1:active, a.cta_level1:focus, a.cta_level2:active, a.cta_level2:focus {
	background-color: #9dcb0e;
	background-position: 0 -200px;
	border-color: #809a6a;
	box-shadow: inset 0 2px 5px #5d871a;
	-moz-box-shadow: inset 0 2px 5px #5d871a;
	text-decoration: none;
	text-shadow: 0 1px 0 #497704;
}
a.cta_level2 {
	background: #ad530f url('../img/global/bg_cta_level2.png') 0 0 repeat-x;
	border-color: #a75727;
	text-shadow: 0 -1px #945418;
}
a.cta_level2:hover {
	border-color: #d08a60;
}
a.cta_level2:active, a.cta_level2:focus {
	border-color: #a75727;
	box-shadow: inset 0 2px 5px #945418;
	-moz-box-shadow: inset 0 2px 5px #945418;
	text-shadow: 0 1px 0 #945418;
}


/**
 * Textage
 */
.bold {
	font-weight: bold;
}

