#homeHeaderBg
{
	width: 100%; 
	height: 300px; 
	background-color: #fff; 
	background-image: url("./../img/style/headerBg.png"); 
	background-repeat: repeat-x;
}

#homeHeaderPos
{
	height: 100%; 
	width: 950px; 
	margin: auto; 
	background-color: #fff; 
	background-image: url("./../img/style/headerBg.png"); 
	background-repeat: repeat-x;
}

#homeContentContainer
{ 
	width: 950px; 
	height: 300px; 
	font-size: 0.8em; 
	overflow: auto; 
	color: #3c3c3c; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*border:1px solid red;*/
	position:relative;
}

.homeContentPos
{
	position:relative;
	width: 32.6%; 
	height: 250px; 
	margin-left: 2px; 
	margin-right: 2px; 
	float: left; 
	text-align: center; 
	border: 1px solid #008bc7; 
	border-top: 4px solid #008bc7;
}

.titleHomeContent 
{
	color:#3c3c3c;
}
.homeContent
{
	padding-left: 5px; 
	padding-right: 5px; 
	text-align: left; 
	font-size: 0.8em;

}

.homeContent h3
{
	font-size: 1em; 
	margin-bottom: 0px;  
	line-height: 2em; 
	font-weight: bold; 
}

.homeContent a 
{
	color:#008bc7; 
	text-decoration: none;
}

.homeContent p
{
	margin-top: 10px;
}
