/*CSS for Stripes Group*/

/* v2 recruiting page */
#recruiting-linkedin {
	display:block;
	width: 95px; 
	color: #0e8792;
	font-size: 11px;
	padding-left: 30px; 
	margin-top:10px;
	background: url(images/linkedin.png) top left no-repeat;
	line-height: 12px;
}


/* Global Styles*/
body{
	background: #cfcfcf url("images/bg-body.png") repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	padding:27px 0 20px 0; 
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
:focus {
	outline-style:none;
	outline-width:0;
}
html,div, ul, li, p, h1, h2, h3, th, tr, td, table{
	margin:0;
	padding:0;
}
ul{
	list-style-type: none;
}	
html{
	height:100%;
	margin-bottom:1px;
}	
.clear{
	clear:both;
	margin:0;
	padding:0;
}
.center{
	text-align:center;
}
select{
	border: 1px solid #7f9db9;
	color:#969696;
	font-size:11px;
	height:21px;
	padding-top:2px;
}
img{
	border:none
}
.left{
	float:left;
}
.right{
	float:right;
}
div#page {
	width: 860px;
	margin: 0 auto;
	z-index:2;
	position:relative;
}
label.hidden{
	display:none;
}
div.popup{
	display:none;
}
div#TB_window h4{
	margin-top:20px;
}

/*Logo*/
div#logo{
	width:293px;
	float:left;
	margin-left:8px;
}
img#logo-stripes{
	margin:13px 0 0 10px;
}

/*Search*/
div#search{
	float:right;
	margin:12px 4px 0 0;
}
div#search input#s{
	background-color:#e6e6e6;
	border:1px solid #b3b3b3;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#565353;
	height:19px;
	width:175px;
	padding:5px 0 0 11px;
	float:left;
	font-size: 11px;
}
div#search input#searchsubmit{
	margin:-2px 0 0 3px;
	border:none;
	width:30px;
	height:29px;
	text-indent:-9000px;
	float:left;
}
div#search input#searchsubmit.btn{
	background:url(images/btn-go.png) no-repeat;
}
div#search input#searchsubmit.btnhov{
	background-position:0 -29px;
}

/**Main Navigation**/
ul#nav{
	font-size:14px;
	width:860px;
	height:35px;
	margin-top:23px;
	float:left;
}
ul#nav li{
	display:inline;
	float:left;
	margin-right:3px;
	height:35px;	
}
ul#nav li.last{
	margin-right:0;
}
ul#nav li a, ul.tabbernav li a, div#left-content h1#tab{
	display:block;
	padding-top:10px;
	text-align:center;
	height:25px;
	font-size:14px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#nav li a:hover{
	text-decoration:none;
}
ul#nav li a {
	background-image: url(images/nav-sprite.png) no-repeat;
}


/*Approach*/
ul#nav li#nav-approach{
	width:141px;
}
ul#nav li#nav-approach a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: 0 -83px;
	width:141px;
}
body#approach ul#nav li#nav-approach a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: 0 -167px; 
	color:#042a62;
	width: 141px;
}
body#approach ul#nav li#nav-approach a:hover{
	/*background-position:0 0;*/
}
ul#nav li#nav-approach a:hover{
	background-position:0 1px;
}

/*Team*/
ul#nav li#nav-team a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -145px -83px;
	width:57px;
}
ul#nav li#nav-team a:hover{
	background-position:-145px 1px;
}
body#team ul#nav li#nav-team a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position:-145px -167px;
	width:57px;
	color:#ce521d;
}
body#team ul#nav li#nav-team a:hover{
	/*background-position:0 0;*/
}

/*Portfolio*/
ul#nav li#nav-portfolio a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -205px -83px;
	width:71px;
	margin-right:1px;
}
ul#nav li#nav-portfolio a:hover{
	background-position:-205px 1px;
}
body#portfolio ul#nav li#nav-portfolio a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -205px -167px;
	width:71px;
}
body#portfolio ul#nav li#nav-portfolio a:hover{
	/*background-position:0 0;*/
}

