
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - ONE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-column {
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 1px 15px 5px 15px;
	width:900px;
	position:relative;
	border-bottom: solid 10px #e0e0e0;
	background-color:#e0e0e0;
	}

#content-main-one-column {
	width:900px;
	float:left;
	
	}

/*#content-main-one-column h1 {

	color:#ff9933;
	line-height:250%;
	font-weight:normal;
	}*/
	
#content-main-one-column h2 
{
	color:#ff9933;
	line-height:250%;

	
	}
	
#content-main-one-column h3 {

	color:#ff9933;
	line-height:250%;	
	}

#content-main-one-column a:link.people, a:hover.people, a:active.people, a:visited.people {

	color:#ffffff;
	text-decoration:none;
	}
	
#content-main-one-column p {

	
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 1px 15px 5px 15px;
	width:900px;
	background: #e0e0e0 /*url(../../images/bg-content-side.png) repeat-y right*/;
	position:relative;
	border-bottom: solid 10px #e0e0e0;
	}

#content-main-two-column {
	width:740px;
	float:left;
	}

#content-side-two-column {
	float:right;
	width:160px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-left:auto;
	margin-right:auto;
	padding: 1px 15px 5px 15px;
	width:900px;
	background: #e0e0e0;
	position:relative;
	}

#content-main-three-column {
	width:540px;
	float:left;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:170px;
	
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN - Market Sectors page only

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-columnMS {
	margin-left:auto;
	margin-right:auto;
	padding: 1px 15px 5px 15px;
	width:900px;
	background: #e0e0e0;
	position:relative;
	}

#content-main-three-columnMS {
	width:390px;
	float:left;
	}

#content-side2-three-columnMS 
{
	width:240px;
}


#content-side1-three-columnMS {
	width:250px;
	
	}
	
#content-side1-three-columnMS  a{
	color:#595959;
	
	}
	
#content-side2-three-columnMS  a{
	color:#595959;
	/*font-size: 12px;*/
	
	}
	
#content-side2-three-columnMS {
	float:right;
	}

#content-side1-three-columnMS {
	float:left;
	}		
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION



#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#595959;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#595959;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin: 5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#ff9933;
	text-decoration:none;
}

a:visited {
	color:#ff9933;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#ff9933;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	position:relative;
	width:930px;
	height:100px;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#ff9933;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:910px;
	padding: 0 0 0 20px;
	position:relative;
	font-weight:normal;
	text-align:left;
	min-height:30px;
}




#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}


/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#ffffff;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	
	margin-left:auto;
	margin-right:auto;
	width:922px;
	background:#e0e0e0;
	position:relative;
	padding: 7px 4px 7px 4px;
	text-align:center;
	}
	
#pagetitlePeoplePage {
	
	margin-left:auto;
	margin-right:auto;
	width:922px;
	background:#e0e0e0;
	position:relative;
	padding: 7px 4px 7px 4px;
	text-align:center;
	}

#pagetitleHome {
	
	margin-left:auto;
	margin-right:auto;
	width:922px;
	height: 182px;
	background:#e0e0e0;
	position:relative;
	padding: 7px 4px 7px 4px;
	text-align:center;
	}

.pagetitle {
	
	margin-left:auto;
	margin-right:auto;
	width:922px;
	background:#e0e0e0;
	position:relative;
	padding: 7px 4px 7px 4px;
	text-align:center;
	}
	
photoPageTitle {
    width: 100%;
    height: auto;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-home-items {
	margin:0;
	padding:0;
	}

ul.list-home-items li{
	
	background-image:url(../../images/home-link.gif);
	margin-left:0.8em;
	margin-top:0.4em;
	margin-bottom:0.4em;
	}


ul.list-of-people {
	margin:0;
	padding:0;
	}

ul.list-of-people li{
	background-image:url(../../images/list-bullet-01-link.gif);
	padding: .1em 0 .1em 1em;
	margin-left:0.4em;
	}

ul.list-of-people a {
	color:#595959;
	/*font-weight:bold;*/
	}
	
	ul.list-of-expertiseMain {
	margin:0;
	padding:0;
	}

ul.list-of-expertiseMain li{
	background-image:url(../../images/list-bullet-01-link.gif);
	padding: .1em 0 .1em 1em;
	margin-left:0.4em;
	}

ul.list-of-expertiseMain a {
	color:#595959;
	/*font-weight:bold;*/
	}

ul.list-of-home-news {
	
}

ul.list-of-home-news li{
	
	background-image:url(../../images/list-bullet-01-link.gif);
	color:#595959;
}
ul.list-of-home-news a{
	color:#595959;
}

ul.list-of-expertise {
	
}

ul.list-of-expertise li{
	border-bottom:1px dotted #ff9933;
	background-image:url(../../images/list-bullet-01-link.gif);
	color:#595959;
}
ul.list-of-expertise a{
	color:#595959;
}


ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#fff1e6;
}

