/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage.gif);
	background-repeat: repeat-y;
}
#wrappercourse {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage_course.gif);
	background-repeat: repeat-y;
}
#wrappercontact {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage_contact.gif);
	background-repeat: repeat-y;
}
#wrapperprovider {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #333333;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage_provider.gif);
	background-repeat: repeat-y;
}
.infobutton {
	margin-top: 3px;
}

#wrapperlocation {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage_location.gif);
	background-repeat: repeat-y;
}
#wrapperapplication {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../graphics/bgimage_application.gif);
	background-repeat: repeat-y;
}

/*this container holds the logo and heading graphic*/
    #header {


	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
}
/*this container holds the horizontal navigation bar */	
	#navbar {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	height: 26px;
	background-image: url(../graphics/bgimage.gif);
	padding-left: 3px;
}
#navbarcontact {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	height: 26px;
	background-image: url(../graphics/bgimage_contact.gif);
	padding-left: 3px;
}
#navbarcourse {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	background-image: none;
	padding-left: 3px;
	background-color: #DCAC3A;
	
}
#navbarprovider {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	height: 26px;
	background-image: url(../graphics/bgimage_provider.gif);
	padding-left: 3px;
}
#navbarlocation {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	height: 26px;
	background-image: url(../graphics/bgimage_location.gif);
	padding-left: 3px;
}
#navbarapplication {
	width: 100%;
	top: 50px;
	background-repeat: repeat-y;
	height: 26px;
	background-image: url(../graphics/bgimage_application.gif);
	padding-left: 3px;
}
/*styles the footer*/
.footer {
	font-size: 90%;
	background-image: url(../graphics/footer.gif);
	background-repeat: no-repeat;
	height: 33px;
}
/*styles the footer*/
.footercontact {
	font-size: 90%;
	background-image: url(../graphics/footer_contact.gif);
	background-repeat: no-repeat;
	height: 33px;
	background-position: bottom;
}
/*styles the footer*/
.footercourse {
	font-size: 90%;
	background-image: url(../graphics/footer_course.gif);
	background-repeat: no-repeat;
	height: 33px;
	background-position: bottom;
}
/*styles the footer*/
.footerprovider {
	font-size: 90%;
	background-image: url(../graphics/footer_provider.gif);
	background-repeat: no-repeat;
	height: 33px;
	background-position: bottom;
}
/*styles the footer*/
.footerlocation {
	font-size: 90%;
	background-image: url(../graphics/footer_location.gif);
	background-repeat: no-repeat;
	height: 33px;
	background-position: bottom;
}
/*styles the footer*/
.footerapplication {
	font-size: 90%;
	background-image: url(../graphics/footer_application.gif);
	background-repeat: no-repeat;
	height: 33px;
	background-position: bottom;
}
/*this container holds the left-hand text boxes */
#holderdiv {
	width: 180px;
	padding-left: 10px;
	margin-top: 10px;
}
#holderdivapply {
	width: 310px;
	padding-left: 10px;
	margin-top: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 2px 0;
	width: 180px;
}
.leftcoldivsplash {
	margin: 2px 0;
	width: 180px;
	
}
.leftcoldivapply {
	margin: 2px 0;
	width: 300px;
	height: 490px;
	overflow: auto;
}
#content {
	width: 570px;
	height: 500px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 10px;
}

#content {
	width: 570px;
	height: 500px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 10px;
}
#contentcompetition {
	width: 750px;
	margin-top: 10px;
	padding-left: 20px;
}
#contenttraining {
	width: 570px;
	height: 500px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 10px;
}

#contentaccom {
	height: 500px;
	overflow: auto;
	border-left-width: 1px;
	margin-top: 10px;
}
#contentapply {
	width: 440px;
	height: 490px;
	overflow: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 10px;
}
#contentopenday {
	width: 600px;
	height: 490px;
	overflow: auto;
	margin-top: 50px;
	margin-left: 50px;
}