/*Intermediaries*/
ul#nav li#nav-intermed a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -280px -83px;
	width:139px;
	margin-right:1px;
}
ul#nav li#nav-intermed a:hover{
	background-position:-280px 1px;
}
body#for-intermediaries ul#nav li#nav-intermed a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -280px -167px;
	width:139px;
}

/*Investors*/
ul#nav li#nav-investors a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -422px -83px;
	width:103px;
	margin-right:1px;
}
ul#nav li#nav-investors a:hover{
	background-position:-422px 1px;
}
body#for-investors ul#nav li#nav-investors a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -422px -167px;
	width:103px;
	margin-right:1px;
}
a#data-room{
	background:url(images/btn-data-room.png) no-repeat;
	width:250px;
	height:33px;
	float:left;
	margin-bottom:20px;
}
a#data-room:hover{
	background-position:0 -33px;
}

/*Recruiting*/
ul#nav li#nav-recruiting a {
	background: url(images/nav-sprite.png) no-repeat -531px -83px;
	width:90px;
	margin-right:1px;
}
ul#nav li#nav-recruiting a:hover{
	background-position:-530px 1px;
}
body#recruiting ul#nav li#nav-recruiting a {
	background-position: -529px -167px;
	width:90px;
	color: #0e8792;
}
a#data-room {

}

/*News*/
ul#nav li#nav-news a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -623px -83px;
	width:107px;
}
ul#nav li#nav-news a:hover{
	background-position: -623px 1px;
}
body#press-media ul#nav li#nav-news a, body#press ul#nav li#nav-news a, body#in-the-media ul#nav li#nav-news a{
	background: url(images/nav-sprite.png) no-repeat;	
	background-position: -623px -167px;
}
body#press-media ul#nav li#nav-news a:hover, body#press ul#nav li#nav-news a:hover, body#in-the-media ul#nav li#nav-news a:hover{
	/*background-position:0 0;*/
}

/*Jobs*/
ul#nav li#nav-jobs a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -733px -83px;
	width:55px;
}
ul#nav li#nav-jobs a:hover{
	background-position: -733px 1px;
}
body#jobs ul#nav li#nav-jobs a{
	background: url(images/nav-sprite.png) no-repeat;	
	background-position: -733px -167px;
}
body#jobs ul#nav li#nav-jobs a:hover{
	background-position:0 0;
}
/*Contact*/
ul#nav li#nav-contact a{
	background: url(images/nav-sprite.png) no-repeat;
	background-position: -791px -83px;
	width:69px;
}
ul#nav li#nav-contact a:hover{
	background-position: -791px 1px;
}
body#contact ul#nav li#nav-contact a{
	background: url(images/nav-sprite.png) no-repeat;	
	background-position: -791px -167px;
}
body#contact ul#nav li#nav-contact a:hover{
	background-position:0 0;
}

/***Main Content Area***/
div#content{
	background:#fff url(images/bg-main-content.png) repeat-x;
	padding-top:14px;
	position:relative;
	min-height:538px;
	height:auto !important;
  	height:538px;
}
div.main-content ul{
	margin-bottom:20px;
}
div.main-content ul li {
	background:transparent url(images/bg-sidebar-li.gif) no-repeat scroll left 0.5em;
	margin:0 4px 0 2px;
	padding-left:8px;
	line-height:1.2;
}
div.main-content p a, div.main-content ul li a{
	font-weight:bold;
}
div.single-tab h1 a {
	text-decoration:none;
}
div.item h4 a:hover{
	text-decoration:underline;
}
p.larger{
	font-size:14px;
}

