@charset "UTF-8";
/* ###########################################################################
# Default stylesheet #

COPYRIGHT 2008 Tenrec, Inc.
########################################################################### */
/* this forces a scrollbar in firefox so all pages have regardless of necessity to scroll */

html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#8b9c95;/*grey*/
	/*font-size:11px;62.5%
	line-height:14px;*/
}
* {margin:0;padding:0;}
	
p {
	margin:5px 0;
	/*font-size:12px;
	line-height:14px;*/
	color:#000;/*#47524b;dark gray*/
	}
	
ul {
	padding:0 10px 10px 25px;
	margin:5px 0 5px 10px;
	list-style-image:url(../graphics/bullet.gif);
	list-style-type:square;
	list-style-position:outside;
	color:#000;/*#47524b;dark gray*/
	
	}

ol {
	padding:0 1em;
	margin-bottom:1em;
	color:#000;/*#47524b;dark gray*/
	}
h1, h2, h3, h4, h5 {
	color:#47524b;/*#194836 dark green*/
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:14px;
	padding:10px 0 0 0;
	color:#516445;
}
h2 {
	font-size:12px;
	padding:5px 0 0 0;
	margin:0;
	font-weight:bold;
	/*color:#345d45;*/
}
h3 {
	font-size:12px;
	padding:0 0 0 0;
	color:#637E57;/*#75906b;light green*/
}
h4 {
	font-size:10px;
	padding-bottom:0.3em;
	font-weight:bold;
}
h1 a, h2 a, h3 a {
    color:#194836;/*dark green*/
}

.underline {
	border-bottom:1px solid #516445; 
	clear:both;
}
#logo {
	margin:15px 0 0 40px;
}
#logoprint {
	display:none;
}
#rollovers {
	position: absolute;
	left:-1000px;
}
a {
	margin:0;
	padding:0;
	color:#194836;
	text-decoration:none;
	
}
h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
a:hover {
	color:#75906b;/*light green*/
	text-decoration:underline;
}

.clear {
	clear:both;
}
.hr {
	height:3px;
	background: url(../graphics/bg_hr.gif) no-repeat;
	border: none;
	margin:1.5em 0 1.5em -1.5em;
}
#bug {
	float:right;
	margin-right:10px;
}
.btn {
	background-color:#76906b;
	border:2px outset #76906b;
	color:#fff;
	font-size:9px;
	padding:1px;
}
.btn:hover {
	background-color:#ffd400;
	color: #2a3e29;
	border:2px outset #ffd400;
}
/* ----------------------------------
			structure
-----------------------------------*/
#container {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:0;
}
#header {
	position:relative;
	border-bottom:3px solid #fff;
}
#home #header {
	position:relative;
	border-bottom:6px solid #214e3d;
	background-color: #656f60;
	min-height:298px;
}
#header_img {
	width:950px;
	text-align:center;
}
#topNav {
	width:950px;
	height:28px;
	background-color:#000;
	border-bottom:5px solid white;
}
#searchbar {
	height:52px;
	background:#768f6b url(../graphics/bg_header.jpg) repeat-y top right;
	text-align:left;
	position:relative;
}
#home #searchbar {
	height:62px;
	text-align:right;
	width:250px;
	background-color:#656f60;
	background-image:none;
	margin-left:680px;
	margin-top:10px;
}
#mainNav {
	width:180px;
	min-height:530px;
	height:auto !important;
	height:530px;
	float:left;
	background:#fff url(../graphics/bg_navbar.gif) no-repeat top right;
	margin-right:20px;
}
#home #mainNav {
	width:180px;
	min-height:310px;
	height:auto !important;
	height:530px;
	float:left;
	background:#fff url(../graphics/bg_navbar_home.gif) no-repeat top right;
	margin-right:15px;
}
#home #contentWrap {
	width:950px;
	margin:0;
	padding:0;
	/* background:#fff url(../graphics/bg_sidebar.gif) repeat-y top right; */
	background-color:#fff;
	background-image:none;
}
#contentWrap {
	width:950px;
	margin:0;
	padding:0;
	background:#fff url(../graphics/bg_content.gif) repeat-y top right;
	position:relative;
}
#contentMain {
	float:left;
	width:540px;
	padding:2em 0 0 0;
	margin-bottom:2em;
	font-size:12px;
	line-height:16px;
	color:#000;/*#47524b;dark gray*/
}
#home #contentMain {
	float:left;
	width:750px;
	padding:10px 0 0 0;
	font-size:12px;
	line-height:16px;
	color:#000;/*#47524b;dark gray*/
}
#col #contentMain {
	float:left;
	width:645px;
	padding:20px 0 0 0;
}
#sideColumn {
	width:245px;
	float:right;
	color:#3a6e8f;/*dark blue*/
	padding:20px 10px 0 20px;
	font-size:12px;
	line-height:14px;
}
#colMain {
	width:460px;
	float:left;
}
#colSide {
	width:150px;
	float:right;
}
#subNav {
	float:left;
	width:200px;
}
#footer {
	clear:both;
	font-size:10px;
	background-color:#8b9c95;/*grey*/
	width:950px;
	height:26px;
	position:relative;
}

