* {
	border: 0;
	margin: 0;
	padding: 0;
}
* html body {
/*\*/
	text-align: center;
/* */
}

body {
	background: #5f120f url(../images/bg.jpg) repeat;
	color: #464646;
	font-family: Georgia, Times, serif;
	font-size:62.5%;
	line-height: 1.5em;
}
H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.6em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */
input, select, th, td {font-size: 95%}
hr  {
border: 0;
height: 1px;
color: #bbbbbb;
background-color: #bbbbbb;
}
a:link {
	color: #003471;
}
a:visited {
	color: #7d4900;
}
a:hover {
	color: #0076a3;
}

/* Main Layout */

#clientLogin {
	margin: 0 auto;
	width:800px;
	text-align: right;
	height: 41px;
}
#page {
	width:801px;
	margin: 0 auto;
	text-align:left;
	background-color: #fff;
	padding-bottom: 25px;
	padding: 1px;
}
#header {
	height: 105px;
	background: #fff url(../images/header.jpg) no-repeat top;
	margin: 5px 0 0 0;	
}

#content {
	width: 100%;
	background-color: #fff;
}
#banner {
	width: 702px;
	height: 192px;
	border: #b2b2b2 solid 1px;
	margin: 0 0 15px 48px;

}
#leftCol {
	width: 155px;	
	float: left;
	display: inline;
	margin: 0 0 0 48px;
}
#leftColInside {
	width: 131px;	
	float: left;
	display: inline;
	margin: 25px 0 0 38px;
}
#rightCol {
	width: 680px;
	float: left;
	display: inline;
	margin: 48px;
}
#rightColInside {
	width: 585px;
	float: right;
	display: inline;
	margin: 25px 30px 0 0;
}
#experRight {
	float: right;
	width: 200px;
	display: inline;
	margin: 20px 30px 0 0;
}
#experLeft {
	float: right;
	width: 375px;
	margin: 20px 10px 0 0;
	display: inline;
}
.bios {
	width: 585px;
	float: right;
	display: inline;
	margin: 25px 30px 0 0;
}
.bios hr {
	margin: 0 0 10px 0;
}
.inv {
	width: 585px;
	float: right;
	display: inline;
	margin: 25px 30px 0 0;
}
#footer {
	width: 710px;
	background-color: #fff;
	margin: 25px 0 25px 45px;
}
/* Main Layout attributes */

/* Client login */
#clientLogin img {
	float: right;
	margin: 0;
}

/* main navigation */

#menu {
	list-style:none;
	height:20px;
	/*margin: 0 0 20px 0;*/
	background: #fff url(../images/menu_bg.jpg) repeat-x top;
	margin: 0 0 23px 0;
}
#menu li {
	display:block;
	background:none;
	float:left;
	/*padding-right: 12px;*/
}
#menu a {
	background-repeat:no-repeat;
	display:block;
	padding-top:16px;
	height:0px !important; /* for most browsers */
	height /**/:16px; /* for IE5.5's bad box model */
	overflow:hidden;
}
#about a {
	background: url(../images/about_us.jpg) no-repeat top left;
	height: 16px;
	width: 114px;
}
#experience a {
	background: url(../images/experience.jpg) no-repeat top left;
	height: 16px;
	width: 106px;
}
#publications a {
	background: url(../images/publications.jpg) no-repeat top left;
	height: 16px;
	width: 116px;
}
#investments a {
	background: url(../images/investments.jpg) no-repeat top left;
	height: 16px;
	width: 125px;
}
#advisors a {
	background: url(../images/advisors.jpg) no-repeat top left;
	height: 16px;
	width: 104px;
}
#news a {
	background: url(../images/news.jpg) no-repeat top left;
	height: 16px;
	width: 100px;
}
#contacts a {
	background: url(../images/contacts.jpg) no-repeat top left;
	height: 16px;
	width: 124px;
}
#menu li a:hover {
	background-position:0 -16px;
}
#menu li a.current,
#menuP li a.current:hover {
	background-position:0 -16px;
}

