@import url("style.dcss?file=reset.css");
@import url("style.dcss?file=menus.css");
@import url("style.dcss?file=mooselecta.css");

html
{
	height:100%;
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 75%;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(/images/background.gif);
	background-repeat:repeat;
	color:#6a6b6e;
	position:relative;	
	height:100%;
}

body>div
{
	z-index:50;
	background-repeat:repeat-y;
	background-position:center 0px;
	padding-bottom:152px;
}

.bg1 { background-image:url("/background-images/001.jpg"); background-attachment:fixed; position:relative;}
.bg2 { background-image:url("/background-images/002.jpg"); background-attachment:fixed; position:relative;}
.bg3 { background-image:url("/background-images/003.jpg"); background-attachment:fixed; position:relative;}
.bg4 { background-image:url("/background-images/004.jpg"); background-attachment:fixed; position:relative;}
.bg5 { background-image:url("/background-images/005.jpg"); background-attachment:fixed; position:relative;}

p
{
	padding:0 0 15px 0;
	line-height:1.5em;
}

.red
{color:Red!important;}

#intro p
{
	font-size:1.5em;
	line-height:1.375em;
	padding:0 0 10px 0;
	font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
}

/****************
* LINK STYLE
****************/
	a {
		color:#fff;
		text-decoration:none;
	}

	a:hover {
		text-decoration:none;
	}

	a img {
		border:0 none;
	}
/****************
* END LINK STYLE
****************/

/****************
* HEADINGS
****************/
	h1
	{
		margin:0 auto;
		padding:48px 0 28px;
		height:34px;
		overflow:hidden;
		text-align:center;
		font-weight:normal;
	}
	
	h1 img
	{
		height:29px;
	}

	/*h1 a { margin:0 auto; display:inline-block; height:34px; outline:none; }
	h1 a img { display:inline-block; padding-top:2px; }
	h1 a span { padding-left:13px; display:inline-block; font-size:3.25em; position:relative; }
	h1 a span .cufon { position:absolute; top:-1px; }*/

	h2
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:2.5em;
		line-height:1.133333em;
		padding:0 0 9px 0;
		border-bottom:1px solid #d2d2d2;
		margin-top:4px;
		margin-bottom:15px;
		font-weight:normal;
	}
	
	h3
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:2em;
		line-height:1em;
		padding:0 0 10px 0;
		font-weight:normal;
		margin-top:5px;
	}
	
	h4
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.5em;
		line-height:1em;
		padding:0 0 10px 0;	
		font-weight:normal;
	}
	
	p.font14px { font-size:1.166667em; line-height:1.2857em;}
	.font10px {font-size:0.833em!important;}
	
/****************
* END HEADINGS
****************/


/****************
* HEADER
****************/		
	header
	{
		height:201px;
		background-image:url(/images/header_background.png);
		background-repeat:no-repeat;
		background-position:center 31px;
	}

	#top
	{
		background-image:url(/images/top_bg.png);
		background-repeat:repeat-x;
		text-align:center;
		z-index:100;
		height:31px;
		width:100%;
		-webkit-box-shadow: -5px 5px 5px 0px rgba(40, 40, 40, 0.3);
		-moz-box-shadow: -5px 5px 5px 0px rgba(40, 40, 40, 0.3);
		box-shadow: -5px 5px 5px 0px rgba(40, 40, 40, 0.3);
	}

	#top #top-content
	{
		width:950px;
		margin:0 auto;
		height:31px;
		position:relative;
		text-align:center;
		overflow:hidden;
	}

	#top #top-content #links
	{
		position:absolute;
		top:9px;
		left:300px;
	}

	#top #top-content #links a
	{
		display:inline-block;
		margin-right:25px;
		color:#c2c2c2;
		padding-left:14px;
		padding-top:1px;
		background-repeat:no-repeat;
		background-position:0px 3px;
	}

	#top #top-content #links a.link
	{
		background-image:url(/images/top_link_bg.gif);
	}

	#top #top-content #links a.accesslink
	{
		background-image:url(/images/top_accesslink_bg.gif);
	}

	#top #top-content #search
	{
		background-image:url(/images/top_search_bg.gif);
		position:absolute;
		padding:1px;
		height:17px;
		width:168px;
		top:6px;
		right:300px;
		text-align:left;
	}

	#top #top-content #search label
	{
		display:none;
	}

	#top #top-content #search input
	{
		width:135px;
		border:0px none;
		padding:0px;
		height:17px;
		line-height:17px;
		float:left;
		margin:0 0 0 5px;
		color:#282828;
	}

	#top #top-content #search button
	{
		width:12px;
		border:0px none;
		padding:0px;
		margin:3px 5px 0 0;
		height:12px;
		float:right;
		background-image:url(/images/top_search_button.gif);
		background-repeat:no-repeat;
	}

	section
	{
		padding:0px 0px 0px 0px;
		position:relative;
		text-align:center;
		margin:0 auto;	
		width:950px;
		height:170px;
	}
	
	#top #top-content #links a.homelink
	{
		background-image:url(/images/top_home_bg.gif);
	}
