/* 

	Title:  Trade Training - Default Stylesheet
	Created by:  Kev Strong
	Last Modified:  8th July 2008

*/

/* Universal Selector */
* {
	margin: 0px;
	padding: 0px;
	font-size: 97%;
	font-family: Calibri, Arial, Verdana;
	}

/* Default Tags */
body {
	color: #EAEAEA;
	text-align: justify;
	background-color: #CCC;
	}
	
p {	padding-bottom: 0px; }
	
img { border: 0px; }
	
ul { padding: 10px; }
li { margin: 5px; }

h1 { font-size: 160%; padding-bottom: 10px; color: #333; text-align: left; }
h2 { font-size: 140%; padding-bottom: 10px; margin-top: 10px; color: #333; text-align: left; }
h3 { font-size: 120%; padding-bottom: 10px; margin-top: 10px; color: #333; text-align: left; }


/* Links */
a:link 		{ color: #FFC425; text-decoration: none;  }
a:visited 	{ color: #FF9900; text-decoration: none;  }
a:hover 	{ color: #990000; text-decoration: none;  }
a:active 	{ color: #FF0000; text-decoration: none;  }

/* Classes */
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	}
	
.main-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;

	}

/* Div Elements */
#container {
	width: 788px;
	margin: 0px auto 0px auto;
	background: url('../images/container-background.jpg') top left repeat-y;
	}
	
#header {
	padding-top: 68px;
	background: url('../images/header-background.jpg') top left no-repeat #333333;
	}
	
#main {
	width: 780px;
	margin: 0px auto 0px auto;
	}

#main-content {
	min-height: 255px;
	width: 770px;
	padding: 10px 10px 10px 0px ;
	color: #333;
	background-color: #FFFFFF;
	}
	
#main-short {
	min-height: 198px;
	background: url('../images/main-small-background.jpg') bottom left no-repeat #333333;
	text-align: left;
	font-size: 90%;
	}
	
#footer {
	min-height: 21px;
	padding: 17px 0px 0px 10px;
	background: url('../images/footer-background.jpg') top left no-repeat #999999;
	}
	


/* Header */
#navigation {
	height: 30px;
	padding-top: 62px;
	text-indent: -9000px;
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	}
	
#navigation li {
	float: left;
	margin: 0px;
	
	}

/* Links */


#navigation a.home:link 	{ background: url('../images/navigation/home.jpg') top left no-repeat; width: 48px; height: 30px;  display: block; }
#navigation a.home:visited 	{ background: url('../images/navigation/home.jpg') top left no-repeat; width: 48px; height: 30px;  display: block; }
#navigation a.home:hover 	{ background: url('../images/navigation/home.jpg') bottom left no-repeat; width: 48px; height: 30px; display: block; }
#navigation a.home:active 	{ background: url('../images/navigation/home.jpg') bottom left no-repeat; width: 48px; height: 30px; display: block; }

#navigation a.apprenticeship:link 	{ background: url('../images/navigation/apprenticeship.jpg') top left no-repeat; width: 108px; height: 30px;  display: block; }
#navigation a.apprenticeship:visited 	{ background: url('../images/navigation/apprenticeship.jpg') top left no-repeat; width: 108px; height: 30px; display: block; }
#navigation a.apprenticeship:hover 	{ background: url('../images/navigation/apprenticeship.jpg') bottom left no-repeat; width: 108px; height: 30px; display: block; }
#navigation a.apprenticeship:active 	{ background: url('../images/navigation/apprenticeship.jpg') bottom left no-repeat; width: 108px; height: 30px; display: block; }

#navigation a.training:link 	{ background: url('../images/navigation/training.jpg') top left no-repeat; width: 67px; height: 30px;  display: block; }
#navigation a.training:visited 	{ background: url('../images/navigation/training.jpg') top left no-repeat; width: 67px; height: 30px; display: block; }
#navigation a.training:hover 	{ background: url('../images/navigation/training.jpg') bottom left no-repeat; width: 67px; height: 30px; display: block; }
#navigation a.training:active 	{ background: url('../images/navigation/training.jpg') bottom left no-repeat; width: 67px; height: 30px; display: block; }

