/* -- CSS -- */

/* -- main layout -- */
* {
   padding:0;
   margin:0;
}
html {
	height:100%; 
	margin:0; 
	padding:0;
	background:none;
	overflow-x:hidden; /* horizontal */
	overflow-y:auto;   /* vertical */
	background-color:#FFFFFF;
}
html#ie7 {	
	height:100%; 
	margin:0; 
	padding:0;
	background:#E5E5E5;
	overflow-x:hidden; /* horizontal */
	overflow-y:auto;   /* vertical */
	background-color:#FFFFFF;
}
html#ie8 {
	min-height:100%; 
	margin:0; 
	padding:0;
	background:none;
	overflow-x:hidden; /* horizontal */
	overflow-y:auto;   /* vertical */
	background-color:#FFFFFF;
}
body {
	margin:0; 
	padding:0;
	font-family: Helvetica, Arial, sans-serif; 
	color:#333333;
	height:100%; /* IE6: treated as min-height*/	
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',GradientType=0,startColorstr='#D4D4D4',endColorstr='#FFFFFF'); /* For Internet Explorer 5.5 - 7 */ 
	background:#FFFFFF;
	background:-moz-linear-gradient(top,#D4D4D4,#FFFFFF) #FFFFFF no-repeat;  /*For Mozilla/Gecko (Firefox etc) */ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D4D4D4), to(#FFFFFF)) #FFFFFF no-repeat; /* For WebKit (Safari, Google Chrome etc) */
}
body#ie7 {
	margin:0; 
	padding:0;
	font-family: Helvetica, Arial, sans-serif; 
	color:#333333;
	height:100%; /* IE6: treated as min-height*/	
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',GradientType=0,startColorstr='#D4D4D4',endColorstr='#FFFFFF'); /* For Internet Explorer 5.5 - 7 */ 
	background:#FFFFFF;
}
body#ie8 {
	margin:0; 
	padding:0;
	font-family: Helvetica, Arial, sans-serif; 
	color:#333333;
	height:100%; /* IE6: treated as min-height*/	
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',GradientType=0,startColorstr='#D4D4D4',endColorstr='#FFFFFF'); /* For Internet Explorer 5.5 - 7 */ 
	background:#FFFFFF;
	overflow-y: scroll;
	overflow-x:hidden;
}
div#container {
	position:relative;
	margin:0 auto;
	padding:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	width:770px;
	background-color:#FFFFFF;
	border-right:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5; 
}
div#header {
	position:relative;
	height:205px;
	padding:0;
	width:1920px;
	left:50%;
	margin:0 0 0 -960px;
}
div#headerINDEX {
	position:relative;
	height:345px;
	padding:0;
	width:1920px;
	left:50%;
	margin:0 0 0 -960px;
}
div#flashNav {
	position:relative;
	height:270px;
	padding:0;
	width:770px;
	left:50%;
	margin:0 0 0 -385px;	
}
div#nav {
	height:35px; 
	margin:-270px 0 0 0; 
	padding:0; 
	background:#333333 url(../imgs/topEdge_slice.jpg) repeat-x left top; 
	border:0;
	font-size:0;
}
div#masthead {
	height:175px;
	margin:0;
	padding:0; 
	background:#FFFFFF url(../imgs/smallgrassBG.jpg) no-repeat center top;
}
img#mastheadImg {
	margin:0 auto 0 auto;
	display:block;
	height:175px;
	width:902px;
	padding:0; 
	border:none; 
	font-size:0;	
}
div#mastheadINDEX {
	height:310px;
	margin:0;
	padding:0; 
	background:#FFFFFF url(../imgs/grassBG.jpg) no-repeat center top;
}
img#mastheadImgINDEX {
	margin:0 auto 0 auto;
	display:block;
	height:310px;
	width:902px;
	padding:0; 
	border:none; 
	font-size:0;	
}
div#content {
	width:770px;
	padding:0 0 85px 0;
	margin:0 auto 0 auto;
}
div#pageFooter {
	position:absolute; 
	bottom:0; /* fixes to bottom */
	width:1920px;
	left:50%;
	margin:0 0 0 -960px;	 
	height:65px; 
	text-align:center;
	background:#333333 url(../imgs/bottomEdge_slice.jpg) repeat-x left bottom; 
}
div#govLogos {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	width: 770px;
	height: 80px !important;
	bottom: 65px;
}
div#govLogosLeft {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: right;
	width: 770px;
	height: 80px !important;
	bottom: 75px;
}
div#emplgovLogos {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: left;
	vertical-align: bottom;
	font-size: 9px;
	width: 770px;
	height: 150px !important;
	bottom: 75px;
}
div#bcgov-text {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	font-size: 9px;
	width: 770px;
	height: 10px !important;
	bottom: 65px;
}
#smallFont {
	font-size:8pt;
	color:#D4D4D4;
	letter-spacing:1px;
}