/****************
* END HEADER
****************/


/****************
* FOOTER
****************/
	footer
	{
		text-align:center;
		padding:31px 0 48px;
		background-color:#282828;
		-webkit-box-shadow: -5px -5px 5px 0px rgba(40, 40, 40, 0.3);
		-moz-box-shadow: -5px -5px 5px 0px rgba(40, 40, 40, 0.3);
		box-shadow: -5px -5px 5px 0px rgba(40, 40, 40, 0.3);
		color:#8e8e8e;
		height:72px;
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		z-index:500;
	}

	footer nav
	{
		width:950px;
		margin:0 auto;
		position:relative;
		text-align:center;
		border-top:1px solid #424243;
		padding-top:18px;
		height:auto;
	}

	footer nav a
	{
		display:inline-block;
		margin-right:17px;
		color:#8e8e8e;
	}

	footer p
	{
		padding:27px 0 0 0;
		font-size:0.9166666em;
	}
/****************
* END FOOTER
****************/


/****************
* PAGE STRUCTURE
****************/
	body div div nav
	{
		width:180px;
		float:left;
		margin:0;
	}

	#landing-container
	{
		width:770px;
		margin:41px auto 48px;
	}

	#content-container
	{
		width:950px;
		margin:35px auto 48px;
	}

	article.home
	{
		width:960px;
		padding:61px 0 160px;
		margin:0 auto;
		text-align:center;
	}
	
	#landingrotatorholder
	{
	    width:500px;
	}
	
	
	#landingrotatorholder { text-align:left; padding:0px; position:relative; }
	
	#landingrotatorholder #landingrotator { height:260px; }
	
	#landingrotatorholder #landingrotator .rotate { position:absolute; top:0px; left:0px; }
	
	#landingrotatorholder h2 { margin-bottom:0px; border:0px none; padding-bottom:8px; }
	
	#landingrotatorholder img { display:block; padding-bottom:3px; }

	#landingrotatorholder p
	{
		line-height:1.25em;
	}
	
	#landingrotator section article p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:7px;
	}

	#landingrotator section article p a:hover { text-decoration:underline; }
	

/****************
* END PAGE STRUCTURE
****************/


/****************
* HOME TEMPLATE
****************/
	article.home p
	{
		font-size:3em;
		line-height:1.1666667em;
		color:#fff;
		padding-bottom:20px;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
	}

	article.home div
	{
		padding-top:15px;
	}

	article.home div a
	{
		height:17px;
		font-size:1.333em;
		color:#fff;
		font-weight:bold;
		background-image:url(/images/link_arrow.png);
		background-repeat:no-repeat;
		background-position:0px 1px;
		padding-left:17px;
	}
/****************
* END HOME TEMPLATE
****************/


/****************
* LANDING TEMPLATE
****************/
	#landing-container article
	{
		-moz-box-shadow:none;
		background-image:none;
		height: auto;
		text-align: center;
		width: auto;
		padding-bottom:39px;
	}
	
	#landing-container article.intro p
	{
		font-size:2.25em;
		line-height:1.185em;
		color:#fff;
		margin:0 auto;
		letter-spacing:-1px;
	}

	#landing-container section
	{
		width:570px;
		float:left;
		margin:0;
		background-color:#fff;
		padding:10px;
		height:auto;
	}
	
	#landing-container section article h2 { margin-bottom:0px; border:0px none; }
	
	#landing-container section article { text-align:left; padding:0px; }

	#landing-container section article img { display:block; padding-bottom:10px; }

	#landing-container section article p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;
	}

	#landing-container section article p a:hover { text-decoration:underline; }

	
/****************
* END LANDING TEMPLATE
****************/


