/* connect with us */
.connect-with-us #sideBar #socialNetwork {
	background: #fff;
	border: 0;
	border: 1px solid #003751;
}
.connect-with-us #sideBar #socialNetwork .tabs {
	overflow: auto;
	background: #005A84;
}
.connect-with-us #sideBar #socialNetwork .tabs li {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.connect-with-us #sideBar #socialNetwork .tabs li a {
	display: inline-block;
	padding: 6px 0 8px 0;
	margin: 0;
	background: none;
	width: 89px;
	text-align: center;
}
.connect-with-us #sideBar #socialNetwork .tabs li a.current {
	color: #005A84;
	background: #fff;
}
.connect-with-us #sideBar #socialNetwork .panes {
	clear: both;
	position: relative;
	top: -1px;
	background-color: #fff;
	padding: 0;
}

.connect-with-us #sideBar #socialNetwork .panes #fbList ul, .connect-with-us #sideBar #socialNetwork .panes #twList ul {
	margin: 0;
	padding: 5px 10px;
}

.connect-with-us #sideBar #socialNetwork .panes #fbList ul li, .connect-with-us #sideBar #socialNetwork .panes #twList ul li {
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	font-size: 11px;
}

.connect-with-us #sideBar #socialNetwork .panes #fbList ul li:first-child, .connect-with-us #sideBar #socialNetwork .panes #twList ul li:first-child {
	border-top-width: 0;
}

.connect-with-us #sideBar #socialNetwork .panes #fbList ul li a, .connect-with-us #sideBar #socialNetwork .panes #twList ul li a {
	font-weight: normal;
	word-wrap: break-word;
	color: #005A84;
}

/* press room */

.press-room #social-feeds ul.tabcon-nav li a {
	border-color: #005A84;
	z-index: 10;
	padding: 5px 15px;
	background-color: #005A84;
	font-weight: bold;
}

.press-room #social-feeds ul.tabcon-nav li a:hover {
	border-bottom-width: 0;
	padding-bottom: 6px;
	background-color: #fff;
	color: #005A84 !important;
}

.press-room #social-feeds ul.tabcon-nav li.current a {
	border-bottom-width: 0;
	padding-bottom: 6px;
	background-color: #fff;
	color: #005A84 !important;
}

.press-room #social-feeds #fbList, .press-room #social-feeds #twList {
	z-index: 5;
	top: -1px;
	border-color: #005A84;
	padding: 10px 20px;
	overflow: auto;
}

.press-room #social-feeds #twList p {
	clear: both;
	padding-top: 10px;
	padding-bottom: 0;
}


.press-room #social-feeds #fbList ul, .press-room #social-feeds #twList ul {
	padding: 0;
	margin: 0;
}

.press-room #social-feeds #fbList ul li:first-child, .press-room #social-feeds #twList ul li:first-child {
	border-top-width: 0;
}

.press-room #social-feeds #fbList ul li, .press-room #social-feeds #twList ul li {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	clear: left;
}

.press-room #social-feeds #fbList ul li img, .press-room #social-feeds #twList ul li img {
	border-width: 0;
	float: left;
	margin: 0 4px 2px 0;
}

.press-room #social-feeds #fbList ul li a, .press-room #social-feeds #twList ul li a {
	display: inline-block;
	width: auto;
	max-width: 400px;
	word-wrap: break-word;
}