/****** FILE: themes/te-kura-theme/css/style.css *****/
/* CSS Stylesheet */

/* Reset Styles - DO NOT EDIT
------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #444; text-decoration: none; }
a:hover { color: #0695BB; }

/* General Styles
------------------------------*/
html, body {
	height: 100%;
	text-align: center;
	width: 100%;
}
html {
	background: url('/themes/te-kura-theme/img/bg-wide.gif') repeat-y center top;
}
body {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	background: url('/themes/te-kura-theme/img/bg.jpg') no-repeat center 20px;
}
#mobile, #mobile-footer, #mobile-header-inner {
	display: none;
}
h1, h2, h3, h4, h5, p {
	margin-bottom: 10px;
}
h1, h2, h3 {
	color: #8F1E18;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
#container {
	width: 977px;
	margin: auto;
	min-height: 100%;
	margin-top: -30px; /* KEEP FOOTER HEIGHT CONSISTENT */
	text-align: left;
	clear: both;
	position: relative;
	background: url('/themes/te-kura-theme/img/bg-content.png') repeat-y top center;
}
* html #container {
	height: 100%;
}
ol li {
	list-style: decimal;
}

/* Header
------------------------------*/
header {
	height: 174px;
	border-top: solid 30px #FFF; /* KEEP FOOTER HEIGHT CONSISTENT */
	position: relative;
	background: url('/themes/te-kura-theme/img/bg-header.jpg') no-repeat;
}
header ul li {
	list-style: none;
	float: left;
}
header ul li a {
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
#logo {
	position: absolute; left: 32px; top: 39px;
}
/*--- Navigation ---*/

#nav-main {
	/*margin: 108px 1px 1px 235px;    */
	height: 20px;
	padding: 108px 1px 0px 235px;
	color: #444;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #909090;
}
#nav-main ul li a {
	color: #444;
	padding: 10px 20px;
	text-decoration: none;

	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
#accessibility {
	margin-right: 35px;
	float: right;
	width: 155px;
}
#nav-main ul li a:hover {
	color: #88943D;
}
#nav-sec {
	margin: 8px 1px 0;
	padding: 0 20px;
	height: 30px;
}
#nav-sec ul {
	margin: 0;
}
#nav-sec ul li {
	padding: 0;
	text-align: center;
}
#nav-sec ul li a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px 0;
	width: 90px;
	height: 30px;
	display: block;
	font-size: 80%;
}
#nav-sec ul li a:hover {
	color: #000;
	background: url('/themes/te-kura-theme/img/bg-navsec-hover.gif') repeat-x top #FFF;
	text-shadow: 1px 1px 1px #C0C0C0;
}
/*--- Search Form ---*/
#search,
.site-search {
	float: right;
	padding: 4px 0 0 0;
}

/* Content
------------------------------*/
#home-intro, #two-col-main h1, #three-col-main h1, #two-col-main > div, #three-col-main > div, .side-box {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-bottom: 10px;
}
div.plain {
	border: none !important;
	padding: 0 !important;
	margin-top: 20px;
}
#content {
	padding: 0 11px;
	position: relative;
	clear: both;
}
#sidebar {
	position: absolute; top: 15px; left: -49px;
	width: 60px;
}
#sidebar a:hover {
	text-decoration:none;
}
#sidebar a.tooltip span {
	display: none;
	font-family: 'Covered By Your Grace',arial,serif;
	font-size: 22px;
	margin-left: -181px;
	padding: 2px 3px;
	text-align: right;
	width: 139px;
	line-height: 0.7em;
	text-shadow: 1px 1px 1px #B8B8B8;
}
#sidebar a.tooltip span#faq {
	margin-top: -10px;
}
#sidebar a.tooltip span#fb {
	margin-top: -6px;
}
#sidebar a.tooltip:hover span {
	display: inline;
	position: absolute;
	color: #444;
}
#info, #social {
	text-align: right;
}
#info {
	background: url('/themes/te-kura-theme/img/bg-info.png') no-repeat top right;
	height: 130px;
	width: 60px;
	margin-bottom: 10px;
	padding-top: 5px;
}
#social {
	background: url('/themes/te-kura-theme/img/bg-social.png') no-repeat top right;
	height: 100px;
	width: 60px;
	padding-top: 3px;
}
#info ul, #social ul {
	margin: 0 0 0 18px;
}
#info ul li, #social ul li {
	list-style: none;
	width: 40px;
}
#info ul li:hover, #social ul li:hover {
	text-align: center;
}
#info ul li a img:hover, #social ul li a img:hover {
	border-left: solid 1px #FFF;
}

