/* Tweedy Browne Sheet */
/* Last revision: 07.20.09 */
/*------------------------------------------*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

* {
   padding: 0;
   margin: 0;
   outline: none;
}

body {
	width: 100%;
	font-family: "Georgia", "Serif";
	color: #333;
	background-color: #FAF5EB;
	}

img, a img {
	border-style: none;
	}

a {
	text-decoration: none;
}

p {
	width: 540px;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0 0 1.0em 0;
}

a:link, a:visited, a:active {
	color: #960;
	}

a:hover{
	color: #C93;
	}


/* MAIN STRUCTURE */
/* -------------------------------------- */

.blueBar {
	line-height: 19px;
	width: 100%;
	float: left;
	display: inline;
	background-color: #4D5F85;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	}

#headWrap {
	width: 100%;
	height: 140px;
	float: left;
	display: inline;
	border-top: 5px solid #194D3E;
	background-image: url(../images/global/stripes.gif);
	background-repeat: repeat-x;
	background-color: #336154;
	}

#headInner {
	width: 880px;
	height: 140px;
	float: left;
	display: inline;
	background-image: url(../images/global/header.gif);
	background-repeat: no-repeat;
	background-color: #336154;
	}

#navigation {
	width: 100%;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #003928;
	line-height: 25px;
	border-bottom: 5px solid #194D3E;
	background-color: #BFCDC9;
	background-image: url(../images/nav/nav_back.gif);
	background-repeat: repeat-x;
	}

#container {
	width: 842px;
	height: 100%;
	float: left;
	display: inline;
	padding: 15px 0 30px 0;
	margin: 0 0 0 38px;
}


/* HEADERS */
/* -------------------------------------- */

h1 {
	width: 540px;
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #003928;
	border-bottom: 1px solid #003928;
	margin: 0 0 1.0em 0;
	padding: 0 0 0.2em 0;
	}

h2 {
	width: 540px;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #333;
	margin: 0 0 0.5em 0;
	}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #142C5D;
	}

h4 {
	width: 540px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #333;
	}	


/* TOOLS NAVIGATION, HEADER */
/* -------------------------------------- */

#navTools ul {
	font-family: "Trebuchet MS", sans-serif;
	width: 880px;
	padding: 8px 0;
	float: left;
	display: inline;
	list-style-type: none;
	text-align: right;
}

#navTools li {
	font-size: 11px;
	line-height: 14px;
	float: right;
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 13px;
}

#navTools li.switcher {
	border-style: none;
	padding: 0 0 0 13px;
	}

#navTools li.switcher img {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}

.switcher a img{
	background-color: #D2D7E0;
}

.switcher a:hover img{
	background-color: #BCC3D1;
}

#navTools li a:link, #navTools li a:visited, #navTools li a:active {
	color:#fff;
	}

#navTools li a:hover{
	color: #BFCDC9;
	}

#headInner img {
	margin: 45px 0 0 143px;
}

/* PRIMARY NAVIGATION */
/* -------------------------------------- */

#nav1 {
	width: 844px;
	height: 25px;
	float: left;
	display: inline;
	clear: both;
	margin: 0 0 0 33px;
	background-image: url(../images/nav/nav.gif);
	list-style-type: none;
}

#nav1 li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}

#nav1 li.last {
	margin: 0;
}

#nav1 a {
	height: 25px;
	display: block;
	text-indent: -4000px;
	background-image: url(../images/nav/nav.gif);
}

#nav1 #about {
	width: 108px;
	background-position: 0 0;
}

#nav1 #funds {
	width: 126px;
	background-position: -109px 0;
}

#nav1 #research {
	width: 169px;
	background-position: -236px 0;
}

#nav1 #invest {
	width: 131px;
	background-position: -406px 0;
}

#nav1 #accounts {
	width: 144px;
	background-position: -538px 0;
}

#nav1 #sicav {
	width: 155px;
	background-position: -683px 0;
}

#nav1 a:hover {
	background-image: url(../images/nav/nav_hover.gif);
}

#nav1 a.on, #nav1 a.on:hover {
	background-image: url(../images/nav/nav_on.gif);
}	