#contentinitiative {
	width: 700px;
	height: 490px;
	overflow: auto;
	margin-top: 30px;
	margin-left: 40px;
}
/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-color: #dedfe1;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
#wrappercourse p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
#wrapperprovider p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
#wrappercontact p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
#wrapperlocation p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
#wrapperapplication p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #333333;/*themecolour1%0;*/
	font-size: 90%;
	line-height: 1.3em;
}
.leftcoldivapply p {
	padding: 3 5;
	color: #000000;
	font-size: 90%;
	line-height: 1.3em;
	margin-right: 0;
	margin-left: 0;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #a7a786;/*themecolour1$ -8.3%,-29.7%;*/
	color: #000000;/*themecolour1%0;*/
	font-size: 110%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b4b33;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(contact_files/contact_bg2.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7a783;/*themecolour1$ -8.3%,-29.7%;*/
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #a7a786;/*themecolour1$ -8.3%,-29.7%;*/
	color: #000000;/*themecolour1%0;*/
	font-size: 110%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4b4b33;/*themecolour1$ -21%,-68.6%;*/
	background-image: url(contact_files/contact_bg1.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7a783;/*themecolour1$ -8.3%,-29.7%;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a7a783;/*themecolour1$ -8.3%,-29.7%;*/
}
.leftcoldiv h4 {
	margin: 0;
	background-color: #5BA6DB;/*themecolour1$ -8.3%,-29.7%;*/
	color: #FFFFFF;/*themecolour1$ 46.7%,100%;*/
	font-size: 110%;
	padding: 1px 5px;/*themecolour1;*/
	
}
.leftcoldivapply h4 {
	margin: 0 0 5;
	background-color: #5BA6DB;/*themecolour1$ -8.3%,-29.7%;*/
	color: #FFFFFF;/*themecolour1$ 46.7%,100%;*/
	font-size: 110%;
	padding: 1px 5px;/*themecolour1;*/
	
}


h1 {
	font-size: 130%;
	margin: 0px;
	color: #000000;/*themecolour2;*/
	padding-top: 6px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-right: 20px;
	font-weight: bold;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;/*themecolour1$ -21%,-68.6%;*/
	font-weight: bold;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;/*themecolour1$ -21%,-68.6%;*/
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
	list-style-type: disc;
	margin-right: 20px;
	padding-left: 15px;
}
hr {
	color: #999999;
	text-decoration: none;
	margin-right: 30px;
	font-weight: normal;
}

/*link styles*/
a:link {
	color: #3474B0;/*themecolour1$ -8.3%,-29.7%;*/
}
 a:visited {
	color: #3474b0;/*themecolour1$ -21%,-68.6%;*/
}
 a:link:hover {
	color: #000000;/*themecolour1$ -12.5%,-53%;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4b4b33;/*themecolour1$ -21%,-68.6%;*/
}
/*floats element to the left*/
    .left {
	float: left;
	margin: 0px;
	padding: 0px;
}

.imgleft {
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}
/*floats element to the right*/
   .right {
	float: right;
}

td {
}
.formquestion {
	background-color: #CBE0EF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5BA6DB;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}

#introbox {
	height: 150px;
	width: auto;
	background-image: url(../graphics/intro_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
}
#plumbbox {
	height: 150px;
	width: auto;
	background-image: url(../graphics/plumb_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
}
.formspace {
	padding-bottom: 10px;
}
.formcomment {
	color: #287BB9;
}

#cgbox {
	height: 150px;
	width: auto;
	background-image: url(../graphics/cg_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
}
#mobilebox {
	height: 150px;
	width: auto;
	background-image: url(../graphics/mobile_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
}
#seminarbox {
	height: 150px;
	width: auto;
	background-image: url(../graphics/seminars_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 6px;
}

.boxposition {
	margin-top: 30px;
	margin-left: 8px;
}
h6 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	color: #FFFFFF;
	background-color: #ba99ba;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 30px;
	font-size: 120%;
}
h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	color: #FFFFFF;
	background-color: #DCAC3A;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-right: 30px;
	font-size: 100%;
}

h4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	color: #FFFFFF;
	background-color: #80b4d9;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 30px;
	font-size: 120%;
}

h5{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 6px;
	color: #FFFFFF;
	background-color: #009eac;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-right: 30px;
	font-size: 100%;
}
blockquote {
	color: #000000;
	margin: 10px 25px 5px 15px;
}
.formpad {
	padding-right: 8px;
}
.mail {
	font-size: 80%;
	font-weight: bold;
	padding-right: 5px;
}
.accomtable {
	font-size: 90%;
}