#footbar {
	background-color:#768f6b;
	width:950px;
	height:26px;
	border-top:3px solid white;
	clear:both;
	position:relative;
	bottom:0;
}
#watermark {
	position:relative;
	bottom:26px;
	left:0;
	width:200px;
	height:130px;
	margin-top:-130px;
	background:#fff url(../graphics/watermark.gif) no-repeat top left;
}
/*----------------------------------
			home page
-----------------------------------*/
#home h1 {padding-bottom:5px; color:#194836;}
#home h2 {padding-bottom:0; margin-bottom:0; color:#194836;}
#home h3 {padding-top:3px; color:#4A6D5A; }
#home h2 a, #home h3 a, #home ul a {color:#194836; text-decoration:none;}
#home h2 a:hover, #home h3 a:hover, #home ul a:hover {color:#75906b;/*light green*/ text-decoration:underline;}
#home ul {
	color:#194836;
	padding:0 10px 0 15px;
	margin:5px 0 5px 0px;
	list-style-image:url(../graphics/bullet.gif);
	list-style-type:square;
	list-style-position:outside;
}
#home li {padding-bottom:3px;}
#home p {margin:0 0 8px 0; color:#333;}
#home #sideColumn p {margin:5px 0 10px 0;}
#eventBox {
	margin-left:700px;
	width:240px;
}
#home #eventBox p {color:#fff; font-size:10px;}
#home #eventBox h3 a {color:#a7bf9c; font-size:11px; font-weight:bold;}
#home #eventBox h3 a:hover {color:#ffcc00;/*yellow*/}
#newsBox {
	width:225px;
	float:left;
	margin-right:15px;
	padding-top:5px;
	font-size:11px;
}
#pubBox {
	width:225px;
	float:left;
	padding-top:5px;
	font-size:11px;
}
#spotlight {
	background-color:#e5e6e5;
	width:218px;
	padding:0 20px 10px 20px;
	float:right;
	margin:5px 10px 10px 0;
}
#spotlight p, #spotlight ul {
	font-size:11px;
}
.spot_img {
	display:block;
	margin:5px 0 8px 0;
	border:3px solid #fff;
}
#home #header_img {
	position:absolute;
	bottom:0;
	left:0;
	width:676px;
	height:264px;
}
/*----------------------------------
			topNav
-----------------------------------*/
#topNav p {
	color:#ffcc00;/*yellow*/
	font-size:10px;
	float:left;
	margin:8px 0 0 45px;
}
#topNav ul {
	margin: 0 0 0 70px;
	float:right;
	padding: 0;
	white-space:normal;
	width:624px;
	height:27px;
	background-color:#194836;
}
#topNav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:10;
}
#topNav a { 
	padding:0;
	line-height:27px;
	display:block;
	float:left;
}
#topNav li a {text-indent:-9000px; background-color:transparent;}

#topNav li#toronto {background:#000 url(../graphics/nav_toronto.gif) no-repeat left;}
#topNav li#toronto a {width:80px;}
#topNav li#toronto a:hover, #topNav li#toronto.on
{background:url(../graphics/nav_toronto_roll.gif) no-repeat left;}

#topNav li#vancouver {background:#000 url(../graphics/nav_vancouver.gif) no-repeat left;}
#topNav li#vancouver a {width:100px;}
#topNav li#vancouver a:hover, #topNav li#vancouver.on
{background:url(../graphics/nav_vancouver_roll.gif) no-repeat left;}

#topNav li#ottawa {background:#000 url(../graphics/nav_ottawa.gif) no-repeat left;}
#topNav li#ottawa a {width:80px;}
#topNav li#ottawa a:hover, #topNav li#ottawa.on
{background:url(../graphics/nav_ottawa_roll.gif) no-repeat left;}

