/*styles.css  */

/************ content area stylings ************/

#content h1 {
	font-size: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.75em;
	font-weight: normal;
	color: #900;
}
#content h2 {
	font-size: 1.3em;
	margin:0;
	padding: 0;
	color: #006;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	
}

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
	padding: 0;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

#content h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#content h4 { font-size: 1em; font-weight: bold; color: #900;}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	color: #333;
	text-align:left;
	margin: 0 0 1em 0;
}
#content a:link { color: #36C; padding: 0; margin: 0; text-decoration: underline; }
#content a:visited { color: #3b5876; padding: 0; margin: 0; text-decoration: underline; }
#content a:hover { color: #c60; padding: 0; margin: 0; text-decoration: underline; }
#content a:active { color: #c60; padding: 0; margin: 0; text-decoration: none; }

#content ul li { list-style-type:square; font-size: 1em; }

/*IMAGE styles */
#content img.left {float: left; margin-right: 15px; margin-bottom: 10px; }
#content img.regWBorder { float: none; margin:0;border: solid #999 1px;}
#content img.right { float: right; margin-left: 15px; margin-bottom: 10px; margin-top: 10px;}
.imgborder { border: solid #999 1px; }
#content img.rightWBorder { float: right; margin-left: 15px; margin-bottom: 10px; margin-top: 10px;border: solid #999 1px;}
#content img.leftWBorder { float: left; margin-right: 15px; margin-bottom: 10px; margin-top: 10px;border: solid #999 1px;}


span.notes {color: #990000;	margin-bottom: 0; margin-top: 0px; padding: 0; font-weight: bold;}	

.bold { font-weight:bold; }
.italic { font-style: italic; }

.small {font-size:.7em;}
.smaller {font-size:.8em;}
.smallest {font-size:.75em;}
.clr {	clear: both;}


.quicklinks ul  {
	margin: 0; 
	padding: .5em 3em 1em 4em;
	list-style-type:square;
}

.quicklinks li a {
	margin-right: 0.75em;
	padding-right: 0.75em;
}

.quicklinks li.last {
	border-right: 0;
}

.quicklinks a {
	color: #006;
}

.quicklinks a:hover {
	color: #c60;
}

.contact {
	text-indent: 2em;
}

.contact p {
	margin: 0;
}

th {
	background-color: #999;
	color: #fff;
	text-align:left;
	padding-left: .5em;
}

td {
	background-color: #f1f1f1;
	text-align:left;
	font-size: 1em;
	padding: 0.25em;
	padding-left: .5em;
}

table {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.pageIntro {
	background-color:#f1f1f1;
	border:1px dotted #999;
	padding:10px 10px 0 10px;
	margin-left:1em;
	margin-bottom:1.2em;
	width: 80%;
	}
	
ul.trades {
	font-size: 1.1em;
	color: #039;
	font-weight: normal;
	border: none;
	margin-bottom: 1em;
}

#content p.indent  {
	margin: 0 0 .5em 3em;
}
#content .apply p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#pageIntro h3#apprenticeships a {
	text-decoration: none;
}

#content p.top {
	background-image:url(../images/top.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:1em;
}

#content div.photoLeft {
	width: 200px;
	float: left;
	margin: 0 10px 5px 0;
}

#content div.photoLeft img {
	border: 1px solid #666;
}

#content div.photoLeft p {
	font-size: 90%;
	margin: 5px 0 0 0;
}

#content div.photoRight {
	width: 200px;
	float: right;
	margin: 0 0 5px 10px;
}

#content div.photoRight img {
	border: 1px solid #666;
}

#content div.photoRight p {
	font-size: 90%;
	margin: 5px 0 0 0;
}

#content #video {
	background-color: #f1f1f1;
	border: 2px dashed #C60;
	width: 190px;
	float: right;
	margin: 0 0px 10px 10px;
}

#content #video p {
	font-size: 90%;
	margin: 5px 0 3px 2px;
	padding: 0 0 0 2px;
}

#content #video h3 {
	color: #C60;
	margin: 5px 0 2px 2px;
	padding: 0 0 0 2px;
}

#content #video img {
	border: 1px solid #ccc;
}

#content #video ul {
	padding: 0;
	margin: 0;
}

#content #video ul.pdf {
	margin: .5em 1em .5em 2em;
	list-style-image: url(../images/icon_pdf.gif);
}

#content #video li.pdf {
	margin: .5em;
	list-style-image: url(../images/icon_pdf.gif);
}

