/* Basic stuff */

html {
	background: white url("../img/bg.png") repeat-x;
	overflow-y: scroll;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, img, form, fieldset, input, table, th, td, tr {
	border-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

/* curves */

span.corners span.c {
	display: inline !important;
	display: none;
	height: 10px;
	width: 10px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners span span {
	height: 20px;
	width: 20px;
	background-image: url("../img/curves.png");
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners span.ne { top: 0; right: 0; }
span.corners span.ne span { top: -100%; left: 0; }

span.corners span.se { bottom: 0; right: 0; }
span.corners span.se span { top: 0; left: 0; }

span.corners span.sw { bottom: 0; left: 0; }
span.corners span.sw span { top: 0; left: -100%; }

span.corners span.nw { top: 0; left: 0; }
span.corners span.nw span { top: -100%; left: -100%; }

/* page */

div#page {
	width: 973px;
	margin: 0 auto;
	padding: 29px 0 40px 0;
	z-index: 1;
}

/* header */

div#header {
	position: relative;
	height: 244px;
	background: url("../img/header_bg.jpg") no-repeat;
	z-index: 2;
}
a#logo {
	position: absolute;
	top: 51px;
	left: 32px;
	width: 133px;
	height: 126px;
}
a#m_d_t {
	position: absolute;
	top: 51px;
	left: 207px;
	width: 392px;
	height: 57px;
}
a#phone_number {
	position: absolute;
	top: 136px;
	left: 348px;
	width: 249px;
	height: 33px;
}
img#header_photo {
	position: absolute;
	top: 24px;
	left: 636px;
}

/* menu */

ul#menu {
	position: absolute;
	top: 207px;
	left: 29px;
	height: 37px;
	list-style-type: none;
	z-index: 3;
}
ul#menu li {
	float: left;
	position: relative;
	z-index: 4;
}
ul#menu a {
	position: relative;
	float: left;
	height: 37px;
	overflow: hidden;
}
ul#menu a:hover,
ul#menu a.selected {
	left: -1px;
	border-left: 1px solid #fcbad5;
	margin-right: -1px;
}
ul#menu a img {
	position: absolute;
	top: 0;
}

ul#menu a#menu_ { width: 125px; }
ul#menu a#menu_training-courses { width: 153px; }
ul#menu a#menu_facilities { width: 105px; }
ul#menu a#menu_faqs { width: 84px; }
ul#menu a#menu_resources { width: 113px; }
ul#menu a#menu_contact-us { width: 117px; }
ul#menu a#menu_news { width: 85px; }

ul#menu a#menu_ img { left: 0; }
ul#menu a#menu_training-courses img { left: -125px; }
ul#menu a#menu_facilities img { left: -278px; }
ul#menu a#menu_faqs img { left: -383px; }
ul#menu a#menu_resources img { left: -467px; }
ul#menu a#menu_contact-us img { left: -580px; }
ul#menu a#menu_news img { left: -697px; }

ul#menu a:hover img {
	position: absolute;
	top: -37px;
}
ul#menu a.selected img,
ul#menu a.selected:hover img {
	position: absolute;
	top: -74px;
}

ul#menu ul {
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	z-index: 5;
	background: #fcbad5;
	width: 214px;
}
ul#menu ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: none;
	height: 1%;
}
ul#menu ul a {
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
	padding: 10px 10px 10px 18px;
	float: none;
	color: #003478;
	text-decoration: none;
	height: 1%;
}
ul#menu ul a:hover {
	background: #ffd3e5;
	border-left-width: 0;
	margin-right: 0;
	left: 0;
}

/* main */

div#main {
	padding: 25px 0 32px 0;
	background: white;
}

/* left */

div#left {
	float: left;
	margin-left: 24px;
	width: 249px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}

div#left h4.w_icon {
	position: relative;
	left: -12px;
}
div#left h4.w_icon.from_right {
	left: -39px;
}

/* course search */