/****************
* BASIC CONTENT TEMPLATE
****************/
	#content
	{
		float:left;
		margin:0;
		width:770px;
		padding:0px;
		background-image:url(/images/content_background.png);
		background-repeat:repeat-y;
		position:relative;
	}

		#content-inner
		{
			float:left;
			margin:0;
			width:500px;
			padding:10px 10px 30px 10px;
			background-color:#fff;
			position:relative;
		}
		
			#content-inner #introimage
			{
				position:relative;	
				padding-bottom:10px;
				display:block;
			}
			
				#content-inner #introimage #imageoverlay
				{
					position:absolute;
					width:400px;
					bottom:20px;
					left:20px;
					color:#fff;		
					-webkit-text-shadow: 2px 2px 2px #333;
					-moz-text-shadow: 2px 2px 2px #333;
					text-shadow: 2px 2px 2px #333;	
				}
				
		#content-modules
		{
			float:left;
			width:250px;
			padding:0px;
			position:relative;
		}
		
	#content-medium
	{
		float:left;
		margin:0;
		width:640px;
		padding:10px;
		background-color:#fff;
		position:relative;
	}	
		
	#content-wide
	{
		float:left;
		margin:0;
		width:750px;
		padding:10px;
		background-color:#fff;
		position:relative;
	}
	
		#content-wide #introimage
		{
			position:relative;	
			padding-bottom:10px;
			display:block;
		}
		
			#content-wide #introimage #imageoverlay
			{
				position:absolute;
				width:400px;
				bottom:20px;
				left:20px;
				color:#fff;		
				-webkit-text-shadow: 2px 2px 2px #333;
				-moz-text-shadow: 2px 2px 2px #333;
				text-shadow: 2px 2px 2px #333;	
			}
						
	/* CONTENT LIST STYLE */
	#content #content-inner ul,
	#content-medium ul,
	#content-wide ul
	{
		padding-left:15px;
		padding-bottom:10px;
	}		
	
		#content #content-inner ul li,
		#content-medium ul li,
		#content-wide ul li
		{
			padding-bottom:5px;
			line-height:1.5em;
		}	

	#content #content-inner table tr td
	{ padding:5px 5px 5px 0px; }
		
	/* CONTENT LINK STYLE */
	#content #content-inner a,
	#content-medium a,
	#content-wide a
	{
		color:#000;
		text-decoration:none;
	}
	
	#content #content-inner aside .pullout a,
	#content-medium aside .pullout  a,
	#content-wide aside .pullout  a
	{
		color:#000!important;
		text-decoration:none;
	}

	#content #content-inner a:hover,
	#content-medium a:hover,
	#content-wide a:hover
	{
		text-decoration:underline;
	}
	
	#content #content-inner aside,
	#content-medium aside,
	#content-wide aside
	{
		width:180px;
		float:right;
		margin-left:10px;
		padding:0px;
	}
	
	#content #content-inner aside p.heading,
	#content-medium aside  p.heading,
	#content-wide aside  p.heading
	{
		background-color:#d2d2d2;
		padding:10px;
		font-weight:bold;
		color:#282828;
		line-height:1.25em;
	}
	
	#content #content-inner aside .pullout,
	#content-medium aside .pullout,
	#content-wide aside .pullout
	{
		padding:10px 10px 0 10px;
		background-color:#e8e8e8;
		margin-bottom:20px;
		color:#1b232a;
	}	
	
	#content #content-inner aside .pullout p,
	#content-medium aside .pullout p,
	#content-wide aside .pullout p
	{
		padding-bottom:10px;
	}	
	
/****************
* END BASIC CONTENT TEMPLATE
****************/




/****************
* CONTENT MODULES
****************/

	.module
	{
		margin-bottom:20px;
	}
	
	.module p
	{
		padding-bottom:10px;
	}
	
	.module p img
	{
		display:block;
	}
	
	.module .title
	{
		background-color:#262626;
		color:#fff;
		font-weight:bold;
		padding:8px 20px 7px 20px;
		font-size:1.33333em;
	}
	
	.module .content
	{
		color:#d2d2d2;
		padding:10px 20px 0px 20px;
		position:relative;
	}
	
	.module .content p.modulelink { padding-bottom: 5px; }
	
	.module .content p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 6px;
		padding-left:9px;
		color:#ffffff!important;
		background-image:url(/images/link_arrow_white.png);
	}
		
	.module .content select,
	.module .content .showresults
	{
		margin-top:20px;
	}
	
	.module .content .modulestaffimg
	{
		border-bottom:3px solid #fff;
		display:block;
	}
	
	.module .content .staffname
	{
		background-color:#fff;
		display:inline-block;
		padding:3px 6px;
	}
	
	.module .content .staffname a 
	{
		color:#000;
		font-weight:bold;
	}
	
	.module .content .staffdetails
	{
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #333;
		margin-bottom:15px;
	}
	
	.module .content .staffdetailsclean
	{
		padding-top:10px;
		padding-bottom:0px;
		border-bottom:0px none;
		margin-bottom:10px;
	}
	
	.module .content .staffdetails p, .staffdetailsclean p { padding-bottom:0px; }
	
	.module .m-image
	{
		padding:10px 20px 0px 20px;
		position:relative;
	}
	
	.module .m-link
	{
		padding:10px 20px 20px 20px;
		position:relative;
	}
	
	/*#subdepartmentholder { display: none; }*/
	#subdepartmentholder,
	#teamholder
	{
		position:relative;
	}
	
	
	#selectSubDepCover
	{
		position:absolute;
		top:0px;left:0px;
		background-image:url(/images/selectCoverSubDepartment.gif);
		height:24px;width:210px;
		display:none;
	}
	
	#selectTeamCover
	{
		position:absolute;
		top:0px;left:0px;
		background-image:url(/images/selectCoverTeam.gif);
		height:24px;width:210px;
		display:none;
	}
	
	#selectTeamCover,
	#teamselectholder,
	#team_trigger,
	#team_wrapper,
	#team_wrapper .team
	{}
	
	.module .content input.text
	{
		background-color:#FFFFFF;		
		border:0px none;
		color:#6a6b6e;		
		padding:5px 10px 5px 10px;
		width:190px;
		margin-top:20px;
	}
	
	.searchbyname { margin-top:10px!important; }
	