/* -- general styling -- */

div#genericForm {
	width:730px;
	padding:0;
	margin:0 20px 20px 20px;
	font-size:10pt;
}

#red {
	color: #F00;
}

img.main {
	padding:0; 
	margin:0; 
	border:none; 
	font-size:0;
}	
.center {
	margin-left:auto; 
	margin-right:auto; 
	width:99%;
	}
table#general {
	font-size:8pt; 
	padding:10px; 
	margin:0; 
	border:0;
	letter-spacing:1px;
}
table#general td {
	padding:10px;
}
p {
	text-align:justify; 
	padding:20px 20px 10px 20px; 
	font-size:10pt;
	letter-spacing:1px;
	margin:0; 
}
p#list {
	text-align:justify; 
	padding:40px 20px 10px 20px; 
	font-size:10pt;
	letter-spacing:1px;
	margin:0; 
	clear:both;
}
#heading {
	padding:20px 20px 0 20px;
	font-size:12pt;
	letter-spacing:0;
	margin:0;
}
#shared_form {
	padding:20px 20px 0 20px;
	font-size:10pt;
	letter-spacing:0;
	margin:0;
}
#green {
	color:#738539;
	font-size:10pt;
}
#greenCaps {
	color:#738539;
	font-size:9pt;
	text-transform:uppercase;
}
#smallCaps {
	font-size:7pt;
	text-transform:uppercase;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}	
a:link#link {
	text-decoration:none;
	color:#738539;
}  
a:visited#link {
	text-decoration:none;
	color:#354A82;
} 
a:active#link {
	text-decoration:underline;
	color:#9B243E;
} 
a:hover#link {
	text-decoration:underline;
	color:#9B243E;
}
ul#list {
	padding:0;
	margin:0;	
} 
ul#list li {
	font-size:10pt;
	letter-spacing:1px;
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: 0 .45em; /* .45em from top (vertical) */ 
	list-style-position:outside;
	margin:10px 10px 10px 0px;	
	padding:0 0 0 20px; /* left for padding between bullet and text */
}

ul#eplist li {
	
	letter-spacing:1px;
	background-repeat: no-repeat;
	background-position: 0 .45em; /* .45em from top (vertical) */ 
	list-style-position:inside;
	padding:0 0 0 15px; /* left for padding between bullet and text */
}
div#listBlock {
	padding:0 0 0 30px;
	font-size:10pt;
	letter-spacing:1px;
	margin:-10px 0 0 0;
}
ul#twoColumn { 
	width:730px; 
	margin:10px 0 10px 0px; 
	padding:0; 
}
ul#twoColumn li {
	letter-spacing:1px;
	width:345px; 
	float:left;
	font-size: 10pt;
	text-decoration: underline;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 .45em; /* .45em from top (vertical) */ 
	list-style-position:outside;		
	padding:0 0 0 20px; /* left for padding between bullet and text */
	margin:5px 0 0 0;
}
ul#linksList { 
	width:730px; 
	margin:10px 0 0 30px; 
	padding:0; 
}
ul#linksList li {
	letter-spacing:1px;
	width:345px; 
	float:left; 
	list-style-type:none;
	background-image:url('../imgs/listArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .45em; /* .45em from top (vertical) */ 
	list-style-position:outside;		
	padding:0 0 0 20px; /* left for padding between bullet and text */
	margin:0;
}
hr {
	border:0;
	color:#D4D4D4;
	background-color:#D4D4D4;
	height:1px;
	width:730px;
	padding:0;
	margin:0 20px 0 20px;
	clear:both;	
}