ul.list-of-links a{
	color:#595959;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}
	
ul.list-of-ms-other {
	margin:0;
	padding:0;
	}

ul.list-of-ms-other li{
	background-image:url(../../images/list-bullet-01-link.gif);
	margin-top:0.1em;
	margin-bottom:0.1em;
	margin-left:0.4em;
	
}

ul.list-of-ms-other a {
	color:#595959;
	}
	
ul.list-of-events {
	margin:0;
	padding:0;
	}

ul.list-of-events li{
	background-image:url(../../images/list-bullet-01-link.gif);
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1.5em;
	
}

ul.list-of-events a {
	color:#595959;
	}
	
	
ul.list-of-csr {
	margin:0;
	padding:0;
	}

ul.list-of-csr li{
	background-image:url(../../images/list-bullet-01-link.gif);
	margin-left:2em;
	
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA




.feature-area {
	background-color:#6799D1;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MARTINEAU PEOPLE PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.peopleName
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 150%;
	color: #ffffff;
	}
	
.peopleTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	font-weight: normal;
	line-height: 150%;
	}
	
.peopleLinks 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	line-height: 150%;
	
	}
/* Links for email address of people on expertise page */

.peopleExpertiseEmail
{
	font-size: 10px;
	
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HR PAGES NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#HRNav {
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:  0px 0px 0px 0px;
	width: 675px;
	position:relative;
	font-weight:normal;
	text-align:left;
	float:left;
	
}

#HRNav a:link,
#HRNav a:visited,
#HRNav a:active
{
	color:#FFFFFF;
	text-decoration:none;
}

#HRNav a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:7px;
	display:block;
	}
	
.photo-float-right {
	float:right;
	margin-left:10px;
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:7px;
	display:block;
	}

.image-border-none {
	border:none;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footerWrap {
	background:#e0e0e0;
	margin-left:auto;
	margin-right:auto;
	width:930px;
	position:relative;
}

#footer {
	background:#ff9933;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	height:35px;
	width:914px;
	padding: 4px 4px 8px 4px;
	position:relative;
	color:#ffffff;
	font-size:11px;
}

#footer ul {
	margin:0;
	padding:0;
	}

#footer li {
	list-style:none;
	background:url(../../images/list1.gif) no-repeat;
	padding: .2em 0 .2em 2.3em;
	margin-left:0.4em;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	background-color:#ff9933;
	height:14px;
	width:902px;
	text-align:left;
	padding: 10px;
	position:relative;
	font-size:10px;
	color:#ffffff;
	}



#footer-sub a:link,
#footer-sub a:visited,
#footer-sub a:active  {
	text-decoration:none;
	color:#ffffff;
}

#footer-sub a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date  {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	
	}

.none {
    display:none;
}

.margined

{
		padding:  .8em .8em .8em .8em ;
	
	}

.dropdown
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	
	}
.clearBack
{
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	}
/* Used to avoid rendering problems with the menu control in Chrome and safari */	
	
.staticMenuItem
{
	padding: 7px 5px 7px 5px;
	}

.numberPaging
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
    font-size:11px;
    padding:3px;
    background-color: #fff1e6;
	}
	
	.numberPagingCurrent
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
    font-size:11px;
    padding:3px;
    background-color: #fff1e6;
	}
	
#ExpertiseHome
{
	padding: .8em .8em .8em 1.6em;
	
	}
	
	#ExpertiseHome a:link, 
	#ExpertiseHome a:visited, 
	#ExpertiseHome a:active, 
	#ExpertiseHome a:hover
{
	color: #595959;
	text-decoration:none;
	
	
	}
	
