﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #415968;
	background-color: #ffffff;
	background-image: url(../Images/bg_Body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}


/* ELEMENTS */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
}

h3 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 22px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}

h4 span {
	font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}

h6 {
}

img {
	border: none;
}

p {
	margin-bottom: 15px;
}

ul {
	list-style: none;
}

/* STYLES BY SITE STRUCTURE */

/* This div contains the entire site structure - use it to set the width of the layout and to center it if necessary */
div.CenteringWrapper {
	width: 957px;
	margin: 24px auto 0px auto;
}

div.LayoutWrapper {
	float: left;
	width: 955px;
	border: 1px #415968 solid; /*background-image: url(../Images/bg_LayoutWrapper.gif); 	background-position: 0 155px; 	background-repeat: no-repeat;*/
}

/* This div is the top header area - it contains any top navigation, the logo, and the main page image;
If the logo and header image are combined, that image should go here */
div.TopWrapper {
	float: left;
	width: 955px;
	height: 107px;
	margin-bottom: 80px;
}

/* IF YOUR LAYOUT INCLUDES A HORIZONTAL TOP NAVIGATION, COPY THE STYLES FROM "TopNav.css" HERE */

/* This div contains the h1 and logo image;
If the logo is combined with the header image, place a logo image for print here and hide it in the screen styles */
div.LogoHolder {
	float: left;
	position: relative;
	width: 955px;
	height: 84px;
}

div.LogoHolder h1 {
	display: block;
	float: right;
}

div.LogoHolder div.LogoHolder_SubSite {
	position: absolute;
	top: 16px;
	left: 51px;
}

*html div.LogoHolder div.LogoHolder_SubSite {
	top: 16px;
}

div.LogoHolder div.LogoHolder_SubSite h1 {
	float: left;
}

/* This div contains the middle area of the site, which holds the left hand navigation area (if needed) and the main content areas */
div.MiddleWrapper {
	float: left;
	display: inline;
	width: 955px;
	padding-bottom: 75px; /*margin-left: 114px; 	padding: 49px 0 0 0; 	border-top: 1px solid #000; 	border-bottom: 1px solid #000;*/
}

/* This div holds the home page content and imagery for all sites. Look to the site-specific styles for each site's background image */
div.HomeImageHolder {
	float: left;
	width: 367px;
	min-height: 257px;
	height: auto !important;
	height: 257px;
	padding: 0 435px 0 153px;
	font-size: 12px;
	line-height: 18px;
}

/* This div is the column for any left hand navigation or imagery */
div.LeftNavColumn {
	float: left;
	width: 251px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin-right: 20px;
	padding-left: 52px;
}

div.LeftNav h2 {
	font-size: 14px;
	margin-bottom: 14px;
}

div.LeftNav ul {
	padding: 0px 0px 15px 0px;
}

div.LeftNav ul ul {
	padding: 0px 0px 0px 0px;
}

div.LeftNav h4 {
	margin-bottom: 5px;
}

div.LeftNav li {
	margin-bottom: 3px;
}

ul.leftNavDocuments ul {
	margin: 0 0 0 10px;
}

ul.leftNavDocuments li {
	/*Comment this out for the menuitem navs*/ /*background-image: url(../Images/leftNav_bullet.gif); 	background-position: 0px 5px; 	background-repeat: no-repeat; 	padding: 0 0 0 9px; */
}

.leftNavBullets {
	/*background-image: url(../Images/leftNav_bullet.gif); 	background-position: 0px 5px; 	background-repeat: no-repeat; 	padding: 0 0 0 9px;*/
}

ul.leftNavDocuments .leftNavDocumentsPages li {
	/*background: url(../Images/leftNav_bullet.gif) no-repeat 0px 5px;*/
	padding: 0 0 0 9px;
}

ul.leftNavDocuments li.active {
	/*background-image: url(../Images/leftNav_bullet_active.gif);*/
}

ul.leftNavDocuments ul li a {
	font-weight: normal;
}

ul.leftNavDocuments li.active a {
	text-decoration: underline;
}

div.LeftNav a {
	text-decoration: none;
}

div.LeftNav a:hover {
	text-decoration: none;
}

div.LeftNav a.active, div.LeftNav a.active:hover {
}

/* IF YOUR LAYOUT INCLUDES A VERTICAL LEFT-HAND NAVIGATION, COPY THE STYLES FROM "LeftNav.css" HERE */

/* This div contains the main content areas of the site */
div.MainContentColumn {
	float: left;
	width: 632px;
}

div.MainContentHolder {
	float: left;
	width: 324px;
	min-height: 254px;
	height: auto !important;
	height: 254px;
}