#topNav li#hongkong {background:#000 url(../graphics/nav_hongkong.gif) no-repeat left;}
#topNav li#hongkong a {width:90px;}
#topNav li#hongkong a:hover, #topNav li#hongkong.on
{background:url(../graphics/nav_hongkong_roll.gif) no-repeat left;}

#topNav li#contact {background: #194836 url(../graphics/nav_contact.gif) no-repeat left;}
#topNav li#contact a {width:109px;}
#topNav li#contact a:hover, #topNav li#contact.on
{background:url(../graphics/nav_contact_roll.gif) no-repeat left;}

#topNav li#sitemap {background: #194836 url(../graphics/nav_sitemap.gif) no-repeat left;}
#topNav li#sitemap a {width:130px;}
#topNav li#sitemap a:hover, #topNav li#sitemap.on {background:url(../graphics/nav_sitemap_roll.gif) no-repeat left;} 
/* ----------------------------------
			search
-----------------------------------*/
#searchbar p {
	position:absolute;
	top:0;
	right:10px;
	color:#fff;
	height:22px;
	font-size:11px;
}
#searchbar .btn {
	margin:10px 0 0 5px;
	padding:0;
}
/* ----------------------------------
			mainNav
-----------------------------------*/
#mainNav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:40px 20px 0 50px;
	padding:0;
	text-align:right;
	font-size:10px;
	
}
#mainNav li, #mainNav li a {
	display:block;
	padding:0 5px 2px 0;
	margin-bottom:5px;
	line-height:10px;
	position:relative;
	width:95px;
	cursor:pointer;
}
#mainNav li, #mainNav li a {
	overflow:hidden;
}
#mainNav a {
	font-size:10px;
}
#mainNav li em {
	display:block;
	height:26px;
	left:0;
	position:absolute;
	top:0;
	width:95px;
}
li#industries em {background:transparent url(../graphics/nav_industries.gif) no-repeat scroll 0 0;}
li#industries a:hover em {background:transparent url(../graphics/nav_industries_roll.gif) no-repeat scroll 0 0;}
li#industries.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/
li#industries {margin-bottom:8px;}

li#lawyers em {background:transparent url(../graphics/nav_lawyers.gif) no-repeat scroll 0 0;}
li#lawyers a:hover em {background:transparent url(../graphics/nav_lawyers_roll.gif) no-repeat scroll 0 0;}
li#lawyers.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/
li#lawyers {margin-bottom:8px;}

li#news em {background:transparent url(../graphics/nav_news.gif) no-repeat scroll 0 0;}
li#news a:hover em,
li#news.on em {background:transparent url(../graphics/nav_news_roll.gif) no-repeat scroll 0 0;}
li#news.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/

li#publications em {background:transparent url(../graphics/nav_publications.gif) no-repeat scroll 0 0;}
li#publications a:hover em {background:transparent url(../graphics/nav_publications_roll.gif) no-repeat scroll 0 0;}
li#publications.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/

li#about em {background:transparent url(../graphics/nav_about.gif) no-repeat scroll 0 0;}
li#about a:hover em {background:transparent url(../graphics/nav_about_roll.gif) no-repeat scroll 0 0;}
li#about.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/

li#careers em {background:transparent url(../graphics/nav_careers.gif) no-repeat scroll 0 0;}
li#careers a:hover em {background:transparent url(../graphics/nav_careers_roll.gif) no-repeat scroll 0 0;}
li#careers.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/

li#offices em {background:transparent url(../graphics/nav_offices.gif) no-repeat scroll 0 0;}
li#offices a:hover em {background:transparent url(../graphics/nav_offices_roll.gif) no-repeat scroll 0 0;}
li#offices.on {border-right:3px solid #ffcc00; margin-bottom:10px;}/*yellow*/

#mainNav li ul {
	font-size:11px;
	margin:0;
	padding:0;
}
#mainNav li ul a {
	color:#194836;
	text-decoration:none;
	font-size:11px;
	line-height:12px;
	margin:0;
	padding:0;
}
#mainNav li ul a:hover { text-decoration:underline;}

