#outer,#fake-borders-top,#clearfooter {
	background-image:none;
	background-color:#fff;
}
#right,#right-inner,#left-nav,#leftnav-innner,#content h3  {
	display:none;
	z-index:1;
}
#center-main {
	float:none;
	width:100%;
}
#inner {
	padding-top:350px;
}
.post,#center-main-inner,#center-main {
	padding:0;
}

#section-header {
	background: url(http://www.visualworkplaceinc.com/VLI/assets/templates/modxhost/images/content-header-home-2.jpg) no-repeat left top;
	background-color:#000;
	position:absolute;
	top:122px;
	left:0;
	height:230px;
	width:880px;
}

/* tab boxes */
#main-tab-box {
	position:relative;
	width:860px;
	margin:0 auto;
}
#main-tabs {
	margin:0 0 0 -2px;
	padding:0;
	height:26px;
}
li.tabs {
	margin:0;
	padding:0 0 0 0;
	height:26px;
	list-style:none;
	width:143px;
	float:left;
	line-height:26px;
	color:#fff;
	z-index:100;
}
#tab-box-master {
	width:856px;
	position:relative;
	border-left:1px solid #a3adb7;
	border-bottom:1px solid #a3adb7;
	border-right:1px solid #a3adb7;
	border-top:1px solid #d7e4f1;
/* 	border-top:1px solid #fff; */
	background-color:#fff;
	clear:both;
}
#tab-box-master ul {
	margin:0 1em 1em 20px;
	padding:0;
}
#tab-box-master ul li {
	color:#ff0000;
	list-style:square;
	padding:0;
	margin:0 0 4px 0;
}
#tab-box-master li span {
	color:#000000;
}
#tab-box-master h3, #tab-box-master .fakeheader-1 {
	margin:0 .2em .2em -.1em;
	padding:0;
	color:#2b4e70;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
#tab-box-master h4 {
	padding:1em 1em .2em 1em;
	margin:0;
	color:#2b4e70;
	font-size:15px;
}
.tab-box-container {
	display:none;
	height:26em;
/*	_height:24em;*/
	font-size:12px;
	font-weight:normal;
	background-color: #fff;
	color:#444444;
}

.home-li-text {
	padding:5px 2px 1px 10px;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
}

/* individual tabs */
li#tab-1 {
	background: url(http://www.visualworkplaceinc.com/VLI/assets/templates/modxhost/images/home-tab-on.gif) no-repeat top left;
	color:#444444;
	z-index:100;
}
li#tab-2,li#tab-3,li#tab-4,li#tab-5,li#tab-6 {
	background: url(http://www.visualworkplaceinc.com/VLI/assets/templates/modxhost/images/home-tab-off.gif) no-repeat top left;
	color:#fff;
	z-index:100;
}

#tab-1:active,#tab-2:active,#tab-3:active,#tab-4:active,#tab-5:active,#tab-6:active {
	background: url(http://www.visualworkplaceinc.com/VLI/assets/templates/modxhost/images/home-tab-on.gif) no-repeat top left;
	color:#444444;
}


/* individual tab containers */
#tab-box-1 {
	display:block;
	z-index:10;
}
#tab-box-2 {
	display:none;
	z-index:20;
}
#tab-box-3 {
	display:none;
	z-index:30;
}
#tab-box-4 {
	display:none;
	z-index:40;
}
#tab-box-5 {
	display:none;
	z-index:50;
}
#tab-box-6 {
	display:none;
	z-index:60;
}


/* note; li hover does not work on msie < 7, so js will handle that action */
#tab-1:hover .tab-box-1, #tab-1:active .tab-box-2, #tab-2:hover .tab-box-container, #tab-2:active .tab-box-container, #tab-3:hover .tab-box-container, #tab-3:active .tab-box-container, #tab-4:hover .tab-box-container, #tab-4:active .tab-box-container, #tab-5:hover .tab-box-container, #tab-5:active .tab-box-container, #tab-6:hover .tab-box-container, #tab-6:active .tab-box-container {
	display:block;
}
/* tab inner blocks */
.tab-sub-1 {
	width:300px;
	float:left;
	overflow-y:auto;
}
.tab-sub-2 {
	width:300px;
	float:left;
	overflow-y:auto;
}
.tab-sub-3 {
	width:250px;
	float:right;
	position:static;/* for bottom img float, needed */
}
.tab-sub-inner {
	padding:10px;
	position:static;/* for bottom img float, needed */
}
#tab-box-1 .tab-sub-3 img, #tab-box-2 .tab-sub-3 img, #tab-box-3 .tab-sub-3 img, #tab-box-4 .tab-sub-3 img, #tab-box-5 .tab-sub-3 img, #tab-box-6 .tab-sub-3 img  {
	position:absolute;
	bottom:15px;
	right:10px;
}
