/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0.4em;
	line-height : 1.6em;
	font-size:1.1em;

}

.textContent {
	font-size:0.8em !important;
}


.bottomBoxes {
	position:relative;
	margin:10px 0px 0px 0px;
}


#leftBottom  {
	width:256px;
	border:1px solid #A5A5A5;
	background-image:url(../images/boxbodyBG.gif);
	background-repeat:repeat-x;
	min-height:286px;
	padding:15px 6px 2px 8px
}

#rightBottom {
	position:absolute;
	width:256px;
	top:0;
	left:280px;
	border:1px solid #A5A5A5;
	background-image:url(../images/boxbodyBG.gif);
	background-repeat:repeat-x;
	min-height:286px;
	padding:15px 6px 2px 8px
}
#rightBottom ul {
	margin:0;
	padding:0;
	list-style:none;
}
#rightBottom ul li {
	margin:0 5px;
	padding:4px 9px;
	line-height:1em;
	background-image:url(../images/homepageli.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}


#middleBox {
	border:1px solid #B4B4B4;
	padding:11px 0px 12px 10px;
	margin:10px 0 0 0;
}