/*Splash*/
div#splash{
	position:relative;
	width:828px;
	margin: 0 auto 14px auto;
	height:198px;
}
div#no-flash{
	background: url(images/bg-no-flash.png) no-repeat;
	width:828px;
	height:246px;
}
div#no-flash a{
	position:absolute;
	bottom:10px;
	right:10px;
	width:160px;
	height:40px;
}
body#home div#splash{
	width:828px;
	height:246px;
	background:#000;
}
body#for-intermediaries div#splash{
	background: url(images/splash-intermediaries.png) no-repeat;
}
body#for-investors div#splash{
	background: url(images/splash-investors.png) no-repeat;
}
body#recruiting div#splash{
	background: url(images/splash-recruiting.jpg) no-repeat;
}
body#team div#splash{
	background: url(images/splash-team.png) no-repeat;
}
body#portfolio div#splash{
	background: url(images/splash-portfolio.png) no-repeat;
}
body#press-media div#splash{
	background: url(images/splash-press.png) no-repeat;
}
body#jobs div#splash{
	background: url(images/splash-jobs.png) no-repeat;
}
body#jobs div.jobs-detail div#splash{
	background: url(images/splash-jobs-detail.png) no-repeat;
}
body#contact div#splash{
	background: url(images/splash-contact.png) no-repeat;
}
div#tab-links{
	position:absolute;
	z-index:100;
	bottom:0;
	right:127px;
}
div#tab-links a{
	background: url(images/bg-tab-link.png) repeat-x;
	border:1px solid #3d0804;
	display:block;
	float:left;
	width:28px;
	height:23px;
	margin-right:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding-top:6px;
}
div#tab-links a:hover{
	text-decoration:none;
	background: #5d5d5d;
}
div#tab-links a.activeSlide{
	background:#f0f0f0;
	border:1px solid #f0f0f0;
	color:#000;
	height:24px;
}

/*Left-Content*/
div#left-content{
	width:533px;
	margin-left:16px;
	float:left;
	display:inline;
	position:relative;
}
body#home h1{
	background:#443e3d;
	height:39px;
	letter-spacing:1px;
	padding:10px 0 0 27px;
}
h1{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
	margin:1px 0 5px 0;
}
body#home h1 span{	
	color:#b3b3b3;
}
div.main-content{
	font-size:13px;
	width:476px;
	line-height:1.1;
	padding:14px 26px 0 26px;
}
div.main-content p{
	margin-bottom:20px;
}
div.main-content p.main{
	line-height:1.25;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*Sidebars*/
div.sidebar-container{
	width:282px;
	float:right;
}
div.sidebar{
	width:267px;
	float:right;
	margin:0 15px 10px 0;
	background: #e6e6e6;
	padding-bottom:10px;
	display:inline;
	position:relative;
	z-index:2;
}

/* This controls the "More" text's visibility in the top Team Page Sidebar header based on what member type is current*/
div#container-investment-professional-sidebar div#ip-sidebar h1 span, div#container-operating-partner-sidebar div#op-sidebar h1 span{
	display:inline;
}
div#container-investment-professional-sidebar div#op-sidebar h1 span, div#container-operating-partner-sidebar div#ip-sidebar h1 span{
	display:none;
}
div.sidebar h1{
	background-color:#626262;
	margin-bottom:15px;
	padding:10px 3px 10px 14px;
}
h2, h4{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:1px 0 5px 0;
	font-weight:normal;
}
body#home h2 a{
	color:#ee3123;
}
body#approach h2 a, body#approach ul.tabbernav li.tabberactive a, body#approach h4 a, body#approach p a, body#approach div.sidebar ul li a{
	color:#042a62;
}
div.sidebar h4{
	border-bottom:1px dashed #c8c8c8;
}
div.sidebar h4{
	margin-left:-6px;
	padding:0 0 2px 6px;
}
div.item{
	width:240px;
	padding:0 0 10px 6px;
	margin:0 0 13px 9px;
}
a.all{
	background:url(images/btn-see-all-red.png) no-repeat;
	width:62px;
	height:24px;
	display:block;
	margin:-4px 0 0 14px;
}
a.all:hover{
	background:url(images/btn-see-all-on.png) no-repeat;
}

/*Footer*/
ul#footer{
	margin:0 auto;
	width:860px;
	height:43px;
	clear:both;
	z-index:1;
	color:#606060;
	padding-top:86px;
}
ul#footer{
	background: #FFF;
}
ul#footer a{	
	color:#606060;
}
ul#footer li ul li{
	float:left;
	display:inline;
	margin-right:10px;
}	
ul#footer li.line{
	float:left;
	clear:both;
	margin:0 0 6px 23px;
	display:inline;
}
ul#footer li ul#copy{
	font-size:10px;
}
ul#footer li ul#copy li{
	width:400px;
}
ul#footer li ul#copy a{
	text-decoration:underline;
}
div#color-bar{
	height:14px;
	width:860px;
	margin:0 auto;
}