/* SECONDARY NAVIGATION */
/* -------------------------------------- */

#nav2 {
	width: 860px;
	height: 25px;
	line-height: 25px;
	float: left;
	display: inline;
	clear: both;
	font-size: 11px;
	margin: 0 0 0 45px;
}

#nav2 ul {
	list-style: none;
}

#nav2 li {
	float: left;
	line-height: 25px;
	display: inline;
	margin-right: 10px;
}

#nav2 a {
	display: block;
	padding: 0 10px;
}

#nav2 li a:link, #nav2 li a:visited, #nav2 li a:active {
	color:#194D3E;
}

#nav2 li a:hover {
	color: #FFF;
	}

#nav2 li.drop a:hover {
	}

#nav2 li.drop ul {
	position: absolute;
	width: 240px;
	left: -999em;
	background-color: #A7BAB4;
	border-top: 1px solid #194D3E;
}

#nav2 li.drop ul li {
	display: block;
	width: 240px;
	border-bottom: 1px solid #194D3E;
	margin-right: 0;
}

#nav2 li.drop ul li a {
	width: 220px;
}

#nav2 li.drop:hover, #nav2 li.drop.sfhover {
	color:#194D3E;
	background-color: #A7BAB4;
}

#nav2 li:hover, #nav2 li.sfhover {
	background-color: #BFCDC9;
}

#nav2 li.drop:hover ul, #nav2 li.drop.sfhover ul {
	left: auto;
}
	
#nav2 li.drop ul li a:hover {
	background-color: #BFCDC9;
	border-left: none;
}

#nav2 li a.current, #nav2 li a.current:hover {
	font-weight: bold;
	color:#194D3E;
	background-image: url(../images/nav/pointer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}


/* CONTAINER STYLING */
/* -------------------------------------- */

.leftFloat {
	float: left;
	margin: 0 10px 5px 0;
}

.divider {
	width: 540px;
	border-bottom: 1px solid #666;
	margin: 0 0 20px 0;
}

.blank_divide {
	width: 540px;
	height: 1px;
	display: block;
	clear: left;
}


p.fine {
	font-family: "Trebuchet MS", sans-serif;
}

#container ul.content {
	width: 525px;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 15px;
}

#container ul.content li {
	margin: 0 0 1.0em 0;
}

.photoHolder {
	width: 540px;
	display: block;
	clear: left;
}

.photoHolder img {
	float: left;
	margin: 5px 20px 20px 0;
}

.photoHolder p {
	float: left;
	width: 410px;
	margin: 0;
	padding-bottom: 20px;
	}

p.nav3links {
	font-family: "Trebuchet MS", sans-serif;
	width: 240px;
	margin: 0 0 20px 0;
	float: left;
}

p.nav3pdf {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	width: 500px;
	margin: 0 0 20px 0;
	float: left;
}

div.announcement {
	background-color: #DCE1DA;
	padding: 15px 15px 5px 15px;
	width: 510px;
	margin: 0 0 15px 0;
	border-top: 5px solid #FAF5EB;
}

div.announcement h2, div.announcement p {
	width: 100%;
}


/* TABLES AND CHARTS */
/* -------------------------------------- */

#container table {
	font-family: "Monaco", sans-serif;
	border: 1px solid #4D5F85;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
	clear: left;
	text-align: right;
}

#container table.aligned {
	text-align: center;
}

#container table td {
	padding: 0.3em 0.5em;
	}

#container table td.divLeft {
	border-left: 1px solid #a2a8b3;
	}

.trshaded {
	background-color: #D9E1DF;
	}

#container table tr.main_info {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	}

#container table tr.main_info td{
	padding: 0.8em;
	}

#container table.annuals td, #container table.applications td {
	font-family: "Trebuchet MS", sans-serif;
	border-bottom: 1px dotted #999;
	text-align: left;
	}

#container table.form {
	border-style: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

#container table.form td {
	text-align: left;
	padding: 0;
}

#container table.form input, #container table.form select, #container table.form textarea {
	margin: 0 10px 7px 0;
}

