@charset "utf-8";
/* CSS Document */

body {
	background:#e2e2e2;
	margin:0;
	padding:0;
	}

/* Fonts, Paragraphs */
p {
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	margin:0;
	padding:8px 0;
	}

h1 {
	font-size:2.6em;
	font-family: arial, verdana, serif;
	font-weight:lighter;
	color:#313131;
	margin:0;
	padding:0;
	}

h2 {
	font-size:1.6em;
	font-family: arial, verdana, serif;
	font-weight:lighter;
	color:#313131;
	margin:0;
	padding-top:10px;
	}

h3 {
	font-size:1.3em;
	font-family: arial, verdana, serif;
	font-weight:lighter;
	color:#313131;
	margin:0;
	padding:8px 8px;
	}

#col-right ul, #col-right ol {
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	margin: 0;
	padding:20px 55px;
	}

#col-left ul {
	list-style-type: none;
	font-size: 0.8em;
	font-family: verdana, arial, serif;
	color:#2a2a2a;
	margin:0 0 0 10px; 
	padding:0 0 8px 0;
	}

#col-left li {
	background:url(images/bullet-arrow.gif) 0 14px no-repeat; 
	padding: 10px 0 0 14px; 
	}

#inner-header p {
	color:#fff;
	font-size:0.7em;
	padding:8px 8px;
	}

.innerfooter p {
	color:#5e5e5e;
	font-size:0.7em;
	padding-top:27px;
	}

/* Links, hovers and styles */
a, a:visited {
	color:#00406d;
	text-decoration:underline;
	}

a:hover {
	color:#00406d;
	text-decoration:none;
	}

.innerfooter a, .innerfooter a:visited {
	color:#5e5e5e;
	text-decoration:none;
	}

.innerfooter a:hover {
	color:#5e5e5e;
	text-decoration:underline;
	}

#inner-header a, #inner-header a:visited {
	color:#fff;
	text-decoration:none;
	}

#inner-header a:hover {
	color:#fff;
	text-decoration:underline;
	}

/* Common Styles */
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	}

#col-left p {
	margin:0;
	padding:8px 8px;
}

#col-right p {
	text-align: justify;
	margin:0;
	padding:8px 8px;
	}

.floatLeft {
	float:left;
	}

.floatRight {
	float:right;
	}

img {
	border: 1px solid #000;
	}

.imgLeft {
	float:left;
	margin: 5px 8px 5px 0;
	}

.imgRight {
	float:right;
	margin: 5px 0 5px 8px;
	}
	
.imgCenter {
	text-align:center;
	}

.alignCenter {
	text-align:center;
	}

.alignRight {
	text-align:right;
	}

.marginTop40 {
	margin-top:40px;
	}

.marginTop5 {
	margin-top:5px;
	}

.border {
	position: relative;
	width:100%;
	height:8px;
	line-height:0;
	font-size:0.1em;
	background:url(images/border.gif) repeat-x 0 0;
	margin:0;
	padding:0;
	}

.minitext {
	font-size:0.7em;
	font-family: verdana, arial, serif;
	color:#313131;
	margin:0;
	padding:0 8px;
	}

.normaltext {
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	margin:0;
	padding:0 8px;
	}

/* Structure, Layout */
#wrapper {
	position: absolute;
	width:100%;
	margin: 0 auto;
	}

#blockheader {
	position: relative;
	top:0;
	width:100%;
	height:188px;
	background: url(images/bg-blockheader.gif) repeat-x 0 0;
	}

#glow-header {
	position: absolute;
	top:0;
	width:100%;
	height:188px;
	background: url(images/glowheader.jpg) no-repeat 50px 38px;
	}

#inner-header {
	width:834px;
	height:35px;
	margin: 0 auto;
	}

#inner-top-header {
	width:835px;
	height:38px;
	background: url(images/bg-inner-header.gif) repeat-x 0 0;
	}

.owctclogo {
	float:left;
	width:353px;
	height:75px;
	background: url(images/owctc-logo.png) no-repeat 8px 0;
	margin-top:20px;
	}