/* Inner pages menu */
#menu1 {
	list-style:none;
	height:20px;
	background: #fff url(../images/menu_bg.jpg) repeat-x;
}
#menu1 li {
	display:block;
	background:none;
	float:left;
}
#menu1 a {
	background-repeat:no-repeat;
	display:block;
	padding-top:16px;
	height:0px !important; /* for most browsers */
	height /**/:16px; /* for IE5.5's bad box model */
	overflow:hidden;
}
#home1 a {
	background: url(../images/home1.jpg) no-repeat top left;
	height: 16px;
	width: 88px;
}
#about1 a {
	background: url(../images/about_us1.jpg) no-repeat top left;
	height: 16px;
	width: 90px;
}
#experience1 a {
	background: url(../images/experience1.jpg) no-repeat top left;
	height: 16px;
	width: 104px;
}
#publications1 a {
	background: url(../images/publications1.jpg) no-repeat top left;
	height: 16px;
	width: 116px;
}
#investments1 a {
	background: url(../images/investments1.jpg) no-repeat top left;
	height: 16px;
	width: 109px;
}
#advisors1 a {
	background: url(../images/advisors1.jpg) no-repeat top left;
	height: 16px;
	width: 92px;
}
#news1 a {
	background: url(../images/news1.jpg) no-repeat top left;
	height: 16px;
	width: 70px;
}
#contacts1 a {
	background: url(../images/contacts1.jpg) no-repeat top left;
	height: 16px;
	width: 124px;
}
#menu1 li a:hover {
	background-position:0 -16px;
}
#menu1 li a.current,
#menu1 li a.current:hover {
	background-position:0 -16px;
}

#clientLogin a {
	color: #fff;
	text-decoration: none;
}

/* banner elements */

#banner img {
	float: left;
	margin: 3px;
}
#banner .grayBox {
	width: 246px;
	height: 185px;
	background-color: #eceadd;
	float: right;
	display: inline;
	margin: 3px 3px 0 0;
}
#banner .grayBox h2 {
	margin: 10px 0 0 15px;
	color: #5f120f;
	
}
#banner .news {
	color: #6b6b6a;
}
#banner div.hr {
  height: 3px;
  background: #eceadd url(../images/dots.jpg) repeat center;
  width: 200px;
  margin: 5px 0 0 15px;
}
#banner div.hr hr {
  display: none;
}
#banner .grayBox ul {
	margin: 12px 10px 0 30px;
	font-weight: bold;
	font-size: 1.25em;
}
#banner .grayBox img {
float: right;
margin: 15px 0 0 0;
}
#banner .grayBox ul li {
	margin: 15px 0 0 0;
}
#banner .grayBox ul li.blueBullet{
	list-style-image: url(../images/blueBullet.jpg);
	margin: 15px 0 0 0;
}

/* rightCol elements */

#rightCol h2 {
	margin: 5px 0;
	color: #9b6523;
}
#rightCol h3 {
	margin: 5px 0;
	color: #6e3230;
}
#rightCol p {
	margin: 0 10px 10px 0;
	font-size: 1.2em;
}
#rightCol div.hr {
  height: 3px;
  background: #eceadd url(../images/dotsWhiteBG.jpg) repeat center;
  width: 680px;
  margin: 5px 0 ;
}
#rightCol div.hr hr {
  display: none;
}


/* rightColInside elements */

#rightColInside h2 {
	margin: 5px 0;
	color: #9b6523;
	line-height: 20px;
}
#rightColInside h3 {
	margin: 5px 0;
	color: #6e3230;
}
#rightColInside p {
	margin: 0 10px 10px 0;
	font-size: 1.2em;
}
#rightColInside p.first {
	margin: 10px 10px 0 0;
	color: #5f120f;
	font-style: italic;
	font-size: 1.2em;
}
#rightColInside div.hr {
  height: 3px;
  background: #eceadd url(../images/dotsWhiteBG.jpg) repeat center;
  width: 500px;
  margin: 5px 0 ;
}
#rightColInside div.hr hr {
  display: none;
}
#rightColInside .callOut {
	width: 170px;
	background-color: #eceadd;
	float: right;
	display: inline;
	margin: 10px 0 10px 10px;
	border: #d9d0bf solid 1px;
}
#rightColInside .callOut p {
	margin: 10px;
	font-size: 1.0em;
  }
#rightColInside .callOut h3 {
	margin: 10px;
	color: #a89470;
}
#rightColInside .imgBox {
	float: left;
	margin: 0 10px 5px 0;
}
#rightColInside .imgBoxNoFloat {
	margin: 0 10px 5px 0;
}
#rightColInside .caption {
	text-align: left;
	font-size: .9em;
	margin: 5px 0 0 0;
}
#rightColInside .aboutTable {
	width: 500px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;	
	margin: 10px 0;
}
#rightColInside .aboutTable td{
	padding: 5px 0;
}

/* leftCol elements */

#leftCol div.hr {
  height: 3px;
  background: #eceadd url(../images/dotsWhiteBG.jpg) repeat center;
  width: 140px;
  margin: 0 0 10px 0;
}
#leftCol div.hr hr {
  display: none;
}
#leftCol p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.0em;
}
#leftCol h4 {
	margin: 5px 0 10px 0;
	color: #6e3230;
	border-bottom: #bbb solid 1px;
	width: 90%;
	letter-spacing: 3px;

}