form#course_search {
	background: url("../img/search_bg.png") no-repeat bottom left;
	padding: 0 23px 28px 23px;
	margin-top: 14px;
}
form#course_search p#search_intro {
	color: #012e6f;
	font-size: 11px;
	margin-bottom: 15px;
	position: relative;
}
form#course_search label {
	display: block;
	font-size: 6px;
}
form#course_search select,
form#course_search input.text {
	margin: 3px 0 11px 0;
}
form#course_search select {
	border: 1px solid #909090;
	padding: 3px;
	width: 200px;
}
form#course_search input.text {
	border: 1px solid #909090;
	padding: 3px;
	width: 192px;
}
form#course_search img.button {
	float: left;
}
form#course_search input.submit {
	width: 90px;
	height: 33px;
	margin-left: 10px;
	background: url("../img/button_search.png") no-repeat;
	float: left;
	cursor: pointer;
}

/* newsletter */

a#newsletter_box {
	position: relative;
	background: url("../img/pink_box.png") no-repeat bottom left;
	margin-top: 10px;
	display: block;
	padding: 15px 15px 15px 26px;
	text-decoration: none;
	font-size: 14px;
}
a#newsletter_box span.top {
	background: url("../img/pink_box_top.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -26px;
	height: 8px;
	width: 249px;
	display: block;
}
a#newsletter_box span.text {
	display: block;
	padding-top: 10px;
	color: #003882;
}

/* apply button */

a#apply_button {
	margin-top: 10px;
	display: block;
}
a#apply_button img {
	display: block;
}

/* content */

div#content {
	float: left;
	margin-left: 33px;
	display: inline;
	overflow: inherit !important;
	overflow: hidden;
}

div#content h1 {
	margin-top: 6px;
	padding-left: 1px;
}
div#content h2 {
	color: #ed70a3;
	font-weight: bold;
	font-size: 16px;
	margin: 24px 0 14px 0;
}
div#content h3 {
	color: #4a4a4a;
	font-weight: bold;
	font-size: 15px;
}
div#content h5 {
	color: #012e6f;
	font-weight: bold;
	font-size: 14px;
}

div#content p {
	color: #626262;
	margin: 15px 0;
	line-height: 19px;
}
div#content p.intro {
	color: #ed70a3;
	font-weight: bold;
}

div#content a {
	color: #003478;
	font-weight: bold;
	text-decoration: underline;
}

div#content ol {
	color: #626262;
	margin: 16px 0;
}
div#content ol li {
	margin: 8px 0;
	line-height: 19px;
}

div#content ul {
	color: #003478;
	margin: 16px 0;
	list-style-type: none;
}
div#content ul ul {
	color: #003478;
	margin: 10px 0 -6px 0;
	list-style-type: none;
	padding-left: 12px;
}
div#content ul li {
	background: url("../img/pink_bullet.png") no-repeat 0 0;
	padding: 1px 0 8px 16px;
}
div#content ul li a {
	font-weight: normal;
	text-decoration: none;
}
div#content ul li a:hover {
	text-decoration: underline;
}

/* home page */

div#content div#home_page p {
	font-size: 13px;
	line-height: 19px;
	margin: 16px 0 8px 0;
}
div#content div#home_page p.intro {
	font-weight: bold;
	color: #ed70a3;
	line-height: 20px;
	padding: 20px 0 16px 0;
	margin: 0;
	border-bottom: 1px solid #fcbad5;
}

/* inline menu */

div#content ul.inline_menu {
	list-style-type: none;
	height: 39px;
	position: relative;
	left: -22px;
}
div#content ul.inline_menu li {
	float: left;
	padding: 0;
	background: none;
}
div#content ul.inline_menu a {
	float: left;
	height: 39px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 22px;
	cursor: pointer;
}
div#content ul.inline_menu span {
	float: left;
	line-height: 39px;
	height: 39px;
	padding-left: 22px;
}
div#content ul.inline_menu a.selected {
	font-weight: bold;
	text-decoration: none;
}
div#content ul.inline_menu a:hover,
div#content ul.inline_menu a.selected {
	background: url("../img/inline_menu.png") no-repeat top right;
}
div#content ul.inline_menu a:hover span,
div#content ul.inline_menu a.selected span {
	background: url("../img/inline_menu.png") no-repeat top left;
}