#sheetbody {
	position: relative;
	width:834px;
	min-height: 800px !important;
	background: none;
	margin: 0 auto;
	}

#bgquoteimg {
	position: relative;
	top:30px;
	width:834px;
	height: 311px;
	background: url(images/schoolquote.jpg) no-repeat 0 0;
	}

#bgquoteimg-fr {
	position: relative;
	top:30px;
	width:834px;
	height: 311px;
	background: url(images/schoolquote-fr.jpg) no-repeat 0 0;
	}

#col-left {
	float: left;
	width:235px;
	background:none;
	margin-top: 50px;
	}

#col-right {
	float: right;
	width:580px;
	background:none;
	margin-top: 50px;
	}

/* Contact Page form layout */
#formtable {
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	margin-top:20px;
	}
	
#formtable td {
	padding: 5px 0 5px 20px;
	}

.name {
	border: 1px solid #a5a5a5;
	}

.name:hover, .name:focus {
	border: 1px solid #00406d;
	}

.submit, .reset {
	background: #fff;
	border: 1px solid #a5a5a5;
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	cursor: pointer;
	margin: 0 0 0 15px;
	padding: 0 10px;
	}

.submit:hover, .reset:hover {
	background: #fff;
	border: 1px solid #00406d;
	color:#00406d;
	}

/* Navigation Wrapper, Nav Block */
#nav-wrapper {
	position: relative;
	top:140px;
	width:100%;
	background:none;
	margin: 0 auto;
	}

#navblock, #navblock-fr {
	width:840px;
	line-height:normal;
	margin: 0 auto;
	padding-left:6px;
	}

* html #navblock, * html #navblock-fr{
	margin-bottom: 1em;
	}


#navblock ul, #navblock-fr ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}

#navblock li, #navblock-fr li {
	display: inline;
	margin:0;
	padding:0;
	}

#navblock a, #navblock-fr a {
	float:left;
	background:url(images/navtab-l.png) no-repeat 0 0;
	margin-right: 7px;
	padding-left: 13px;
	text-decoration: none;
	}

#navblock a span, #navblock-fr a span {
	float:right;
	display:block;
	background:url(images/navtab-r.png) no-repeat 100% 0;
	padding: 25px 29px 8px 18px;
	font-size:0.7em;
	font-family: verdana, arial, serif;
	color: #e2e2e2;
	font-weight:bold;
	text-decoration: none;
	}

#navblock-fr a span {
	padding: 25px 30px 8px 19px;
	}

/* Hack \*/
#navblock a span, #navblock-fr a span {float:none;}
/* End hack */

#navblock a:hover span, #navblock-fr a:hover span {
	color: #121212;
	}

#home #homelink a, #apprentice #apprenticelink a, #contact #contactlink a, #sponsors #sponsorslink a, #faq #faqlink a, #gallery #gallerylink a {
	background-position:0 -52px;
	}

#home #homelink a span, #apprentice #apprenticelink a span, #contact #contactlink a span, #sponsors #sponsorslink a span, #faq #faqlink a span, #gallery #gallerylink a span {
	background-position:100% -52px;
	color: #121212;
	}

#navblock a:hover, #navblock-fr a:hover {
	background-position:0 -52px;
	}

#navblock a:hover span, #navblock-fr a:hover span {
	background-position:100% -52px;
	}

/* Footer Block */
#footerblock {
	position: relative;
	bottom:0;
	width:100%;
	height:65px;
	background: url(images/bg-footer.gif) repeat-x 0 0;
	}

.innerfooter {
	width:834px;
	margin: 0 auto;
	}

/*Pagination Styles*/
.paginationstyle {
	width: 100%;
	text-align: center;
	padding: 2px 0;
	margin: 0 auto;
	}

.paginationstyle a {
	padding: 0 5px;
	text-decoration: none;
	font-size:0.9em;
	font-family: verdana, arial, serif;
	color:#313131;
	}

.paginationstyle a:hover, .paginationstyle a.selected {
	color: #000;
	text-decoration: underline;
	}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover {
	cursor: default;
	color: #929292;
	}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
	color: #000;
	text-decoration: underline;
	}
