img.venue {
	margin: 0 0 20px 0;
}

/* COURSES */

#booking_form legend {
	display: none;
}

fieldset#booking_step1,
fieldset#booking_step1b,
fieldset#booking_step2 {
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding: 40px 4px 4px 75px;
	margin: 10px 0 10px 0;
}

fieldset.additional {
	margin-bottom: 10px;
	border-bottom: 1px solid white;
}

fieldset#booking_step1 {
	background-color: #CD6667;
	background-image: url("/img/layout/cart1.gif");
	color: white;
}

fieldset#booking_step1b {
	background-color: #CD6667;
	background-image: url("/img/layout/cart1b.gif");
	color: white;
}

fieldset#booking_step2 {
	background-color: #D7DAE9;
	background-image: url("/img/layout/cart2.gif");
	color: black;
}

#booking_form div.field {
	overflow: auto;
	clear: both;
	margin: 5px 0 5px 0;
}

#booking_form div.field label {
	width: 100px;
	float: left;
	display: block;
	font-weight: bold;
	vertical-align: bottom;
}

#booking_form div.field input,
#booking_form div.field select,
#booking_form div.field div.radio {
	float: left;

}

/* MISC */

.nowrap {
	white-space: nowrap;
}

.vevent {
	margin: 0 0 10px 0;
}

/* TEAM PAGE */

#team .vcard {
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
}

#team .vcard .photo {
	float: left;
	margin: 0 5px 5px 0;
}

#team .vcard span.fn {
	font-weight: bold;
}

/* TESTIMONIALS */

#testimonials blockquote {
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: black;
}

#testimonials blockquote.last {
	border-bottom: none;
}

/* ACTION PLAN KEY POINTS */

.keypoints {
	margin-top: 40px;
	margin-left: 20px;
}

.keypoints li{
	color: #F3D9DC;
	margin-bottom: 5px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 20px;
}

.keypoints li span{
	color: #254379;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}

/* WRAPPER FOR WHOLE PAGE */

#wrap {
	width: 761px;
	margin: 20px auto 0 auto;
	color: #254379;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	border-right: 1px solid #c7d5e7;
}

#wrap a {
	text-decoration: none;
}

/* HEADER */

#head {
	height: 151px;
	background: url('/img/layout/head.jpg') no-repeat top left;
}

#header h1,
#header #title_byline {
	display: none;
}

#header {
	position: relative;
}

/* CONTACT US BIT ON HEADER */

#header #contactus {
	position: absolute;
	right: 15px;
	top: 15px;
	text-transform: uppercase;
	font-size: 11px;
	color: #254379;
	background-color: transparent;
}

#header #contactus a {
	color: #254379;
	font-weight: bold;
}

/* NAVIGATION */

#nav {
	position: relative;
}

#nav ul {
	display: block;
	padding: 9px 0 7px 0;
	margin: 0;
	height: 27px;
	width: auto;
	max-width: 761px;
	background: top left repeat-x url('/img/layout/nav.jpg');
	position: absolute;
	left: 1px;
	top: 115px;
	border-top: 1px solid white;
	list-style: none;
}

#nav ul li {
	list-style: none;
	display: block;
	height: 11px;
	float: left;
	font-size: 9px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-left: 1px solid white;
	text-transform: uppercase;
}

#nav ul li:first-child,
#nav ul li.first,
#nav ul li.current_first  {
	border-left: none;
}

#nav ul li.current a,
#nav ul li.current_first a {
	text-decoration: underline;
}

#nav ul li a {
	color: white;
}

/* END OF NAVIGATION */

/* BODY WRAPS AROUND THE CONTENT AND COLUMNS */

#body {
	background: url('/img/layout/body.jpg') no-repeat top left;
	padding: 1px; /* need padding to avoid margin collapsing */
	border-right: 1px solid #c7d5e7;
}

#body a {
	font-weight: bolder;
	color: #254379;
}

#content {
	width: 354px;
	padding: 5px 20px 1px 200px;
	font-size: 11px;
}

#content h2,
#content h3 {
	color: #c13f45;
}