/* FAQs */

div.faq {
	margin-top: 24px;
	padding-left: 46px;
	background: url("../img/q.png") no-repeat;
}

div#content div.faq p {
	margin: 8px 0 14px 0;
	font-size: 13px;
	line-height: 18px;
}

/* right */

div#right {
	float: left;
	margin-left: 40px;
	margin-right: 13px;
	width: 249px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}

div#right h4.w_icon {
	position: relative;
	left: -39px;
}

/* blue box */

div.blue_box {
	position: relative;
	padding: 12px 15px 10px 25px;
	background: url("../img/blue_box.png") no-repeat bottom left;
}
div.blue_box span.top {
	background: url("../img/blue_box_top.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -25px;
	height: 8px;
	width: 249px;
	display: block;
}

/* dot box */

div.dot_box {
	position: relative;
	padding: 12px 15px 10px 25px;
	background: url("../img/dot_box.png") no-repeat bottom left;
	margin-top: 10px;
}
div.dot_box span.top {
	background: url("../img/dot_box_top.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0 !important;
	left: -25px;
	height: 8px;
	width: 249px;
	display: block;
}

/* courses box */

ul#courses_box {
	list-style-type: none;
	margin-top: 18px;
}
ul#courses_box li {
	position: relative;
	height: auto !important;
	height: 42px;
	min-height: 42px;
	margin-bottom: 13px;
}
ul#courses_box li span.date {
	position: absolute;
	top: 0;
	left: -39px;
	width: 32px;
	height: 42px;
	background: url("../img/coursebox_date.png") no-repeat;
}
ul#courses_box li span.daynum {
	font-size: 21px;
	font-weight: bold;
	color: #012e6f;
	display: block;
	text-align: center;
	padding-top: 1px;
}
ul#courses_box li span.dayname {
	font-size: 11px;
	color: #5e779a;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
ul#courses_box li a.course {
	text-decoration: none;
}
ul#courses_box li span.coursename {
	display: block;
	color: #012e6f;
	font-weight: bold;
	font-size: 13px;
}
ul#courses_box li span.courseinfo {
	display: block;
	color: #414141;
	font-size: 13px;
}

/* latest news */

ul#latest_news {
	list-style-type: none;
}
ul#latest_news li {
	margin: 11px 0;
	font-size: 14px;
}
ul#latest_news li a {
	color: #00347f;
	text-decoration: none;
}

/* news files */

div#content ul#file_list {
	padding-top: 20px;
	width: 460px;
}
div#content ul#file_list li {
	background: none;
	margin: 0;
	padding: 0 0 20px 40px;
	height: auto !important;
	height: 36px;
	min-height: 36px;
	color: #626262;
	font-weight: bold;
}
div#content ul#file_list a {
	text-decoration: underline;
}
div#content ul#file_list li.icon_pdf { background: url("../img/bullet_pdf.png") no-repeat; }
div#content ul#file_list li.icon_doc { background: url("../img/bullet_doc.png") no-repeat; }
div#content ul#file_list li.icon_ppt { background: url("../img/bullet_ppt.png") no-repeat; }
div#content ul#file_list li.icon_xls { background: url("../img/bullet_xls.png") no-repeat; }
div#content ul#file_list li.icon_link { background: url("../img/bullet_link.png") no-repeat; }

div#content ul#file_list p {
	margin: 2px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
/* news list */

