/*---[ Details ]---------------------------------------
Site: www.foobar.com
Author: Lee Powell
Contact: lee.powell@soup.co.uk
Date Created: 24.03.2007
Date Modified: 08.05.2007
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] Yahoo CSS Reset
[02] HTML / Body
[03] Anchors
[04] Images
[05] Headings
[06] Lists
[07] Forms
[08] Tables
[09] Phrase Elements
[10] Misc Inline
[11] Misc Block
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/

/* [01] Yahoo CSS Reset 
   [http://developer.yahoo.com/yui/reset/#code]
-------------------------------------------------------*/
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, strong, 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;
	}
	
h2 a, h2 a:visited {text-decoration:none;}

h2 a:hover{font-weight:bold;text-decoration:none;}/**/	

q:before, q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}
	
/* [02] HTML / Body
-------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px */
	font-weight: normal;
	line-height: normal;
	color: #414953;
	text-align: left;
	background: #FFF;
	word-spacing: 0.1em;
	margin:auto;
	padding: 0;
	background: none;
	}

/* [03] Anchors
-------------------------------------------------------*/
a {
	color: blue;
/* Removes dotted outline from Firefox anchors */
	outline: none;
	}
/*a:link, a:visited {
	text-decoration: none;
	}
*/a:hover, a:active {
	text-decoration: underline;
	}

/* [04] Images
-------------------------------------------------------*/
img {
	border: none;
	}

/* [05] Headings
-------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px;
	}
h1 {
	font-weight:400;
}

h1 {margin-left:20px; font-size:2em;  margin-bottom:15px;}

h2 {
	font-size:1.416em;
	font-weight:normal;
}

h3 {
	font-size:1.2727em;  /*14px based on 11px base fontsize */
}

h4 {
	background:#A8B7C1 none repeat scroll 0% 0%;
	color:#FFFFFF;
	display:inline-block;
	padding:3px 5px;
}
/* [06] Lists 
-------------------------------------------------------*/
dl, ol, ul {
	padding: 0;
	margin: 0 0 10px;
	}
ol, ul {
	list-style-position: outside;
	padding: 0 0 0 2.5em;
	}
ol {
	list-style: decimal;
	}
ul {
	list-style: square;
	}
dt {
	font-weight: bold;
	}
dd, li {
	margin: 0 0 10px;
	}

/* [07] Forms
-------------------------------------------------------*/
form {
	padding: 0;
	margin: 0 0 10px;
	}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
legend {
	font-weight: bold;
	margin: 0;
/* Padding is used instead of margin for Safari */
	padding: 0 0 10px;
/* IE/Win sets color to blue */
	color: #000;
	}
label {
	margin: 0 10px 0 0;
	}
input, select {
	margin: 0 10px 0 0;
	font-size: 1em;
	}
optgroup {
/* Not all browsers can support styling of this element */
	font-style: normal;
	font-weight: bold;
	margin: 10px 0 0;
	color: #CCC;	
	}
option {
/* Padding for Firefox */
	padding: 0 10px;
	color: #000;
	}
textarea {
	display: block;
	margin: 10px 0 0;
	width: 30em;
	height: 6em;
	}
button {
	font-size: 1em;
	}

	

/* [08] Tables
-------------------------------------------------------*/
table {
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #666;
	}
caption {
	text-align: left;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	}
thead th, thead td {
	border-bottom: 2px solid #666;
	border-right: 1px solid #666;
	background: #999;
	color: #FFF;
	font-weight: bold;
	}
td, th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	}
tbody {
	background-color: #FFF;
	border: 1px solid #666;
	}
tbody td {
	border-bottom: 1px solid #666;
	}
td {
	border-right: 1px dotted #666;
	}
tfoot {
	font-style: italic;
	font-size: 0.8em;
	}
tfoot td {
	text-align: right;
	border: none;
	}

/* [09] Phrase Elements
-------------------------------------------------------*/
abbr, acronym {
	border: none;
	}
