@charset "utf-8";
body {
	font-family: Tahoma, Arial;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

a
{
	color:#872B2C;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.topbanner {
	background-image: url(/Images/topbanner_bg.gif);
	width: 100%;
	background-color: #000000;
	background-position: bottom;
	background-repeat: repeat-x;
}
.topbanner_inner {
	background-image: url(/Images/topbanner_bg.gif);
	width: 970px;
	background-color: #000000;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	background-repeat: repeat-x;
}
.logocontainer {
	float: left;
	height: 96px;
	width: 200px;
	padding-top: 10px;
	padding-left: 3px;
}
.loginarea {
	background-image: url(/Images/login_bg.jpg);
	float: left;
	height: 45px;
	width: 664px;
	padding-left: 90px;
}
.loginarea p {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.loginarea p.para2 {
	margin: 0px;
	float: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.loginarea p.para3 {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.loginarea label {
	position: absolute;
	left: -10000px;
}
.loginfield {
	color: #ffc31d;
	background-color: #000000;
	width: 150px;
	border: 1px solid #666666;
	padding: 2px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Tahoma, Arial;
}
.loginfield2 {
	color: #ffc31d;
	background-color: #000000;
	width: 130px;
	border: 1px solid #666666;
	padding: 3px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Tahoma, Arial;
}
.student_signup_img {
	background-image: url(/Images/students_signup_img.gif);
	float: left;
	height: 25px;
	width: 118px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-left: 23px;
}
.student_signup_img a {
	display: block;
	text-indent: -10000px;
	height: 25px;
	width: 118px;
}
.mainmenu {
	float: left;
	width: 750px;
	padding-top: 16px;
}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainmenu li {
	float: left;
	padding-top: 14px;
	padding-right: 14px;
	padding-left: 14px;
}
.mainmenu li.becometrainingprovider
{
    margin-top:-7px;
    text-align:center
}
.mainmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fffad9;
	text-decoration: none;
	display: block;
	padding-bottom: 7px;
}
.mainmenu li:hover a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #efb922;
	padding-bottom: 4px;
}
.mainmenu li.mainmenu_selected a {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #efb922;
	padding-bottom: 4px;
}

.mainmenu li ul
{
    display:none;
    width:164px;
    position:absolute;
    margin-left:-26px;
}
.mainmenu li:hover ul
{
    display:block;
}
    .mainmenu li ul li
    {
        background-color:#efb922;
        color:#000;
        border-left:solid 1px #000;
        border-right:solid 1px #000;
        border-bottom:solid 1px #000;
        text-decoration:none;
        width:164px;
        padding:0;
        text-align:center;
    }
        .mainmenu li ul li a
        {
            border:none;
            color:#000;
            text-transform:none;
            padding: 5px 0 5px 0;
        }


.lower_top_banner {
	width: 100%;
	background-image: url(/Images/top_lower_headerbg.jpg);
	background-repeat: repeat-x;
	background-color: #DCD9C8;
}
.lower_top_banner_inner {
	background-image: url(/Images/top_lower_headerbg.jpg);
	background-repeat: repeat-x;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCD9C8;
}
.top_lower_img {
	background-image: url(/Images/top_lower_img.jpg);
	float: left;
	height: 122px;
	width: 329px;
	background-repeat: no-repeat;
	background-position: right;
}
.top_lower_txt {
	float: left;
	width: 570px;
	padding-left: 60px;
	font-family: Tahoma, Arial;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #2F2F2F;
	padding-bottom: 8px;
}
.top_lower_txt h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #444443;
	margin: 0px;
	font-family: Tahoma, Arial;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.top_lower_txt p {
	margin: 0px;
	padding-bottom: 10px;
}
.mid_content {
	width: 100%;
	background-color: #f8f7f3;
}
.mid_content_inner {
	width: 970px;
	background-color: #f8f7f3;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mid_col1 {
	float: left;
	width: 393px;
}
.trainingprogrammes_top {
	background-image: url(/Images/trainingprogrammes_hotspot1.jpg);
	height: 118px;
	width: 379px;
}
.trainingprogrammes_top a, .becomeinstructor_top a {
	height: 118px;
	width: 379px;
	display:block;
	text-indent:-10000px;
}
.trainingprogrammes_mid {
	background-image: url(/Images/trainingprogrammes_mid_hotspotbg.jpg);
	width: 379px;
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #1C211B;
	background-repeat: no-repeat;
}
.trainingprogrammes_mid h2 {
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 22px;
}
.greenline {
	background-image: url(../Images/greenline.gif);
	height: 8px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
}
.trainingprogrammes_mid p {
	margin: 0px;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 22px;
}
.trainingprogrammes_mid p.para_search {
	margin: 0px;
	padding-left: 22px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	clear: left;
}
.trainingprogrammes_mid label {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
.searchfield {
	clear: left;
	float: left;
	font-family: Tahoma, Arial;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 2px;
	width: 200px;
}
.trainingprogrammes_low {
	background-image: url(../Images/trainingprogrammes_low_hotspotbg.gif);
	height: 10px;
	width: 379px;
}




.becomeinstructor_top {
	background-image: url(../Images/becomeinstructor_hotspot1.jpg);
	height: 118px;
	width: 379px;
}

.becomeinstructor_mid {
	background-image: url(../Images/becomeinstructor_mid_hotspotbg.jpg);
	width: 379px;
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #1C211B;
	background-repeat: no-repeat;
}
.becomeinstructor_mid h2 {
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 22px;
}
.redline {
	background-image: url(../Images/redline.gif);
	height: 8px;
	width: 364px;
	margin-right: auto;
	margin-left: auto;
}
.becomeinstructor_mid p {
	margin: 0px;
	padding-top: 13px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.becomeinstructor_low {
	background-image: url(/Images/becomeinstructor_low_hotspotbg.gif);
	height: 10px;
	width: 379px;
}
.becomeinstructor_mid a, .trainingprogrammes_mid a {
	font-weight: bold;
	color: #ffc625;
}
.rightcol {
	float: left;
	width: 174px;
	padding-left: 10px;
	font-size: 1.1em;
}
.rightcol p {
	margin: 0px;
	padding-top: 10px;
}
.rightcol a {
	color:#2b581e;
	font-weight:bold;
}
.rightcol label {
	position: absolute;
	left: -10000px;
}

.testimonial_img {
	background-image: url(../Images/home_testimonial.gif);
	height: 130px;
	width: 168px;
}
.testimonial_img p {
	position: absolute;
	left: -10000px;
}
.stayintouch_box {
	width: 166px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b7b4;
	margin-top: 20px;
	line-height: 1.4em;
	color: #363636;
}
.stayintouch_box h2 {
	font-family: Tahoma, Arial;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	color: #0f3006;
	padding-bottom: 8px;
}
.newsletterfield {
	padding: 3px;
	width: 152px;
	border: 1px solid #91908f;
	font-family: Tahoma, Arial;
	font-size: 1em;
	color: #333333;
}
.linebreak {
	height: 25px;
	width: 970px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #525150;
	clear: both;
}
.news_col1 {
	float: left;
	width: 393px;
	font-size:1.1em;
	color: #363636;
}
.news_col1 h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #192a15;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
}
.news_col1 p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	width: 364px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbebc;
}
.news_col1 a {
	color: #363636;
}
.rssicon {
	background-image: url(/Images/rss_icon.gif);
	float: left;
	height: 29px;
	width: 46px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.rssicon a {
	display: block;
	height: 19px;
	width: 36px;
	padding-top: 10px;
	padding-left: 10px;
	text-indent: -10000px;

}
.quicklinks_box {
	width: 166px;
	float:left;
	line-height: 1.4em;
	color: #363636;
}
.quicklinks_box h2 {
	font-family: Tahoma, Arial;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 12px;
	color: #842929;
	padding-bottom: 8px;
}
.quicklinks_box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.quicklinks_box li {
	padding-top: 1px;
	padding-bottom: 1px;
}
.quicklinks_box li a {
	color: #363636;
	text-decoration:none;
	font-weight:normal;
}
.quicklinks_box li a:hover {
	text-decoration:underline;
}
.footer {
	width: 100%;
	background-color: #000000;
	background-image: url(../Images/footerbg.gif);
	background-repeat: repeat-x;
}
.footer_inner {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	color: #FFFFFF;
	text-align: right;
	background-color: #000000;
	background-image: url(../Images/footerbg.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 8px;
}
.footer_inner a {
	color: #FFFFFF;
	text-decoration:none;
}
.footer_inner a:hover {
	text-decoration:underline;
}

/* About Us */

.seperator {
	background-image: url(../Images/seperator.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 100%;
}
.txt_col {
	float: left;
	width: 373px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #363636;
	padding-right: 20px;
}
.txt_col ul {
	margin-top: 8px;
	margin-bottom: 8px;

}
.txt_col li {
	font-weight: bold;
	list-style-image: url(../Images/bullet.gif);
	height: 1.6em;
	padding-left: 5px;
}
.txt_col h1 {
	font-size: 1.3em;
	color: #444443;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.txt_col p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Testimonials */

.testimonials_col {
	float: left;
	width: 766px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #363636;
	padding-right: 20px;
}
.testimonials_col p {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.testimonials_col h1 {
	background-image: url(../Images/testimonial_header.jpg);
	text-indent: -10000px;
	height: 80px;
	width: 758px;
	margin: 0px;
	padding: 0px;
}
.testimonials_col img {
	border: 3px solid #e5e2d1;
}

/* Training Programmes */

.trainingprogrammes_col {
	float: left;
	width: 766px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #363636;
	padding-right: 20px;
}
.trainingprogrammes_searchbox {
	background-image: url(../Images/trainingprogrammes_searchbox.jpg);
	height: 87px;
	width: 710px;
	clear: both;
	color: #FFFFFF;
	padding-top: 69px;
	padding-right: 20px;
	padding-left: 24px;
}
.trainingprogrammes_col p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.trainingprogrammes_col h1 {
	position: absolute;
	left: -10000px;
}
.trainingprogrammes_col h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;

}
.trainingprogrammes_searchbox label {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
.searchfield_tp {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #FFFFFF;
}
.results_container {
	padding: 10px;
	width: 726px;
	border: 4px solid #eae6d8;
	background-color: #FFFFFF;
	margin-top:20px;
}
.results_container hr {
	position: absolute;
	left: -10000px;
}
.results_largetxt {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 400px;
	padding-top: 2px;
}
.results_largetxt p {
	margin: 0px;
	padding: 0px;
}
.results_sortby {
	float: right;
}
.results_sortby label {
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	font-size: 1em;
	font-weight: bold;
}
.searchfield_res {
	float: left;
	font-family: Tahoma, Arial;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 1px;
	width: 170px;
	border: 1px solid #666666;
}
.results_left {
	float: left;
	width: 520px;
}
.results_left p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.results_left a {
	color: #336426;
	text-decoration: none;
}
.results_left a:hover {
	text-decoration: underline;
}
.results_right {
	float: right;
	width: 170px;
}
.results_right p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.results_paging {
	width: 754px;
	padding-top: 20px;
	text-align: right;
	padding-bottom: 35px;
}
.results_paging hr {
	position: absolute;
	left: -10000px;
}
.results_paging a {
	text-decoration: none;
	color:#363636;
}
.results_paging a:hover {
	text-decoration: underline;
}

/* Conmtact Us */

.txt_col p.contactform {
	margin: 0px;
	padding: 0px;
}
.txt_col label {
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	clear: left;
	float: left;
	font-weight: bold;
}
.contactfield1 {
	clear: left;
	float: left;
	padding: 3px;
	width: 250px;
	border: 1px solid #333333;
	font-family: Tahoma, Arial;
	font-size: 1em;
}
.contactfield2 {
	clear: left;
	float: left;
	padding: 3px;
	width: 550px;
	height: 100px;
	border: 1px solid #333333;
	font-family: Tahoma, Arial;
	font-size: 1em;
}

/* News */

.news_col {
	float: left;
	width: 566px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #363636;
}
.news_col a {
	color: #363636;
}
.news_col h1 {
	font-size: 1.3em;
	color: #2b5d20;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news_col h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.news_col p {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.news_col img {
	float: left;
	border: 4px solid #e5e2d1;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 1px;
}



.news_col2 {
	float: left;
	width: 170px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #363636;
	padding-left: 30px;
}
.news_col2 h1 {
	font-size: 1.3em;
	color: #2b5d20;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.news_col2 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news_col2 li {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A8A5;
}
.news_col2 li a {
	text-decoration: none;
	color: #363636;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
.news_col2 p {
	padding:0px;
	margin:0px;
}	
.news_col2 label {
	position: absolute;
	left: -10000px;
}


.news_col3 {
	float: left;
	width: 170px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #363636;
	padding-left: 30px;
}
.news_col3 p {
	padding: 0px;
	margin: 0px;
}
.news_col3 h1 {
	font-size: 1.3em;
	color: #2b5d20;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news_col3 ul {
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news_col3 li {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #252421;
}
.news_col3 li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}	
.news_col3 li a:hover {
	color: #131311;
	background-color: #f4bf2c;
}	
.news_col3 li.newsmenu_selected a {
	color: #131311;
	background-color: #f4bf2c;
}

/* Privacy Policy */

.privacy_col {
	float: left;
	width: 766px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #363636;
	padding-right: 20px;
}
.privacy_col p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.privacy_col h1 {
	font-size: 1.3em;
	color: #444443;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* Instructor Directory */

.instructordirectory_col {
	float: left;
	width: 766px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #363636;
	padding-right: 20px;
}
.instructordirectory_searchbox {
	background-image: url(../Images/instructordirectory_searchbox.jpg);
	height: 87px;
	width: 710px;
	clear: both;
	color: #FFFFFF;
	padding-top: 69px;
	padding-right: 20px;
	padding-left: 24px;
}
.instructordirectory_col p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.instructordirectory_col h1 {
	position: absolute;
	left: -10000px;
}
.instructordirectory_col h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
}
.instructordirectory_searchbox label {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

.loginarea_instructor {
	background-image: url(../Images/login_bg_instructor.jpg);
	float: left;
	height: 45px;
	width: 629px;
	padding-left: 125px;
}
.loginarea_instructor p {
	margin: 0px;
	float: left;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffdd7f;
	width: 155px;
}

.loginarea_instructor p a
{
	text-decoration:underline;
	color:#ffdd7f;
}

.loginarea_instructor p a:hover
{
	text-decoration:none;
}

.loginarea_instructor_menu {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 397px;
}
.loginarea_instructor_menu ul {
	margin: 0px;
	padding: 0px;
}
.loginarea_instructor_menu li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
.loginarea_instructor_menu li.resources a {
	background-image: url(../Images/resources_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.resources a:hover {
	background-image: url(../Images/resources_menubg2.gif);
}
.loginarea_instructor_menu li.resources_selected a {
	background-image: url(../Images/resources_menubg2.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.news a {
	background-image: url(/Images/news_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.news a:hover {
	background-image: url(/Images/news_menubg2.gif);
}
.loginarea_instructor_menu li.news_selected a {
	background-image: url(/Images/news_menubg2.gif);
		text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.directory a {
	background-image: url(../Images/directory_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.directory a:hover {
	background-image: url(../Images/directory_menubg2.gif);
}
.loginarea_instructor_menu li.directory_selected a {
	background-image: url(../Images/directory_menubg2.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 81px;
}
.loginarea_instructor_menu li.ordermaterials a {
	background-image: url(../Images/ordermaterials_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 111px;
}
.loginarea_instructor_menu li.ordermaterials a:hover {
	background-image: url(../Images/ordermaterials_menubg2.gif);
}
.loginarea_instructor_menu li.ordermaterials_selected a {
	background-image: url(../Images/ordermaterials_menubg2.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 111px;
}



.loginarea_instructor_menu li.onlineevaluation a {
	background-image: url(../Images/onlinevaluation_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 117px;
}
.loginarea_instructor_menu li.onlineevaluation a:hover {
	background-image: url(../Images/onlinevaluation_menubg2.gif);
	width: 117px;
}
.loginarea_instructor_menu li.onlineevaluation_selected a {
	background-image: url(../Images/onlinevaluation_menubg2.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 117px;
}
.loginarea_instructor_menu li.register a {
	background-image: url(../Images/registerqualifications_menubg.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 141px;
}
.loginarea_instructor_menu li.register a:hover {
	background-image: url(../Images/registerqualifications_menubg2.gif);
	width: 141px;
}
.loginarea_instructor_menu li.register_selected a {
	background-image: url(../Images/registerqualifications_menubg2.gif);
	text-indent: -10000px;
	display: block;
	height: 22px;
	width: 141px;
}


.loginarea_instructor p.para3 {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	width: 55px;
	text-align: center;
}
h1.instructorresources {
	font-size: 1.3em;
	color: #444443;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border:none;
	text-transform: none;
}
h2.instructorresources {
	font-size: 1em;
	color: #444443;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom:solid 1px #333333;
	text-transform: none;
	margin-bottom:16px;
}
p.acrobatsymbol {
	background-image: url(../Images/acrobatsymbol.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 4px;
	margin-top: 4px;
}

/* Site Map */

.sitemap_col {
	float: left;
	width: 970px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #363636;
	padding-right: 0px;
}
.sitemap_col p {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sitemap_col h1 {
	font-size: 1.3em;
	color: #444443;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.sitemap_col1 {
	float: left;
	width: 230px;
}
.sitemap_col1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitemap_col1 li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #444443;
}
.sitemap_col1 ul.sitemap_submenu {
	
	list-style-image: url(../Images/bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 10px;
}
.sitemap_col1 ul.sitemap_submenu li {
	padding-bottom: 5px;
	padding-left: 5px;
}
.sitemap_col1 ul.sitemap_submenu li a {
	font-size: 1em;
	color: #444443;
}

.speciallabel
{
	display:none;
}

.FormLabel
{
	position:absolute;
	left:-10000px;
}
.calendarextender .ajax__calendar_container 
{
	background-color: #FFF;
	display: block;
	border: 1px solid black;
}

/* Course Registration */

a.nav_course_registration
{
	background-image:url('/Images/register_course_nav.jpg');
	background-repeat:no-repeat;
	width:165px;
	height:22px;
	text-indent:-10000px;
	display:block;
	float:left;
	margin-left:10px;
}

a.nav_course_registration:hover
{
	background-image:url('/Images/register_course_nav2.jpg');
}

table.course_register_saved
{
	margin-top:10px;
	width:600px;
	border:solid 1px #000;
	border-right:0;
}

table.course_register_saved tr
{
	text-align:left;
	background-color:#fff;
}

table.course_register_saved th
{
	background-color:#000;
	color:#fff;
}

table.course_register_saved td
{
	border-right:solid 1px #000;
}


.course_register_student_submissions
{
	width:200px;
	background-color:#fff;
	color:#000;
	border:solid 1px #000;
	font-size:1.1em;
}

.course_register_student_submissions h1
{
	text-indent:-10000px;
	background-image:url('/Images/register_course_student_submissions.jpg');
	background-repeat:no-repeat;
	background-color:#000;
	background-position:3px 3px;
	height:20px;
	padding:0;
	margin:0;
}

.course_register_student_submissions ul
{
	list-style-type:none;
	padding:0;
	padding-left:10px;
}

.course_register_student_submissions ul a
{
	text-decoration:none;
	font-weight:normal;
	color:#000;
}

.course_register_student_submissions div
{
	padding:4px;
	clear:both;
}

.course_register_postcode_lookup_button
{
	float:left;
	background-color:#000;
	color:#fff;
	border:0;
	margin-left:5px;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}

.txt_col .yellow_btn
{
	background-color:#F8C435;
	border:0;
	color:Black;
	font-weight:bold;
	font-size:1.1em;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
}

/* Course Registration END */


/* Course Notification */

a.nav_course_notification
{
	background-image:url('/Images/course_notification_nav.jpg');
	background-repeat:no-repeat;
	width:165px;
	height:22px;
	text-indent:-10000px;
	display:block;
	float:left;
	margin-left:10px;
}

a.nav_course_notification:hover
{
	background-image:url('/Images/course_notification_nav2.jpg');
}

.txt_col h2
{
	font-size:1.1em;
	clear:both;
	margin:0;
	padding-top:35px;
	border-bottom:solid 1px black;
}
	.txt_col .validation_error
	{
		clear:both;
		float:left;
		color:Red;
	}

/* Course Notification END */

/*custom buttons*/
.top_lower_txt a 
{
    float: left;
    color: #fff;
    font-weight: bold;
}
a.CustomBtn {
    float: left;
    margin: 0 0 0 15px;
    text-decoration: none;
}
a.CustomBtn:hover 
{
    text-decoration: none;
}

    a.CustomBtn span {
        display: block;
    }
    a.CustomBtn span.l {
        background: transparent url('../images/custom-btn-l.gif') no-repeat left;
        padding-left: 10px;
    }
    a.CustomBtn span.r 
    {
        height: 19px;
        background: transparent url('../images/custom-btn-r.gif') no-repeat right;
        padding: 2px 10px 0 0;
    }
/*custom button*/