div#content ul.news_list {
	width: 615px;
	position: relative;
	left: -22px;
	padding: 10px 0 34px 0;
	margin: 0;
}
div#content ul.news_list li {
	padding: 0;
	margin: 0;
	background: none;
	font-size: 13px;
}
div#content ul.news_list a {
	display: block;
	font-weight: normal;
	padding: 8px 0 7px 42px;
	cursor: pointer;
	height: 1%;
	position: relative;
}
div#content ul.news_list a:hover {
	background: #ecf0f3;
}
div#content ul.news_list a span.date {
	color: #626262;
	position: absolute;
	top: 8px;
	right: 66px;
}
div#content ul.news_list a:hover span,
div#content ul.news_list a:hover span.date {
	color: #111a2a;
}

/* pagination */

div.pagination {
	display: block;
	height: 49px;
	width: 615px;
	background: url("../img/pagination_bg.png") no-repeat;
	margin-top: 10px;
	position: relative;
	left: -22px;
	color: #626262;
	font-size: 14px;
	clear: both;
}
div.pagination_right {
	float: right;
	padding: 17px 14px 0 0;
}
div.pagination_left {
	float: left;
	padding: 17px 0 0 22px;
}

div.pagination_right span {
	float: left;
	margin-right: 12px;
}
div.pagination_right a,
div.pagination_right select {
	float: left;
	margin-left: 12px;
	position: relative;
	top: -4px;
}

a.arrow {
	float: left;
	height: 23px;
	width: 23px;
	background: url("../img/arrows.png") no-repeat;
}
a.arrow.prev { background-position: top left; }
a.arrow.next { background-position: top right; }
a.arrow.prev_disabled { background-position: bottom left; }
a.arrow.next_disabled { background-position: bottom right; }

/* news article */

div#content div#news_article {
	padding: 18px 0 32px 0;
}
div#content div#news_article h2 {
	font-size: 21px;
	position: relative;
	margin-bottom: 18px;
	padding-right: 140px;
}
div#content div#news_article span.date {
	position: absolute;
	color: #a3a3a3;
	top: 0;
	right: 0;
}
div#content div#news_article h3 {
	color: #828282;
	font-size: 17px;
	margin: 14px 0 18px 0;
}

div.news_image {
	position: relative;
	float: right;
	margin: 0 0 8px 10px;
}
div.news_image img {
	display: block;
}

/* rates */

div#content ul#room_rates li {
	padding: 0;
	margin: 0;
	width: 536px;
	background: url("../img/rate_bg.png") repeat-x;
	height: 45px;
	line-height: 45px;
	color: #626262;
	padding: 0 0 0 10px;
	position: relative;
	left: -10px;
}
div#content ul#room_rates li span {
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 370px;
	color: #01377f;
}

/* footer */

div#footer {
	background: white;
	padding-bottom: 30px;
	position: relative;
}
div#footer p {
	margin: 0 24px;
	padding: 4px 26px;
	font-size: 12px;
	color: #888888;
}
div#footer p#footer_contact {
	border-top: 1px solid #e7e7e7;
	font-size: 15px;
	color: #525252;
	padding-top: 18px;
}
div#footer p#footer_contact a,
div#footer p#footer_contact strong {
	font-weight: bold;
	color: #003478;
	text-decoration: none;
}

div#footer p#footer_links a {
	color: #003478;
	text-decoration: none;
}
div#footer p#footer_links a:hover {
	text-decoration: underline;
}

img#footer_teesside_university {
	position: absolute;
	right: 22px;
	top: 21px;
}

/* misc */

div.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Form */

form.form {
	margin: 0px;
	margin-bottom: 10px;
}

form.form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

form.form input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

form.form textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 448px;
	padding: 4px;
}

form.form div.input {
	padding-top: 6px;
}

form.form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form.form div.field_label {
	float: left;
	width: 150px;
}

form.form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form.form div.field_input {
	margin-left: 150px;
}


form.form fieldset div.error  {
	margin-top: 5px;
}

form.form div.field.error {
	border: none;
	margin-top: 0px;
}

form.form div.field.error p.error {
	margin-top: 0px !important;
}

form.form div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

form.form div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

form.form p.error a {
	color: #7b0f00;
}