#container table td.thead {
	font-size: 0.8em;
	background-color: #E2E0DC;
	border-bottom: 1px solid #4D5F85;
	padding: 0.8em;
	text-align: left;
	}

#container table tr.main_info_ruled {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	}

#container table tr.main_info_ruled td{
	padding: 1.0em;
	border-top: 1px solid #4D5F85;
	}



#container table tr.cumulative td{
	padding: 0.7em 0.5em;
	line-height: 1.0em;
	border-top: 1px solid #4D5F85;
	}

#container table tr.cumulative td.left {
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}



#container table tr.ruled td{
	padding: 1.0em;
	border-bottom: 1px solid #4D5F85;
	}


#container table.holdings {
	font-family: "Trebuchet MS", sans-serif;
	text-align: left;
	}
	
#container table tr.main_info_large td{
	font-size: 1.2em;
	padding: 10px 5px 0 5px;
	text-align: center;
	}
	
#container table td.left {
	text-align: left;
}

table#changeLog {
	font-size: 1.0em;
}

table#changeLog td{
	text-align: left;
	padding: 3px;
	border-bottom: 1px dotted #a2a8b3;
}

form#privateAccounts input.text {
	padding: 5px 0;
}

/* BOTTOM NAV */
/* -------------------------------------- */

#bottomNav {
	width: 100%;
	height: 40px;
	border-top: 2px solid #FFF;
	float: left;
	display: inline;
	background-color: #336154;
	}

#bottomNav ul {
	font-family: "Trebuchet MS", sans-serif;
	list-style-type: none;
	color: #FFF;
	font-size: 11px;
	margin: 0 0 0 200px;
	}

#bottomNav li {
	line-height: 40px;
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 12px 0 12px;
	}	

#bottomNav li.first {
	border-style: none;
	}

#bottomNav li a {
	color:#FFF;
	}

#bottomNav li a:hover{
	color: #BFCDC9;
	}


/* NEWS AND NOTES */
/* -------------------------------------- */

#newsNotes {
	width: 230px;
	float: right;
	display: inline;
	margin: 0 8px 0 0;
	}

#newsNotes ul {
	list-style-type: none;
}

#newsNotes ul li {
	font-size: 1.3em;
	line-height: 1.5em;
	text-indent: -10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #960;
	}

#newsNotes ul li.titled {
	font-size: 1.5em;
	line-height: 1.0em;
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #003928;
	border-bottom: 1px solid #003928;
	padding: 10px 0 3px 0;
	text-indent: 0;
}

#newsNotes ul li.noBorder {
	border-bottom: none;
	padding-bottom: 0;
	text-indent: 0;
}

#newsNotes table {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS", "Sans-Serif";
	padding:0;
	margin:0;
	border:0;
}

#newsNotes table a {
	text-decoration: underline;
}

#newsNotes table td, #newsNotes table th {
	padding:0;
	margin:0;
	line-height: 15px;
}

#newsNotes table td {
	padding-bottom: 7px;
}

#newsNotes table th {
	color: #003928;
	border-bottom: 1px solid #003928;
	padding-bottom: 2px;
	font-size: 1.2em;
	font-weight: normal;
}

.logged {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 1.2em;
	width: 100%;
	font-family: "Trebuchet MS", "Sans-Serif";
}

#tips {
	width: 220px;
	float: right;
	clear: right;
	display: inline;
	margin: 10px 0 0;
	padding: 20px;
	background-color: #c9cfda;
	font-family: "Trebuchet MS", "Sans-Serif";
	font-size: 1.1em;
	line-height: 1.5em;
	}


/* Email Signup */
/* -------------------------------------- */

#newsNotes ul li.signup {
	background-color: #C3A060;
	border-bottom: none;
	text-indent: 0;
	padding: 10px 7px 7px 7px;
	margin-top: -5px;
}

#newsNotes ul li.signup p {
	width: 200px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	font-family: "Trebuchet MS", "Sans-Serif";
	margin-bottom: 5px;
}

#newsNotes ul li.signup form {
	font-size: 11px;
	line-height: 15px;
	font-family: "Trebuchet MS", "Sans-Serif";
	padding-left: 10px;
	margin:0;
	color: #222;
}

