@charset "UTF-8";
/* 

Collis Consulting
http://www.collisconsulting.ca/
Author: Steve Melnyk (http://www.smdesign.ca/)
Date: October 2007

 */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}


a img {
	border: none;
	}


body {
	position: relative;
	
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;

	background: #ffffff url(/img/bg-sky.jpg) repeat-x left top;
	}

html>body {
	font-size: 12px;
	}
	

.clear {
	clear: both;
	}



/***

  Layout

***/

#page {
	width: 756px;
	position: relative;
	
	text-align: left;
	margin: 0 auto 15px auto;
	background: url(/img/bg-header.jpg) no-repeat center top;	
	}
	
#page-inner {
	background: url(/img/bg-footer.gif) no-repeat right bottom;
	position: relative;
	
}


#header {
	width: 756px;
	height: 269px;
	position: relative;
	}



	


/***
	
	Header
	
***/

#header h1 {
	position: absolute;
	text-indent: -5000px;
	width: 250px;
	height: 100px;
	left: 18px;
	top: 133px;
	}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	}
	
	
	
/***

	Menu

***/

#nav {
	margin-top: 3px;
	margin-left: 25px;
	width: 200px;
	border-right: 1px solid #e4e4e4;
	}

#nav h3 {
	color: #333;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 1px;
	background: url(/img/square-black.gif) no-repeat left center;
	padding-left: 15px;
	}
	
#nav ul {
	list-style: none;
	margin-top: 17px;
	margin-bottom: 36px;
	}

#nav li {
	list-style: none;
	margin-bottom: 12px;
	}

#nav a {
	display: block;
	text-decoration: none;
	color: #444;	
	font-size: 11px;
	line-height: 13px;
	padding-left: 15px;	
	background: url(/img/circle-blue.gif) no-repeat -100px 2px;
	}

#nav a:hover {
	text-decoration: underline;
	color: #3663b1;
	background-position: left 2px;
	}


#home .home, #about .about, #testimonials .testimonials, #operations .operations, #foodsafety .foodsafety, 
#training .training, #programs .programs, 
#sitemap .sitemap, #contact .contact, #experience .experience, 
	#sector-food .sector-food, 
	#sector-manufacturing .sector-manufacturing, 
	#sector-service .sector-service, 
	#sector-associations .sector-associations, 
	#sector-education .sector-education, 
	#sector-government .sector-government  {
	text-decoration: underline;
	color: #3663b1;
	background-position: left 2px;
	font-weight: bold;
	}




/***

Content

***/

#content {
	position: relative;
	right: 18px;
	width: 488px;
	float: right;
	color: #363636;
	}




/***

	Sector Pages
	
***/	

.bg-sector {
	width: 407px;
	height: 247px;
	position: absolute;
	top: 247px;
	right: 9px;
	background: url(/img/bg-sector-food.jpg) right top no-repeat;
	z-index: 0;
	}
	
	#sector-food .bg-sector { 			background-image: url(/img/bg-sector-food.jpg); }	
	#sector-manufacturing .bg-sector { 	background-image: url(/img/bg-sector-manufacturing.jpg); }	
	#sector-service .bg-sector { 		background-image: url(/img/bg-sector-service.jpg); }	
	#sector-associations .bg-sector { 	background-image: url(/img/bg-sector-trade.jpg); }	
	#sector-education .bg-sector { 		background-image: url(/img/bg-sector-education.jpg); }	
	#sector-government .bg-sector {		background-image: url(/img/bg-sector-government.jpg); }	
	
#content .sector h2 {
	width: 200px;
	}


.sandbag-r {
	float: right;
	clear: right;
	}

ul.projects li {
	margin: 1.5em 0 1.5em 0;
	list-style-type: square;
	}
	
	ul.projects ul {
		padding-top: 0.5em;
		}
		
	ul.projects ul li {
		list-style-type: circle;
		margin: 0.5em 1em;	
		}