form.form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form.form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form.form div.field_div label {
	float: left;
}

form.form input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

form.form input.text {
	width: 260px;
}

form.form input.text:active,
form.form input.text:focus,
form.form textarea:active,
form.form textarea:focus {
	border-color: #012e6f;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #ed70a3;
	line-height: 10px;
	position: relative;
	top: 3px;
	left: -1px;
}

/* Form 2 */

form.form2 {
	position: relative;
	left: -20px;
	color: #103a77;
}
form.form2 div.field_div {
	border-width: 0;
}
form.form2 div.field {
	background-color: #ecf0f3;
}

form.form2 div.field_label {
	width: 200px;
}

form.form2 div.field_label label {
	color: #012e6f;
	text-align: left;
	padding-left: 20px;
}
form.form2 textarea {
	width: 348px;
}

form.form2 span.tip {
	font-size: 12px;
	color: #505050;
}

span.form2_top {
	display: block;
	height: 12px;
	background: url("../img/form2_top.png") no-repeat;
}
span.form2_bottom {
	display: block;
	height: 12px;
	background: url("../img/form2_bottom.png") no-repeat;
}

/* contact details */

div#contact_details {
	padding: 10px 0 18px 0;
	overflow: auto;
}
div#contact_details div#contact_left {
	float: left;
	width: 318px;
}
div#contact_details div#contact_right {
	float: left;
	width: 300px;
}
div#contact_details div#contact_right p {
	margin: 8px 0;
}
div#contact_details div#contact_right strong,
div#contact_details div#contact_right a {
	color: #ed70a3;
	text-decoration: none;
	font-weight: bold;
}

/* courses */

form.browse_by_month {
	width: 671px;
	height: 68px;
	background: url("../img/bbm_bg.png") no-repeat;
	position: relative;
	left: -22px;
	margin: 20px 0;
}
form.browse_by_month label {
	font-size: 13px;
	font-weight: bold;
	color: #012e6f;
	margin-right: 10px;
}
form.browse_by_month select {
	margin-right: 30px;
}
form.browse_by_month div.bbm_fields {
	padding: 23px 0 0 23px;
}
form.browse_by_month input.submit {
	position: absolute;
	top: 18px;
	right: 18px;
	height: 33px;
	width: 130px;
	background: url("../img/button_show_courses.png") no-repeat;
	cursor: pointer;
}

div.search_summary {
	width: 671px;
	height: 37px;
	position: relative;
	left: -22px;
	background: url("../img/search_summary_bg.png") no-repeat;
	margin: 20px 0;
	line-height: 37px;
	text-indent: 22px;
	font-size: 14px;
	overflow: hidden;
	color: #012e6f;
}
div.search_summary span {
	margin-right: 34px;
}
div.search_summary img {
	position: relative;
	top: 2px;
	left: 2px;
}
div.search_summary strong {
	margin-right: 14px;
	color: #ed70a3;
}

div#content ul#courses {
	padding: 14px 0 16px 0;
	width: 671px;
	position: relative;
	left: -22px;
}
div#content ul#courses li {
	padding: 0 0 9px 0;
	margin: 0;
	background: none;
}
div#content ul#courses a {
	display: block;
	background: url("../img/course_result_bg.png") no-repeat 0 -81px;
	height: 81px;
	width: 671px;
	text-decoration: none;
	position: relative;
}
div#content ul#courses a:hover {
	background-position: 0 0;
	text-decoration: none;
}
div#content ul#courses span.course_title {
	font-weight: bold;
	position: absolute;
	top: 17px;
	left: 34px;
}
div#content ul#courses span.course_info {
	color: #414141;
	font-size: 13px;
	position: absolute;
	top: 45px;
	left: 101px;
}
div#content ul#courses span.course_price {
	font-weight: bold;
	color: #ed70a3;
	font-size: 19px;
	position: absolute;
	top: 15px;
	right: 96px;
	
}

