/* ############## HOME CLASSES ############## */
div.home_services{
	background-color:		#f15d2a;
	width:					250px;
	float:					left;
}
div.home_services a{
	display:				block;
	border-bottom:			1px solid #f5865f;
	color:					#ffffff !important;
	line-height:			32px;
	padding-left:			20px;
	font-family:			Arial;
	font-size:				13px;
	text-decoration:		none;
	font-weight:			normal;
}
	div.home_services a:hover{
		background-color:		#2a3990 !important;
		text-decoration:		none;
	}
div.home_whatsnew{
	margin-left:			16px;
	background-color:		#2a3990;
	width:					639px;
	min-height:				164px;
	float:					left;
}
	div.home_whatsnew_items_wrapper{
		float:					left;
		width:					539px;
		height:					164px;
		overflow:				hidden;
	}
		div.home_whatsnew_items_container{
			width:					50000px;
		}
		div.home_whatsnew_newsitem{
			float:					left;
			width:					157px;
			height:					154px;
			margin:					0px 10px;
			margin-top:				10px;
			overflow:				hidden;
		}
			div.home_whatsnew_newsitem_box{
				height:					117px;
				overflow:				hidden;
			}
				div.home_whatsnew_newsitem_box p{
					margin:					0px;
					padding:				2px;
				}
			p.home_whatsnew_newsitem_title{
				color:					#f15d2a !important;
				font-weight:			bold;
				font-size:				13px;
				margin-top:				0px;
				padding-top:			0px;
			}
			p.home_whatsnew_newsitem_message{
				color:					#ffffff !important;
				font-size:				11px;
				line-height:			13px;
			}
			p.home_whatsnew_newsitem_readon{
				text-align:				right;
				font-style:				italic;
				font-weight:			bold;
				font-size:				11px;
				line-height:			10px;
			}
				p.home_whatsnew_newsitem_readon a{
					font-weight:			normal !important;
					text-decoration:		underline !important;
					color:					#f15d2a !important;
				}
				p.home_whatsnew_newsitem_readon a:hover{
					text-decoration:		none !important;
					color:					#ffffff !important;
				}

div.home_content_sub1{
	clear:					both;
	float:					left;
	margin-top:				15px;
	background-image:		url('../images/content_bg_gradient.png');
	background-repeat:		repeat-x;
	width:					250px;
}
	div.home_content_sub1_item{
		background-image:		url('../images/content_bg_gradient.png');
		background-repeat:		repeat-x;
		padding:				10px;
	}
		p.home_content_sub1_title{
			color:					#2a3990 !important;
			font-weight:			bold;
			font-size:				13px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
		p.home_content_sub1_content{
			color:					#7c7d80 !important;
			font-size:				12px;
			font-weight:			bold;
			line-height:			15px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
div.home_content_sub2{
	float:					left;
	margin-top:				15px;
	margin-left:			16px;
	background-image:		url('../images/content_bg_gradient.png');
	background-repeat:		repeat-x;
	width:					639px;
}
	div.home_content_sub2_item{
		float:					left; /* MAYBE DELETE THIS RULE */
		width:					193px; /* MAYBE DELETE THIS RULE */
		background-image:		url('../images/content_bg_gradient.png');
		background-repeat:		repeat-x;
		padding:				10px;
	}
		p.home_content_sub2_title{
			color:					#2a3990 !important;
			font-weight:			bold;
			font-size:				13px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}
		p.home_content_sub2_content{
			color:					#7c7d80 !important;
			font-size:				12px;
			font-weight:			bold;
			line-height:			15px;
			margin-top:				0px;
			padding-top:			0px;
			font-family:			Arial;
		}