/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;
	background:url(/images/backgrounds/bg.gif) repeat-x #926461;
}
	
#container {
	margin:0 auto;
	width:900px;
	text-align:left;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:16px;
	vertical-align:top;
}

.clear {
	clear:both;
	height:15px;
	background-color:#946363;
}

#popupWindowCaller {
	display:none;
}

/* Typography */
	
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 30px 20px 30px;
	padding-top:26px;
	font-size:16px;
	font-weight:normal;
	color:#926461;
}

h2, h3 {
	margin:20px 0 0 30px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#926461;
}

h2.courseOverview {
	margin:20px 0 0 30px;
	font-weight:bold;
	color:#333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
}

h2.courseOverview a {
	color:#333333;
}

h2.yourDetails {
	margin:20px 0 0 30px;
	font-size:13px;
}



/* Links */

a {
	color:#926461;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* Header */

#logo {
	float:right;
	padding:7px 30px;
	background-color:#000000;
}

.enrol {
	margin:31px 0 0 20px;
}



/* Main Navigation */

#mainNav {
	clear:both;
	background:#1A1A1A;
	height:36px;
}

#mainNav ul {
	padding:10px 0 0 22px;
}

#mainNav li {
	list-style:none;
	display:inline;
	margin-right:19px;
}

#mainNav li a {
	color:#FFFFFF;
	font-size:13px;
}

#mainNav li a:hover {
	color:#926461;
}

#mainNav li.down a {
	color:#81C422;
	font-size:12px;
	text-decoration:underline;
}



/* Left Col */

#leftCol {
	width:235px;
	padding:0 0 9px 0;
}

ul.submenu {
	margin-bottom:5px;
}

.submenu li {
	background:#1A1A1A;
	border-bottom:1px solid #333333;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px 0 5px 17px;
	list-style:none;
}

.submenu li a:hover, .submenu li.down a, .submenu li.overview a {
	color:#FFFFFF;
	text-decoration:none;
}

.submenu li.overview a:hover {
	text-decoration:underline;
}

.leftColTestimonial {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	line-height:19px;
	text-align:center;
	margin:22px 20px;
}

.testName {
	color:#926461;
	font-size:12px;
}

.ossBanner {
	padding:0 0 13px 9px;
	border-bottom:1px solid #434343;
}


/* Student Login */

#studentLogin {	
	background:url(/images/backgrounds/student_login_bg.gif) no-repeat top center;
	border-bottom:1px solid #434343;
	font-size:11px;
	margin:11px 0px 13px 0;
	color:#808080;
	padding:0 0 0 23px;
	height:111px;
}

#studentidLogin {
	padding-top:10px;
	padding-bottom:3px;
}

#passwordLogin {
	padding-bottom:5px;
}

.loginLabel {
	width:63px;
	float:left;
	padding-top:2px;
}

.loginField {
	width:125px;
	border:1px solid #D1D4D0;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/backgrounds/white.gif);
}

.loginFieldhover {
	width:125px;
	border:1px solid #926461;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/backgrounds/white.gif);
}

.login {
	margin-left:153px;
}

.forgotPassword {
	color:#808080;
	font-size:10px;
	text-decoration:underline;
}


/* Questions */

#questions {	
	border-bottom:1px solid #434343;
	font-size:11px;
	margin:9px 0px 13px 0;
	color:#fff;
	padding:0 0 0 16px;
	height:81px;
}

#questionsName {
	padding-top:0px;
	padding-bottom:3px;
}

#questionsEmail {
	padding-bottom:5px;
}

.questionsLabel {
	width:39px;
	float:left;
	padding-top:2px;
}

.questionsField {
	width:155px;
	border:1px solid #333333;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/backgrounds/white.gif);
}

.questionsFieldhover {
	width:155px;
	border:1px solid #926461;
	height:17px;
	padding-left:2px;
	padding-right:2px;
	background:url(images/backgrounds/white.gif);
}

.continue {
	margin-left:138px;
}