div#course_type_blurb {
	width: 530px;
	padding-bottom: 20px;
}
div#course_type_blurb a.button img {
	float: right;
	position: relative;
	left: 109px;
	top: -18px;
}

/* Student eval comment */

div#student_eval_quote {
	color: #01377f;
	font-size: 17px;
	line-height: 22px;
	margin: 24px 0 10px 0;
	position: relative;
}
div#student_eval_quote span.quote_left {
	width: 17px;
	height: 13px;
	background: url("../img/quote_left.png") no-repeat;
	position: absolute;
	left: -25px;
	top: 4px;
}
div#student_eval_quote span.quote_right {
	padding-right: 17px;
	height: 13px;
	background: url("../img/quote_right.png") no-repeat;
	position: relative;
	left: 7px;
	top: 3px;
}

/* course sections */

div#course_suitable_for p {
	color: #02347b;
}
div#course_accreditations p {
	color: #02347b;
}

div#course_outline_content p,
div#course_learning_outcomes p,
div#course_section_headings p,
div#course_assessment p,
div#course_delivery_duration p {
	font-size: 13px;
}

div#content div#course_learning_outcomes ul {
	width: 500px;
}
div#content div#course_learning_outcomes ul li {
	background: url("../img/bullet2.png") no-repeat;
	font-size: 13px;
	padding: 0 0 10px 30px;
	color: #626262;
	line-height: 19px;
}

div#course_delivery_duration table th {
	width: 180px;
	color: #404040;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
div#course_delivery_duration table td {
	color: #01377f;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 8px;
}

div#course_price {
	float: right;
	width: 127px;
	margin: 10px 20px 8px 12px;
	z-index: 3;
}
div#price_label {
	height: 107px;
	width: 127px;
	text-align: center;
	background: url("../img/price_label.png");
	position: relative;
	z-index: 4;
}
div#price_label p {
	margin: 0px;
	line-height: normal;
}
div#price_label p a {
	color: #01377f;
	text-decoration: none;
}
div#price_label p#price_label_price {
	color: #ed70a3;
	font-weight: bold;
	font-size: 21px;
	padding-top: 18px;
}
div#price_label p#price_label_funding_avail {
	color: #01377f;
	font-size: 12px;
	margin: 10px 0 0 0;
	font-weight: bold;
}
div#price_label p#price_label_funding_click {
	color: #01377f;
	font-size: 14px;
	font-weight: bold;
}
div#course_price img {
	display: block;
	margin-top: 10px;
}

div#funding_avail_info {
	height: 107px;
	width: 237px;
	background: url("../img/price_funding_overlay.png");
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	display: none;
	cursor: pointer;
}
div#funding_avail_info p {
	color: #01377f;
	font-size: 13px;
	text-align: left;
	margin: 12px 14px 10px 18px;
}

div#content ul#upcoming_dates {
	width: 479px;
	position: relative;
	left: -18px;
	z-index: 1;
}
div#content ul#upcoming_dates li {
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
}
div#content ul#upcoming_dates li a {
	display: block;
	height: 30px;
	padding: 0 0 0 38px;
	margin: 0;
	background: url("../img/date_bg.png") no-repeat;
	font-size: 13px;
	line-height: 30px;
	color: #414141;
	cursor: pointer;
}
div#content ul#upcoming_dates li a:hover {
	text-decoration: none;
	background-position: center left;
	color: #02347b;
}
div#content ul#upcoming_dates li a.selected,
div#content ul#upcoming_dates li a.selected:hover {
	background-position: bottom left;
	color: #02347b;
}
div#content ul#upcoming_dates li span.label {
	position: absolute;
	left: 166px;
	top: 0;
}
div#content ul#upcoming_dates li ul {
	padding: 0 0 20px 0;
}
div#content ul#upcoming_dates li ul li {
	padding: 0 0 4px 38px;
	margin: 0;
	font-size: 13px;
	color: #414141;
}
div#content ul#upcoming_dates li ul li span.label {
	color: #02347b;
}

