/* CSS Document */
.wholePageContent{
	width: 100%
}
.wholePageContent h1 {
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	margin: 15px 0px 0px 20px;
	padding-bottom: 10px;
	z-index: 10;/*Im so the menu is above the titles*/
}

.navigation{
	display: block;
	clear: both;
	margin: 0px auto 30px auto;
	width: 625px;
	height: 50px;
}
.navigation img{
	float:left;
}
.centerImage{
	display: block;
	clear: both;
    margin: 0px auto;
}

/*------------------------------------------ Start Featured Call Out ----------------------------------------*/
.nimeCallOut{
	width: 725px;
	margin: 15px 0px 15px 5px;
	float: left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	border-top: 1px solid #DFE6FF;
}       
.nimeCallOut img{
	float:left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	margin: 20px 0px 0px 10px;
}       
.nimeCallOut p{
	float:left;
	display: inline; /*This is to counter act IE's double margin error on floated items*/
	width: 580px;
	line-height: 1.6em;
	margin: 15px 0px 8px 15px;
}
/*------------------------------------------ End Featured Call Out ----------------------------------------*/