/* leftColInside elements */

#leftColInside div.hr {
  height: 3px;
  background: #eceadd url(../images/dotsWhiteBG.jpg) repeat center;
  width: 140px;
  margin: 0 0 10px 0;
}
#leftColInside div.hr hr {
  display: none;
}
#leftColInside p {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.0em;
}
#leftColInside h4 {
	margin: 5px 0 10px 0;
	color: #6e3230;
	border-bottom: #bbb solid 1px;
	width: 90%;
	letter-spacing: 3px;

}
#leftColInside ul {
	list-style:none;
	width: 90%;

}
#leftColInside ul li {
	font-style: italic;
	border-bottom: dotted 1px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#leftColInside ul li.last {
	font-style: italic;
	border: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#leftColInside ul li a {
	text-decoration: none;
	color: #464646;
}
#leftColInside ul li a:hover {
	text-decoration: underline;
	color: #003471;
}


/* bios elements */

.bios img {
	float: left;
	margin: 0 10px 10px 0;
}
.bios p {
	margin: 0 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.3em; 
}
.bios p.first {
	margin: 0 10px 10px 0;
	color: #5f120f;
	font-style: italic;
	font-size: 1.2em;
}
.bios p.listings {
	margin: 0;
	color: #5f120f;
	font-style: normal;
	font-size: 1.2em;
	font-weight:bold;
}
.bios h2 {
	color: #9b6523;
	width: 230px;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	float: left;
	display: inline;
}

.bios h3 {
	margin: 3px 0 10px 0;
	color: #9b6523;
	width: 310px;
	float: right;
	display: inline;
	font-size: 1.1em;
}
.bios h4 {
	margin: 3px 0 10px 0;
	color: #9b6523;
	font-size: 1.5em;
}

.bios p.alameda {
	width: 300px;
	float: left;
	margin: 0;
	font-size: 1.0em;
}
.bios p.sanJose {
	width: 270px;
	float: right;
	display: inline;
	text-align: right;
	margin: 0;
	font-size: 1.0em;
}
.bios p.contacts {
	width: 350px;
	float: left;
	text-align: left;
	margin: 0;
	font-size: 1.0em;
}
.bios p.email {
	float: left;
	width: 400px;
	font-size: 1.0em;
}
.bios div.hr {
  height: 3px;
  background: #eceadd url(../images/dotsWhiteBG.jpg) repeat center;
  width: 100%;
  margin: 10px 0 10px 0;
}
.bios div.hr hr {
  display: none;
}

/* investments elements */

.inv img {
	float: left;
	margin: 0 10px 10px 0;
}
.inv  p {
	margin: 0 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.3em; 
}
.inv p.first {
	margin: 0 10px 10px 0;
	color: #5f120f;
	font-style: italic;
	font-size: 1.2em;
		font-weight:bold;
}
.inv  p.ital {
	margin: 0 10px 10px 0;
	font-size: 1.2em;
	font-style: italic;
}
.inv  p.listings {
	margin: 0 0 10px 0;
	color: #5f120f;
	font-style: normal;
	font-size: 1.2em;
	font-weight:bold;
}
.inv  h2 {
	color: #9b6523;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}
.inv  h3 {
	color: #5f120f;
	font-size: 1.2em;
}
.inv  h4 {
	margin: 3px 0 10px 0;
	color: #9b6523;
	float: left;
	display: inline;
	font-size: 1.5em;
}

.inv p.contacts {
	font-size: 1.0em;
}

.inv hr  {
border: 0;
height: 1px;
color: #bbbbbb;
background-color: #bbbbbb;
margin: 20px 0;
}
/* experLeft elements */

#experLeft table {
	width: 100%;
}


#experLeft th {
	color: #666;
	font-size: 1.1em;
text-align: left; }

#experLeft td {

	color: #666;
	font-size: 1.0em;
line-height: 15px;
vertical-align: top; }


/* experRight elements */

#experRight img {
	margin: 0 auto;
	text-align: center;
	display: block;
}
#experRight p {
	color:#666;
	text-align: center;
	font-size: 1.0em;
	margin: 10px 0 20px 0;
}

/* footer elements */

#footer p {

	font-size: 1.0em;
	margin: 5px 0 0 0;
text-align: center; }

#footer hr  {
border: 0;
height: 1px;
color: #bbbbbb;
background-color: #bbbbbb;
}

/* other elements */

.clearer {
	clear: both;
}
