/* CSS Master Style Sheet, laddercapitalfinance.com, incept: Oct 16, 2008
Author: Benjamin Liu, Designer: Robert Bethanis */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	color: #333;
	font: 75% Tahoma, Verdana, sans-serif;
}

a img {
	border: 0;
	cursor: pointer;
}

#mainarea {
	width: 900px;
	margin: 0 auto;
	background: url('../img/mainarea_bg.jpg') top left repeat-y;

}

#header {
	width: 900px;
	height: 190px;
	background: url('../img/header_bg.jpg') top left no-repeat;
	position: relative;
}

body#about #header {
	background: url('../img/header_bg_team.jpg') top left no-repeat;
}

body#finance #header {
	background: url('../img/header_bg_finance.jpg') top left no-repeat;
}

body#team #header {
	background: url('../img/header_bg_team.jpg') top left no-repeat;
}

body#retr #header {
	background: url('../img/header_bg_finance.jpg') top left no-repeat;
}

body#invest #header {
	background: url('../img/header_bg_invest.jpg') top left no-repeat;
}

body#contact #header {
	background: url('../img/header_bg_team.jpg') top left no-repeat;
}

body#news #header {
	background: url('../img/header_bg_invest.jpg') top left no-repeat;
}

#main_nav_cont {
	width: 800px;
	height: 40px;
	position: absolute;
	bottom: 3px;
	left: 55px;
	overflow: hidden;

}

#main_nav {
	list-style: none;
}

#main_nav li {
	float: left;
	padding: 14px 9px 14px 9px;

}

#main_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

body#home li#homelnk, body#about li#aboutlnk, body#team li#teamlnk, 
body#retr li#retrlnk, body#contact li#contactlnk, body#invest li#investlnk, 
body#finance li#financelnk, body#news li#newslnk {
	background-color: #111131;
}

#main {
	margin: 0 20px 0 19px;
	padding: 30px 30px;
	background: url('../img/main_bg.gif') bottom left no-repeat;
}

p {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5em;
}

#footer {
	width: 882px;
	height: 56px;
	background: url('../img/footer_bg.jpg') top left no-repeat;
	margin: 0 auto;
	padding: 20px 0 0 18px;
	color: #999;
}

div.table1_cont {
	width: 800px;
	position: relative;
	background: url('../img/table1_bg_mid.png') top left repeat-y;
}

div.table1_top {
	width: 800px;
	height: 18px;
	background: url('../img/table1_bg_top.png') top left no-repeat;

}

div.table1_bot {
	width: 800px;
	height: 94px;
	position: absolute;
	bottom: -17px;
	left: 0;
	background: url('../img/table1_bg_bot.png') bottom left no-repeat;
	z-index: 10;
}

table.type1 {
	width: 100%;
	border-collapse: collapse;
	position: relative;
	z-index: 15;
	font: 1em Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

table.type1 th {
	background: url('../img/table1_th_bg.gif') bottom left repeat-x;
	color: #fff;
	font-weight: normal;
	padding: 7px 0;
	text-align: left;
}

table.type1 td {
	border-bottom: 1px dotted #666;
	padding: 10px 0;
	position: relative;
	z-index: 20;
}

table.type1 tr.lastrow td {
	border: 0;
	padding-bottom: 20px;

}

table.type1 .noback {
	width: 25px;
	background: none;
	border: 0;

}

table.type2 {
	border-collapse: collapse;
	
}

table.type2 td {
	padding: 5px 45px 5px 5px;
	vertical-align: top;
}

.inset {
	width: 550px;
	padding: 20px 70px 20px 70px;
	margin: 0 auto;
	background: url('../img/inset_mid_bg.png') top left repeat-y;
	position: relative;
}

.inset_top {
	
	width: 690px;
	height: 40px;
	margin: 0 auto;
	background: url('../img/inset_top_bg.png') top left no-repeat;
}

.inset_bot {
	width: 690px;
	height: 47px; 
	background: url('../img/inset_bot_bg.png') top left no-repeat;
	position: absolute;
	bottom: -47px;
	left: 0;
}

.button_cont {
	margin-top: 40px;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
}

.button_cont img {
	padding-right: 6px;
}

.gryrow {
	background-color: #ccc;

}

.nrmrow {
	background-color: transparent;
}

/* team page */
ul#nav_team {
	width: 215px;
	background: url('../img/nav_team_bg.gif') bottom left repeat-x;
	list-style: none;
	float: left;
	position: relative;
	z-index: 10;
	padding-top: 50px;
	padding-bottom: 80px;
}

ul#nav_team li {
	font: 1.2em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
	z-index: 20;
}

ul#nav_team li.current {
	color: #fff;
}

ul#nav_team li:hover {
	color: #999;
}
	

p.bio_text {
	float: left;
	width: 570px;
	margin: 50px 0 0 25px;
	display: none;
}

p.shown {
	display: inline;
}


#indicator {
	position: absolute;
	z-index: 15;
	height: 3.2em;
	width: 215px;
	top: 50px;
	left: 0;
	background: url('../img/nav_team_li_on_bg.png') bottom left no-repeat;
}