body#recruiting div#color-bar {
	background:url(images/bg-footer-recruit-color.jpg) repeat-y;
}
body#recruiting ul#footer{
	background: #FFF url(images/bg-footer-recruit.jpg) right bottom no-repeat;
}

body#home div#color-bar, body#contact div#color-bar, body#terms-of-use div#color-bar, body#search div#color-bar{
	background: url(images/bg-footer-home-color.png) repeat-y;
}
body#home ul#footer, body#contact ul#footer, body#terms-of-use ul#footer, body#search ul#footer{
	background: #FFF url(images/bg-footer-home.png) right bottom no-repeat;
}
body#approach div#color-bar{
	background: url(images/bg-footer-approach-color.png) repeat-y;
}
body#approach ul#footer{
	background: #FFF url(images/bg-footer-approach.png) right bottom no-repeat;
}
body#team div#color-bar{
	background: url(images/bg-footer-team-color.png) repeat-y;
}
body#team ul#footer{
	background: #FFF url(images/bg-footer-team.png) right bottom no-repeat;
}
body#for-intermediaries div#color-bar{
	background: url(images/bg-footer-intermed-color.png) repeat-y;
}
body#for-intermediaries ul#footer{
	background: #FFF url(images/bg-footer-intermed.png) right bottom no-repeat;
}
body#for-investors div#color-bar{
	background: url(images/bg-footer-invest-color.png) repeat-y;
}
body#for-investors ul#footer{
	background: #FFF url(images/bg-footer-invest.png) right bottom no-repeat;
}
body#portfolio div#color-bar{
	background: url(images/bg-footer-portfolio-color.png) repeat-y;
}
body#portfolio ul#footer{
	background: #FFF url(images/bg-footer-portfolio.png) right bottom no-repeat;
}
body#jobs div#color-bar{
	background: url(images/bg-footer-jobs-color.png) repeat-y;
}
body#jobs ul#footer{
	background: #FFF url(images/bg-footer-jobs.png) right bottom no-repeat;
}
body#press-media div#color-bar, body#press div#color-bar, body#in-the-media div#color-bar{
	background: url(images/bg-footer-press-color.png) repeat-y;
}
body#press-media ul#footer, body#press ul#footer, body#in-the-media ul#footer{
	background: #FFF url(images/bg-footer-press.png) right bottom no-repeat;
}

/*Home Page*/
body#home div.item h4 a, body#home div.main-content a, body#home div.sidebar ul li a{
	color:#96270C;
}

/*Approach*/
div.tab-content-approach{
	width:540px;
	margin-left:0px;
	padding:0px;
	float:left;
}