#newsNotes ul li.signup form input, #newsNotes ul li.signup form select {
	font-size: 11px;
	color: #444;
	clear: both;
	margin-bottom: 10px;
}

#newsNotes ul li.signup form input.checkbox {
	margin-bottom: 0;
}

#newsNotes ul li.signup form label {
	margin-bottom: 5px;
}

#newsNotes ul li.signup a {
	color: #FFF;
}

#newsNotes ul li.signup a:hover {
	color: #333;
}

.hidden {
	display: none;
}

/* SPHIDER STYLING */
/* -------------------------------------- */

#container table.searchForm {
	border-style: none;
	background-color: #BFCDC9;
}

#container table.searchForm td {
	text-align: left;
	padding: 20px;
}

div#results p {
	font-family: "Trebuchet MS", "Sans-Serif";
	margin: 0 0 1.2em 0;
}


/* ADMIN PANEL STYLING */
/* -------------------------------------- */

#newsNotes ul.admin {
	font-family: "Trebuchet MS", "Sans-Serif";
}

#newsNotes ul.admin li {
	border-style: none;
	padding: 0;
}

#newsNotes ul.admin li.titled {
	border-bottom: 1px solid #003928;
	padding: 1.0em 0 0.5em 0;
	margin: 0 0 1.0em 0;
	text-indent: 0;
	}

#container form.adminEdit {
	width: 500px;
	background-color: #dce1da;
	padding: 20px;
	margin: 0 0 4.0em 0;
	clear: left;
	}

#container form.adminEdit p {
	font-family: "Trebuchet MS", "Sans-Serif";
	width: 500px;
}

#container form.adminEdit input, #container form.adminEdit textarea {
	margin: 0 0 1.0em 0;
	width: 450px;
	}

#container form.adminEdit select {
	margin: 0 0.6em 1.0em 0;
}

#container form.adminEdit input.submit {
	margin: 0;
	width: 200px;
}
	
#container form.adminEdit h2 {
	width: 500px;
	color: #003928;
	}

#container form.adminEdit h4 {
	width: 500px;
	}

#container form.warning {
	background-color: #F66;
	color: #000;
}

p.message {
	background-color: #dbf3c4;
	color: #000;
	padding: 10px;
	width: 520px;
}

p.warning {
	background-color: #F66;
	color: #000;
	padding: 10px;
	width: 520px;
}

p.warning a {
	color: #000;
	text-decoration: underline;
}

#container form.adminEdit input.file {
	margin: 0 1.0em 1.0em 0;
	width: 300px;
	}

label.error, .validation-advice {
	font-family: "Trebuchet MS", "Sans-Serif";
	color: #F66;
	margin-top: -5px;
	padding: 0 0 10px 0;
	display: block;
}

form.adminEdit .validation-advice {
	font-size: 1.2em;
}

input.error, textarea.error, .validation-failed {
	color: #FFF;
	background-color: #F66;
	border-color: #F66;
}

#privateAccounts td {
	vertical-align: top;
}

#newsSpacer {
	width: 255px;
	height: 500px;
	float: right;
	display: inline;
	margin: 5px 0 0;
	}

a.pdf {
	background-image: url(../images/global/pdf_icon.gif);
	background-repeat: no-repeat;
	padding: 0 0 0.7em 1.6em;
}

div.check_holder {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#container form.adminEdit div.check_holder input {
	width: 1.0em;
	margin: 0;
	padding: 0;
}

.left {
	text-align: left;
}

div#sortableList div {
	cursor: move;
	padding: 6px 30px 6px 6px;
	margin: 3px 0px;
	border: 1px solid #000000;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #dce1da;
	background-image: url(../images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	width: 400px;
}


/* Video Page */
/* -------------------------------------- */

object {
	display: block;
	margin-bottom: 25px;
}

.videoNav a.current {
	color: #333333 !important;
}

#mediaplayer p {
	color: #003928;
	background-color: #dbf3c4;
	padding: 15px;
	font-family: "Trebuchet MS","Sans-Serif";
    font-size: 1.4em;
    line-height: 1.3em;
    width: 510px;
}