/****************
* END CONTENT MODULES
****************/



/****************
* FILE OBJECTS
****************/

	.fileobject
	{
		padding:0px 10px 10px 16px ;
		background-image:url(/images/fileobject_bg.gif);
		background-repeat:no-repeat;		
		background-position:0px 0px;
		min-height:22px;
		line-height:14px;
		display:block;
		border-bottom:1px solid #232323;
		margin-bottom:11px;
	}
	
	.fileobject a
	{
		font-weight:bold!important;
		background-image:none!important;
		padding:0px!important;
	}

	aside .pullout p .fileobject
	{
		width:184px;
		color:#d2d2d2;
	}
	
	aside .pullout p .fileobject
	{
		border:0px none!important;
		width:140px!important;
		color:#1B232A;
		padding:0px 10px 10px 16px!important;
	}
	
	aside .pullout p .fileobject a
	{
		color:#d2d2d2;
	}
	
	
	#content-inner p .fileobject,
	#content-wide p .fileobject,
	#content-medium p .fileobject
	{
		padding:1px 10px 0px 16px ;
		border:0px none;
		width:450px;
	}
	
/****************
* END FILE OBJECTS
****************/


/****************
* SITEMAP
****************/

	div#sitemap
	{
		width:750px;
		margin-top:20px;
	}

	div#sitemap div.column
	{
		width:240px;
		overflow:hidden;
		float:left;
		margin-right:10px;
	}

	div#sitemap div.column div.module
	{
		margin-bottom:20px;	
	}

	div#sitemap a
	{
		display:block;
	}

	div#sitemap ul
	{
		list-style-type:none;
		margin-bottom:0px!important;
		margin-left:0px;
	}	

	div#sitemap ul li
	{
		padding:0px!important;
	}	
	
	div#sitemap ul li a
	{
		font-size:1.3333em;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-weight:normal;
		padding:5px 0 8px 0;
		color:#000!important;
		text-decoration:underline;
	}	
	
	div#sitemap ul li ul
	{
		list-style-type:none;
		margin-bottom:0px!important;
		margin-left:10px;
	}
	
	div#sitemap ul li ul li
	{
		padding:0px!important;
	}	 

	div#sitemap ul li ul li a
	{
		font-size:1em;
		font-family:Arial;
		font-weight:bold;
		padding:5px 0;
		color:#7D7D7D!important;
		text-decoration:none;
	}		
	
	div#sitemap ul li ul li ul
	{
		list-style-type:none;
		margin-bottom:0px!important;
		margin-left:20px;
	}	 
	
	div#sitemap ul li ul li ul li
	{
		padding:0px!important;
	}	 
	
	div#sitemap ul li ul li ul li a
	{
		font-size:1em;
		font-family:Arial;
		font-weight:normal;
		padding:5px 0;
		color:#7D7D7D!important;
		text-decoration:none;
	}	
		 
/****************
* END SITEMAP
****************/



/****************
* CLIENT LIST
****************/

	#clientList
	{
		margin-top:15px;
		margin-bottom:15px;	
	}
	
	#clientList .client
	{
		float:left;
		width:160px;
		margin-right:10px;	
		margin-bottom:10px;
	}

	#clientList .client a
	{
		display:block;	
	}

/****************
* END CLIENT LST
****************/




/****************
* IMAGE GALLERY
****************/

	#documents
	{
		margin-top:15px;
		margin-bottom:15px;	
	}
	
	#documents .document
	{
		float:left;
		width:160px;
		margin-right:10px;	
		margin-bottom:10px;
	}
	
	#documents .document .headline
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.33333em;
		line-height:1em;
		padding-bottom:10px;
	}

	#documents .document img
	{
		display:block;	
		padding-bottom:5px;
	}

	#documents .document a
	{
		color:#000!important;
	}

/****************
* END IMAGE GALLERY
****************/



/****************
* CONTACT LANDING TEMPLATE
****************/
	
	#contact #intro
	{
		margin-bottom:20px;
	}


	#contact #map_canvas
	{
		width:498px;
		height:410px;
		border:1px solid #d2d2d2;
		float:left;
		margin-bottom:40px;
	}
	
	#contact #our_office
	{
		float:left;
		padding-left:10px;
		width:240px;
	}
	
	#contact h3
	{
		margin-bottom:10px;
		padding-bottom:0px;
	}
	
	#contact #our_office h3
	{
		margin-top:10px;
		padding-bottom:0px;
		font-size:1.5em;
	}
	
	#contact #our_office p
	{
		padding-bottom:8px;
	}
	
	.contactbox
	{
		border-top:1px solid #d2d2d2;
		width:180px;
		padding-top:10px;
		padding-right:10px;
		float:left;
		margin-bottom:10px;
	}
	
	#social
	{
		margin-top:12px;
		padding-top:15px;
		border-top:1px solid #d2d2d2;
	}
	
	#social .left
	{
		float:left;
		width:36px;
		margin-bottom:8px;
	}
	
	#social .right
	{
		float:left;
		width:180px;
		padding-top:8px;
	}

	
	.theme1 .bg1 #content-container #content-wide #contact .contactbox .staffinfo p a.theme2:hover {color:#0077aa!important;}
	.theme1 .bg1 #content-container #content-wide #contact .contactbox .staffinfo p a.theme3:hover {color:#985989!important;}
	.theme1 .bg1 #content-container #content-wide #contact .contactbox .staffinfo p a.theme4:hover {color:#d02337!important;}
	.theme1 .bg1 #content-container #content-wide #contact .contactbox .staffinfo p a.theme5:hover {color:#82bc9f!important;}	
	
	.contactbox .sectionlink
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.33333em;
		font-weight:normal!important;
	}
	
	.contactbox a.teamlink
	{
		background-image:url(/images/link_arrow_black.png);
		background-repeat:no-repeat;
		background-position:0px 7px;	
		padding-left:8px;	
		font-weight:bold;
		display:block;
	}
	
	.contactbox img
	{
		margin-right:10px;
		display:block;
	}
	
	.contactbox .staffinfo p
	{
		padding-bottom:10px!important;
	}