.p2_top { /* style is temporary until all p2_top divs are removed */
	display: none;
}

/*--- Homepage ---*/
#home-content-main {
	width: 670px;
	float: left;
	padding: 13px 0 0 26px;
}
#home-banner {
	margin-bottom: 20px;
}
#home-intro {
	border: solid 1px #EAEBE7;
	padding: 10px;
	background: #F8FAF8;
	margin-bottom: 20px;
}
#home-content-side {
	margin-left: 704px;
	padding: 10px;
	width: 200px;
}
.side-box {
	padding: 10px;
	margin-bottom: 20px;
	color: #444;
	border: solid 1px #EAEBE7;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F8FAF8;
}
.side-box h2 {
}
.enrol {
	border: solid 1px #EAEBE7;
	background: #F8FAF8;
	padding: 10px;
}
.enrol-box {
	float: left;
	width: 215px;
}
.enrol-box ul {
	margin-left: 1em;
}
.enrol-box ul li {
	list-style: none;
	margin-bottom: 5px;
}
.enrol-box ul li a {
	text-decoration: none;
	color: #444;
	padding-left: 25px;
	display: block;

	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.enrol-box ul#consider li a {
	background: url('/themes/te-kura-theme/img/list-enrol-consider.gif') no-repeat left 2px;
}
.enrol-box ul#consider li a:hover {
	background-position: 5px 2px;
}
.enrol-box ul#enrol li a {
	background: url('/themes/te-kura-theme/img/list-enrol-enrol.gif') no-repeat left 2px;
}
.enrol-box ul#enrol li a:hover {
	background-position: 5px 2px;
}
.enrol-box ul#already li a {
	background: url('/themes/te-kura-theme/img/list-enrol-already.gif') no-repeat left 2px;
}
.enrol-box ul#already li a:hover {
	background-position: 5px 2px;
}
.enrol-box ul li a:hover {
	color: #000;
}
.side-box ul {
	margin: 0;
}
.side-box ul li {
	margin-bottom: 5px;
	list-style: none;
}
.side-box ul li a {
	background: url('/themes/te-kura-theme/img/list-home-notice.png') no-repeat left 3px;
	padding-left: 20px;
	display: block;

	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.side-box ul li a:hover {
	color: #000;
	background: url('/themes/te-kura-theme/img/list-home-notice.png') no-repeat 5px 3px;
}

/*--- Two Column Layout --*/
#banner {
	margin-bottom: 10px;
}
#left-col {
	float: left;
	padding: 16px 0 0 7px;
	text-transform: uppercase;
	width: 200px;
}
#left-col h2 {
	color: #FFF;
	background: url('/themes/te-kura-theme/img/bg-2col-h2.gif') no-repeat;
	font-size: 90%;
	height: 20px;
	padding: 12px 0 10px;
	text-align: center;
	width: 173px;
}
#left-col ul {
	margin: 0 0 0 10px;
}
#left-col ul li {
	list-style: none;
	padding: 0 0 0 25px;
	margin-top: -1px;
}
#left-col ul li a {
	border-bottom: 1px solid #C4C6B7;
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 10px;
	width: 120px;
}
#left-col ul li a:before {
	border-bottom: none;
}
#left-col ul li:hover {
	background: url('/themes/te-kura-theme/img/bg-2col-li.png') no-repeat left center;
}
#two-col-main li {
	margin-bottom: 5px;
}
#two-col-main ul > li {
	list-style-type: square;
}
#two-col-main ol > li {
	list-style-type: decimal;
}
#two-col-main {
	width: 718px;
	margin-left: 207px;
	padding: 16px 0 0 0;
}
#two-col-main h1, #three-col-main h1 {
	background: #EEEFEA;
	border: solid 1px #E6E7E1;
	padding: 10px 20px;
}
#two-col-main a, #three-col-main a {
	color: #0695BB;
}
#two-col-main a:hover, #three-col-main a:hover {
	text-decoration: underline;
}
#two-col-main > div,
#three-col-main > div,
#left-col .search-form {
	background: #F8FAF8;
	border: solid 1px #E6E7E1;
	padding: 20px 20px 10px;
	overflow: auto;
}
#two-col-main ul, #three-col-main ul {
	margin-bottom: 10px;
}