div#tab-2 a, div#tab-3 a, div#subnav-1-content a{
	color:#042a62;
}
div.top{
	background:#443e3d;
	float:left;
	color:#FFF;
}
div.main-content h4, div#team-overview h2{
	color:#000;
	font-size:21px;
	line-height:1.2;
	margin:0 0 9px 0;
}
body#approach div#left-content, div.press-media-main div#left-content{
	width:844px;
}
a.subnav{
	display:block;
	width:135px;
	height:73px;
	float:left;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
	padding:28px 0 0 25px;
	line-height:1.2;
}
a.subnav:hover{
	text-decoration:none;
	color:#FFF;
}
div.main-content p.sub{
	font-size:11px;
	color:#626262;
	margin-bottom:10px;
}
a#subnav-1, a#subnav-1.active:hover{
	background: url(images/bg-approach-1.png) no-repeat;
	width:90px;
	padding:28px 19px 0 20px;
}
div#subnav-1-content{
	display:inline;
	float:left;
}
a#subnav-1.active{
	background: url(images/bg-approach-1-active.png) no-repeat;
}
a#subnav-2, a#subnav-2.active:hover, a#subnav-3, a#subnav-3.active:hover{
	background: url(images/bg-approach-2.png) no-repeat;
	width:95px;
	padding:28px 20px 0 20px;
}
a#subnav-2.active, a#subnav-3.active{
	background: url(images/bg-approach-2-active.png) no-repeat;
}
a#subnav-4, a#subnav-4.active:hover{
	background: url(images/bg-approach-4.png) no-repeat;
	width:88px;
	height:76px;
	padding:25px 30px 0 20px;
}
a#subnav-4.active{
	background: url(images/bg-approach-4-active.png) no-repeat;
}
a#subnav-1:hover, a#subnav-1.active:hover, a#subnav-2:hover, a#subnav-2.active:hover, a#subnav-3:hover, a#subnav-3.active:hover, a#subnav-4:hover, a#subnav-4.active:hover{
	background-position:0 -101px;
}
div.tooltip{
	background: #e1dfdf url(images/bg-tooltip.png) repeat-x;
	position:absolute;
	z-index:100;
	border:2px solid #c8c7c7;
	padding:13px 8px;
	width:109px;
	color:#443e3d;
	top:128px;
	display:none;
}
div.tooltip ul li{
	background: url(images/bg-tooltip-li.gif) no-repeat left .4em;
	padding-left:8px;
	margin-bottom:4px;
}
span.post-meta-key{
	display:none;
}
div#subnav-1-info{
	left:15px;
}
div#subnav-2-info{
	left:150px;
}
div#subnav-3-info{
	left:285px;
}
div#subnav-4-info{
	left:420px;
}
div.subnav-content{
	display:none;
	float:left;
}
div.left-main{
	float:left;
	width:530px;
}
div.sidebar ul li{
	background:transparent url(images/bg-sidebar-li.gif) no-repeat scroll left 0.5em;
	margin-bottom:0px;
	padding-left:8px;
}
div#download img{
	float:left;
	margin-right:10px;
}
div#download div.item{
	margin-bottom:0;
}
div.sidebar div.dwnld-info{
	width:140px;
	float:left;
}
div.sidebar div.dwnld-info h4{
	width: 140px;
	float:left;
}
div.sub div.item{
	margin:0 0 14px 9px;
	padding:0 0 0 6px;
}
div.sub div.item h4{
	font-size:14px;
}
div.tab-3 a.more{
	background: url(images/bg-blue-arrow.gif) no-repeat left .4em;
	padding-left:10px;
	font-size:13px;
}

/**Single Tab Template**/
div.single-tab h1{
	position:absolute;
	top:-49px;
	left:30px;
	height: 35px;
	margin:0;
	font-size:14px;
	letter-spacing:normal;
	text-align:center;	
	background: url(images/bg-tab-intermed.png) no-repeat;
	width:155px;
	padding:10px 0 0 0;
}

/*Team Page*/
body#team div#content a{
	color:#ce521d;
}
div#member-img-main img{
	border:1px solid #c4c4c4;
	float:left;
	width:160px;
	height:187px;
}
div.border p{
	margin:0;
}
div.team{
	padding:24px;
}
div#member-img-main{
	border:1px solid #d6d6d6;
	float:left;
}
div#member-img-main div.border{
	border:4px solid #f2f2f2;
	width:162px;
	height:189px;
}	
div#member-details{
	width:275px;
	float:left;
	margin:20px 0 0 15px;
}
div#member-details p{
	line-height:1.2;
	font-size:12px;	
}
div#member-details p#member-title{
	margin-bottom:-3px;
	font-size:23px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#member-details p#member-description{
	font-size:15px;
	color:#afafaf;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