/****************
* END CONTACT LANDING TEMPLATE
****************/



/****************
* INVESTMENT HIGHLIGHTS TEMPLATE
****************/

	#ihrotator
	{
		position:relative;	
		padding-bottom:10px;
		height:300px;
		overflow:hidden;
	}

	#ihrotator #ihimage
	{
		position:relative;	
		padding-bottom:10px;
	}
	
	#ihrotator #ihimage .imageoverlay
	{
		position:absolute;
		width:400px;
		bottom:20px;
		left:20px;
		color:#fff;		
		-webkit-text-shadow: 2px 2px 2px #333;
		-moz-text-shadow: 2px 2px 2px #333;
		text-shadow: 2px 2px 2px #333;	
	}
	
	#ihrotator #ihimage .imageoverlay p.title
	{
		font-weight:bold;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.6666em;
		line-height:1em;
	}
	
	#ihrotator #ihimage .imageoverlay p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 6px;
		padding-left:9px;
		color:#ffffff!important;
		background-image:url(/images/link_arrow_white.png);
	}
	

	#highlights
	{
	}
	

	#highlights .highlight
	{
		width:180px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;
	}
	
	#highlights .highlight img
	{
		padding-bottom:10px;
	}

/****************
* END INVESTMENT HIGHLIGHTS TEMPLATE
****************/


/****************
* INVESTMENT OPPORTUNITIES TEMPLATE
****************/

	#display-filter
	{
		width:300px;
		position:absolute;
		right:10px;
		top:340px;
		text-align:right;
	}
	
	#display-filter span { font-weight:bold; }

	#sectors
	{
	}
	
	#sectors .quote
	{
		width:160px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;
		background-color:#005072;
		padding:10px 10px 30px 10px;
	}
	
	#sectors .quote p
	{
		color:#fff;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-style:italic;
		font-size:1.33333em;
	}

	#sectors .sector
	{
		width:180px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;
	}
	
	#sectors .sector img
	{
		padding-bottom:10px;
	}
	
	#sectors .sector p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 6px;
		padding-left:9px;
		background-image:url(/images/link_arrow_theme2.png);
	}

	#investmentopportunities
	{
		margin-top:10px;
	}
	
	#investmentopportunities .investmentopportunity
	{
		width:370px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;		
	}
	
	#investmentopportunities .investmentopportunity img
	{
		padding-bottom:10px;
	}
	
	#investmentopportunities .investmentopportunity p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;
		background-image:url(/images/link_arrow_theme2.png);
	}
	
	#iocatimage,
	#ioimage
	{
		position:relative;	
		padding-bottom:10px;
	}
	
	#iorotator
	{
		position:relative;	
		padding-bottom:10px;
		height:300px;
		overflow:hidden;
	}
	
	#iorotator .rotate
	{
		position:absolute;	
		top:0px;
		left:0px;
		height:300px;
		overflow:hidden;
	}
	
	#iorotator .rotate .imageoverlay,
	#ioimage #imageoverlay
	{
		position:absolute;
		width:450px;
		bottom:20px;
		left:20px;
		color:#fff;		
		-webkit-text-shadow: 2px 2px 2px #333;
		-moz-text-shadow: 2px 2px 2px #333;
		text-shadow: 2px 2px 2px #333;	
	}
	
	#iorotator .rotate .imageoverlay p.title,
	#ioimage #imageoverlay p.title
	{
		font-weight:bold;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.6666em;
		line-height:1em;
	}
	
	#iorotator .rotate .imageoverlay p a,
	#ioimage #imageoverlay p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 6px;
		padding-left:9px;
		color:#ffffff!important;
		background-image:url(/images/link_arrow_white.png);
	}
	
	.iolistitem
	{
		width:180px;
		float:left;	
	}

/****************
* END INVESTMENT OPPORTUNITIES TEMPLATE
****************/


