@charset "UTF-8";
/* CSS Document */
body {
	font-size: small;
	background-color: #e1e1e1;
	color: #333;
}
a:link {
	color: #0093e6;
	text-decoration: none;
}
a:visited {
 color: #0093e6;
 text-decoration: none;
}
a:hover {
	color: #035072;
}
a:active {
	color: #3190ce;
	text-decoration: none;
}
h2, h3, h4, h5, h5, h6 {
	padding: 0 0 10px 0;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
	color: #b53807;
}
h3 {
	font-size: 160%;
	color: #333;
}
h4 {
	font-size: 140%;
	color: #333;
}
h5 {
	font-size: 120%;
	color: #333;
}
h6 {
	font-size: 100%;
	color: #333;
}
ul, li {
	padding: 0 0 10px 0;
}
p {
	float: none;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
td {
	padding: 10px 0 10px 0;
}
td address {
	padding:  0 0 0 20px;
	font-style: normal;
}
blockquote {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 20px 10px 20px;
	font-size: 150%;
	width: 90%;
	color: #817e6d;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.multi_column_list {
	float: left;
	margin: 10px 10px 20px 10px;
	list-style: square;
	color: #006ca9;
}
.multi_column_list li {
	width: 200px;
}
.multi_column_list .column_1 {
}
.multi_column_list .column_2 {
	padding: 0 20px 0 20px;
}
.multi_column_list .column_3 {
}
.learn_more {
	margin: 10px 0 0 0;
	padding: 2.5px 10px 2.5px 10px;
	background-color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.learn_more a:hover {
	background-color: #333;
    color: #006ca9;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.learn_more_dark {
	background-color: #006ca9;
	margin: 10px 0 0 0;
	padding: 2.5px 10px 2.5px 10px;
	color: #fff;
	border-radius: 3px;
	border-color:#006ca9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.learn_more_dark a:hover {
	background-color: #fff;
	color: #006ca9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
.doc {
	margin: 0px 0 0 0;
	padding: 5px 0 5px 30px;
	background: url(/constructioncanada/2010/images/icon_doc.jpg) 0 50% no-repeat;
}
.pdf {
	margin: 0px 0 0 0;
	padding: 5px 0 5px 30px;
	background: url(/constructioncanada/2010/images/icon_pdf.png) 0 50% no-repeat;
}
.pdf-dark {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 30px;
	background: url(/constructioncanada/2010/images/icon-pdf-dark.png) 0 50% no-repeat;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	background-color: #f5f4ef;
}

/* REGION SELECTION */

#masthead {
	float: left;
	margin: 0 0 0 0;
	padding: 10px 10px 5px 10px;
	width: 960px;
	border-bottom: 1px solid #666;
	background-color: #272727;
}

#masthead h1 {
	float: left;
	width: 215px;
	height: 30px;
	background:url(/constructioncanada/images/ch2mhill_logo.png) 0 -15px no-repeat;
}
#masthead h1 a {
	display: block;
	text-indent: -9000px;
	width: 215px;
	height: 30px;
}
#masthead ul.navigation {
	float: right;
	margin: 5px 0 0 0;
}
#masthead ul.navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 2.5px 0 0;
	height: 20px;
}
#masthead ul li.search {
	float: right;
	padding: 0 10px 0 0;
}
#masthead .navigation li {
	float: left;
}
#masthead .navigation li a {
	padding: 2.5px 10px 2.5px 10px;
	outline: 0;
	background-color: #dfdfdf;
	color: #666;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#masthead .navigation li a:hover {
	background-color: #666;
	color: #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#masthead .navigation li a.selected {
	background: #afafaf;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#masthead .panels {
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	display: none;
	width: 960px;
}
#masthead .panels h2 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	color: #1c87c3;
	border-bottom: 1px solid #333;
}
#masthead .panels p {
	float: left;
	padding: 0 20px 10px 0;
	width: 250px;
	color: #ccc;
	font-size: 100%;
	line-height: 1.5em;
}
#masthead .panels ul {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	width: 200px;
}
#masthead .panels ul li {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #333;
}
#masthead .panels ul li a {
	text-decoration: none;
	color: #1c87c3;
}
#masthead .panelsInner {
	overflow: hidden;
}

/*Callout box for cyber cafe */
.announcement_box {
  background-color: #E4ECFA;
  border-top: solid 1px #000099;
  border-right: solid 1px #000099;
  border-bottom: solid 1px #000099;
  border-left: solid 1px #000099;
  padding: 5px;
}
.announcement_box p {
	margin-bottom: .25em;
	line-height: 1.3em;
}
.announcement_box h2, h3, h4, h5, h6 {
	padding: 0 0 4px 0;
}

.captionrt {
	font-size:10px;
	font-style: italic;
	float: right;
	margin-left: 7px;
	padding: 5px;
	text-align: center;
}

.floatie {
	zoom:1;
	position:relative;
}

/* CONTENT PAGE STYLES */

#content_wrapper {
	float:left;
	padding: 20px 0 0 0;
	width: 980px;
	background-color: #fff;
}
/* TWO COLUMN */
#content_wrapper #content_column-2_column {
	float: left;
	padding: 0 10px 40px 30px;
	width: 700px;
}