#navigation a.contact:link 	{ background: url('../images/navigation/contact.jpg') top left no-repeat; width: 89px; height: 30px;  display: block; }
#navigation a.contact:visited 	{ background: url('../images/navigation/contact.jpg') top left no-repeat; width: 89px; height: 30px; display: block; }
#navigation a.contact:hover 	{ background: url('../images/navigation/contact.jpg') bottom left no-repeat; width: 89px; height: 30px; display: block; }
#navigation a.contact:active 	{ background: url('../images/navigation/contact.jpg') bottom left no-repeat; width: 89px; height: 30px; display: block; }	

#navigation a.about:link 	{ background: url('../images/navigation/about.jpg') top left no-repeat; width: 72px; height: 30px;  display: block; }
#navigation a.about:visited 	{ background: url('../images/navigation/about.jpg') top left no-repeat; width: 72px; height: 30px; display: block; }
#navigation a.about:hover 	{ background: url('../images/navigation/about.jpg') bottom left no-repeat; width: 72px; height: 30px; display: block; }
#navigation a.about:active 	{ background: url('../images/navigation/about.jpg') bottom left no-repeat; width: 72px; height: 30px; display: block; }	

#sub-nav {
	padding: 4px 4px 4px 10px;
	margin: 0px 10px 10px 0px;
	text-align: center;
	}
	
.sub-nav {
	padding: 4px 4px 4px 10px;
	margin: 0px 10px 10px 0px;
	width: 300px;
	background-color: #999999;
	}

#logo {
	float: right;
	}
	
/*  Main Short */

#main-short a:link, #footer a:link { color: #FFC425; }
#main-short a:visited {  color: #FF9900; }
#main-short a:hover { color: #FF9900; }
#main-short a:active { color: #FFC425; }

#main-short h1	{ font-size: 160%; padding-bottom: 10px; color: #333; }
#main-short h2	{ font-size: 140%; padding-bottom: 10px; margin-top: 10px; color: #CCC; }
#main-short h3	{ font-size: 120%; padding-bottom: 00px; margin-top: 10px; color: #CCC; }
#main-short #column1 p	{ padding: 0px 10px 10px 10px; }

#column1 {
	width:  244px;
	margin: 0px 12px 0px 12px; 
	padding-bottom: 12px;
	float: left;
	color: #999;
	}
#column2 {
	width:  244px;
	margin: 0px 12px 0px 0px; 
	padding-bottom: 12px;
	float: left;
	color: #999;
	}
#column3 {
	width:  244px;
	margin: 0px 12px 0px 0px; 
	padding-bottom: 12px;
	float: left;
	color: #999;
	}
	
#main-content p, h1, h2, h3, h4, h5, h6, h7 {
	padding-left: 10px;
	padding-right: 10px;
	}
	
#main-content ol, ul { 
	margin-left: 20px;
	margin-right: 20px;
	}
	
#main-content ol { 
	margin-left: 40px;
	}
	
#main-content ol li {
	padding: 10px;
	}
	
#main-content h2, h3 {
	padding-bottom: 0px; margin-top: 0px;}



	
/* Footer */
#footer-bottom {
	width: 788px;
	margin: 0px auto 0px auto;
	min-height: 4px;
	background: url('../images/footer-container-background.jpg') bottom left no-repeat;
	}
	
#footer a:link, #footer a:link { font-size:  80%; color: #FFC425; }
#footer a:visited { font-size:  80%; color: #FF9900; }
#footer a:hover { font-size:  80%; color: #FF9900; }
#footer a:active { font-size:  80%; color: #FFC425; }

.approved {
	text-align: center;
	margin: auto;
	}

/*	Default form elements */
label {
	width: 130px;
	float: left;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #333333;
	font-size: 90%;
	}

form textarea, input, option  {
	border: 1px solid #22568F;
	background-color: #FFF;
	font-size: 90%;
	padding: 4px;
	width: 200px;
	}

form option  {
	width: 220px;
	}
	

.error {
	color:#FF0000;
	font-size: 90%;
	}

form .button {
	border: 1px solid #22568F;
	background-color: #999999;
	color: #FFCC00;
	font-weight: bold;
	font-size: 90%;
	padding: 2px;
	margin: 5px 0px 10px 0px;
	width: auto;
	}
	
form textarea {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	}
		
fieldset {
	border: none;
	}


legend {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	color: #000000;
	}

div.formrow {
	padding-top: 5px;
	}