/****************
* DEALS TEMPLATE
****************/

	#deallist
	{
	}
	

	#deallist .deal
	{
		width:180px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;
	}
	
	#deallist .deal img
	{
		padding-bottom:10px;
	}

/****************
* END DEALS TEMPLATE
****************/


/****************
* VENTURE HIGHTLIGHT TEMPLATE
****************/

	#venturelist
	{
	}
	

	#venturelist .venture
	{
		width:180px;
		float:left;	
		margin-right:10px;
		margin-bottom:20px;
	}
	
	#venturelist .venture img
	{
		padding-bottom:10px;
	}

/****************
* END VENTURE HIGHTLIGHT TEMPLATE
****************/


/****************
* FAQ TEMPLATE
****************/

	#faq
	{
		margin-top:20px;
	}

	#faq h3
	{
		border-bottom:1px solid #d2d2d2;
		margin-bottom:10px;
	}
	
	#faq .faqs
	{
		margin-bottom:20px;
	}
	
	#faq .faqs .faq
	{
		border-bottom:1px solid #d2d2d2;
		overflow:hidden;
	}
	
	#faq .faqs .faq .faq-question
	{
		font-weight:bold;
		padding:10px;
		cursor:pointer;
	}
	
	#faq .faqs .faq .faq-question img
	{
		padding-right:9px;
		display:inline-block;
	}
	
	#faq .faqs .faq .faq-answer
	{
		padding-left:28px;
	}

/****************
* END FAQ TEMPLATE
****************/


/****************
* STAFF / OUR PEOPLE
****************/

	.stafflist
	{}

	
	.stafflist h3
	{
		border-bottom:1px solid #d2d2d2;
		margin-top:5px;
	}
	
	.stafflist .staffresults,
	#staffsearchresults .staffresults
	{
		margin:0px;
		padding:0px;
		margin-top:20px;
	}
	
	#staffsearchresults .staffresults { margin-top:0px; }
	
	.stafflist .staffresults .staff,
	#staffsearchresults .staffresults .staff-mini
	{
		width:160px;
		margin:0px;
		padding:0px;
		margin-right:10px;
		margin-bottom:20px;
		float:left;
	}
	
	#staffsearchresults .staffresults .staff-mini
	{
		width:190px;
		margin:0px;
		padding:0 0 10px 0;
		float:none;
	}
	
	.stafflist .staffresults .staff .staffimage
	{
		overflow:hidden;
		height:120px;
		width:160px;
		position:relative;
	}
	
	#staffsearchresults .staffresults .staff-mini img
	{
		float:left;
		padding-right:10px;
	}
	
	.stafflist .staffresults .staff .staffimage .staffextra
	
	{
		position:absolute;
		top:120px;
		left:0px;
		height:0px;
		width:140px;
		background-repeat:repeat;
		background-position:0px 0px;
		color:#ffffff;
		padding:10px;
	}
	
	.theme1 .stafflist .staffresults .staff .staffimage .staffextra { background-image:url(/images/bg-000000-op80.png); }
	
	.stafflist .staffresults .staff .staffimage .staffextra p
	{
		font-size:0.916666em;
		line-height:1.272727em;
	}
	
	.stafflist .staffresults .staff .staffimage .staffextra a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;
		color:#ffffff!important;
		background-image:url(/images/link_arrow_white.png);	
		font-size:0.916666em;
	}
	
	.stafflist .staffresults .staff .staffname,
	#staffsearchresults .staffresults .staff-mini .staffname
	{
		font-family: Georgia;
		font-size:1.33333em;
		padding:6px 0 4px 0;
		line-height:1em;
	}
	
	#staffsearchresults .staffresults .staff-mini .staffname
	{
		padding:0px 0 4px 0;
	}
	
	#staffsearchresults .staffresults .staff-mini .staffdetail { float:left; width:100px; }
	
	.theme1 #content-container #content #content-inner .stafflist .staffresults .staff .staffname a,
	.theme1 #content-container #content-medium .stafflist .staffresults .staff .staffname a,
	.theme1 #content-container #content-wide .stafflist .staffresults .staff .staffname a,
	.theme1 #content-container #content #content-inner #staffsearchresults .staffresults .staff-mini .staffname a,
	.theme1 #content-container #content-medium #staffsearchresults .staffresults .staff-mini .staffname a,
	.theme1 #content-container #content-wide #staffsearchresults .staffresults .staff-mini .staffname a,
	.theme1 #content-container #content #content-inner #staff-profile a
	{
		color:#000;
	}

	.stafflist .staffresults .staff .staffrole,
	#staffsearchresults .staffresults .staff-mini .staffrole
	{
		line-height:1.25em;
	}
		
	#staffsearchresults
	{
		display:none;
		min-height:148px;	
		position:absolute;
		background-color:#fff;
		padding:10px 10px 0px 10px;
		width:190px;
		z-index:5000;
		border-top:1px solid #ccc;
		text-align:left;
		color:#6a6b6e;
	}
	
	#staffsearchresults a
	{
		color:#000;
		font-weight:normal!important;
	}
	
	#staffsearchresults p.sorry
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.33333em;
		padding:0px 0 6px 0;
		line-height:1em;
		color:#000;
	}
	
	#staffsearchresults a:hover
	{
		text-decoration:underline;
	}
	
	#staffsearchresults p.viewall a.viewalllink
	{
		background-image:url(/images/link_arrow_black.png);
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;	
		color:#000!important;
	}
	
	#staff-profile
	{
	}
	
	#staff-profile h2 
	{
		padding-bottom:24px;
		margin-bottom:2px;
	}
	
	#staff-profile h3
	{
		font-size:1.3333333em;
		padding-bottom:7px;
		margin-top:3px;
	}
	
	#staff-profile a
	{
		color:#000;
	}
	
	#staff-profile p.breadcrumb
	{
		padding-bottom:32px;	
		font-weight:bold;
	}
	
	
	#staff-profile .profile-info
	{
		float:right;
		background-color:#e8e8e8;
		padding:10px 10px 15px 10px;
		margin:5px 0 15px 10px;
		color:#1b232a;	
		width:200px;
	}
	
	#staff-profile .profile-info p.telephone {
		line-height: 12px !important;
		padding-bottom: 4px !important;
	}
	
	#staff-profile .profile-info p.email { padding-bottom:5px; }
	#staff-profile .profile-info p.fax { padding-bottom:8px; border-bottom:1px solid #ccc; margin-bottom: 9px; }
	#staff-profile .profile-info p.address { padding-bottom:0px; width:160px; }
	
	#staff-profile .profile-info p span
	{
		font-weight:bold;
	}
	
	#staff-profile .profile-info img
	{
		padding-bottom:9px;
	}


