@charset "utf-8";
/* CSS Document */

body {
	font:100% Tahoma, Geneva, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFF;
	margin: 0 auto;
	border: 0px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	display:block;
	float:left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:0px dotted #CCC;
	width:100%;
}
#mainLeft{
	width:400px;
	display:block; 
	float:left;
}
.innerHomeContent{
	display:block;
	float:left;
	margin-top:20px;
	width:400px;
}
.innerHomeContentText{
	display:block;
	float:left;
	width:400px;
	border: 0px solid #900;
	color:#666;
	font-size:14px;
	margin-top:10px;
}
.innerHomeContentText p{
	margin-top:5px;
}
.oneColElsCtr #homeRightImage {
	display:block;
	float:right;
	margin-top:20px;
	margin-right:10px;
	width:370px;
	height:266px;
}
.homeMordeDetails {
	display:block;
	float:right;
	margin:10px 10px;
	width:132px;
	height:36px;
	background-image:url(../assets/learnMore.png);
	
}

	#mbTableVertical {
		float:left;
		width:198px;
		border:0px dashed #CCC;
	}
	#solutionsDivVertical {
		width:198px;
		float:left;
		height:131px;
		background-image:url(../assets/bck_solutions_noheader_vertical.png);
	}
	#servicesDivVertical {
		width:198px;
		height:131px;
		background-image:url(../assets/bck_services_noheader_vertical.png);
	}
	#clientDirDivVertical {
		width:198px;
		height:131px;
		background-image:url(../assets/bck_clientdirectory_noheader_vertical.png);
	}
	
	#mbTable {
		width:100%;
		margin:20px 0px 0px 0px;;
		border:0px dashed #CCC;
	}
	#solutionsDiv {
		width:266px;
		float:left;
		margin-left:5px;
		height:132px;
		background-image:url(../assets/bck_solutions_noheader.png);
	}
	#servicesDiv {
		width:266px;
		margin-left:auto;
		margin-right:auto;
		height:132px;
		background-image:url(../assets/bck_services_noheader.png);
	}
	#clientDirDiv {
		width:266px;
		float:right;
		margin-right:5px;
		height:132px;
		background-image:url(../assets/bck_clientdirectory_noheader.png);
	}
	.callTitle{
		display:block;
		float:left;
		margin:10px 0px 0px 20px;
		font-family:Tahoma,Geneva,sans-serif;
		font-size:16px;
		color:#71BF44;
		font-weight:bold;
	}
	.callText{
		display:block;
		float:right;
		width:160px;
		margin:5px 10px 0px 45px;
		color:#666;
		font-size:12px;
		
	}
	.clickHere{
		display:block;
		float:right;
		width:74px;
		margin:15px 10px 0px 50px;
		height:23px;
		background-image: url(../assets/clickHere.png);
	}
	#divFooter{
		width:100%;
		margin:10px 0px;
		border:0px dashed #CCC;
		font-size:10px;
		color:#6f6f6f;
		}
		#divFooter #copyright{
			float:left;
			width:200px;
			border:0px dotted #CCC;
			
		}
		#divFooter #baseMenu{
			display:block;
			float:right;
			margin-top:0px;
			border:0px dotted #CCC;
			}
			#divFooter #baseMenu ul{
				list-style:none;
				margin-top:0px;
				
			}
			#divFooter #baseMenu li{
				float:left;
				margin-left:15px;
			}
			#divFooter a{
				color:#6f6f6f;
				text-decoration:none;
			}

#sidebar1{
	width:250px;
	height:500;
}
	.mainContentLargeTop{
		width:698px;
		height:34px;
		background-image:url(../assets/bck_mainLarge_Top.png);
		border:1px dotted #003;
		
	}
	.mainContentLargeBase{
		width:698px;
		height:14px;
		background-image:url(../assets/bck_mainLarge_Base.png);
		border:1px dotted #003;	
	}
	.mainContentLargeMiddle{
		width:698px;
		height:100%;
		background-image:url(../assets/bck_mainLarge_Middle.png);
		border:1px dotted #003;	
	}
	.middleInnerContent{
		margin-left:10px;
	}

img, div, input { 
	behavior: url("../htc/iepngfix.htc") ;
}
