@charset "utf-8";
/* CSS Document */
html, body {
}

body {
	background-repeat: no-repeat;
	background-image: url(images/sitebg.jpg);
	background-color: black;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
}


#container {
	bottom: 0px;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
.copyDiv {
	background-color: white;
	height: 495px;
	width: 355px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	top: 30px;
	left: 130px;
	padding:25px;
	overflow : auto;
}

.titles, h1 {
	color:#999900;
	font-weight:bold;
	font-size:14px;
	
}
a:hover.titles {
	
	color:#FFFFFF;
}

.headline {
	color:#999900;

}

.bodyCopy, p, ol, ul, li, td, blockquote {
	color:#4D4D4D;

}

.bodyCopyGreen {
	color:#999900;

}
a.bodyCopyGreen {
	color:#999900;
	text-decoration:none;
}
a:hover.bodyCopyGreen {
	color:#FFFFFF;
	text-decoration:none;
}

a.greenLink {
	line-height: 1em;
	color:#999900;
	text-decoration:none;
}
a:hover.greenLink {
	color: #999900;
	text-decoration:underline;
}

.menuDiv {
	left: 30px;
	top: 30px;
	width: 95px;
	position: absolute;
	visibility: visible;
}

.menuTD {
	min-height: 16px;
	width: 87px;
	margin-top: 3px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width: 1px;
	padding:3px;
	}

.copyDivRight {
	max-height: 495px;
	background-color: #FFFFFF;
	width: 525px;
	position: absolute;
	visibility: visible;
	overflow: auto;
	z-index: auto;
	top: 30px;
	left: 540px;
	padding:25px;
	}

.logoDivRight {
	height: 495px;
	width: 565px;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	z-index: auto;
	top: 60px;
	left: 540px;
	padding-left: 25px;
	}

.welcome_logos {
	top: 615px; 
	height:34px; 
	left: 155px; 
	width: 757px;
	position: absolute;
	}

.nvq_logos {
	top: 567px; 
	height:38px; 
	left: 545px; 
	width: 572px;
	position: absolute;
	background-image: url(images/logos/nvq_logos.png);
	}
	
.logo {
	float: left;
	padding: 0 10px 10px 0;
	}

.logo_sml {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}


.courseListing {
	min-height: 14px;
	color: #4D4D4D;
	width: 100%;
	margin: 2px 0 2px 0;
	border-bottom-color: #999900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
}

.courseTable {
	color: #4D4D4D;
	width: 100%;
	height: 1.5em;
	margin: 2px 0 2px 0;
	float: left;
}

.courseTitle { float: left; width: 370px; }
.courseDurationLabel {float: left; width: 45px; color: #999900; }
.courseDuration { float: left; }

.courseFlyer {width: 20px; float: right; }

a.courseFlyer {text-decoration: none; font-style: normal; font-weight: normal; width: 20px; float: left; }

.footerBar {
	clear: both;
	font-size:10px;
	height: 35px;
	margin: 0px 20px 0px 0px;
	padding: 0px;	
	float: left;
	position:absolute;
	top: 575px;
	left: 130px;
	visibility: visible;
	background-color: transparent;
}

.footerBarLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	left: 0px;
	top: 0px;
	width: 400px;
	position: relative;
	visibility: visible;
	background-color: transparent;
}

.footerBarRight {
	margin: 0px;
	padding: 0px;
	top: 0px;
	float: right;
	position: relative;
	visibility: visible;
	background-color: transparent;
}

input {
	color:#4D4D4D;
	height: 1.05em;

}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;	/* doesn't seem to cascade into textarea items */
	color:#4D4D4D;
	font-size:12px;

}

.underline {
	min-height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #ff0f00;
	border-bottom-width: 1px;
}

#linktable {
	height: 22px;
}

.enquiryLink {
	color: #999900;
	border: solid 1px #999900;
	padding: 3px;
	margin-bottom: 10px;
}

.enquiryLink a {color: #999900; text-decoration:none;}
.enquiryLink a:hover {text-decoration: underline;}

/* end of file */