/* New Carbon Economy  - Main Stylesheet */


/* General Styles */


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

body {
	font-family:"Times New Roman", Times, serif, Garamond;
	font-size: 11pt;
	text-align:center;
	overflow: -moz-scrollbars-vertical; 
}

#page_wrapper {
	background-image: url(../images/sides.jpg);
	background-repeat: repeat-y;
	width: 810px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #4d4d4f;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6f9937;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}


/* Styling the Banner and Top Menu*/

#page_wrapper #banner {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width: 810px;
}

#page_wrapper #banner h1 a{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat; 
	height: 69px;
	width: 500px;
	margin-left: 63px;
	padding-top: 43px;
	margin-bottom: 13px;
	text-indent: -99999px;
	background-position: left bottom;
	float: left;
}

#search_form {
	padding-top: 53px;
	width: 200px;
	float: left;
}

#search_form h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #767676; 
	margin-bottom: 3px;
	padding-bottom: 0;
}

#search_form #q {
	border: 1px solid #767676;
}	

#search_form #sitesearch {
	display: none;
}

#search_form #gobutton {
	color: #ffffff;
	background-color: #767676;
	border: 1px solid #999999;
	font-size: 80%;
}

/* Styling the Menu */

#main_menu {
	clear: both;
	width: 764px;
    margin-left: 22px;
	background-color: #8cc63e;  /* green */
	border: 1px solid #c9c8c8;
	min-height: 30px; 
}

#main_menu ul {
	list-style-type: none;
	width: 760px;
	border: 1px solid #ffffff;
	min-height: 28px;
	padding-left: 2px;
}

#main_menu li {
	display: inline;
	float: left;
	margin-left: 8px;
	background-color: #8cc63e;  /* green */
}

#main_menu #first_item {
	margin-left: 22px;
}

#main_menu li a {
	display: block;
	text-decoration: none;
	background-color: #8cc63e;  /* green */
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 5px;
	margin-right: 12px;
}

#main_menu li a:hover {
	background-color: #b4da82;  /* lighter green */
	color: #4c4d4f;
}

#banner_image {
     width: 764px;
	 height: 136px; 
	 margin-left: 23px;
	 border-bottom: 1px solid #c9c8c8;
}

#banner_image img {
	width: 762px;
	height: 134px;
	border: 1px solid #ffffff;
}

/* Styling the Home Page Content */

#primary_content {
	margin-left: 63px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 12px;
	width: 410px;
	border-right: 1px solid #c9c8c8;
	float: left;
	color: #767676;
}

#primary_content p {
	margin-bottom: 15px;
}

#secondary_content {
	width:285px;
	float: left;
	padding-top: 28px;
	color: #767676;
}

#secondary_content p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

#secondary_content .quotation {
	font-style:italic;
	color: #8cc63e;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0;
}

#secondary_content .bottom_border {
	border-bottom: 1px solid #C8C8C8;
}

/* Styling Content for the Other Pages */

#all_content {
	margin-left: 63px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 10px;
	width: 690px;
	color: #767676;
	min-height: 260px;
}

#all_content p {
	margin-bottom: 15px;
}

.pic_caption {
		padding-top: 10px;
	line-height: 67px;
	padding-left: 87px;
}

.board_member {
	padding-top: 10px;
	float: left;
}

.board_member img {
	border: 1px solid #C8C8C8;
}

.clear_both {
	clear: both;
}


.morebutton {
	color: #88c74d;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 12px;
	background: url(../images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.morebutton:hover {
	color:#666666;
	text-decoration: none;
}

#all_content ul, #all_content ol {
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 15px;
}

#all_content ol {
	margin-left: 25px;
}

.less_padding {
	padding-top: 5px;
}

/* Styles Specific to the Fund page */

#performance_potential {
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 42px;
}

#fund_structure {
	margin-top: 30px;
}

#fund_structure p {
	text-align: center;
}

/* Styles Specific to the News & Media page */

#under_construction {
	line-height: 120px;
}

/* Styling the footer */

#page_wrapper #footer_wrapper {
	clear: both;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 810px;
	min-height: 60px;
}

#footer {
	width: 762px;
	margin-left: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #8cc63e; 
	padding-top: 10px;
	min-height: 10px;
}

#footer #copyright {
	width: 450px;
	float: left;
	margin-left: 37px;
}

#footer #footer_menu {
	list-style-type: none;
}

#footer #footer_menu li {
	display: inline;
	float: left;
}

#footer #footer_menu a {
	display: block;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
} 

#footer #footer_menu .no_border {
	border: 0;
}

#footer #footer_menu a:hover {
	color: #4c4d4f;
}