cite {
	font-style: italic;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
dfn {
	font-style: normal;
	}
code, kbd, samp {
	font-family: monospace;
	}
var {
	font-style: italic;
	}

/* [10] Misc Inline
-------------------------------------------------------*/
q {
	font-style: italic;
	}
del {
	text-decoration: line-through;
	}
ins {
	text-decoration: none;
	}
sub {
	vertical-align: sub;
	}
sup {
	vertical-align: super;
	font-size:80%;
	}

/* [11] Misc Block 
-------------------------------------------------------*/
p {
	margin: 0 0 10px;
	}
address {
	font-style: normal;
	margin: 0 0 10px;
	padding: 0;
	}
blockquote, pre {
	margin: 0 0 10px;
	padding: 1em;
	border: 1px dotted #666;
	background-color: #DDD;
	}
pre {
/* set specific font for IE/Win */
	font-family: inherit;
	overflow: scroll;
	margin: 0 0 10px;
	}
hr {
	padding: 0;
	margin: 10px 0;
/* For IE/Win, as it displays hr as inline */
	display: block;
	}
/* [12] Header
-------------------------------------------------------*/	


/* [13] Content
-------------------------------------------------------*/	
.content-row {
	display:block;
	margin:0 0 20px 0;
}

.blog .content-row {
	margin:0 0 15px 0;
}
/* Styles for column layouts*/
.col {
	float:left;
	margin-left:20px;
	display:inline;
	margin-bottom:10px;
}
.col h2{
	border-bottom:1px solid #A8B7C1;
	display:block;
	width:100%;
	padding-bottom:7px;
}


.col .image {float:left;}
.col .copy {float:left;}

.col a:hover {color:#FFB903;}
.col .fact-sheet-items {color: #FFB903; text-decoration:none; font-size: 12px; font-weight:bold;}
.col .fact-sheet-items:hover {color: #717B85; text-decoration:none; font-weight:bold;}
.contact h3 a {text-decoration:none;}


.four p{
	/*font-size:1.1em;*/
}
.one h2{
	/*height:45px; removed on font change*/
	display:inline-table;
	vertical-align:bottom;
}
.content-row .one-wide img {
	margin-right:10px;
}

.contact {
	width:224px;
	margin-right:20px;
	margin-top:10px;
	display:block;
	float:left;	
}
.contact .contact-image {
	width:76px;
	float:left;
}

.contact .contact-copy {
	width:148px;
	float:left;
}
.contact.last {
	margin-right:0;
}
.contact img,
.col img,
.image p{
	float:left;
	clear:right;
	margin-right:13px;
}
.contact h3{
	padding-top:4px;
}
.contact a h3{text-decoration:none;}
.contact a:hover h3{color:#FFB903;}
.big-cheese {
	border-bottom:1px solid #A8B7C1; 
	padding-bottom:30px;
	background:url(../img/bg-bigcheese.jpg) 50% bottom no-repeat;
}

.big-cheese .contact{
	margin-left:248px;
	width:250px;
}
.noBottomPadding{padding-bottom:0px;margin-bottom:0px;}
.noBottomMargin{margin-bottom:0px !important;}
.bottomMargin{margin-bottom:12px;}
.byline{margin-top:0px; padding-top:0px; font-size: 100%; }
span.byline{color:#717B85; font-size:.9em; }
.withByline{margin-bottom:3px;padding-bottom:2px;}
p.shadedPara{background:#E4EBF5;color:#545E69;padding:3px 5px 3px 5px; font-size:90%;margin-top:10px;}
.news-item h4 a {color:#FFFFFF; text-decoration:none;}
.news-item h4 a:hover {color:#FFB903;font-weight:bold;	text-decoration:none;}
.collapseSummary {display:none; padding:0px 15px 0px 15px;}
a.collapseLink, a.collapseLink:active, a.collapseLink:visited {font-size:80%; text-decoration:none; color:#717B85;}
a.collapseLink:hover {text-decoration:underline; color:#FFB903}



#footer ul li,
#footer p,
#footer-block p,
div.footer p {
	font-size:0.833em; 
}


/* [14] Tables
-------------------------------------------------------*/	
table,
table tbody,
table tr,
table tr th,
table tr td {
	border:none;
}
table {
	width:100%;
}

table tr th {
	color:#FFF;
	background:#545E69;
	font-weight:bold;
}
table tr th label{
	font-weight:normal;
}
table tr.even {
	background:#E4EBF4;
}
table tr td{
	padding:6px;
}
table tr td a{
	text-decoration:none;
}
.col table tr td img{
	margin-right:3px;
}
table tr td input{
	float:right;
	margin-right:33px;
}
table tr th,
table tr td {
	vertical-align:middle;
}
table tr td.topAlign 
{
    vertical-align: top;
}

table tr td ul {margin-bottom:0px;}
table tr td ul li {padding:0px;margin-bottom:5px;}
table tr td ul li.last {margin-bottom:0px;}
p.tableDate,
p.date {
	clear:both;
}

.fundTable {
	margin-bottom:27px;
}

.fundTable td,
.fundTable th {
	text-align:right;
	padding:6px;
}

.fundTable .cumFirst {
	width:100px;
	text-align:left;
}

.fundTable .annFirst {
	width:220px;
	text-align:left;
}

.fundTable .calFirst {
	width:160px;
	text-align:left;
}
/* [08] Clearfixes
-------------------------------------------------------*/
#header #navigation:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}