div#member-details p.type{
	color:#fdfdfd;
	margin-bottom:10px;
}
div#member-details span.field{
	color:#afafaf;
}
div#ip-sidebar h1, div#op-sidebar h1{
	font-size:17px;
}
div#ip-sidebar h4, div#op-sidebar h4, body#for-investors div.sidebar h4, div#ceo h4{
	width:150px;
}
div.thumb{
	float:left;
	border:1px solid #d6d6d6;
	margin-right:10px;
	/*For IE6*/
	display:inline;
}
div.thumb img{
	width:47px;
	height:56px;
	border:1px solid #d6d6d6;
	float:left; 
}
div.thumb div.border{
	border:3px solid #f2f2f2;
	float:left;
	width:49px;
	height:58px;
}
div.sidebar div.item-info{
	float:left;
	margin-left:16px;
}
div#team-overview{
	padding:0 0 0 26px;
	width:502px;
}
div#team-overview h2{
	margin:12px 0 17px;
}
div#team-overview h2.space{
	margin-top:26px;
}
div.main-content div.item-info{
	float:left;
	margin:10px 0 0 8px;
	padding-bottom:2px; 
}
div.main-content div.item-info h4{
	margin-bottom:-1px;
}
div.main-content div.item-info p{
	margin-bottom:0px;
}
div.main-content div.item{
	margin:0 0 8px 0;
	padding: 0;
	float:left;
	width:251px;
}
div.item-info p{
	padding-left:3px;
}
div#container-investment-professional-sidebar, div#container-operating-partner-sidebar{
	float:right;
	width:267px;
}
div#ip-sidebar div.item, div#op-sidebar div.item{
	margin:0 0 0 9px;
	padding:0 0 5px 6px;
}
body#team div.single-tab h1{
	background: url(images/bg-tab-team.png) no-repeat;
	width:337px;
}

/*Intermediaries Page*/
table#intermed{
	border-collapse:collapse;
	width:525px;
	margin-top:10px;
	margin-left:2px;
	font-size:11px;
}
table#intermed td{
	border:3px solid #c2c1c0;
	padding:12px 16px;
}
table#intermed tr.over{
	background-color:#d2e2e4;
}
table#intermed td.header{
	width:124px;
	padding:12px 0 0 24px;
	vertical-align:top;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#14518b;
}
table#intermed td ul li{
	background:transparent url(images/bg-sidebar-li.gif) no-repeat scroll left 0.5em;
	margin-bottom:0px;
	padding-left:8px;
	margin-left:10px;
}
body#for-intermediaries div#left-content h1, body#for-intermediaries ul#nav li#nav-intermed a, body#for-intermediaries div.item h4 a{
	color:#14518b;
}

body#for-intermediaries div.item h5 a{
	width:180px;
	color:#14518B;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:1px 0 5px 0;
	font-weight:normal;
	padding-bottom: 2px;
	border-bottom:1px dashed #c8c8c8;

}


/*Investors Page*/
body#for-investors div#left-content h1, body#for-investors ul#nav li#nav-investors a, body#for-investors div.item h4 a{
	color:#6b6565;
}
/*body#for-investors div.top p.main{
	font-size:23px;
}*/
body#for-investors div.top p.sub-text{
	width:213px;
	font-size:15px;
	float:left;
	margin-right:20px;
}
div.item-info a img{
	margin-top:8px;
}
body#for-investors div.item{
	margin-bottom:0;
	padding-bottom:0;
}
a#vcard-investors{
	background: url(images/btn-download-vcard-ltg.png) no-repeat;
	width:118px;
	height:24px;
	float:left;
	margin-top:10px;
}
a#vcard-investors:hover{
	background-position: 0 -24px;
}
a#vcard-team{
	background: url(images/btn-download-vcard.png) no-repeat;
	width:118px;
	height:24px;
	float:left;
	margin-top:10px;
}
a#vcard-team:hover{
	background-position: 0 -24px;
}
a#vcard-team:hover{
	background: url(images/btn-download-vcard-on.png) no-repeat;
}

/*Contact Page*/
body#contact div#left-content h1, body#contact ul#nav li#nav-contact a, body#contact div.item h4 a, body#search div#content a{
	color:#96270c;
}
table#contact-info{
	margin-bottom:20px;
}
table#contact-info td{
	color:#FFF;
	vertical-align:top;
}
table#contact-info td.header{
	font-size:11px;
	padding-top:3px;
	width:71px;
}
table#contact-info td a{
	color:#ba4529;
	font-weight:bold;
}
table#contact-info td p{
	margin-bottom:0;
}