/* -- index page -- */
div#imageContainer {
	width:770px;
	height:465px;
	clear:both;	
}
div#left {
	height:440px;
	width:225px;
	margin:5px 27px 20px 20px;
	padding:0;
	border:none; 
	font-size:0;
	background:url(../imgs/business_bg.jpg) no-repeat;	
}
div#middle {
	height:440px;
	width:225px;
	margin:5px 0 20px 0;
	padding:0;
	border:none; 
	font-size:0;
	background:url(../imgs/jobs_bg.jpg) no-repeat;	
}
div#right {
	height:440px;
	width:225px;
	margin:5px 20px 20px 27px;
	padding:0;
	border:none; 
	font-size:0;
	background:url(../imgs/ecDev_bg.jpg) no-repeat;	
}
div#imageText {
	padding:10px;
	position:relative;
	top:220px;
	font-size:8pt;
	letter-spacing:1px;
}
#subHead {
	letter-spacing:0;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
a:link#imageLink {
	text-decoration:underline; 
	color:#333333; 
}
a:visited#imageLink {
	text-decoration:underline; 
	color:#333333; 
}	
a:active#imageLink {
	text-decoration:underline; 
	color:#333333;
}
a:hover#imageLink {
	text-decoration:underline; 
	color:#333333;
}
div#news {
	width:350px;
	height:150px;
	border-top:2px solid #9B243E; /* red */
	margin:10px 20px 30px 20px;
	padding:0;
	font-size:10pt;
	letter-spacing:1px;
	/* border-bottom:2px solid #000000; /* test base*/
}
div#block {
	padding:10px 10px 10px 15px;
	font-size:10pt;
	letter-spacing:1px;
}
#position {
	position:relative;
	top:-250px;
}
img#divBorder {
	width:2px;
	height:100%;
	padding:0; 
	margin:0; 
	border:none; 
	font-size:0;	
}
ul#images {
	padding:0;
	margin:0;
	line-height:1.1em;
}
ul#images li {
	font-size:10pt;
	letter-spacing:1px;
	list-style-type:none;
	background-image:url('../imgs/listArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .15em; /* .45em from top (vertical) */ 
	list-style-position:outside;
	margin:3px 0 5px 0;	
	padding:0 0 0 20px; /* left for padding between bullet and text */
}
div#relocation {
	width:360px;
	height:300px;
	padding:0;
	border-top:2px solid #8CB7C7; /* blue */
	margin:10px 20px 20px 0;
	float:right;
	letter-spacing:1px;
	font-size:10pt;
}



/* -- contact page -- */
div#flashContactForm {
	width:730px;
	height:375px;
	padding:0;
	margin:0 20px 20px 20px;
}
#buildingPic {
	height:400px;
	width:500px;
	float:right;
	margin:0 30px 20px 20px;
	position:relative;
	top:-20px;
}

/* -- job order form submission page  -- */
div#flashJobForm {
	width:730px;
	height:1665px;
	padding:0;
	margin:0 20px 20px 20px;
}

/* --- job posting policy page -- */
ol#list {
	padding:0;
	margin:20px 50px 20px 30px;	
} 
ol#list li {
	font-size:10pt;
	letter-spacing:1px;
	margin:10px 10px 10px 0px;	
}

/* -- admin form login */
div#flashLogin {
	width:730px;
	height:165px;
	padding:0;
	margin:0 20px 20px 20px;
}
div#checkLogin {
	float:right;
	padding:0 20px 0 0;
}