/****************
* END STAFF / OUR PEOPLE
****************/



/****************
* NEWS TEMPLATE
****************/

	#news-landing p
	{
		padding-bottom:5px!important;
	}
	
	#news-landing #main
	{
		margin-bottom:20px;
	}

	#news-landing #main .landingarticle h2
	{
		margin-bottom:8px;
	}
	
	#news-landing .category
	{
		float:left;
		width:240px;
		margin-right:20px;
		border-top:1px solid #d2d2d2;
		padding-top:10px;
		margin-bottom:20px;
	}
	
	#news-landing .category h3 a
	{
		color:#000!important;
	}
			
	#news-landing #main .landingarticle,
	#news-landing .category .landingarticle 
	{
		padding-bottom:8px;
	}

	#news-landing #main .landingarticle img,
	#news-landing .category .landingarticle img
	{
		padding-bottom:7px;
	}
	
	#news-landing #main .landingarticle a,
	#news-landing .category .landingarticle a
	{
		color:#000!important;
	}
	
	#news-landing #main .landingarticle a.headline,
	#news-landing .category .landingarticle a.headline
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.33333em;
		line-height:1em;
		color:#000!important;
	}
	
	.theme1 #news-landing a.subheadline
	{
		background-image:url(/images/link_arrow_black.png);
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;	
		color:#000!important;
		font-weight:bold;
	}

	.newslist
	{
		margin:0!important;
		padding:0;
		list-style-type:none;
	}

	.newslist .newslist-item
	{
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
		margin-bottom:15px;
	}


	.newslist .newslist-item .left
	{
		float:left;
		width:170px;
	}

	.newslist .newslist-item .right
	{
		float:left;
		width:330px;
	}

	.newslist .newslist-item .right p
	{
		padding-bottom:5px;
	}
	
	.theme1 #content-container #content #content-inner .newslist .newslist-item .right p a
	{
		color:#000!important;
	}

	.newslist .newslist-item .right p a.headline,
	.newslist .newslist-item .right p.xheadline
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.5em;
		line-height:1em;
	}
	
	div.newspaging
	{
		margin-top:10px;
		margin-bottom:10px;
	}

	div.newspaging .page
	{
		height:20px;
		width:20px;
		float:left;
		text-align:center;
		line-height:20px;
		background-color:#dbdbdb;
		color:#000;
	}
	
	div.newspaging .page a
	{
		display:block;
		color:#000!important;
		height:20px;
		width:20px;
		background-color:#fff;
		text-decoration:none;
	}
	
	#newsarticle img { padding-bottom:10px; }
	
	#newsarticle h2 { padding-bottom:20px; margin-bottom:5px; }
	
	#newsarticle p.newsdate { font-weight:bold; }
	
	.theme1 #newsarticle a { color:#000!important; }
	
	#newsarticle table {margin-bottom:15px;border-top:1px solid #f5f5f5; border-collapse:collapse;}
	#newsarticle table tr td {border-bottom:1px solid #f5f5f5;}
	#newsarticle table tr td {padding:2px 4px 4px 2px!important; border: 1px solid #CCCCCC;}

	#newsarticle table tr th {font-weight:bold;padding:2px 4px 4px 2px;border-bottom:1px solid #f5f5f5;}
	
/****************
* END NEWS TEMPLATE
****************/


