/* top level html containers */
html { height: 100%;overflow: auto;}
body {
	height : 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #003f65;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

/* general styling rules */
a { color: #003f65; text-decoration : none; outline : none;}
a:hover, #footer .content a:hover,#footer .content a.active, .active{ color: #f0a; }
table, form, p { margin: 0px; padding: 0px; }
img { border: 0px; }
.colorized { background-image: url(../img/shade.png); }

/* form validation */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { color: #FF3300; font-weight: bold; }
.custom-advice { color: #C8AA00; font-weight: bold; }


h1{
	color: #003f64;
	font-size: 32px;
	margin: 0px;
	margin-bottom : 5px;
	padding : 0px;
	font-weight : normal;
}

h2{
	color: #003f64;
	font-size: 20px;
	font-weight:bold;
	margin: 0px;		
}


/* footer position using 'footerStickAlt' technique */
#contents {
	position: relative;
	min-height : 100%;
	left : 50%;
	width : 1100px;
	border : 0px;
	margin-left : -550px;
	padding-top: 0px;
	background: url(../img/bg_main.jpg) repeat-y 0 0 #fff;
}
#sitemap {
	text-align: center;
	z-index: 200;
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: black;
}

#contents_container {
	width : 990px;
	margin-left :55px;
	text-align : justify;
	margin-left : 55px;
}

#footer {
	position : relative;
	left : 50%;
	width : 1100px;
	margin-left : -550px;
	min-height : 147px;
	margin-top : -147px;
	border : 0px;
	background: url(../img/bg_main.jpg) repeat-y 0 0;
}

#footer_container {
	width : 990px;
	margin-left :55px;
	min-height : 147px;
	background : url(../img/bg_footer.png) no-repeat 0px 0px #00131D;
	padding-bottom : 10px;
	border  :0px;
}

#footer, #footer .content, #footer .content a{
	color : #66767f;	
}

#logo {
	width : 100%;
	height : 60px;
	overflow : hidden;
	z-index : 1;
}
#logo .logopic {

}

#logo .holdinglink {
	float : right;
	margin-right : 17px;
	margin-top : 15px;
}


#header{
	width : 100%;
	height: 250px;
	overflow: hidden;
	font-size: 11px;
}

#header, #header img {
	z-index : 5;
}

#nav{
	z-index: 20;
	width: 100%;
	height: 21px;
	margin-left : 45px;
	margin-top : -22px;
	position : relative;
}

#nav a {
	float : left;
	font-size : 9px;
	text-align : center;
	height : 25px;
	width : 126px;
	margin-right : 3px;
	background : url(../img/bg_menu.gif);
	font-weight : bold;
}

#nav a:hover img {
	visibility : hidden;
}

#main_content {
	width : 100%;
}

#main_content #content {
	margin-top : 60px;
	margin-left : 178px;
	width : 635px;
	overflow : visible;
	padding-bottom : 200px;
	position : relative;
}

.page_picture {
	float : left;
	margin-right : 20px;
	margin-bottom : 20px;
}

.content_item {
	width : 100%;
	margin-bottom : 20px;
	border-bottom : solid 1px #ddd;
}

.content_item .text {
	width : 490px;
	float : right;
	text-align : justify;
	margin-bottom : 20px;
}
.content_item .text h2{

}
.content_item .text p{
	height : 80px;
}
.content_item .text a{
	display : block;
	font-weight : bolder;
}

.portfolio_item {
	width : 640px;
	height : 113px;
	margin-top : 15px;
}
.portfolio_item.bordered {
	border-bottom : solid 1px #ddd;
}
.portfolio_item .title {
	width : 230px;
	overflow : hidden;
}
.portfolio_item .title  a{
	float : left;
	width : auto;
}
.portfolio_item .title  h2 {
	display : block;
}

#listview td {
	vertical-align : top;
}

.portfolio_item .title h2 {
	font-size : 20px;
}

.portfolio_item_list {
	width : 225px;
	min-height : 150px;
	float : left;
	overflow : visible;
	margin-bottom : 30px;
}

h2.spacer {
	float : left;
	width : 100%;
	margin-top : 100px;
}

.portfolio_item .gallery {
	position : relative;
	height : 90px;
}

