/* @override http://www.translinkcapital.com/global.css */

/* @group RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* -- */

body {
	font: 75%/1.5 Helvetica, Arial, Geneva, sans-serif;
	color: #666;
	background-color: #ccc;
}

html>body {
	font-size: 12px;
}

p, h1, h2, h3, h4 {
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

h2, h4 {
	font-weight: bold;
	margin-top: 1.5em;
}

h3, .vcard {
	color: #2d4091;
	font-weight: bold;
	margin-bottom: 1.5em;
}

ol {
	list-style-type: decimal;
	padding-left: 2em;
	font-size: 0.916em;
	line-height: 1.7em;
}

a:link,
a:visited {
	color: #6d9fd2;
	text-decoration: none;
}

a:hover,
a:active {
	color: #2d4091;
}

a small {
	font-weight: normal !important;
}

#sidebar li a:link,
#sidebar li a:visited,
.vcard a:link,
.vcard a:visited,
h4 a:link,
h4 a:visited {
	color: #2d4091;
}

#sidebar li a.on,
#sidebar li a.on:link,
#sidebar li a.on:visited,
#sidebar li a.on:hover,
#sidebar li a.on:active,
#sidebar li a:hover,
#sidebar li a:active,
.vcard a:hover,
h4 a:hover,
h4 a:active {
	color: #666;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 780px;
	overflow: hidden;
	background-color: #fff;
	padding-top: 160px;
}

#logo {
	display: block;
	position: absolute;
	top: 60px;
	left: 50px;
	text-indent: -999em;
	overflow: hidden;
	width: 414px;
	height: 45px;
	background-image: url(images/logo.gif);
}

#menu {
	position: absolute;
	right: 35px;
	top: 10px;
	z-index: 1000;
	width: 210px;
}

#menu li {
	margin-bottom: 1px;
}

#menu li a {
	display: block;
	text-transform: uppercase;
	
	height: 28px;
	line-height: 28px;
	text-indent: 1em;
	background-image: url(images/menu_bg.png);
}

* html #menu li {
	width: 210px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_bg.png', sizingMethod='scale');
}
* html #menu #news_sidebar li {
	filter: none;
}
* html #menu li a {
	background-image: none;
}

#menu li.sub a {
	background-image: url(images/menu_sub_bg.png);
}

* html #menu li.sub {
	width: 210px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_sub_bg.png', sizingMethod='scale');
}
* html #menu li.sub a {
	background-image: none;
}

#menu li a:link,
#menu li a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu li a.on,
#menu li a.on:link,
#menu li a.on:visited,
#menu li a:hover,
#menu li a:active {
	color: #2d4091;
	font-weight: bold;
}

#menu li.sub a.on {
	color: #FFF !important;
}

#sidebar {
	clear: left;
	float: left;
	padding-left: 3em;
	margin-top: 5em;
	margin-bottom: 3em;
	font-weight: bold;
}

#sidebar a {
	background: url(images/sidebar_arrow.gif) no-repeat left center;
	padding-left: 1em;
}

#content {
	margin-left: 185px;
	margin-top: 5em;
	width: 465px;
	margin-bottom: 3em;
}

#content .titleArea {
	border-bottom: dotted 2px #657ACF;
	padding-top:5px;
	margin-bottom:15px;
}

#content .pageTitle {
	font-size:24px;
	color: #2d4091;
}

#content .subTitle {
	font-size:9px;
	color: #657ACF;
}

#content span {
	/*border-bottom:dotted 2px #CCCCCC;*/
}

#content .portSpacer {
	padding-bottom:25px;
}

#foot {
	color: #6d9fd2;
	background: #000348;
	margin: 0;
	line-height: 5.5em;
	text-indent: 177px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

p.caption {
	text-indent: -283px;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-transform: uppercase;
	color: #009ac8;
}

#team_graphic {
	margin-bottom: 0.5em;
}

#individual {
	float: left;
	margin-bottom: 0.5em;
}

body.individual #sidebar {
	margin-top: 2em;
}

body.individual #content {
	margin-left: 283px;
}

/* @group Home */

body.home #wrapper {
	background: #fff url(images/home_graphic.jpg) no-repeat 0 160px;
	padding: 0;
}

body.home h1 {
	text-indent: -999em;
	background: url(images/head_home.gif) no-repeat;
	height: 29px;
}

body.home #content {
	color: #000;
	font-size: 13px;
	line-height: 30px;
	margin-left: 130px;
	padding-top: 378px;
}

body.home #content p {
	margin-top: 0.5em;
}

body.home #foot {
	text-indent: 130px;
}

/* @end */

body#about h1 {
	text-indent: -999em;
	height: 90px;
	background: url(images/head_about.gif) no-repeat 0 16px;
}

body#about img {
	margin-bottom: -6em;
}

#invest_flow {
	margin: 6em 0 0.2em;
}

body#about_invest h1 {
	text-indent: -999em;
	background: url(images/head_investment_strategy.gif) no-repeat 0 0;
	height: 92px;
	margin-top: -2px;
	margin-bottom: -1.5em;
}

body#contact #wrapper {
	background: #fff url(images/contact_map.gif) no-repeat 0 220px;
}

body#contact #content {
	padding-left: 160px;
	width: 380px;
}

#menu li.sub {display: none;}
#about #menu li.sub,
#about_invest #menu li.sub,
#menu.about li.sub {display: block !important;}

body#news #wrapper {
	background: #FFF url(images/news_sidebar_bg.jpg) repeat-y scroll 535px -140px;
}

body#news #foot {
	border-top: 3px solid #FFF;
}

body#news #content {
	margin-left: 60px;
	/*background: url(images/news_bundle.jpg) no-repeat;*/
	/*padding-top: 108px;*/
	width: 430px;
	margin-top: 0.5em;
}
body#news #content .newsTitle {
	color:#e36c0a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	/*font-weight:bold;*/
}
body#news #menu {
	top: 0;
}

body#news #menu .menu {
	padding-top: 10px;
	background-color: #FFF;
	border-bottom: 3px solid #FFF;
}

#news_sidebar {
	background: none;
	text-indent: 1px;
}

#news_sidebar p {
	padding: 0 1em;
}

#news_sidebar h2 {
	text-transform: uppercase;
	/*font-weight: normal;*/
	font-weight:bold;
	font-style: normal;
	/*color: #999;*/
	color:#797979;
	text-indent: 1em;
	margin: 0;
	/*padding-top: 1.5em;*/
	padding-top:35px;
}

#news_sidebar li {
	background: none !important;
	border: none !important;
}

#news_sidebar li a:link,
#news_sidebar li a:visited {
	background: none;
	color: #999;
	font-weight: bold;
	text-transform: none;
}

#news_sidebar li a.on,
#news_sidebar li a.on:link,
#news_sidebar li a.on:visited,
#news_sidebar li a:hover,
#news_sidebar li a:active {
	color: #2d4091;
}

div.post small {
	color: #a8b6d7;
	display: block;
	background: url(images/news_dots.gif) repeat-x 0 bottom;
	font-size: 0.8em;
	margin-bottom: 1.9em;
	line-height: 1.875em;
}

div.post h2 {
	display: inline;
}

div.post h2 a, div.post h2 a:link, div.post h2 a:visited {
	color: #666;
}

div.post h2 a, div.post h2 a:hover, div.post h2 a:active {
	color: #2d4091;
}

div.post .entry {
	margin-top: 0em;
}

.more-link {
	display: block;
	background: url(images/news_arrow.gif) no-repeat left center;
	padding-left: 25px;
}