/* Search courses page */
#search-course-desc {
	width: 377px;
	float: left;
	min-height: 255px;
}
div#search-course-doc-wrapper {
	margin: 20px 0 0 411px;
	padding: 20px 20px 0 20px;
	background: #FFF;
	border-left: solid 10px #F0F0F0;
}
.course-doc {
	margin-bottom: 20px;
	overflow: auto;
}
.course-doc object {
	width: 120px;
	height: 100px;
	float: left;
}

.read-link span {
	width: 100px !important;
	margin-left: -60px !important;
}

.read-link img {
	right: 10px;
}

.course-doc h2 {
	font-size: 12px;
	color: #444;
}
.course-doc ul {
	margin: 0;
}
.course-doc li {
	list-style: none;
}
.courselisting {
	margin-bottom: 15px !important; /* Override # styling */
}
.courselisting-heading {
	margin-bottom: 5px;
}

/*--- Three Column Layout --*/
#three-col-main {
	float: left;
	width: 500px;
	padding: 16px 0 0;
}
#right-col {
	float: right;
	margin-right: 30px;
	width: 205px;
	padding-top: 120px;
}

/*--- Events, News page ---*/
ul.events, ul.news {
	margin: 0;
}
ul.events li, ul.news li {
	list-style: none !important;
	margin-bottom: 30px;
}
.pagination {
	padding: 10px !important;
	text-align: center;
	margin-top: 50px;
	border: none !important;
}
.pagination a {
	border: 1px solid #C0C0C0;
	color: #444444 !important;
	padding: 0 3px 2px;
}
.pagination a:hover {
	background: #88943D !important;
	color: #FFF !important;
	text-decoration: none !important;
}
#student-news img {
	float: right;
	margin: 0 0 20px 20px;
}
.news h2 {
	background: #D8D8D8;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 0;
}
.news h2 a:hover {
	text-decoration: none !important;
	color: #444 !important;
}
.news-date {
	font-size: 90%;
	color: #88943D;
	border-bottom: solid 1px #C0C0C0;
	padding: 10px 0;
	background: url('/themes/te-kura-theme/img/news-h2.gif') no-repeat top right;
}
	.p2_bottom .news-date {
		background: transparent none;
		padding-top: 0;
	}
.read-more {
	text-align: right;
}

/*--- Events Calendar ---*/
#calendarWrapper .clndr {
	min-width: 205px;
}
#calendarWrapper .clndr-controls {
	background: #69A776;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#calendarWrapper .clndr-controls .month,
#calendarWrapper .clndr-table .header-day,
#calendarWrapper .clndr-table .day-contents {
	padding-bottom: 5px !important; /* Needed to override responsive styling */
	padding-top: 5px !important; /* Needed to override responsive styling */
}
#calendarWrapper .clndr-controls .month,
#calendarWrapper .clndr-control-button,
#calendarWrapper .clndr-table td.day {
	cursor: pointer;
}
#calendarWrapper .clndr-control-button {
	display: inline-block;
	width: 15%;
}
#calendarWrapper .clndr-previous-button,
#calendarWrapper .clndr-next-button {
	display: block;
	font-size: 0;
	font-weight: normal;
	padding: 5px 0 !important; /* Needed to override responsive styling */
	-webkit-transition: background-color ease-in .1s;
	-moz-transition: background-color ease-in .1s;
	-o-transition: background-color ease-in .1s;
	transition: background-color ease-in .1s;
}
#calendarWrapper .clndr-previous-button:hover,
#calendarWrapper .clndr-next-button:hover {
	background: #528B5E;
}
#calendarWrapper .clndr-previous-button:before {
	content: "\2039";
	font-size: 12px;
}
#calendarWrapper .clndr-next-button:before {
	content: "\203A";
	font-size: 12px;
}
#calendarWrapper .clndr-controls .month {
	display: inline-block;
	width: 70%;
}
#calendarWrapper .clndr-controls .month:hover {
	text-decoration: underline;
}
#calendarWrapper .clndr-table {
	text-align: center;
	width: 100%;
}
#calendarWrapper .clndr-table .header-days {
	background: #97CE7F;
	color: white;
	font-weight: bold;
}
#calendarWrapper .clndr-table td.day {
	background: #f3f3f3;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	-webkit-transition: background-color .1s ease-in;
	-moz-transition: background-color .1s ease-in;
	-o-transition: background-color .1s ease-in;
	transition: background-color .1s ease-in;
}
#calendarWrapper .clndr-table td.day:hover {
	background: #dadada;
}
#calendarWrapper .clndr-table td.event {
	color: #0695BB;
}
#calendarWrapper .clndr-table td.last-month,
#calendarWrapper .clndr-table td.next-month {
	color: #bcbcbc;
}
#calendarWrapper .clndr-table td.today .day-contents {
	border: 1px solid #8F1E18;
	border-radius: 100%;
}