/*Portfolio Page*/
body#portfolio div#content a, body#portfolio ul#nav li#nav-portfolio a{
	color:#0d7621;
}
div.list-items{
	padding-left:0;
	padding-right:0;
	width:528px;
	font-size:12px;
	line-height:1.1;
}
div.company{
	border-bottom: 1px dashed #c8c8c8;
	padding-bottom:3px;
	margin-bottom:15px;
}
div.company h2{
	font-size:22px;
}
div.company-info{
	float:left;
	width:365px;
	margin-left:20px;
}
div.main-content div.summary p{
	margin-bottom:10px;
}
div.main-content p.details{
	margin-bottom:0;
	font-size:11px;
}
div.main-content p.details span{
	color:#443e3d; 	
}	
a.more{
	font-weight:bold;
	font-size:11px;
}
div.sidebar h1.smaller{
	font-size:20px;
	letter-spacing:normal;
	padding-top:12px;
}
img.rss{
	position:absolute;
	top:13px;
	right:13px;
}
div#press h4, div#media h4{
	font-size:13px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
div.sidebar#press ul li, div.sidebar#media ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:none;
	padding:0;
}
div.portfolio{
	padding:15px;
	width:504px;
}
img#company-img{
	width:166px;
	height:126px;
	border:2px solid #848180;
	float:left;
}
div#company-details{
	width:290px;
	float:left;
	margin-left:42px;
}
div#company-details p#title{
	font-size:23px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
div#company-details p#summary{
	color:#e6e6e6;
	margin-bottom:15px;
}
img.company-content-img{
	margin-top:15px;
}
div#portfolio-glance{
	padding-bottom:0;
}
div#portfolio-glance h1{
	margin-bottom:0;
}
table#portfolio-glance{
	width:267px;
	border-collapse:collapse;
}
table#portfolio-glance a, div#ceo a{
	font-weight:bold;
}
table#portfolio-glance td{
	padding:7px 5px 7px 15px;
	border-bottom:3px solid #C2C2C2;
}
table#portfolio-glance tr.last td{
	border-bottom:none;
}
table#portfolio-glance td.header{
	width:135px;
	border-right:3px solid #C2C2C2;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#ceo h4{
	color:#433F3E;
}
div#ceo p#position{
	font-size:10px;
	color:#676767;
	margin:0;
}
div#ceo p#ceo-name{
	margin:0;
}
div#ceo p{
	margin-bottom:10px;
}
div#ceo div.item, div#news div.item{
	margin-bottom:0;
}
div#ceo div.ceo-info{
	float:left;
	width:170px;
}
div#news h4{
	font-size:14px;
}
div#news p{
	margin-bottom:8px;
}
a#view-website{
	background: url(images/btn-view-website.png) no-repeat;
	width:118px;
	height:24px;
	float:left;
}
a#view-website:hover{
	background-position: 0 -24px;
}

/*Thumbs*/
.thumb-img {
	border: 2px solid #88ba91;
	width:120px;
	height:91px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}
.thumb-img a{
	width:120px;
	height:91px;
	position:absolute;
	top:0px;
}
.thumb-img a.active img{
	position:absolute;
	top:-91px;
}

/*Jobs*/

/*This class is used to reflow the table content for a table reflow redering bug in Firefox.*/
.reflow { display: none; }
 
body#jobs div#content a, body#jobs ul#nav li#nav-jobs a{
	color:#d88b40;
}
table#job-chart{
	width:826px;
	border-collapse:collapse;
	margin-left:17px;
	text-align:left;
	color:#443e3d;
}
table#job-chart tr{
	display:block;
}
table#job-chart td{
	display:table-cell;
}
table#job-chart td, table#job-chart th{
	border:3px solid #c2c1c0;
	padding:10px;
}
table#job-chart th{
	background-color:#443e3d;
	text-align:left;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	padding:10px;
	vertical-align:middle;
	height:31px;
}

/*Hack for Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table#job-chart td, table#job-chart th{
	border-bottom:0px;
}
table#job-chart{
	border-bottom:3px solid #c2c1c0;
}
}
/*/Hack for Safari*/

table#job-chart h4{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
td.company div, th.company div{
	width:80px;
}
td.company div{
	font-weight:bold;
}
td.location div{
	width:82px;
}
th.location div{
	width:102px;
}
td.department div, th.department div{
	width:80px;
}
td.title div, th.title div{
	width:101px;
}
td.reports div, th.reports div{
	width:70px;
}
td.experience div, th.experience div{
	width:55px;
}
td.desc div, th.desc div{
	width:197px;
}