/***

 Footer
	
***/

	#footer {
		position: relative;
		}
	#footer p {
		text-align: right;
		padding: 55px 140px 20px 0;
		font-size: 0.8333em;
		color: #bbb;
		line-height: 1.8em;
		}
		
	#footer a {
		color: #bbb;
		}
	
	#footer a:hover {
		color: #555;
		}
	
	#footer strong {
		font-size: 1.3em;
		color: #555;
		}

	#footer span {
		line-height: 1.5em;
		}




/***

	Typography

***/

#content p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;	
	}


#content ul {
	margin-left: 24px;
	}

#content ul li {
	padding-bottom: 0.1em;
	line-height: 1.5em;
	}

#content ul ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

#content a {
	font-weight: bold;
	color: #3663b1;
	}

#content a:hover {
	color: #062351;
	}


#content h2 {
	font-size: 1.5em;
	color: #987e00;
	padding-bottom: 0.2em;
	font-weight: normal;
	}

#content h2.secondary {
	margin-top: 2em;
	}

#content h3 {
	font-size: 1.3em;
	margin-top: 2em;
	}
	
	
.article-link {
	padding-top: 23px;
	}
	
#article-page {
	text-align: center;
	margin: 15px auto;
	}


#article-page img {
	padding: 4px;
	border: 3px solid #000;
	background: #fff;
	}	

#article-page a {
	font-weight: bold;
	font-size: 1.3em;
	}

.publication img {
	}

.publication {
	padding-bottom: 20px;
	margin-bottom: 40px;
	background: url(/img/hr.gif) no-repeat center bottom;	
	}

.more-info {
	padding-top: 25px;
	margin-top: 35px;
	background: url(/img/hr.gif) no-repeat center top;	
	}
	
.gibberish {
	color: #ddd;
	}

.testimonial {
	padding-top: 30px;
	margin-top: 30px;
	background: url(/img/hr.gif) no-repeat center top;	
	}


.exper {
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url(/img/hr.gif) no-repeat center bottom;	
	}
	
	

#sitemap h3 {
	font-size: 1em;
	margin-bottom: 1em;
	}

.address {
	margin-left: 15px;
	padding-left: 18px;
	border-left: 4px solid #eee;
	margin-top: 2em;
	margin-bottom: 2em;
	}


.error {
	font-weight: bold;
	color: #c00;
	}

.msg {
	font-weight: bold;
	color: #060;
	}

/***

  Forms

***/

form {
	margin-top: 2em;
	padding-left: 18px;
	margin-left: 15px;
	border-left: 4px solid #eee;
	}

form input.text {
	width: 50%;
	}


form input.button {
	font-size: 1.5em;
	}

form textarea {
	width: 80%;
	}

form label {
	font-weight: bold;
	}

		
/***

	Images

***/

img#i-newspapers {
	position: relative;
	float: right; 
	margin-top: 5px;
	margin-right: -43px;
	margin-bottom: 5px;
	}

img#i-guyana {
	align: center;
	border: 5px solid #eee;
	padding: 1px;
	}

img#i-article {
	float: left;
	position: relative;	
	margin-right: 10px;
	margin-top: -25px;
	}
	
img.i-publication {
	float: right;
	margin-left: 10px;
	}

img#i-brian {
	position: relative;
	float: right;
	margin-right: -15px;
	margin-bottom: -5px;
	}

img#i-map-guyana {
	position: relative;
	float: right;
	margin-left: 5px;
	margin-right: -10px;
	margin-bottom: -5px;
	}
	
	
img#i-map-usa {
	position: relative;
	float: right;
	margin-left: 5px;
	margin-right: -20px;
	margin-bottom: -5px;
	}


img#i-map-canada {
	position: relative;
	float: right;
	margin-left: 5px;
	margin-right: -20px;
	margin-bottom: -5px;
	}
	
	
/*  LINKS
***********/

a.pdf { 
	display: block;
	margin-left: 25px;
	width: 13em;
	padding: 7px 5px 7px 25px;
	border: 1px #ccc dotted;
	background: #f3f3f3 url(/img/icon-pdf.gif) 5px center no-repeat; 
	}
	
	a.pdf:hover {
		background-color: #e3e3e3;
		}