/*--- Search Courses pages ---*/
.course-details {
	border-collapse: collapse;
	margin-bottom: 15px;
}
.course-details tr th, .course-details tr td {
	padding: 5px;
	border: solid 1px #444;
}
.course-details tr th {
	background: #88943D;
	color: #FFF;
	text-shadow: 1px 1px 1px #444;
}
.course-details tr td {
	text-align: center;
}
.course-details tr td.desc {
	text-align: left;
}
/* Footer
------------------------------*/
footer {
	height: 30px; /* KEEP FOOTER HEIGHT CONSISTENT */
	width: 977px;
	margin: auto;
	position: relative;
	text-align: center;
	color: #000;
	clear: both;
	background: url('/themes/te-kura-theme/img/bg-wide.gif') repeat-y top center;
}
footer ul li {
	list-style: none;
	display: inline;
}
footer ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	border-right: solid 1px #C0C0C0;
	padding: 0 5px;
	color: #000;
	font-weight: bold;
}
footer ul li a.last {
	border-right: none;
}


/* Sticky Footer CSS - DO NOT DELETE 
-------------------------------------------*/

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/*
h1, h2, p {
  padding:0 10px;
}
*/
#container:after {/* thank you Erik J - instead of using display table for ie8*/
	clear:both;
	display:block;
	height:1%;
	content:" ";
}

.clr {
	clear: both;
}

/* --------------------- TEST - Mobile Website  --------------------- */

#mobile-header, #mobile-header-inner {
	margin-bottom: 10px;
	text-align: left;
}
#mobile-header-inner {
	padding: 10px;
}
ul.main-nav {
	margin: 0 0 20px 0;
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	box-shadow: 0 1px 5px #C0C0C0;
	clear: both;
}
ul.main-nav li {
	list-style: none;
}
button {
	text-decoration: none;
	color: #444;
	font-size: 20px;
	font-weight: normal;
	background: url('/themes/te-kura-theme/img/bg-list.png') no-repeat 95% center #FFF;
	display: block;
	padding: 10px;
	border: none;
	border-bottom: solid 1px #C0C0C0;
	width: 100%;
	text-align: left !important;
}
button.working-here a {
	color: #444;
	text-decoration: none;
	display: block;
}
button:hover  {
	color: #FFF;
	background: url('/themes/te-kura-theme/img/bg-list-h.png') no-repeat 95% center #88943D;
}
button:active {
	box-shadow: inset 0 0 20px #444;
}
/* sub level */
ul.sub-nav {
	display:none;
	margin: 0; padding: 0;
}
ul.sub-nav li a {
	font-size: 14px !important;
	background: #E8E8E8;
	display: block;
	text-decoration: none;
	color: #444;
	font-size: 20px;
	border-bottom: solid 1px #C0C0C0;
	padding: 10px 10px 10px 40px;
	text-align: left;
}
ul.sub-nav li a:hover {
	background: #D8D8D8;
	color: #444;
	padding-left: 50px;
}
#mobile-footer {
	height: 69px;
	background: url('/themes/te-kura-theme/img/bg-footer.png') repeat-x;
	border-top: solid 1px #c0c0c0;
	margin: 0;
}
ul.sec-nav {
	margin: 0;
}
#mobile-logo {float: left;}
#mobile-back {float: right;margin-top: 15px;}
#mobile-back a {
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: bold;
	box-shadow: 0 2px 2px #C0C0C0;
	border-radius: 3px;
	text-decoration: none;
	background: #88943D;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	border: solid 1px #444A1E;

	-webkit-box-shadow: inset 0px 1px 0px #C4CA9E, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #C4CA9E, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #C4CA9E, 0px 1px 0px #fff;

	background-image: linear-gradient(bottom, #6D7631 0%, #88943D 100%);
	background-image: -o-linear-gradient(bottom, #6D7631 0%, #88943D 100%);
	background-image: -moz-linear-gradient(bottom, #6D7631 0%, #88943D 100%);
	background-image: -webkit-linear-gradient(bottom, #6D7631 0%, #88943D 100%);
	background-image: -ms-linear-gradient(bottom, #6D7631 0%, #88943D 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #6D7631), color-stop(1, #88943D) );
}
#mobile-back a:hover, #mobile-back a:focus {
	background: #5F682B;
	text-decoration: none;
}
#mobile-back a:active {
	color: #222;
	text-shadow: 0 1px 1px #000;
}

ul.sec-nav li {
	float: left;
	list-style: none;
	width: 20%;
}
ul.sec-nav li a {
	text-decoration: none;
	color: #FFF;
	width: 100%;
	height: 44px;
	display: block;
	text-align: center;
	padding-top: 25px;
}
ul.sec-nav li a:hover {
	color: #C0C0C0;
}
ul.sec-nav li a:active {
	background: #444;
	box-shadow: inset 0 0 20px #000;
	color: #C0C0C0;
}
/* --------------- DONT DELETE UNDER THIS LINE -----------------------------*/

@media screen and (max-width: 650px) {
	#mobile, #container {
		display: block;
		padding: 10px;
	}
	#mobile-header-inner, #mobile-footer {
		display: block;
	}
	body, html {
		background: none;
	}
	footer,
	#sidebar,
	#left-col,
	header,
	#banner,
	#home-content-main,
	#home-content-side
	{
		display: none;
	}
	#container {
		width: auto;
		margin: 10px 0 0 0;
		min-height: 0;
		text-align: left;
		clear: both;
		position: relative;
		background: none;
	}
	#container ul,
	#container ol,
	#container h1,
	#container h2,
	#container h3,
	#container table {
		margin-bottom: 10px;
	}
	#container p {
		line-height: 20px;
	}
	#two-col-main h1, #three-col-main h1 {
		font-size: 15px;
		border: none;
		text-align: left;
		padding: 0;
		background: none;
	}
	#container div {
		background: none;
		border: none;
		padding: 0 !important;
		margin: 0 !important;
		width: auto;
	}
	table {
		width: 100%;
	}
	#two-col-main, #three-col-main {
		width: auto;
	}
	.course-doc {
		clear: both;
	}
	.course-doc object {
		display: none;
	}
	.course-doc ul {
		margin-left: 20px;
	}
	/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