.portfolio_item .gallery_window {
	position : relative;
	float : right;
	width : 392px;
	height : 92px;
	overflow : hidden;
	margin-right : 5px;
	margin-top : 3px;
}

.portfolio_item_list .gallery_window {
	text-align : left;
} 

.portfolio_item_list .gallery_window a,  .portfolio_item_list h2{
	margin-left : 0px;
}

.portfolio_item_list .gallery_window a{
	text-align : left;
	display : block;
	margin-bottom : 4px;
	margin-left : 3px;
} 

.portfolio_item_list .title {
	margin-bottom : 10px;
}


.portfolio_item .gallery a.port_link {
	float : left;
	width : 90px;
	height : 90px;
	margin-right : 8px;
	margin-left : 0px;
	border : solid 1px #eee;
}

.portfolio_item .next_button {
	margin-left : 2px;
	margin-top : 2px;
	cursor : pointer;
}

.portfolio_item .prev_button {
	margin-right : 5px;
	margin-top : 2px;
	cursor : pointer;
}
#port_expo {
	width : 100%;
	clear : both;
	margin-top : 30px;
}
#port_expo .item {
	float : left;
}

#team_content {
	width : 100%;
}

#team_content #gallery {
	float : left;
	width : 345px;
	min-height : 200px;
}

#team_content #gallery a.team_link {
	margin-right : 7px;
	margin-bottom : 7px;
	width : 75px;
	height : 85px;
	float : left;
	border : solid 2px #dedede;
	position : relative;
}
#curteam_content {
	width : 345px; 
	margin-bottom : 20px;
}

#curteam_content a.team_link {
	margin-right : 9px;
	margin-bottom : 7px;
	width : 75px;
	height : 85px;
	float : left;
}

#team_content #gallery a.team_link.selected, #team_content #gallery a.team_link:hover {
	border : solid 2px #f0a;
}

#team_content #gallery a.team_link:hover .teamcover, .gallery a.port_link:hover cover, .hidden{
	visibility : hidden;
}

.visible {
	visibility : visible;
}

#team_content #gallery .item {
	cursor : pointer;
	
}

#team_content #details {
	float : right;
	margin-right : 20px;
	width : 250px;
	height : auto;
}

#team_content #details #picture {
	float : left;
	height : 375px;
	width : 250px;
	margin-bottom : 25px;
	margin-top : 20px;
}

#team_content #details #picture .item {
	width : 75px;
	height : 85px;
	margin-right : 8px;
	margin-bottom : 8px;
	float : left;
}

#team_content #details  #text {
	float : left;
	width : 250px;
	margin-bottom : 25px;
	text-align : justify;
}

#team_content #details #text h3 {
	font-size : 12px;

}

#contact_content #text {
	float : left;
	width : 150px;
	height : auto;
	text-align : left;
}

#contact_content #map {
	float : right;
	width : 460px;
	height : auto;
}

#contact_content #map #gmaps {	
	border: 1px solid #ccc; 
	width: 460px; 
	height: 330px;
}

#contact_content #map #find_directions {
	margin-top: 10px; 
	width:100%; 
}

#contact_content #map #directions_nav {
	float : left;
	height : 22px;
}

#contact_content #map #error {
	margin-top: 10px;
	width:100%; 
	font-style : italic;
}

#contact_content #map #directions {
	width:100%; 
}

#footer_content {
	position :relative;
	width: 930px; 
	padding-top: 35px;
	margin-left : 47px;
}

#footer_content .content {
	float : left;
	vertical-align : top;
	padding-top : 10px;
	font-size : 11px;
	text-align : left;
}

#footer_content .content  a{
	display : block;
}

.content#funds {
	width : 200px;
}
.content#companies {
	width : 200px;
}
.content#links {
	width : 185px;
}

.content#languages {
	width : 170px;
}
.content#contact {
}

/* --------------------------------------------------------------------- */
#overlay {
	position : absolute;
	background : #222;
	top : 0px;
	left: 0px;
	width:100%;
	height : 100%;
	opacity : 0.8;
	filter : alpha(opacity = 80);
	z-index : 100;
}

#lightbox {
	position : absolute;
	top : 20px;
	left  : 50%;
	margin-left : -325px;	
	min-height : 250px;
	width : 650px;
	background : #fff;
	z-index : 101;

}

