@charset "UTF-8";
/* CSS Document */

/***		Journal callout			***/

#side-journal {
	padding: 5px 2px 5px 8px;
	height: 250px;
	background: url(../images/box-bg.jpg) no-repeat;
    background-position: bottom right;
}

#side-journal-articles {
	float: left;
	width: 170px;
}

.side-journal-header {
	font-size: 11px;
	padding-bottom: 5px;
}

.side-journal-header a {
	color: #CC5B0F;
	text-decoration: underline;
}

.side-journal-header a:hover {
	text-decoration: none;
}

#side-journal ul {
	list-style-image: url(../images/bullet.gif);
	padding-left: 10px;
	
}

#side-journal li {
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 13px;
	color: #555;
}

#side-journal li a {
	color: #555;
}

#side-journal-graphic {
	float: right;
	width: 130px;
	text-align: center;
}

#side-journal-graphic p {
	padding: 6px 0 6px 0;
}

.side-journal-link {
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #CC5B0F;
}

.side-journal-link a {
	color: #CC5B0F;
}


/***		Events callout			***/

#side-events {
	padding: 5px 10px 20px 0;
	background: url(../images/box-bg.jpg) no-repeat;
    background-position: bottom right;
}

#side-events h3 {
	font-size: 12px;
	color: #CC5B0F;
	text-align: center;
	padding: 10px 0 5px 0;
}

#side-events h3 a {
	color: #CC5B0F;
	text-decoration: underline;
}

#side-events h3 a:hover {
	text-decoration: none;
}

#side-events h4 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 10px 0 0 10px;
}

#side-events h4 a {
	color: #333;
}

#side-events h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding: 10px 0 0 10px;
	text-align: right;
}

#side-events h5 a {
	color: #CC5B0F;
}

/***		Ad layout and styles		***/

#side-partner-ad {
	padding: 10px;
	background-color: #ddd;
}

#side-ifpta-ad {
	padding: 10px;
	background-color: #ddd;
}

/***		LinkedIn div					***/

#linkedin {
	text-align: center;
}

#linkedin ul {
	padding: 8px 0 8px 0;
}

#linkedin li {
	display: inline-table;
	font-size: 12px;
	vertical-align: middle;
}

#linkedin a {
	color: #002D50;
}

/***		Industry News 				***/

#industrynews {
	margin: 10px 5px 10px 0;
	font-size: 11px;
}

#industrynews fieldset {
	border: 1px solid #aaa;
	padding: 6px 6px 0 6px;
}

#industrynews legend {
	font-size: 12px;
	color: #052D57;
}

#industrynews a {
	color: #052D57;
}

#industrynews li {
	padding-bottom: 5px;
}

#readmorenews {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}







