/* Website design by Neo Creative */
/* CSS by King Websites */

/*RESET CSS CODE */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0; 
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

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

ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* END OF RESET CSS CODE */


/* Layout */

html, body {
	background-color: #ffffff;
}

#toparea {
	margin: 0px auto 0px auto;
	width: 770px;
	height: 1.8em;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 770px;
	background: white url('images/page_bg.gif') repeat-y;
}

#header {
	width: 600px;
	height: 112px;
}

#mainpage {
	float: left;
	width: 600px;
}

#topmenu {
	width: 600px;
}

#content {
	float: right;
	width: 460px;
	background: white url('images/curve_right.gif') no-repeat top left;
	overflow: hidden;
}

#leftside {
	float: right;
	width: 140px;
	background: white url('images/curve_left.gif') no-repeat top;
}

#rightcontent {
	float: left;
	width: 170px;
	background: #ae8ab0;
}

#footer {
	width: 770px;
   clear: both;
	background: #ffffff;
}

/* Font CSS */

html, body {
	color: #330000;
	font: 100.01% verdana, arial, helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

#toplinks li a {
	color: #777777;
	font-size: 0.68em;
}

#toplinks li.active a, #toplinks li a:hover {
	color: #333333;
}

form#search {
	font-size: 0.68em;
	color: #333333;
}

#topmenu li a {
	font-size: 0.68em;
	color: #ffffff;
	font-weight: bold;
}

#topmenu li a:hover {
	color: #97cdee;
}

h2 {
	color: #f55000;
	font-weight: normal;
	font-size: 1.25em;
	padding: 10px 30px 9px 30px;
}

h3 {
	color: #f55000;
	font-weight: bold;
	font-size: 0.68em;
	padding: 10px 30px 3px 30px;
}

p {
	color: #333333;
	font-size: 0.68em;
	line-height: 1em;
}

#content p {
	padding: 4px 30px 8px 30px;
	line-height: 1.45em;
}

#content a {
	text-decoration: underline;
	color: #333333;
}

#content a:visited {
	color: #AE8AB0;
}

#content a:hover {
	text-decoration: none;
	color: #666666;
}

#content p.firstpara {
	font-size: 0.8em;
	line-height: 1.3em;
}

#content ul {
	color: #333333;
	font-size: 0.68em;
}

#leftside ul {
	font-size: 0.68em;
}

#leftside ul li ul {
	font-size: 1em;
}

#leftside a {
	color: #6d4470;
}

#leftside a:hover {
	color: #f55000;
}

#leftside li a.active {
	color: #f55000;
	font-weight: bold;
}

#leftside li ul li a.active {
	color: #f55000;
	font-weight: normal;
}

#rightcontent p {
	color: #ffffff;
	padding: 3px 6px 4px 6px;
	line-height: 1.17em;
}

.youarein {
	font-weight: bold;
	color: #6d4470;
	line-height: 1.5em;
}

h4 {
	padding: 10px 0px 3px 0px;
	margin: 0px 6px 2px 6px;
	border-bottom: 1px solid #6d4470;
}

h4.findout {
	padding-top: 0px;
}

#rightcontent p.rightlink a {
	color: #6d4470;
}

#rightcontent p.rightlink a:hover {
	color: #ffffff;
}

#rightcontent ul#publications li p {
	padding: 6px 0px 7px 0px;
}

#rightcontent p.rightlink {
	color: #6d4470;
	padding: 6px 6px 6px 6px;
}

#rightcontent p.findout_link {
	color: #ffffff;
	padding: 6px 6px 6px 6px;
}

#rightcontent p.findout_link a {
	color: #ffffff;
}

#rightcontent p.findout_link a:hover {
	color: #6d4470;
}

#rightcontent .purple {
	color: #6d4470;
	line-height: 1.15em;
}

#footer p {
	color: #777777;
	line-height: 1.2em;
}

#leftfooter li a {
	color: #777777;
	padding-right: 6px;
	line-height: 1.4em;
}

#leftfooter li a:hover {
	color: #333333;
}

/* Top Links CSS */

#toparea ul {
	float: left;
}

#toplinks li {
	float: left;
	padding-top: 4px;
}

#toplinks li a {
	padding: 3px 12px 2px 10px;
	background: white url('images/grey-bullet.gif') no-repeat left 0.59em;
}

#toplinks li.active a, #toplinks li a:hover {
	background: white url('images/orange-bullet.gif') no-repeat left 0.50em;
}

/* Search Box CSS */

form#search {
	padding-top: 0px;
}