#lightbox_container {
	width : 600px; 
	margin-left : 25px;
	margin-right : 25px; 
	margin-bottom : 25px;
	margin-top : 12px;
	float : left;
}
#lightbox_close {
	position : absolute;
	top : 10px;
	right : 12px;
	text-align : right;
	font-size : 20px;
	cursor : pointer;
}
#lightbox_nav {
	float : right;
	width : 100%;
	padding-bottom : 10px;
}
#lightbox_nav #lightbox_prev {
	float : left;
	cursor : pointer;
	margin-left : 3px;
}
#lightbox_nav #lightbox_next {
	float : right;
	cursor : pointer;
	margin-right : 14px;
}




#port_content #title, #lightbox_container #nav, #lightbox_container #image {
	float : left;
	width : 100%;
}

#port_content .detail_title {
}

#port_content .detail_image  {
	height : 350px;
}

#port_content .detail_text {
	margin-top : 25px;
}

.viewlink.fundtitle{
	background : url(../img/title_fund.gif) 0px 0px no-repeat;
}

.viewlink.operatingtitle{
	background : url(../img/title_operatingcompanies.gif) 0px 0px no-repeat;
}

.viewlink {
	width : 100%;
	height : 10px;
	border-bottom : solid 1px #eee;
	padding-bottom : 30px;
	padding-top : 10px;
	font-size : 26px;
}
#gridviewlink{
	padding-left : 25px;
	padding-bottom : 5px;
	background : url(../img/but_grid.gif) no-repeat 0 0;
	margin-right : 8px;
}

#listviewlink{
	padding-left : 25px;
	padding-bottom : 5px;
	background : url(../img/but_list.gif) no-repeat 0 0;
}


ul.workforlist{
	margin-top : 0px;
	margin-bottom : 10px;
}

.linkedin {
	width : 100%;
	padding-top : 10px;
	padding-bottom : 10px;
	height : 10px;
}
.linkedin_icon {
	float : left;
	display : block;
}

#dialoggray {
   position: absolute;
   z-index: 120;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: #000000;
   visibility: hidden;
   Filter: Alpha(Opacity=75);
   -moz-opacity:0.75;
}

 

#dialog {
	overflow: hidden;
   position: absolute;
   z-index: 121;
   left: 50%;
   width: 700px;
   margin-left: -350px;
   height: 550px;
   top: 50%;
   margin-top: -275px;
   padding: 20px;
}

.cufon_fix {
	background:transparent url(../img/spacer.png) repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:25px;
	width:120px;
	z-index:3000;
	color: white;
	font-size: 20px;
}

.view_options {
	position : absolute; top : 0px; right : 0px;
}

.teamcover {
	width : 100%;
	height : 100%;
	position : absolute;
	background : #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#port_peek {
	position : absolute;
	top : 0px;
	left : 0px;
	background : #fff;
	width : 300px;
	z-index : 200;
	padding : 10px;
	border : solid 1px #eee;
	overflow-x : hidden;
	overflow-y : hidden;
} 
#port_peek h1 {
	font-size : 20px;
}
#close_port_peek {
	position: absolute;
	right: 7px;
	top: 5px;
	display: block;
	text-align: right;
	width: 85px;
	height: 28px;
}
#port_expo a.item {
	cursor : pointer;
	margin-bottom : 20px;
	margin-right : 5px;
	width : 120px;
	height : 120px;
	display : block;
	filter : alpha(opacity = 30);
	opacity : 0.3;
}
#port_expo a.item:hover, #port_expo a.item.opaque {
	filter : alpha(opacity = 100);
	opacity : 1;
}
#port_expo a.item:hover img {
	visibility : hidden;
}
#port_expo .item.corner {
	margin-right : 0px;
}
#peek_wrapper {
	display : block;
}
.more_port_peek {
	position : relative;
	float : right;
	margin-top : -25px;
}
#image_port_peek {
	height : 175px;
}
#text_port_peek {
	padding : 10px 0px;
}
#logo_port_peek {
	height : 50px;
	overflow : hidden;
	position: relative;
}

#logo_port_peek img {
	position: absolute;
	left: -10px;
	bottom: 0px;
}

