/* styles for social icons */

#socshare {
	position: relative;
	margin: 15px 0;
	width: 234px;
	height: 32px;
	overflow: hidden;
	background: url(http://www.brookfieldgrs.com/g/social_box.gif) top left no-repeat;
	}
#socshare p {
	margin: 0;
	padding: 8px 0 0 9px;
	color: #4e7386;
	font: italic 12px arial,sans-serif;
	}
#socicons {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 135px;
	height: 28px;
	}
#socicons a {
	display: block;
	width: 27px;
	height: 28px;
	float: left;
	}
#socicons a#socemail {
	background: url(http://www.brookfieldgrs.com/g/social_icon_email_off.gif) top left no-repeat;
	}
#socicons a#socemail:hover {
	background: url(http://www.brookfieldgrs.com/g/social_icon_email_on.gif) top left no-repeat;
	}
#socicons a#soclink {
	background: url(http://www.brookfieldgrs.com/g/social_icon_linked_off.gif) top left no-repeat;
	}
#socicons a#soclink:hover {
	background: url(http://www.brookfieldgrs.com/g/social_icon_linked_on.gif) top left no-repeat;
	}
#socicons a#socfacebook {
	background: url(http://www.brookfieldgrs.com/g/social_icon_facebook_off.gif) top left no-repeat;
	}
#socicons a#socfacebook:hover {
	background: url(http://www.brookfieldgrs.com/g/social_icon_facebook_on.gif) top left no-repeat;
	}
#socicons a#soctwitter {
	background: url(http://www.brookfieldgrs.com/g/social_icon_twitter_off.gif) top left no-repeat;
	}
#socicons a#soctwitter:hover {
	background: url(http://www.brookfieldgrs.com/g/social_icon_twitter_on.gif) top left no-repeat;
	}
#socicons a#socdel {
	background: url(http://www.brookfieldgrs.com/g/social_icon_del_off.gif) top left no-repeat;
	}
#socicons a#socdel:hover {
	background: url(http://www.brookfieldgrs.com/g/social_icon_del_on.gif) top left no-repeat;
	}