/* Content */

#contentContainer {
	background:url(images/backgrounds/content_bg.gif) repeat-y #ffffff;
}

#content {
	width:665px;
	_width:662px;
	float:right;
	padding-bottom:10px;
}

#content p, #content table, #content ul {
	margin:10px 30px 20px 30px;
}

#content li {
	margin-left:20px;
	line-height:20px;
}

.lineSpacer {
	border-bottom:1px solid #E5D2D4;
	height:2px;
}

#content li {
	list-style:none;
	background:url(/images/spacers/black_arrow.gif) no-repeat 0 4px;
	margin:0;
	padding-left:17px;
}
	

#content ul.arrowList {
	margin:15px 0px 9px 30px;
}

#content ul.arrowList li {
	font-size:13px;
	list-style:none;
	margin:0px;
	padding:0;
	background:none;
}

.arrowList li a {
	color:#333333;
	background:url(/images/spacers/black_arrow.gif) no-repeat center left;
	padding-left:20px;
}

.arrowList li a:hover {
	color:#926461;
	background:url(/images/spacers/grape_arrow.gif) no-repeat center left;
	padding-left:20px;
	text-decoration:none;
}

.readMore a {
	color:#926461;
	background:url(/images/spacers/grape_arrow.gif) no-repeat center left;
	padding-left:15px;
}

.readMore a:hover {
	color:#333333;
	background:url(/images/spacers/black_arrow.gif) no-repeat center left;
	padding-left:15px;
	text-decoration:none;
}

.backToTop {
	float:right;
	text-align:right;
	width:100px;
	padding:5px 20px 0 0;
	margin:20px 0 0 0;
}

.backToTop a {
	color:#926461;
	background:url(/images/spacers/grape_arrow_up.gif) no-repeat center left;
	padding-left:15px;
}

.backToTop a:hover {
	color:#333333;
	background:url(/images/spacers/black_arrow_up.gif) no-repeat center left;
	padding-left:15px;
	text-decoration:none;
}



/* Home */

#homeCourseList {
	border-top:1px solid #E5D2D4;
	border-bottom:1px solid #E5D2D4;
	background:url(images/backgrounds/flowers_bg.gif) no-repeat top right;
	margin:20px 0 15px 0;
	padding-bottom:20px;
}

#homeCourseList ul {
	margin:15px 0px 9px 30px;
}

#homeCourseList li {
	font-size:13px;
	list-style:none;
	margin:0px;
	padding:0;
	background:none;
}

#homeCourseList li a {
	color:#333333;
	background:url(/images/spacers/black_arrow.gif) no-repeat center left;
	padding-left:20px;
}

#homeCourseList li a:hover {
	color:#926461;
	background:url(/images/spacers/grape_arrow.gif) no-repeat center left;
	padding-left:20px;
	text-decoration:none;
}

#courseListFloat {
	float:right;
	width:364px;
}

.homeCourseOverviewLink {
	font-weight:bold;
	font-size:12px;
	margin-left:30px;
}

.homeNews {
	float:left;
	width:274px;
	margin-left:30px;
}

#content p.homeNewsContent {
	margin:5px 0;
}

/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

#requiredFields {
	float:right;
	width:200px;
	text-align:right;
	font-size:11px;
	margin:0 54px 0 0;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:10px;
	padding-right:5px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #D1D4D0;
	width:495px;
	padding:0px 3px;
}

.textinputhover {
	border:1px solid #926461; 
	width:495px;
	padding:0px 3px;
}

.submit {
	margin-top:10px;
}

.errorText {
	color:#FF0000;
}

.lineSpacerContact {
	border-bottom:1px solid #E5D2D4;
	height:8px;
}



/* Footer */

#footer {
	font-size:11px;
	background:#926461;
	text-align:center;
}

#footer a {
	color:#333333;
}

#footer li {
	display:inline;
	list-style:none;
	color:#FFFFFF;ss
}

#footer li a {
	color:#FFFFFF;
}