#mainNav li ul li.navigationSublinkOn a{color:#ffcc00;}
/* ----------------------------------
			main content
-----------------------------------*/
#contentMain li {
	margin-bottom:1px;
}
ul.column {
	float:left; 
	margin:0 0 10px 12px;
	list-style-image:none;
	list-style-type:none;
	padding-left:0;
	line-height:14px;
	width:230px;
}
#contentMain ul.column a {
	color:#637E57;/*#194836;;748e69 */
	font-weight:bold;
	text-decoration:none;
}
#contentMain ul.column a:hover {
	text-decoration:underline;
}
#contentMain ul.column ul {
	font-size:11px;
	margin:3px 0 0 10px;
	padding:0;
	line-height:9px;
	list-style-image:none;
	list-style-type:none;
}
#contentMain ul.column ul a {	
	font-weight:normal;
}

p.view {float:right; margin-top:-2.5em;}
p.view a {color:#194836;}
#colSide ul {
	color:#75906b;/*light green*/
	font-size:11px;
	line-height:11px;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#colSide li ul {
	margin:0.5em 0 0 2em;
	font-size:9px;
	line-height:10px;
	list-style-image:none;
	list-style-type:none;
} 
#colSide h3 {color: #415336; margin-top:1em;}
#colSide a {color:#194836;text-decoration:none;}
#colSide a:hover {color:#75906b;/*light green*/ text-decoration:underline;}
#colSide .colSideInner {margin-bottom:1.5em; margin-top:10px;}
/* ----------------------------------
			box
-----------------------------------*/
#box {
	background-color:#C1CCBD;
	padding:10px 20px;
	margin-bottom:5px;
	min-height:180px;
	height:auto !important;
	height:180px;
}
#box div {
	width:150px;
	float:right;
	text-align:center;
	padding-top:5px;
}
#box div img {
	padding:5px 0 0 0;
}
#box ul {
	list-style-image:none;
	list-style-type:none;
	line-height:14px;
	font-size:12px;
}
#box h1 {
	font-size:12px;
	border:none;
	margin-bottom:0;
}	
#box h1 a, #box h1 a:hover {color:rgb(51, 102, 51);}
#box p {
	margin-bottom:2px;
	margin-top:0;
}
#box p, #box a {color:#000;}
#box a {text-decoration:underline;}
#box a:hover {color:#3D5656; text-decoration:none;}
#box a.selected {text-decoration:none;}
/* ----------------------------------
			footer
-----------------------------------*/
#footer p {
	font-size:10px;
	color:#324041; 
	margin:0;
	padding:5px 0;
}
#footer p.nav {margin-left:190px;}
#footer p.nav a {margin:0 5px;}
#footer a {color:#324041; text-decoration:none;}
#footer a:hover {color:#ff9933;/*orange*/}
#footer p.copy {
	width:300px; 
	float:left; 
	text-align:left;
	font-size:10px;
	color:#324041;
}
#footer a:hover {
	color:#ff9933;/*orange*/
}
img#bug {
	position:absolute;
	top:35px;
	right:0;
}
#footerNav {
	float:right;
}
#footerNav ul {
	margin: 0;
	padding: 0;
	white-space:normal;
	width:275px;
	height:26px;
}
#footerNav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:10;
}
#footerNav a { 
	padding:0;
	line-height:26px;
	display:block;
	float:left;
	width:86px;
}
#footerNav a:hover { 
	text-decoration:none;
}
#footerNav li a {text-indent:-9000px; background-color:transparent;}

#footerNav li#french {background:url(../graphics/nav_french.gif) no-repeat left;}
#footerNav li#french a:hover, #topNav li#toronto.on
{background:url(../graphics/nav_french_roll.gif) no-repeat left;}

#footerNav li#german {background:url(../graphics/nav_german.gif) no-repeat left;}
#footerNav li#german a:hover, #topNav li#toronto.on
{background:url(../graphics/nav_german_roll.gif) no-repeat left;}


#footerNav li#japanese {background:url(../graphics/nav_japanese.gif) no-repeat left;}
#footerNav li#japanese a:hover, #topNav li#toronto.on
{background:url(../graphics/nav_japanese_roll.gif) no-repeat left;}
#footerNav li#japanese a {width:56px;}

/* unique */
div.subFormContent {
	background-color:#f1f4f0;
	padding:10px;
	margin:1em 0;
	text-align:left;
}
div.subFormContent label {
	color:#47524b;
	font-size:12px;
	font-weight:bold;
	margin-right:0.5em;
}
div.subFormContent select {
	width:15em;
	text-align:left;
	margin:10px 10px 10px 0;
}

sup {font-size:8px;}
.smallAll {color:#75906b;/*light green*/ font-size:11px; }