#content_wrapper #content_column-2_column a:hover {
	text-decoration: underline;
}

#content_wrapper #content_column-2_column .learn_more a:hover {
	text-decoration: none;
}

#content_wrapper #content_column-2_column h4 {
	width: 100%;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
/* end TWO COLUMN */

#content_wrapper #content_column-2_column .group {
	float: left;
}
#content_wrapper #content_column-2_column .group h4 {
	margin: 10px 0 20px 0;
	width: 690px;
	border-bottom: 1px solid #ccc;
}
#content_wrapper #content_column-2_column .group .contact {
	float: right;
	padding: 0 0 20px 0;
	width: 200px;
}
#content_wrapper #content_column-2_column .group .contacts_and_tools {
	float: right;
	padding: 0 0 20px 0;
	width: 200px;
}
#content_wrapper #content_column-2_column .group p {
	float: none;
	padding: 0 20px 0 0;
	width: 700px;
}
#content_wrapper #content_column-2_column .group blockquote {
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 30px;
	color: #fff;
	font-size: 100%;
	width: 410px;
	background-color: #182736;
	border: 1px solid #223344;
}

#content_wrapper #content_column-2_column .awards_table {
	float: left;
	margin: 0 0 30px 0;
}

#content_wrapper #nav_column {
	float: none;
	padding: 50px 0 40px 10px;
	width: 220px;
	text-align: right;
}
#content_wrapper #nav_column h4 {
	color: #333;
}
#content_wrapper #nav_column ul {
}
#content_wrapper #nav_column ul li {
	border-bottom: thin solid #ccc;
}
/* PROJECT LANDING PAGE */

.portfolio-item {
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
	list-style: none;
	background-color: #fff;
	;
}
.portfolio-item .project-photo {
	margin: 0 0 10px 0;
	padding: 2px 2px 1px 2px;
	width: 430px;
	border: 1px solid #ccc;
}
.portfolio-item .project-description {
	width: 430px;
	color: #333;
}
.portfolio-item .learn_more {
	margin: 10px 0 0 0;
}
.locations {
	float: left;
	padding: 0 20px 20px 0;
	width: 200px;
}
#sidebar {
	float: right;
	margin: 0 0 0 0;
	padding: 30px 10px 10px 10px;
	width: 200px;
	color: #666;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
}
#sidebar li a {
	text-decoration: none;
}
#sidebar li a:hover {
	color: #c90;
	text-decoration: none;
}
/* FOOTER */
#footer {
	clear: both;
	font-size: 90%;
	padding: 0 0 20px 0;
	width: 980px;
	border-top: 1px solid #3190ce;
	background-color: #272727;
}
#footer .navigation {
	float: left;
	margin: 10px 10px 10px 10px;
}
#footer .navigation li {
	float: left;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
}
#footer .navigation li.first {
}
#footer .navigation li.end {
	border-right: none;
}
#footer ul {
	padding: 10px 0 0 0;
}
#footer li {
	padding: 0 10px 5px 0;
	list-style: none;
	color: #ccc;
	border-bottom: #ccc;
}
#footer li a {
	display: block;
	color: #fff;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer .column_home a {
	float: left;
	margin: 0 10px 0 10px;
	width: 19px;
	height: 18px;
	text-indent: -9000px;
	background:url(/constructioncanada/2010/images/icon_home.png) no-repeat 0 0;
}
#footer .column_home a:hover {
	background: url(/constructioncanada/2010/images/icon_home.png) no-repeat bottom 0;
}
#footer .column {
	float: left;
	padding: 0 0 0 10px;
	width: 175px;
}
#footer .column h6 {
	padding: 0 0 5px 0;
	color: #ccc;
	border-bottom: 1px solid #333;
}
#footer .contact_options {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
	width: 960px;
}
#footer .contact_options h5 {
}
#footer .contact_options p {
	float: left;
	width: 400px;
	color: #ccc;
}
/* SEARCH */
#footer_search {
	float: left;
	margin: 20px 0 10px 0;
	padding: 10px 20px 10px 0;
	width: 960px;
	background-color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#footer_search #sitesearch {
	position: relative;
	padding: 0 0 0 0;
}
#footer_search #sitesearch img#search_icon {
	position: absolute;
	top: 3px;
	right: .5em;
}
#footer_search #search label {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
}
#footer_search input#search-text {
	float: right;
	font-size: 1.2em;
	width: 200px;
	padding: 5px 5px 5px 5px;
	color: #817e6e;
	background-color: #221f1f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #2a2727;
}
#footer_search #search-adv {
	margin: .5em 1em 0 0;
	text-align: right;
}
#footer_search #search-adv a {
	padding: 0 0 0 19px;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
	background: url(/constructioncanada/img/icon-toggle.gif) no-repeat 8px 50%;
}
/* end SEARCH */

#footer p.legal {
	clear: both;
	padding: 30px 0 0 10px;
	xwidth: 450px;
	color: #fff;
	line-height: 1.4em;
	color: #fff;
}
#footer p.legal a {
	text-decoration: none;
}