#information-for-schools-table, #information-for-schools-table th, #information-for-schools-table td {
	border-color: gray;
	border: solid 1px;
	padding: 5px;
	margin-bottom: 10px;
}

#big-picture-image-link {
	width: 200px;
	height: 84px;
	float: right;
	margin: -7px 41px 0 0;
}
#information-for-schools-table tr:first-child td { width:100px; }

.mini-menu-active {
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	text-decoration: underline;
	float:left;
	text-transform: uppercase;
	font-size:13px;
	color: #8F1E18;
}

.mini-menu-inactive {
	float:left;
	text-transform: uppercase;
	font-size:13px;
	color: #8F1E18;
	font-weight: bold;
}

.hidden-recruitment-page {
	margin:25px auto 0;
}

.hidden-recruitment-page p {
	margin-bottom:17px!important;
}

#recruitment-process-page {
	display: none;
}

#further-information-page {
	display:none;
}

#how-to-apply {
	padding-right:20px;
	margin-right:20px;
	border-right: solid 1px #BBB;
}

#recruitment-process {
	padding-right:20px;
	margin-right:20px;
	border-right: solid 1px #BBB;
}

.recruitment-page-left-column {
	width:446px;
}

.recruitment-page-left-column p {
	margin-bottom:17px!important;
}

.italic {
	font-style: italic;
}


/* User defined forms */

label.left {
	display: inline-block;
	margin-bottom: 4px;
}

.field {
	margin-bottom: 12px;
}

input.text {
	width: 180px;
}


/* Course search form */

.search-form {
	border-radius: 4px;
	margin-bottom: 15px;
}

	#left-col .search-form {
		margin-right: 27px;
		text-transform: none;
	}

		#left-col .search-form select.dropdown,
		#left-col .search-form input.text {
			max-width: 130px
		}

		@media screen and (max-width: 650px) {
			.search-form select.dropdown,
			.search-form input.text {
				margin-bottom: 10px;
			}
		}

.course-search-form {
	border-bottom: 1px solid #E6E7E1;
	padding-bottom: 15px;
}

	#left-col .course-search-form {
		border-bottom: 0 none;
		padding-bottom: 15px;
	}

.search-form-heading {
	text-transform: uppercase;
}

.search-form-notes {
	margin-top: 15px;
}
	#left-col .search-form-notes {
		font-size: .9em;
	}