#content h2 {
	font-size: 17px;
}

#content h3 {
	font-size: 14px;
}

/* LATEST NEWS */

#news_buttons {
	width: 174px;
	height: 22px;
	margin: 16px auto 0 auto;
	overflow: auto;
}

#blog a {
	display: block;
	background: url("/img/layout/blog_button.png") top center no-repeat;
	height: 0;
	width: 61px;
	padding-top: 22px;
	margin-right: 1px;
	overflow: hidden;
	float: left;

}

#latest_news a {
	display: block;
	background: url("/img/layout/news_button.png") top center no-repeat;
	height: 0;
	width: 112px;
	padding-top: 22px;
	overflow: hidden;
	float: left;
}

/* COLUMN POSITIONING */

#column_left, #column_right {
	position: absolute;
	top: 170px;
}

#column_left {
	width: 168px;
	left: 0;
	font-size: 11px;
}

#column_right {
	width: 196px;
	right: 5px;
}


h2#courses_header {
	padding: 7px 0 0 0;
	margin: 0 auto 0 auto;
	background: url("/img/layout/course_curves.png") top left no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 173px;;
	text-align: center;
}

#courses_body {
	width: 155px;
	padding: 6px 8px 8px 8px;
	margin: 0 auto 0 auto;
	border-color: #9999cc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	font-size: 11px;
}

#courses_body ul {
	list-style-image: url("/img/layout/gt_point.png");
	list-style-position: inside;
	padding: 0;
	line-height: 1.2em;

}

#next_course {
	background: #c13f45;
	color: white;
	padding: 6px;
	margin: 3px 0 5px 0;
	font-size: 1.1em;
}

#next_course_venue {
	background: #4169E1;
	color: white;
	padding: 6px;
	margin: 3px 0 15px 0;
	font-size: 1.1em;
}

#next_course p {
	margin-bottom: 0.5em;
}

#next_course p.last {
	margin-bottom: 0;
}

#next_course a {
	color: white;
	text-transform: uppercase;
	text-decoration: underline;
}

/*
div.news_item {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px black dashed;
}

div.news_item#last_news_item {
	border-bottom: none;
	margin-bottom: 0;
}

#news_body .hentry  {
	border-top: #a2a2e5 thin solid;
}

#news_body .hentry#first_news_item  {
	border-top: none;
}
*/

/* KEY POINTS / NO ONE COMPARES BOX */

#key_points {
	background: #6868cc;
	color: white;
	padding: 3px 5px 5px 8px;
}

#key_points h2 {
	text-align: center;
	background: no-repeat url("/img/layout/purple_plane.jpg") bottom  right;
	padding-bottom: 24px;
	margin: 0.83em 0 0 0;
	font-size: 1.17em;
}

#key_points ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#key_points ul li {
	list-style: none;
	display: block;
	border-top: #a2a2e5 thin solid;
	margin: 5px 0 2px 0;
	padding: 5px 0 2px 0;
}

#key_points li:first-child {
	border-top: none;
}

/* ALL DAY SESSION INCLUDES */

#session_includes {
	background: #dfe9fa;
	color: #254379;
	padding: 0 0 5px 0;
	margin: 16px 0 0 0;
}

#session_includes h3 {
	background: #6868cc;
	color: #ffffff;
	text-align: center;
	padding: 8px 0 8px 0;
}

#session_includes ul {
	padding: 0 3px 0 3px;
}

#session_includes li {
	list-style-image: url("/img/layout/session_point.jpg");
	list-style-position: inside;
}

#session_includes li strong {
	text-transform: uppercase;
	color: #970209;
}

.add {
	text-align:right;
}

.submitbutton {
	text-align: right;
}

/* Indigo-2 powered by */
#indigo2 {
	text-align: center;
	color: black;
	margin: 8px auto 5px auto;
	width: 45px;
	height: 28px;
}

#indigo2 a {
	padding-top: 28px;
	overflow: hidden;
	background: url("/img/layout/indigo2.jpg") no-repeat;
	height: 0;
	display: block;

}