form#search fieldset {
	float: right;
	vertical-align: top;
}

form#search label {
	float: left;
	padding: 8px 5px 2px 0px;
}

form#search input.search-field {
	margin-top: 2px;
	border: 1px solid #333333;
	vertical-align: top;
	width: 135px;
	height: 1.4em;
}

form#search .button {
	width: 26px;
	height: 18px;
	padding: 4px 2px 0px 0px;
}

/* Header CSS */

h1 {
	float: left;
	width: 600px;
}

#header p {
	float: left;
	width: 170px;
}

/* Top Navigation Menu */

#topmenu {
	background-color: #6d4470;
}

#topmenu ul {
	padding: 1px 0px 3px 0px;
}

#topmenu li {
	display: inline;
}

#topmenu li a {
	padding: 3px 8px;
}

/* Content Area */

#content {
	padding: 30px 0px 40px 0px;
}

#content ul {
	padding: 8px 30px 8px 30px;
}

#content ul li {
	line-height: 1.40em;
	padding-left: 10px;
	background: white url('images/orange-bullet.gif') no-repeat left 0.27em;
}

#content p.back_button {
	padding-top: 20px;
	color: #000000;
	font-size: 0.68em;
	line-height: 1em;
}

/* Left Menu Area  */

#leftside {
	padding: 40px 0px 15px 0px;
}

#leftside ul {
	margin-bottom: 30px;
	border-bottom: 1px solid #ae8ab0;
}

#leftside li { 
	margin: 0px 0px 3px 0px; 
	border-top: 1px solid #ae8ab0;
	line-height: 1.4em;
}

#leftside a {
	display: block;
	padding: 3px 0px 2px 0px;
	width: 140px;
	line-height: 1.2em;
}

#leftside li a.active {
	background: white url('images/orange-bullet.gif') no-repeat left 0.50em;
	width: 130px;
	padding-left: 10px;
}

/* Left Sub-Menu Additions */

#leftside ul li ul {
	margin-bottom: 8px;
	border-bottom: 0px solid #ae8ab0;
	color: #f55000;
}

#leftside ul li ul li { 
	margin: 0px 0px 2px 10px; 
	border-top: 0px solid #ae8ab0;
	line-height: 1.2em;
}

#leftside ul li ul li a {
	display: block;
	padding: 1px 0px 0px 10px;
	width: 115px;
	line-height: 1.2em;
	background: white url('images/purple-bullet-small.gif') no-repeat 0px 3px;
}

#leftside ul li ul li a.active {
	background: white;
	width: 115px;
	padding-left: 10px;
	background: white url('images/orange-bullet-small.gif') no-repeat 0px 3px;
}


/* Right Side CSS */

#rightcontent {
	padding: 2px 0px 15px 0px;
}

ul#publications li {
	clear: both;
	border-top: 1px dotted #6d4470;
	width: 158px;
	margin: 0px 6px 4px 6px;
}

ul#publications li.first {
	border-top: 0px dotted #6d4470;
}

ul#publications li img {
	float: left;
	padding: 7px 6px 20px 0px;
}

ul#publications li p {
	overflow: hidden;
}

/* Footer Area CSS */
  
#footer {
	clear: both;
	border-top: 1px solid #6d4470;
}

#leftfooter {
	float: left;
	width: 570px;
	padding: 7px 30px 20px 0px;
}

#leftfooter ul {
	width: 520px;
}

#leftfooter li {
	float: left;
	color: #777777;
	font-size: 0.68em; /* For vertical spacers */
	padding-right: 6px;
}

#leftfooter p {
	clear: left;
	padding-top: 10px;
}

#rightfooter {
	float: left;
	width: 170px;
	padding-top: 5px;
}



#rightfooter img.investforum {
	padding: 0px 0px 10px 0px;
}


.imagepad {
	padding-right: 10px;
}

/* SRI Table Data  for financial returns page */

table#SRI {
	font-size: 0.65em;
	margin: 10px 0px 20px 30px;
	table-layout: fixed;
}

table#SRI th {
	font-weight: bold;
	padding: 3px;
	background-color: #6C436F;
	color: white;
}

table#SRI th {
	border-left: 1px solid white;
}

table#SRI td {
	padding: 3px;
	margin: 2px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

table#SRI td.year {
	background-color: #AD8AAF;
	text-align: left;
	color: white;
}
table#SRI td.light {
	background-color: #C7A9C8;
	text-align: left;
	color: white;
}

/* Database Table Data  for financial returns page */