/* -- employment workshop calendar -- */
div.cal {
	padding:0 0 20px 20px; 
	margin:0 10px 20px 20px; 
	text-align:left; 
	line-height:1.7; 
	float:right; 
}
table.cal {
	font-size:8pt;
	letter-spacing:1px; 
	padding:0; 
	margin:0; 
	border:1px solid #333333; 
}
table.cal td {
	text-align:center; 
	padding:10px;
	border:0;
}
img.cal {
	padding:0; 
	margin:0; 
	border:1px solid #333333; 
	font-size:0;
}
legend {margin:0 0 0 20px; letter-spacing:1px; }
fieldset.display{margin:0; padding:0; width:725px; margin:0; border:1px solid #E5E5E5; background-color:#FFFFFF; }
select.display {border:1px solid #999999; margin:0 0 0 10px; }
/*#fieldset-margin {width:720px; margin:0 10px 0 10px; border:1px solid red; }*/
.txt {width:200px; margin:0 30px 0 0; border:1px solid #999999; background-color:#E1E8C9; text-align:left; }
.display-txt {border:1px solid #999999; background-color:#FFFFFF;}
.calForm-radio {border:none; }
/*
.submit_btn {border:1px solid #6F8135; background-color:#6F8135; color:#FFFFFF; font-weight:bold; padding:1px; cursor:hand; }
.submit_btn-sm {border:1px solid #6F8135; background-color:#6F8135; color:#FFFFFF; font-size:7pt; font-weight:bold; padding:1px; cursor:hand; }
*/




/* -- directors page -- */
ul#nostyleBoard {
	list-style:none; 
	width:750px; 
	clear:both; 
	margin:0 0 20px 40px; 
	padding:20px 0 0 0; 
	line-height:1.7em;
}
li#multiColBoard {
	width:250px; 
	float:left; 
	margin:15px 0 15px 0; 
	padding:0; 
}

/* -- online resources page -- */
div.listOptions {
	float:left; 
}
.submenu {
	display:block;
	line-height:1.7em;
	margin:0 0 0 20px;
	background-image:url('../imgs/listArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .45em; /* .45em from top (vertical) */ 
	padding:0 0 0 20px; /* left for padding between bullet and text */
}
.hide {
	display:none;
	float:left; 
}
.show {
	display:block; 
	float:left;
	margin:0;
}
ul#linksList2 { 
	width:730px; 
	margin:10px 0 0 30px; 
	padding:0; 
}
ul#linksList2 li {
	letter-spacing:1px;
	width:345px; 
	float:left; 
	list-style-type:none;
	margin:0;
}
a:link#tierOne {
	text-decoration:underline;
	color:#333333
	/* color:#738539; */
}  
a:active#tierOne {
	text-decoration:none;
	color:#354A82;
} 
a:visited#tierOne {
	text-decoration:none;
	color:#333333
} 
a:hover#tierOne {
	text-decoration:underline;
	color:#9B243E;
} 


/* -- @font-face formatting -- */
.fontStyle-Italic {
	font-weight:normal;
	font-style:italic;
	line-height:normal;
	font-family: Verdana, Geneva, sans-serif;
}
.fontStyle-Normal {
	font-weight:normal;
	font-style:normal;
	line-height:1.7em;
	font-family: Verdana, Geneva, sans-serif;
}
.fontStyle-BoldItalic {
	font-weight:bold;
	font-style:italic;
	line-height:normal;
	font-family: Verdana, Geneva, sans-serif;
}
.fontStyle-Bold {
	font-weight:bold;
	font-style:normal;
	line-height:normal;
	line-height:1.7em;
	font-family: Verdana, Geneva, sans-serif;
}


/*
-- SPARE FORMATTING --

.scroll{
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#E5E5E5;
	scrollbar-shadow-color:#999999;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-arrow-color:#4C4C4C;
	scrollbar-track-color:#FFFFFF;
	scrollbar_darkshadow-color:#999999;
	overflow:auto;
	width:99%;
	height:100%;
}
*/

