﻿@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
html, body {
	color: #5c707c;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans serif;
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(images/system-images/body-bg.png);
}
a:link {
		color: #5b8f16;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {	font: bold 12px Arial, Helvetica, sans serif;
		color: #5b8f16;
	text-decoration: none;
}
a:hover {
	color: #006837;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: bold;
}
a:active {	font: bold 12px Arial, Helvetica, sans serif;
	color: #5b8f16;
}
p { 
	font: 12px/16px Arial, Helvetica, sans serif; color: #5c707c;
}
h1 {
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	color: #5b8f16;
    width: 375px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	font-family: Arial, Helvetica, "sans serif";
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
h3 {
	font-size:20px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans serif;
	font-weight: normal;
	color: #006837;
}
#wrapper {
	position:relative;
	left: 12%;
	width: 965px;
	margin-left: 0px;
	padding-left: 12px;
	padding-right: 12px;
	top: 0px;
	background-image: url(images/system-images/wrapper-bg.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/system-images/header-bg.png);
	background-repeat: repeat-x;
	padding: 25px;
	height: 55px;
	width: 891px;
}
#welcome-band-colour {
	background-image: url(images/system-images/welcome-stripe-bg.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 891px;
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 25px;
}
#content-area {
	padding: 25px;
	width: 891px;
 	height: auto;
}
#content-holder {
	height: auto;
	width: 691px;
	float:left;
	padding-top:15px;
}
#enrol-icon {
	float: left;
	height: 58px;
	width: 155px;
}
#school-name {
	float: left;
	height: 20px;
	width: 450px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#return-to-main {
	float: right;
	height: 71px;
	width: 166px;
	margin-top: -10px;
	margin-right: 22px;
}

#apply-area {
	border: thin solid #CCC;
	padding: 5px;
	width: 270px;
	margin-left: 50px;
	float:left;
}
#apply-area-inner {
	border: thin solid #5b8f16;
	padding: 25px;
	width: 217px;
}
#login-area {
	border: thin solid #CCC;
	padding: 5px;
	width: 270px;
	margin-left: 50px;
	margin-right: 20px;
	float:left;
}
#login-area-inner {
	border: thin solid #5b8f16;
	padding: 25px;
	width: 217px;
}
#form-container {
	border: thin solid #CCC;
	padding: 5px;
	width: 590px;
	margin-left: 50px;
	float:left;
}
#form-container-inner {
	border: thin solid #5b8f16;
	padding: 25px;
	width: 537px;
}

#thank-you {
	clear:both;
}
#footer {
	background-image: url(images/system-images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 45px;
	width: 965px;
	background-color: #FFF;
	margin-left: -12px;
	padding-top:35px;
	clear:both;
}
#footer-details {
	width: 350px;
	padding-left: 25px;
}
#address {
	width: 130px;
	float: left;
	padding-right:15px;
	margin-left: 55px;
}
#address p { 
	font: 12px/16px Arial, Helvetica, sans serif; 	color: #006837;
;
}#wrapper #content-area #content-holder #form-container #form-container-inner a {
	text-align: right;
}
