/*
** DEFINE STYLES FOR EACH OF THE CONTAINER DIVS WITH THE FOLLWING IDs
** pagewrapper, header, toolbar, contentwrapper, leftside, main, rightside and footer
**
*/

body{
	margin: 0px;
	padding-top: 1px;
	text-align: center;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background: #fff;
}

h1, h2, h3{
	margin: 0px;
	padding: 0px;
}

a{
	color: #663900;
}

a:hover{
	color: #CA1D07;
}

.raise{
	vertical-align: top;
	font-size: 0.5em;
}

.notice{
	font-size: 0.8em;
}

.roundit{
	background: #FFFFDD url(../images/leftside_header.png) repeat-x left top;
	padding-left: 1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/* Do rounding (native in Firefox and other Mozilla engines) */
	-moz-border-radius: 15px;
	/* Do rounding (native in Safari and iPhone) */
	-webkit-border-radius: 15px;
	/* Do rounding (proposed CSS3 property) */
	border-radius: 15px;
	/* Forget IE and others - rounded corners using CSS not supported yet and scripting techniques too costly on rendering engine to make it effective */
}

/* Container for the entire document */
#pagewrapper{
	position: relative;
	background: #fff;
	width: 80%;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topgroup{
	background: #ffffdd url(../images/daff1.png) no-repeat right top ;
	margin-top: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* Header Section */
#datemerker{
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	color: #57D222;
	font-family: Georgia, "Trebuchet MS";
	font-size: 25px;
}

#header1{
	position: relative;
	font-family: Georgia, "Trebuchet MS";
	font-size: 25px;
	font-weight: bold;
	color: #00c;
	height: 60px;
}

#header1 #ctrlogo{
	position: absolute;
	left: 5px;
	top: 2px;
}

#header1 #companyname{
	position: absolute;
	top: 8px;
	left: 60px;
}

#header2{
	position: relative;
	width: 400px;
	top: -10px;
	left: 120px;
}

/* Toolbar Section*/
#toolbar{
	background: #aaa url(../images/toolbar_nav.png) repeat-x left top;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
}

#toolbar ul {
	margin: 0;
	padding: .5em 1em;
	list-style-type: none;
	text-align: center;
}

#toolbar li {
	display: inline;
	padding: 0;
}

#toolbar li a, #toolbar li a:link {
	color: #38770D;
	text-decoration: none;
	padding: .5em 1em;
	display: inline;
	font: bold 1.3em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#toolbar li a:hover {
	color: #57D222;
}

/* Content Wrapper Section */
#contentwrapper{
	position: relative;
	width: 100%;
}

/* Leftside and Rightside Sections */
#leftside{
	float: left;
	width: 180px;
	margin-left: 0px;
	margin-top: 5px;
}

#rightside{
	float: right;
	width: 125px;
	margin-right: 0px;
	margin-top: 5px;
	text-align: center;
}

#leftside h2, #rightside h2{
	font-size: 1.3em;
	color: #38770D;
	padding: 10px 8px 3px 12px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

#leftside h3, #rightside h3{
	font-size: 1.1em;
	margin: 0px 5px 3px 5px;
	padding: 0px;
	color: #663900;
	text-align: left;
}

#leftside p, #rightside p{
	margin: 0px 5px 10px 5px;
	padding: 0px;
	color: #666666;
	text-align: left;
}

#leftside h3 a, #rightside h3 a{
	color: #663900;
}

#leftside a:hover, #rightside a:hover{
	color: #CA1D07;
}

#rightside div#imagecontainer{
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #fff;
	height: 400px;
	overflow: auto;
	border-left: solid 2px #D9ECFF;
	border-bottom: solid 2px #D9ECFF;
}

#rightside div#imagecontainer img{
	text-align: center;
	margin-top: 5px;
	padding: 0px;
}

#rightside div#imagecontainer p{
	font-weight: bold;
	text-align: center;
	margin: 5px 5px 10px 0px;
	padding: 0px;
}

div.clientdiv{
	border-bottom: solid 1px #eeeeFF;
}

