body {
	margin: 0px;
	background-color: #f9f9f9;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
}
/*===================================================== Menu Start =====================================================*/
.solidblockmenu{
/*	width: 100%;
	border: 1px solid #877eb9;
	border-width: 0px 0;*/
	background: url(../js/media/blockdefault.gif) repeat-x center center;
}
.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
/*	width: 100%;
	border: 1px solid #877eb9;
	border-width: 0px 0px;*/
	background: url(../js/media/blockdefault.gif) repeat-x center center;
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	float: left;
	color: #FFFFFF;
	padding: 15px 30px;
	text-decoration: none;
/*	border-right: 1px solid #5c538f;*/
}
.solidblockmenu li a:visited{
	color: #FFFFFF;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current {
	color: #296184;
	background: transparent url(../js/media/blockactive.gif) center center repeat-x;
}
#ind #ind a,
#bio #bio a,
#cli #cli a,
#cas #cas a,
#tes #tes a,
#faq #faq a,
#dow #dow a,
#car #car a {
	color: #296184;
	background: transparent url(../js/media/blockactive.gif) center center repeat-x;
}
.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}
* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}
.tabcontent{
	display:none;
}
/*===================================================== Menu End =====================================================*/
.bg-bottom {
	background-color: #e7e7e7;
	background-image: url(../images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bg-middle {
	background-image: url(../images/bg-middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}