table#DATA {
	font-size: 0.68em;
	margin: 10px 0px 20px 30px;
	line-height: 1.55em;
}
/* Fund Manager Database Search Form */
/* In for_supporters/database_of_funds.html */

#content form {
	color: #333333;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 4px 30px 8px 30px;
	width: 350px;
	display: block;
}

#content form p {
	font-size: 1em;
	padding: 3px 0px;
	font-weight: bold;
}

#content form fieldset {
	width: 350px;
	display: block;
}

#content form fieldset input { 
	margin-top: 2px;
	border: 1px solid #ae8ab0;
}

#content form fieldset input.orange { 
	border: 1px solid #f55000;
	width: 120px;
	padding: 1px 3px;
}

#content form fieldset fieldset li, #content form fieldset fieldset ul { 
	background: white;
	margin: 0px;
	padding: 0px;
	line-height: 1.9em;
}

#content form fieldset fieldset li input { 
	border: 2px solid white;
	margin: 0px;
	padding: 0px;
}

#content form fieldset fieldset li label { 
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#content p span {
	font-weight: bold;
	padding-right: 4px;
}

#content h5 {
	font-weight: bold;
	color: white;
	background-color: #ae8ab0;
	padding: 4px 4px 4px 5px;
	margin: 8px 30px 3px 25px;
}

#content h6 {
	font-weight: normal;
	color: white;
	background-color: #ae8ab0;
	padding: 4px 4px 4px 5px;
	margin: 8px 30px 3px 25px;
}

#content ol {
	font-size: 0.68em;
	margin: 5px 35px 10px 30px;
	line-height: 1.45em;
	padding-left: 20px;
}

#content ol li {
	padding-bottom: 10px;
}

#content ol.issues {
	list-style: none;
	padding-left: 0px;
}

#content ol.issues li {
	margin-top: 3px;
	padding-bottom: 0px;
}

/* What's Right Form Fields */

form#whats_right ul, form#whats_right ul li {
	background: white;
	margin: 0px;
	padding: 0px;
	line-height: 1.9em;
}

form#whats_right ul {
	margin-bottom: 20px;
}

form#whats_right li {
	font-size: 1.5em;
}

form#whats_right li input {
	border: 2px solid white;
	margin: 0px;
	padding: 0px;
}

/* Newsletter Subscription */

#newsletter input#email {
	width: 148px;
	margin: 0px 4px 0px 4px;
	border: 1px solid #6d4470;
	padding: 2px 5px;
	background-color: white;
}

form#newsletter p {
	color: #6d4470;
}

#newsletter input.button {
	padding: 0px;
	margin: 0px;
	border: 0px solid black;
	background-color: #ae8ab0;
	color: #6d4470;
	font-weight: bold;
	font-size: 1.0em;
	width: 7em;
}

#newsletter input.button:hover {
	color: #ffffff;
}

/* Site Search Results CSS */

form#search_page_form {
	padding: 0px 0px 0px 30px;
	font-size: 0.68em;
	line-height: 1.15em;
	vertical-align: baseline;
	display: block;
	width: 450px;
}

form#search_page_form fieldset {
	vertical-align: top;
	display: block;
	width: 450px;
}

form#search_page_form label {
	float: left;
	padding: 6px 5px 2px 0px;
}

form#search_page_form input.search-field {
	margin-top: 2px;
	border: 1px solid #333333;
	vertical-align: top;
	width: 135px;
	height: 1.4em;
}

form#search_page_form .button {
	width: 26px;
	height: 18px;
	padding: 4px 2px 0px 0px;
	border: none;
	line-height: 1.4em;
}

#content p span.sp2_select {
	color: #6d4470;
	padding-right: 0px;
}

span.sp2_address {
	padding-top: 3px;
	padding-bottom: 8px;
	color: #f55000;
	font-size: 0.95em;
	font-weight: normal;
}

fieldset.advanced_search {
	display: block;
}

fieldset.advanced_search label {
	clear: left;
	text-align: right;
	width: 150px;
	display: block;
	margin: auto 5px;
	float: left;
	padding-top: 5px;
}

input.as_field {
	margin: 0px 0px 20px 0px;
}

/* New Left Bottom Link */

#mainpage {
	position: relative;
}

#leftside {
	min-height: 750px;
}

#left_bottom {
	position: absolute;
	bottom: 50px;
	left: 12px;
}

#left_bottom a {
	display: block;
	height: 112px;
	width: 112px;
	background: transparent url(images/whatsrightlink.gif) no-repeat 0px 0px;
}

#left_bottom a:hover {
	background: transparent url(images/whatsrightlink.gif) no-repeat 0px -112px;
}