/* Main Section */
#main{
	position: relative;
	margin-top: 5px;
	margin-left: 180px;
	margin-right: 135px;
	padding: 0px 15px 15px 20px;
}

#main h1{
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}

#main h2{
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main p{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#main ul{
	list-style: disc outside none;
}

#main ul li{
	font: normal 1.4em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#main ul ul{
	list-style: disc outside none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main ul ul li{
	font: normal 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#main p.statement{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-align: justify;
	color: #663900;
	background: #eef;
	margin: 20px 40px;
	padding: 10px;
}

div#countyLocations, div#townLocations{
	display: none;
}

/* Contact Page specific styles */
div#formerror{
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
}

div#formerror ul{
	list-style: disc outside none;
}

div#formerror ul li.invaliditem{
	font: normal 1.4em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #f00;
}

.invalidfield{
	background-color: #fdd;
}

div#contactform{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 50em;
}

#frmEnquiry{
	font-size: 0.8em;
	color: #38770D;
	background-color: #efe;
	padding: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
}

#frmEnquiry p{
	margin: .3em;
}

#frmEnquiry .label, #frmEnquiry .labelopt{
	float: left;
	clear: left;
	width: 12em;
	margin-right: 10px;
	text-align: right;
}

#frmEnquiry .label{
	font-weight: bold;
}

#frmEnquiry .labelopt{
	font-weight: normal;
}

#frmEnquiry input, #frmEnquiry textarea{
	font-family: monospace;
}

p#contactFormButtons{
	text-align: right;
	margin-top: 15px;
}

#frmEnquiry input#btnSubmit{
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

fieldset{
	padding-bottom: 10px;
}

legend{
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #57D222;
	padding-right: .4em;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Training page specific styles */

div#catprodforms{
	position: relative;
	background: #efe;
	height: 4.8em;
	padding: .6em;
}

#frmCategory{
	float:left;
	margin-left: 2em;
	margin-right: 5em;
}

.catprod{
	display: block;
	color: #38770D;
	font: bold 1.3em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: .3em;
}

p#promptClient{
	position: relative;
	top: -1.0em;
	color: #f00;
	font: normal 1.1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

/* Styling the Course Titles table */
div#courseTitlesTableContainer{
	text-align: center;
	padding-top: 20px;
}

table.courseTitles{
	display: inline;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
}

table.courseTitles caption{
	display: none;
}

th.courseHeader{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #efe;
	padding: 3px;
	border-top: solid #57D222 1px;
	border-bottom: solid #fff 8px;
	color: #38770D;
	vertical-align: bottom;
}

tr.even{
	background-color: #eee;
}

table.courseTitles td.courseCode{
	font-size: 11px;
	padding: 3px;
	width: 7em;
}

table.courseTitles td.courseTitle{
	font-size: 11px;
	padding: 3px;
	width: 58em;
}

table.courseTitles td.courseDuration{
	font-size: 11px;
	padding: 3px;
	width: 5em;
}

/* Styling the Course outlines */
#main div#outlineContainer{
	position: relative;
	font: normal 1.4em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 1em;
	padding: .6em;
}

#outlineTitle{
	color: #663900;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

#outlineGroup, #outlineIntroduction, #outlinePrerequisites, #outlineObjectives, #outlineModules{
	position: relative;
	padding: .6em;
	border-bottom: 1px solid #106A9B;;
}

#outlineCode, #outlineDuration{
	padding-bottom: .6em;
}

.outlineLabel{
	color: #663900;
	font-weight: normal;
	padding-bottom: .6em;
}

#outlineModules{
	border-bottom: 0px solid;
	margin-bottom: 20px;
}

div.moduleTitle{
	background-color: #eee;
	color: #000;
	font-weight: bold;
	padding: 5px 0px;
	margin-top: 10px;
	margin-bottom:5px;
}

/* Footer Section */
#footer{
	clear: both;
	margin-left: 195px;
	margin-right: 150px;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #000;
	font-weight: bold;
	color: #000000;
}