/*Filter dropdown*/
th#filter ul{
	position:relative;
	padding:0;
	margin:0;
}
th#filter ul li ul{
	left: -999em;
	position:absolute;
	border: 1px solid #443E3D;
	background: #443E3D;
	width:80px;
	padding:10px;
	color:#FFF;
}
th#filter ul li:hover ul{
	top:30px;
	left:0px;
}
th#filter ul li{
	text-align:left;
}
th#filter li#drop{
	height:13px;
	width:82px;
	padding:10px;
	cursor:pointer;
}
li#show-all{
	margin-bottom:10px;
}
th#filter ul li ul li:hover{
	color:#d88b40;
}
table#job-chart th.location{
	color:#d88b40;
	padding:0;
}
table#job-chart th.location ul li#drop ul li{
	padding-bottom:5px;
}
table#job-chart th img{
	margin:0 0 -2px 2px;
}
/*/Filter dropdown*/

table#job-chart tr{
	background-color:#fcfcf6;
}
table#job-chart tr.alt{
	background-color:#f5f5f5;
}
table#job-chart tr.over{	
	background-color:#f6d5aa;
	cursor:pointer;
}

/*Job Details Page*/
div#company-details p.details{
	font-weight:bold;
	font-size:12px;
	line-height:1.5;
}
div#company-details p.details span{
	color:#afafaf;
}
img#btm-btn{
	margin:12px 0 0 -3px;
}
table#resume td.header{
	width:72px;
}
table#resume td a{
	font-weight:bold;
}
body#jobs div.item{
	width: 250px;
}
a#btn-print{
	background: url(images/btn-print.png) no-repeat;
	width:170px;
	height:24px;
	float:left;
	margin-top:10px;
}
a#btn-print:hover{
	background-position: 0 -24px;
}

/*News Page*/
body#press-media div#content a, body#press-media div#content ul.tabbernav li.tabberactive a, body#press-media li#nav-news a, body#press li#nav-news a, body#in-the-media li#nav-news a, div.news h1, body#in-the-media div#content a, body#press div#content a{
	color:#227519;
}
body#press-media div#content ul.tabbernav li a{
	color:#FFF;
}
div.main-content p.date{	
	margin-bottom:0;
	color:#626262;
	font-size:10px;
}
div.main-content p.company{
	color:#443e3d;
	font-weight:bold;
	margin-bottom:10px;
}
div.main-content div.press h4{
	margin-bottom:0px;
}
div.pdf-attachment{
	background: url(images/icon-pdf-sm.gif) no-repeat left .6em;
	padding-left:40px;
}
div.company p.edit{
	float:right;
	margin-bottom:2px;
}
body#press-media div.main-content h4{
	font-size:12px;
	font-weight:bold;
}

/*News Posts*/
body#in-the-media div#content, body#press div#content, body#press-media div.archive{
	padding-top:32px;
}
div.news div.main-content{
	padding-top:0;
}
div.news h1{
	font-size:13px;
	font-weight:bold;
}
div.news img#company-img{
	border-color:#dcdcdc;
	margin:0 13px 5px 0;
}
div.news a.more{
	margin-top:10px;
}
div.news a.top{
	margin-bottom:20px;
}
div.news-item{
	border-bottom:1px dashed #c8c8c8;
	margin-bottom:15px;
	padding-bottom:15px;
}

/*Policy Pages*/
div.no-sidebar div.main-content{
	width:808px;
	float:left;
}
div.no-sidebar div.main-content h1, div.no-sidebar div.main-content a{
	color:#96270C;
}

/*Search*/
div.result_block, div.result_altblock{
	border-bottom:1px dashed #c8c8c8;
	margin-bottom:15px;
	padding-bottom:15px;
}
div.result_title a{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:normal;
	margin:1px 0 5px;
	color:#96270C;
}
div.infoline{
	color:#606060;
	padding-top:10px;
}
form.zoom_searchform{
	display:none;
}
div.searchheading{
	color:#606060;
	font-size:18px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	margin-bottom:-8px;
}
body#search div.summary, div.result_pagescount{
	display:none;
}
body#portfolio div#none{
	display:none;
}