div.PageTitleHolder {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.ContentHolder01 {
	float: left;
	width: 324px;
}

div.ContentHolder02 {
	float: left;
	width: 600px;
}

div.MainContentHolder ul {
	margin-bottom: 15px;
}

div.MainContentHolder ul li {
	margin-bottom: 4px;
	padding-left: 15px;
	text-align: justify;
	background: url(../Images/bullet_Dash01.gif) no-repeat 0 6px;
}

div.MainImageHolder {
	float: left;
	width: 238px;
	padding: 0px 0px 0px 70px;
}

/* This div contains the bottom area of the site, which holds the copyright information and any footer navigation if it is outside of and below the content area */
div.BottomWrapper {
	float: left;
	display: inline;
	width: 949px;
	padding: 7px 0 50px 6px;
}

/* This div contains the copyright information */
div.CopyrightHolder {
}

/* This div contains the footer links */
div.FooterNav {
}

/* Investor Log-In Form */
ul.InvestorLogInFormList {
	width: 151px;
}

ul.InvestorLogInFormList input.TextBox01 {
	width: 147px;
	margin-bottom: 10px;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #6b7982;
}

ul.InvestorLogInFormList label {
	font-weight: normal;
	line-height: 15px;
}

ul.InvestorLogInFormList a {
	color: #333;
}

ul.InvestorLogInFormList a.ForgotPasswordLink {
	color: #858585;
	line-height: 41px;
}

/* Content Tables */
table.ContentTable01 {
	width: 95%;
}

table.ContentTable01 td, table.ContentTable01 th, table.ContentTable02 td, table.ContentTable02 th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

table.ContentTable01 tr.OddRow td, table.ContentTable02 tr.OddRow td {
	background: #eaeaea;
}

table.ContentTable01 td br, table.ContentTable02 td br {
	margin-bottom: 10px;
}

table.ContentTable01 tr.OddRow td table, table.ContentTable02 tr.OddRow td table {
	margin: 10px 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

table.ContentTable01 tr.OddRow td table td, table.ContentTable02 tr.OddRow td table td {
	background: #fff;
}

table.ContentTable01 tr.OddRow td table tr.OddRow td, table.ContentTable02 tr.OddRow td table tr.OddRow td {
	background: #eaeaea;
}

td.DateCell {
	width: 80px;
}



table.ContentTable02 {
	width: 100%;
}

table.ContentTable02 td {
	width: 50%;
}



/*
div.ContactUsFormHolder {
	float: left;
	width: 487px;
}

div.ContactUsRightContent {
	float: left;
	width: 284px;
	padding-left: 70px;
}

table.ContactUsFormTable {
	margin-bottom: 45px;
}

table.ContactUsFormTable td {
	background: #a2aaab;
	border-right: 2px solid #fff;
}

table.ContactUsFormTable td.Left, table.ContactUsFormTable td.TopLeft, table.ContactUsFormTable td.BottomLeft {
	text-align: right;
	padding: 2px 9px 0 0;
	width: 110px;
}

table.ContactUsFormTable td.Middle {
	padding: 6px 20px 2px 20px;
	width: 231px;
}

*html table.ContactUsFormTable td.Middle {
	padding: 6px 20px 0px 20px;
	width: 231px;
}

table.ContactUsFormTable td.TopLeft {
	background: #a2aaab url(../Images/bg_TableCorner_TL.gif) no-repeat top left;
}

table.ContactUsFormTable td.TopRight {
	padding-top: 7px;
	padding-left: 20px;
	width: 80px;
	background: #a2aaab url(../Images/bg_TableCorner_TR.gif) no-repeat top right;
}

*html table.ContactUsFormTable td.TopRight {
	padding-top: 10px;
}

table.ContactUsFormTable td.BottomLeft {
	vertical-align: top;
	padding-top: 6px;
	background: #a2aaab url(../Images/bg_TableCorner_BL.gif) no-repeat bottom left;
}

table.ContactUsFormTable td.BottomRight {
	width: 80px;
	background: #a2aaab url(../Images/bg_TableCorner_BR.gif) no-repeat right bottom;
}

table.ContactUsFormTable input.TextBox01 {
	float: left;
	width: 227px;
	padding: 2px;
	font-size: 11px;
}

table.ContactUsFormTable textarea.TextBox01 {
	width: 227px;
	height: 83px;
	padding: 2px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
}
*/

table.InvestorTable td {
	width: 50%;
}

table.InvestmentTable {
	width: 100%;
}

table.InvestmentTable td {
	width: 50%;
}

*html table.ContactUsFormTable textarea.TextBox01 {
	width: 229px;
}

/* Bio Pages */
div.BioContentHolder ul {
	margin-bottom: 15px;
}

div.BioContentHolder ul li {
	margin-bottom: 4px;
	padding-left: 15px;
	background: url(../Images/bullet_Dash01.gif) no-repeat 0 6px;
}

div.MainContentHolder ol {
	margin-left: 25px;
}

div.sub_point {
	margin-left: 20px;
}

/* Error Panel/Error Messages/Required Fields */

.required, .Required {
	color: Red;
}

div.PRInfo {
	margin-top: 100px;
}

div.InvestmentHolder {
	padding-bottom: 30px;
}

div.InvestmentHolder h3 {
	display: block;
	margin-bottom: 14px;
	border-bottom: none;
}

div.ContentScroll {
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.MainContentHolder ul.NewsYearList {
}

div.MainContentHolder ul.NewsYearList li {
	float: left;
	background-image: none;
	padding-left: 8px;
	text-align: justify;
}

div.MainContentHolder ul.NewsYearList .active a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.YearStyle {
	font-weight: bold;
	float: left;
}

div.MainContentHolder ul.DocType li
{
    list-style:none;
    list-style-type:none;
    background:none;
}
