body {
	background-color: #646464;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: arial;
	font-size: 12px;
	color: #545454;
}

a {
	color: #F4112C;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

em {
	font-style: italic;
}

#layout {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background-color: #646464;
	background-image: url(../images/bg-design.jpg);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
}

	#container #header {
		width: 824px;
		margin-left: 63px;
		float: left;
		margin-bottom: 15px;
		margin-top: 15px;		
	}
		#container #header .logo {
			float: left;
		}
		#container #header .title {
			float: right;
			padding-left: 10px;
			border-left: solid 2px #ff0000;
			font-size: 23px;
			padding-top: 0px;
			font-weight: bold;
			margin-top: 80px;
		}
		
	#container #page {
		margin-top: 10px;
		margin-left: 62px;
		width: 824px;
		padding-left: 3px;
		float: left;
	}
		#container #page .page-header {
			width: 808px;
			height: 22px;
			float: left;
			background-image: url(../images/page-header.jpg);
			background-repeat: no-repeat;
			padding-left: 16px;
			padding-top: 14px;
		}
			#container #page .page-header .title-bar {
				border-left: solid 2px #ff0000;
				padding-left: 8px;
				font-weight: bold;
				line-height: 12px;
				width: 600px;
			}
			
		#container #page .page-footer {
			width: 824px;
			height: 29px;
			float: left;
			background-image: url(../images/page-footer.jpg);
			background-repeat: no-repeat;
			padding-bottom: 30px;
		}
		#container #page .page-body {
			width: 816px;
			float: left;
			border-left: solid 4px #F2F2F2;
			border-right: solid 4px #F2F2F2;
			padding-bottom: 20px;
			background-color: #ffffff;
		}
		
/* HOME PAGE STYLES */

.home-panels {
	width: 793px;
	border-bottom: solid 4px #F2F2F2;
	padding-top: 30px;
	padding-left: 23px;
	padding-bottom: 10px;
	float: left;
}
	.home-panels .panels {
		width: 770px;
		float: left;
	}
	.home-panels .strapline {
		width: 760px;
		float: left;
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 5px;
	}
		.home-panels .strapline .you {
			font-size: 35px;
			padding-right: 20px;
			border-right: solid 1px #D4D4D4;
			margin-right: 15px;
			float: left;
		}
		.home-panels .strapline .dpd-intro {
			float: left;
			padding-top: 5px;
			line-height: 16px;
			width: 575px;
		}

.col-50 {
	width: 240px;
	margin-top: 15px;
	margin-left: 23px;
	float: left;
}
	.col-50 .intro {
		float:  left;
		background-image: url(../images/arrow-red-right.jpg);
		background-repeat: no-repeat;
		background-position: 0px 10px;
		padding-left: 15px;
		padding-bottom: 10px;
		border-bottom: solid 1px #F2F2F2;
		line-height: 18px;
	}
		.col-50 .intro strong {
			font-size: 15px;
			line-height: 30px;
		}
	.col-50 .intro-buttons {
		padding-top: 10px;
		padding-left: 15px;
		float: left;
	}	
/* END HOME PAGE STYLES */

/* CONTENT STYLES */

#menu {
	width: 200px;
	float: left;
	margin-right: 32px;
	padding-top: 18px;
}
.menu {
	float: left;
}
	.menu li {
		list-style-type: none;
		width: 154px;
		background-color: #F2F2F2;
		padding: 9px 23px;
		font-weight: bold;
		font-size: 11px;
		background-image: url(../images/arrow-grey-right.gif);
		background-repeat: no-repeat;
		background-position: 12px 12px;
		border-bottom: solid 1px #ffffff;
		float: left;
	}
		.menu li:hover, .menu li:hover a {
			background-color: #BDBDBD;
			color: #ffffff !important;
		}
		.menu li:hover {
			background-image: url(../images/arrow-white-right.gif);
		}
		
		.menu li a {
			color: #545454;
			text-decoration: none;
			display: block;
		}
		.menu li.sep, .menu li .sep:hover {
			background-color: #F2F2F2;
			background-image: none;
		}
		
	.menu li.open {
		width: 154px;
		background-color: #F2F2F2;
		color: #ffffff;
		background-image: url(../images/arrow-red-down.gif);
		background-repeat: no-repeat;
		background-position: 12px 14px;
		border-bottom: solid 1px #ffffff;
		padding-left: 23px;
	}
		.menu li.open:hover a {
			color: #545454 !important;
			text-decoration: none;
			background-color: #F2F2F2;
		}
		
		
	.menu li.sub {
		width: 143px;
		background-color: #BDBDBD;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 22px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 34px;
	}
	
		.menu li.sub a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub:hover, .menu li.sub:hover a {
			background-color: #ABABAB;	
		}
		
	.menu li.active {
		width: 154px;
		background-color: #ABABAB;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 12px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 23px;
	}
	
		.menu li.active a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.active:hover, .menu li.active:hover a {
			background-color: #ABABAB;	
		}
		
	.menu li.sub.active {
		width: 143px;
		background-color: #ABABAB;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 22px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 34px;
	}
	
		.menu li.sub.active a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub.active:hover, .menu li.sub.active:hover a {
			background-color: #ABABAB;	
		}
	
	/* SUB SUB MENU ITEMS */
	
	.menu li.sub2 {
		width: 130px;
		background-color: #BDBDBD;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 35px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 47px;
	}
	
		.menu li.sub2 a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub2:hover, .menu li.sub2:hover a {
			background-color: #ABABAB;	
		}
		
	.menu li.sub2.active {
		width: 130px;
		background-color: #ABABAB;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 35px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 47px;
	}
	
		.menu li.sub2.active a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub2.active:hover, .menu li.sub2.active:hover a {
			background-color: #ABABAB;	
		}
		
	/* SUB SUB SUB MENU ITEMS */
	
	.menu li.sub3 {
		width: 117px;
		background-color: #BDBDBD;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 48px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 60px;
	}
	
		.menu .sub3 a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub3:hover, .menu li.sub3:hover a {
			background-color: #ABABAB;	
		}
		
	.menu li.sub3.active {
		width: 117px;
		background-color: #ABABAB;
		color: #ffffff;
		background-image: url(../images/arrow-white-right.gif);
		background-repeat: no-repeat;
		background-position: 48px 12px;
		border-bottom: solid 1px #ffffff;
		padding-left: 60px;
	}
	
		.menu li.sub3.active a {
			color: #ffffff;
			text-decoration: none;
		}
		.menu li.sub3.active:hover, .menu li.sub3.active:hover a {
			background-color: #ABABAB;	
		}

