@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	float: none;
	text-align: left;
	padding-right: 10px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#MenuBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #2B327A;
}
#PageBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	vertical-align: text-bottom;
}
#MenuBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PageBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PageFooter {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Banner {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	vertical-align: text-bottom;
	height: 194px;
	margin: 0;
}
#MenuBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #2B327A;
}
#PageBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PageFooter {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	background-color: #06C;
	height: 175px;
}
}.TextHeading1 {
	font-family: "Century Gothic";
	font-size: 16pt;
	font-weight: bold;
	color: #333;
}
.NormalBodyText {
	font-family: "Century Gothic";
	font-size: 18px;
	text-align: left;
}
.gridContainer.clearfix #PageBody #LeftHandColumn {
	float: left;
	width: 60%;
}
.gridContainer.clearfix #PageBody #CentreColumn {
	float: left;
	width: 100%;
	height: auto;
}
.gridContainer.clearfix #PageBody #RightHandColumn {
	float: right;
	width: 40%;
	background-color: #FFF;
}
#DarkLeftBody {
	font-family: "Century Gothic";
	color: #000;
	background-color: #999;
}
.gridContainer.clearfix #PageFooter #LeftHandColumnFooter {
	font-family: "Century Gothic";
	color: #FFF;
	background-color: #2B327A;
	width: 40%;
	float: left;
	height: 175px;
	font-weight: bold;
	text-decoration: none;
}
.gridContainer.clearfix #PageFooter #RightHandColumnFooter {
	font-family: "Century Gothic";
	color: #FFF;
	background-color: #2B327A;
	width: 60%;
	float: right;
	height: 175px;
	font-weight: bold;
	text-decoration: none;
}
.BannerLogoLHS {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
	vertical-align: text-bottom;
}
.BannerLogoRHS {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	float: Right;
	vertical-align: text-bottom;
}
.BannerText {
	vertical-align: middle;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
.BannerScript {
	vertical-align: text-bottom;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-align: center;
}
.gridContainer.clearfix #PageBody #LeftHandColumn #TopLHBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	padding: 30px;
	background-color: #FFF;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.gridContainer.clearfix #PageBody #LeftHandColumn #TopApplyLHBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	padding: 30px;
	background-color: #FFF;
	height: 700px;
}

.gridContainer.clearfix #PageBody #CentreColumn #TopBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	padding: 30px;
	background-color: #FFF;
	height: auto;
}
.gridContainer.clearfix #PageBody #LeftHandColumn #MiddleLHBody {
	font-family: "Lucida Handwriting";
	font-style: italic;
	text-align: left;
	padding: 30px;
	background-color: #CCC;
	height: 80px;
	font-size: 14px;
}
.gridContainer.clearfix #PageBody #LeftHandColumn #BottomLHBody {
	font-family: "Century Gothic";
	text-align: left;
	padding: 30px;
	font-size: 12px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #Login {
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #DBDCC8;
	height: 120px;
	padding: 30px;
	margin-top: 30px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #TopRHBody {
	font-family: "Century Gothic";
	font-style: italic;
	text-align: center;
	background-color: #FFF;
	height: 120px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.Fieldcolour {
	background-color: #BECCD3;
}

.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody {
	font-family: "Century Gothic";
	font-style: italic;
	background-color: #FFF;
	height: 140px;
	text-align: center;
	padding: 30px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #BottomRHBody {
	font-family: "Lucida Handwriting";
	font-style: italic;
	text-align: center;
	padding: 30px;
	line-height: 35px;
	font-weight: bold;
	height: 250px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody #Membership{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #CCC;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody #Courses{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #CCC;
	height: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody #CofE{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #CCC;
	height: 137px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody #Freelance{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #CCC;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.gridContainer.clearfix #PageBody #RightHandColumn #MiddleRHBody #Corporate{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #CCC;
	height: 100px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.gridContainer.clearfix #Banner #LeftHandColumn{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #FFF;
	margin-bottom: 0px;
	width: 13%;
	height: 80%;
	padding: 0px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}
.gridContainer.clearfix #Banner #MiddleColumn{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: center;
	background-color: #FFF;
	height: 80%;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	width: 68%;
	float: left;
	margin-top: 30px;
}
.gridContainer.clearfix #Banner #RightHandColumn{
	font-family: "Century Gothic";
	font-style: italic;
	text-align: left;
	background-color: #FFF;
	height: 80%;
	width: 13%;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
