/**

Bio Hi Tech

Website by Rockland Web Design

**/

a:link {
	font-weight: bold;
	color: #E8E8FF;
}
a:visited {
	font-weight: bold;
	color: #CCCCFF;
}

@charset "ISO-8859-1";

body {
	background-image: url(../images/Ground.jpg);
	background-repeat: repeat-x;
	background-color: rgb(0,120,183);
	color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:0px;
}

#wrapper
{
	width:814px;
	margin:auto;
	overflow:hidden;
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	position:relative;
}

#header
{
	margin:auto;
	width:814px; 
	height:105px; 
}

#topMenu
{
	width: 814px;
	height: 32px;
	background-image: url(../images/menu_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	position:relative;
}
	
	
.menuItem, .menuItem_hover
{
	float:left;
	margin-left:10px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	height:24px;
	padding-top:8px;
	padding-left:40px;
	background: url(../images/navItem_bkg.gif) left no-repeat;
	position:relative;
}

#contentArea
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/BodyGround.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 814px;
	background-color: #00071D;
	overflow:hidden;
	text-align:left;
	padding-top:30px;
}

#footer
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 814px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}


#MainContent {
	padding-left: 20px;
	padding-right: 20px;
}



.FooterText {
	text-indent: 15px;
}



#columncontainer {
	position: relative;
	width: 100%;
}

#columnleftside {
	width: 30%;
	float: left;
}

#columnrightside {
	float: right;
	width: 30%;
}

#columncenter {
	width: 30%;
	margin-left: 35%;
}

#ClientList {
	background-image: url(../images/ClientBox.png);
	height: 640px;
	width: 694px;
	margin-right: auto;
	margin-left: 40px;;
}