#content {
	width: 564px;
	float: left;
	padding-top: 18px;
	padding-right: 20px;
}
	#content h1 {
		font-size: 20px;
		padding-bottom: 5px;
		padding-left: 5px;
		border-bottom: solid 1px #DBDBDB;
		margin-bottom: 10px;
	}
	#content h2 {
		font-size: 16px;
		padding-bottom: 5px;
		padding-left: 5px;
		border-bottom: solid 1px #DBDBDB;
		margin-bottom: 10px;
		margin-top: 15px;
		float: left;
		width: 545px;
	}
	#content p {
		margin: 0.5em 0;
		padding-left: 5px;
		width: 515px;
		float: left;
	}
	#content p.panels {
		padding-left: 0px;
	}
	#content ul {
		margin-left: 25px;
		margin-top: 1em;
		margin-bottom: 1em;
		float: left;
		width: 475px;
	}
	#content ul li {
		background-image: url(../images/bullet-square.jpg);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding-left: 15px;
		margin: 0.2em 0;
	}
	
	.interactive {
		float: left;
		padding-bottom: 20px;
		margin-bottom: 10px;
		padding-top: 10px;
		border-bottom: solid 1px #DBDBDB;
		width: 515px;
		padding-left: 5px;
	}
		.interactive .button {
			margin-top:  5px;
			cursor: pointer;
		}
		.button {
			cursor: pointer;	
		}
		.interactive .field {
			float: left;
			width: 240px !important;
			padding-right: 10px;
			padding-top: 10px;
			margin: 0px !important;
		}
		.interactive .field3 {
			float: left;
			width: 225px !important;
		}
		.interactive .field2 {
			float: left;
			width: 500px !important;
		}
			.interactive .field label, .interactive .field2 label {
				padding-bottom: 5px;
				float: left;
				width: 220px;
			}
			.interactive .field2 label {
				padding-top: 5px;
			}
			.interactive .field input, .interactive .field2 input, .input-box  {
				padding: 3px;
				margin: 0px 5px 5px 0px;
				float: left;
			}
			.input-box  {
				border: solid 1px #DBDBDB;
				padding: 3px;
			}
			
			.interactive .field ul {
				margin-left: 0px !important;
				width: 140px !important;
				margin-bottom:  2em !important;
			}
				.interactive .field ul li {
					background-image: none !important;
					padding-left: 0px !important;
					line-height: 12px;
					padding-bottom: 5px;
				}
					.interactive .field ul li img {
						float: left;
						margin-right: 5px;
						cursor: pointer;
					}
			
table {
	float: left;
	width: 520px;
}

.question-set {
	padding-bottom: 20px;
	float: left;
}
	.question-set .question {
		border-bottom: solid 1px #DBDBDB;
		padding-bottom: 3px;
	}
	.question-set table {
		margin-left: 2px;
	}
		.question-set table td {
			border-bottom: dotted 1px #DBDBDB;
		}

.results {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #DBDBDB;
}
	.results table {
		width: 540px;
	}
		.results table tr td {

		}
		.results table tr td table {
			width: auto;
		}
			.results table tr td table tr td {
				width: 71px;
				text-align: center;
				font-weight: bold;
			}
			.results table tr td table tr td.bar {
				height: 100px;
				border: solid 1px #DBDBDB;
				background-color: #ff0000;
			}
			
			.idea {
				padding-top: 10px;
				font-weight: bold;
			}
			.select-idea {
				padding-bottom: 10px;
			}
		
textarea {
	font-family: arial;
	padding: 3px;
}	
.evalDesc {
	width: 500px;
	height: 150px;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
}
.evalDesc2 {
	width: 500px;
	height: 100px;
	padding: 5px;
	font-family: arial;
	font-size: 12px;
}

.error {
	color: #ff0000;
}

.example-heading {
	background-color: #f2f2f2;
	font-weight: bold;
	padding: 5px 0px;
}

.underline {
	border-bottom: solid 1px #DBDBDB;
	margin-top: 20px !important;
	float: left;
}

table th {
	text-align: left;
}

.objective {
	padding: 10px 25px;
	border-bottom: solid 1px #DBDBDB;
	float: left;
}
/* END CONTENT STYLES */
