/*----------------------------------------------------------------
																LAYOUT
----------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	margin-left: 250px;
	height: 100%;
	z-index: 0;
}

#background {
	position: fixed;
	left: 0; top: 0;
	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;

	overflow: hidden;
	height: 100%
	width: 100%;
	z-index: -1;
}

#louis {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 300px;
}

/*----------------------------------------------------------------
Containers
----------------------------------------------------------------*/
#container {
	padding: 50px 40px 50px 40px;
}

/*----------------------------------------------------------------
Menu Styles
----------------------------------------------------------------*/
#menu {
	width: 200px;
	height:600px;
	position: fixed;
	left: 0px; /* modified by WMM, 070710 */
	top: 0px;  /* modified by WMM, 070710 */
	z-index: 1000;
	padding-top: 50px;  /* modified by WMM, 070710 */
	padding-left: 50px;  /* modified by WMM, 070710 */
}

/* Top-level link colors */
#menu a.primary {
	display: block;
}

/*----------------------------------------------------------------
Home Section
----------------------------------------------------------------*/
#home {
	width: 500px;
	/* height: 500px; */
	padding: 40px;
	overflow: hidden;
	position: static;
	float: left;
	margin-right: 8px;
}

/*----------------------------------------------------------------
Work Section
----------------------------------------------------------------*/
#work table tr { 
	vertical-align: middle; 
}

#work table td {
	vertical-align: middle;
	border-right: 8px solid #0C0B0B;
}

#work .artifact {
	width: 500px;
	padding: 40px;
	text-align: center;
}

#work .artifact img {
}

#work h3 {
	padding-top: 2em;
	padding-bottom: .25em;
}

/*----------------------------------------------------------------
Ventures
----------------------------------------------------------------*/
#ventures {
	width: 627px;
	height: 500px;
	/* padding: 40px; */
	overflow: hidden;
	position: static;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #7da10f;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*----------------------------------------------------------------
People
----------------------------------------------------------------*/
.people-individuals {
	width:545px;
	height:545px;
	position:absolute;
	top:43px;
	left:240px;
	z-index:500;
}
.individuals-1 {
	width:545px;
	height:155px;
	background:transparent url(../images/people-individuals-bg-tiler.png);
}
.individuals-2 {
	width:430px;
	height:390px;
	position:absolute;
	top:155px;
	left:115px;
	background:transparent url(../images/people-individuals-bg-tiler.png);
}
.individuals-3 {
	width:115px;
	height:265px;
	position:absolute;
	top:280px;
	left:0;
	background:transparent url(../images/people-individuals-bg-tiler.png);
}
.individuals-image {
	margin:10px 10px 10px 0;
	position:absolute;
	top:155px;
	left:0;
}
.individuals-2 h2 {
	font: bold 16px "Helvetica";
	text-decoration: none;
	line-height: 1.25em;
	color: #7da10f;
	margin: 10px 30px;
}
.individuals-2 p {
	font-family:"Helvetica",sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
	margin: 10px 30px;
}
#people-grid-container {
	width:525px;
	height:525px;
	position:absolute;
	top:53px;
	left:250px;
	/*border:1px dotted #f0c;*/
}
#people-grid-container ul {
	margin:0;
	padding:0;
}
#people-grid-container li {
	list-style:none;
	width:105px;
	height:105px;
	float:left;
}
.vacant {
	width:105px;
	height:105px;
	background-color:#fcfcfc;
}
.people-individuals a {
	color: #7da10f;
	text-decoration:none;
}