/* HOME PAGE ****************************************************** */

.rightSideHome {
	margin: 20px 0;
	padding: 0 0 0 20px;
	border-left: 1px dotted #abb0ab;
}
.rightSideHome A {
	display: block;
	margin: 0 0 1em 0;
	padding: 4px 0 1px 25px;
	font-style: italic;
	font-size: 1.4em;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
}
.rightSideHome A:hover {
	text-decoration: underline;
}

.dot_24x7 { background:url(/img/dot_24x7.gif) no-repeat left center; color: #617d3f !important; }
.dot_awards { background:url(/img/dot_awards.gif) no-repeat left center; color: #b35024 !important; }
.dot_community { background:url(/img/dot_community.gif) no-repeat left center; color: #9f0032 !important; }
.dot_news { background:url(/img/dot_news.gif) no-repeat left center; color: #6a4f76 !important; }
.dot_su { background:url(/img/dot_su.gif) no-repeat left center; color: #246c91 !important; }

.moreNewsLink {
	border-top: 1px dotted #ABB0AB;
	text-align: right;
	padding: 10px 0px;
}


.social_buttons {
	padding: 10px;
}
.content .social_buttons {
	position: absolute;
	top: 257px;
	margin: 0 0 0 615px;
}
.content .social_buttons A {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}

.helpful_links {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.helpful_links LI {
	margin: 2px 0;
	padding: 0;
	width: 185px;
	overflow: hidden;
	background: #FFFFFF url(/img/helpful_links.png) no-repeat;
}
.helpful_links A {
	display: block;
	height: 40px;
	width: 185px;
	text-indent: -999px;
	background: #FFFFFF url(/img/helpful_links.png) no-repeat;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0); 
}
.helpful_links A:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.helpful_links .l1 { background-position: left 0px; }
.helpful_links .l2 { background-position: left -40px; }
.helpful_links .l3 { background-position: left -80px; }
.helpful_links .l4 { background-position: left -120px; }
.helpful_links .l5 { background-position: left -160px; }
.helpful_links .l6 { background-position: left -200px; }

.helpful_links .l1 A { background-position: right 0px; }
.helpful_links .l2 A { background-position: right -40px; }
.helpful_links .l3 A { background-position: right -80px; }
.helpful_links .l4 A { background-position: right -120px; }
.helpful_links .l5 A { background-position: right -160px; }
.helpful_links .l6 A { background-position: right -200px; }

.helpful_links .l1 A:hover { background-position: right 0px; }
.helpful_links .l2 A:hover { background-position: right -40px; }
.helpful_links .l3 A:hover { background-position: right -80px; }
.helpful_links .l4 A:hover { background-position: right -120px; }
.helpful_links .l5 A:hover { background-position: right -160px; }
.helpful_links .l6 A:hover { background-position: right -200px; }

.helpful_links LI.divider {
	margin: 0 0 10px 0;
	padding: 0;
	height: 5px;
	background: none;
	border-bottom: 1px solid #CCCCCC;
}
.helpful_links HR {
	display: block;
	height: 1px;
}