/****************
* OUR SERVICE
****************/

	#ourservices .service
	{
		float:left;
		width:370px;
		margin-top:10px;
		margin-right:10px;
		margin-bottom:15px;
	}
	
	#ourservices .service p
	{
		padding-bottom:10px;
	}
	
	#ourservices .service p img
	{
		display:block;
	}
	
	#ourservices .service p a
	{
		background-image:url(/images/link_arrow_theme4.png);
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;
		font-weight:bold;
	}
	
	#ourservices .service h3 a
	{
		font-weight:normal;
	}

/****************
* END OUR SERVICE
****************/



/****************
* DEALS
****************/

	#deals
	{
		margin-top:10px;
	}
	
	#deals .deal
	{
		width:240px;
		float:left;	
		margin-right:20px;
		margin-bottom:20px;		
	}
	
	#deals .deal img
	{
		padding-bottom:10px;
	}
	
	#deals .deal p.headline a
	{
		font-size:1.33333em;
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		padding:0px!important;
		background-image:none;
		font-weight:normal!important;
	}
	
	
	#deals .deal p
	{
		padding-bottom:10px;
	}
	
	#deals .deal p a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 5px;
		padding-left:8px;
		background-image:url(/images/link_arrow_theme4.png);
	}
	
/****************
* END DEALS
****************/


/****************
* SITE SEARCH
****************/

	p.searchintro
	{
		font-size:1.5em;
	}
	
	.result
	{
		padding:0px 0 10px 0;
		border-bottom:1px solid #dbdbdb;
		margin-bottom:20px;
	}
	
	.result p { padding-bottom:10px; }

	.result img
	{
		display:none;
	}
	
	.result .title
	{
		font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
		font-size:1.33333em;
		color:#000!important;
	}

	div.searchpaging
	{
		margin-top:10px;
	}

	div.searchpaging .page,
	#rpp .page
	{
		height:20px;
		width:20px;
		float:left;
		text-align:center;
		line-height:20px;
		background-color:#dbdbdb;
		color:#000;
	}
	
	#type .type1,
	#type .type2	
	{
		height:20px;
		width:70px;
		float:left;
		text-align:center;
		line-height:20px;
		background-color:#dbdbdb;
		color:#000;
	}
	
	#type .type2 { width:34px; }
	
	#type .type1 a,
	#type .type2 a
	{
		display:block;
		color:#000!important;
		height:20px;
		background-color:#fff;
		text-decoration:none;
	}
	
	#type .type2 a { width:34px; }
	
	#rpp .page { float:right; }
	
	div.searchpaging .page2
	{
		height:20px;
		width:25px;
		float:left;
		text-align:center;
		line-height:20px;
		color:#000;
		margin-right:5px;
	}
	
	div.searchpaging .break,
	#display #type .break
	{
		height:20px;
		width:0px;
		float:left;
		text-align:center;
		line-height:20px;
		color:#000;
		border-left:1px solid #dbdbdb;
		margin-left:5px;
		margin-right:10px;
	}
	
	#display #type .break { margin:0px 5px; }
	
	div.searchpaging .page a,
	#rpp .page a,
	div.searchpaging .page2 a
	{
		display:block;
		color:#000!important;
		height:20px;
		width:20px;
		background-color:#fff;
		text-decoration:none;
	}
	
	div.searchpaging .page2 a
	{
		width:25px;
	}
	
	#display
	{
		margin:20px 0 20px 0;
		border-top:1px solid #d2d2d2;
		border-bottom:1px solid #d2d2d2;
		padding:10px 0 10px 0;
	}
	
	#display a
	{
		color:#000!important;
	}
	
	#display #type
	{
		width:300px;
		float:left;
	}
	
	#display #rpp
	{
		width:300px;
		float:right;
		text-align:right;
	}	

/****************
* END SITE SEARCH
****************/




/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 10px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(../images/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(../images/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(../images/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(../images/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(../images/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(../images/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(../images/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(../images/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(../images/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(../images/bg_nw.png) no-repeat;
}

/*********** END SQUEEZEBOX *******************/


/******** INLINE VIDEO BLOCK ***************/

#content-inner .vid-block{
	width:160px;
	float:left;
	margin: 0 10px 20px 0;
}

#content-inner .no-right-margin .vid-block{
	margin: 0 0 20px 0;
}

#content-inner .vid-block .vb-title{
	font-family:'OfficinaSerifITCW01-Boo 734540', Georgia;
	color:#000000;
	font-size: 1.33333em;
	line-height:1em;
}

.vb-small{
	font-size:0.916666em;	
	padding:7px 0 0 0 ;
}

.vb-small a{
	color:#6A6B6E!important;
}

#content-inner .vid-block .vb-img img{
	width:160px;
}

.directors #content-inner h3
{
    width:500px;
    margin-bottom:10px;
    border-bottom:1px solid #D2D2D2;
}


a.bluelink,
.bluelink a
	{
		font-weight:bold;
		background-repeat:no-repeat;
		background-position:0px 6px;
		color:#005072!important;
		padding-left:9px;
		background-image:url(/images/link_arrow_theme2.png);
	}

