/*** The Essential Code ***/
#container {
	width:988px;
	border-right:solid 1px #959BA6;
}

.column {
	padding-bottom:16px;
	vertical-align:top;
}

#center {
	padding:85px/*set space between top menu and content*/ 20px 0 10px;
	border:none;
	/*border-right:solid 1px #959BA6;*/
}


#left {
	width: 180px;             /* LC width */
	padding:85px/*set space between top menu and content*/ 0 0 10px;
	/* right: 240px;             /* LC fullwidth + CC padding */
	/* margin-left: -752px; */
	border:none;
}

/*** LOOK STYLING ***/
#center img {
	float:left;
	margin-right:11px;
}

		
/* specific header modifications */

h2 {
	padding:0px;
	margin:0px;
	color:#3E5165;
	background:url(../img/common/title_bullet_off.gif) no-repeat 0% 0%;
	text-indent:25px;
	font-size:14px;
	height:18px;
	font-weight: bold;
	padding-bottom:15px;
	vertical-align:top;

}

#right ul {
	/* remove the bullets from the list */
	list-style: none;

	/* shrink the default top margin to 5px */
	margin-top:2px;

	/* remove the indent from bullet list */
	text-indent: -1em;
	
	/* set the font size */
	font-size: 11px;
	
	/* define the line height so the bullets aren't so cluttered */
	line-height:18px;
	
	/* indents the lists */
	margin-left:33px;
}
	
#right p {
	/* set margins for the body content of column three */
	margin-left:28px;
	margin-top:11px;
}


h4 {
	font-size:12px;	
	margin-bottom:4px;
	background:url(../img/common/title_bullet.gif) no-repeat 0%;
	padding-left:18px;
	vertical-align:top;
}

.subHead {
	margin-left:0; 
	margin-bottom:15px; 
	color:#784B3A;
	background:none;
	float:left;
	padding-left: 0;
	text-transform: capitalize;
}

.subHeadTitle {
	margin-left:0; 
	margin-bottom:15px; 
	color:#C47D1F;
	background:none;
	padding-left: 0;
}


.head {
	margin-bottom:0px; 
	padding-bottom:0px;
}


.increased {
	float:left;
	margin-right:3px;
}

.decreased {
	float:left;
	margin-right:3px;	
}

.noFloat {
float: none;
}
/*styles for Investment perspective page
------------------------------------------------------*/
#feature {
	width:520px;
	float:left;
	margin-right:20px;
}
#feature #featureItem {
	background:#F3F0E4;
	margin-bottom:20px;
}
#feature #featureItem h3, #highlights h3{
	background-color:#B3A66F;
	background-image:none;
	border:0;
	padding:5px;
	color:#fff;
}
#feature img.left {
	float:left;
	margin: 0 10px 5px 0;
	padding:2px;
	border:1px #ccc solid;
	clear:left;
}
#highlights h3{
	background-color:#7298AE;
}
#feature #featureItem dl, #highlights dl{
	padding:7px;
}
#feature #featureItem dl dd, #highlights dl dd{
	margin:0;
	line-height:18px;s
}
#highlights {
	width:220px;
	float:right;
	background:#E4E9E5;
	margin-bottom:10px;
}
#highlights img.right {
	float:right;
	margin: 0 0 5px 5px;
	padding:2px;
	border:1px #ccc solid;
}
