/*!!!*/
H4
{
	color: #1a9e0f;
	padding: 12px 20px;
}

/* !!! */
.main
{
	width: 995px;
	margin: 0 auto;
}

.header
{
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	height: 81px;
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom: 1px solid #56d912;
}

.header-first
{
	float: left;
}

.header-last
{
	float: right;
}

.header-logo
{
	margin-right: 16px;
}

.header-info
{
	
}

.header-info,
.header-info *
{
	color: white;
	font-weight: bold;
	font-size: 11px;
}

/********/

.navbar
{
	background-image: url(images/navbar-bg.gif);
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: 1px solid #1e5d35;
}

/* Navigation */

.navbar-items,
.navbar-items ul
{ 
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar-items
{
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}

.navbar-items li
{
	/*border-left: 1px solid #000;*/
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	position: relative;
	color: white;
}

.navbar-items LI.selected A,
.navbar-items LI.selected A:visited
{
	background-image: url(images/navbar-selected-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #216539 !important;
}

.navbar-seperator
{
	font-size: 1px;
	width: 1px;
	background-color: #73c36f;
	height: 21px;
}

.navbar-items li a,
.navbar-items li a:link,
.navbar-items li a:active,
.navbar-items li a:visited
{
	font-weight: bold;
	font-size: 13px;
	/*background: #565656;*/
	color: white;
	display: block;
	padding: 4px 9px 0;
	text-decoration: none;
	display: block;
	height: 25px;
	letter-spacing: -0.3px;
}

.navbar-items li a:hover
{
	/*background: #ccc;
	color: #000;*/	

}

.navbar li:hover a, 
.navbar li.sfHover a
{
	/*background: #ccc;
	color: #000;*/
}

.navbar li:hover ul a, 
.navbar li.sfHover ul a
{
	/*background: #565656;
	color: #959595;*/
	color: #4a4e56;	
}

.navbar li:hover ul a:hover,
.navbar li.sfHover ul a:hover
{
	/*background: #ccc;
	color: #000;*/
	color: #4a4e56;
}

.navbar-items ul
{
	/*background: #565656;*/
	/*border-bottom: 1px solid #000;*/
	background-color: white;
	border: 1px solid #d2ddf1;
	border-bottom: 0px;
	list-style: none;
	position: absolute;
	top: -999em;
	left: 0px;
	margin: 0 3px;
	/*width: 100%;*/
	color: #4a4e56;
}

.navbar-items li:hover ul,
.navbar-items li.sfHover ul
{
	top: 27px;
}

.navbar-items ul li
{
	border: 0;
	float: none;
	color: #4a4e56;
	height: 25px;
	border-bottom: 1px solid #d2ddf1;
	padding: 5px 9px 0;
	white-space: nowrap;
}

.navbar-items ul .menu-title
{
	font-weight: bold;
}

.navbar-items ul li a,
.navbar-items ul li a:link,
.navbar-items ul li a:active,
.navbar-items ul li a:visited
{
	/*border: 1px solid #000;*/
	/*border-bottom: 0;*/
	/*padding: 5px;*/
	/*width: 80px;*/
	/*white-space: nowrap;*/
	color: #4a4e56;
	padding: 0px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

.navbar-items ul a:hover
{
	/*background: #ccc;
	color: #000;*/
	color: #4a4e56;
}


/********/

.main-content
{
	padding: 2px;
}

.main-content .layout-table
{
	width: 990px;
	/*!!!*/
	/*background-color: pink;*/
}

.main-content .layout-table .menu
{
	width: 267px;
	border: 1px solid #dee2ff;
	vertical-align: top;
}

.menu .menu-title
{
	color: #008431;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid white;
	border-bottom: 1px dotted #dee2ff;
	background-image: url(images/menu-top-gradient.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 5px 16px 0;
	height: 31px;
}

.menu UL
{
	/*list-style-image: url(images/bullet-arrow-right.gif);*/
	list-style: none;
	padding: 0px;
	margin: 0px
}

.menu UL LI
{
	border-bottom: 1px dotted #dee2ff;
	color: #285dc4;
}

.menu UL LI DIV
{
	height: 29px;
	padding: 9px 32px;
	color: inherit;
	background-image: url(images/bullet-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 17px 13px;
}

.menu UL LI DIV A,
.menu UL LI DIV A:active,
.menu UL LI DIV A:visited
{
	margin: 0px;
	text-decoration: inherit;
	color: inherit;
}

.menu UL.menu-sub
{
	padding-bottom :5px;
	padding-left: 10px;
}


.menu UL.menu-sub LI
{
	font-size: 11px;
	color: #565a61;
	border: 0px;
	padding: 0px;
}

.menu UL.menu-sub LI DIV
{
	font-size: inherit;
	color: inherit;
	height: 18px;
	padding: 3px 32px;
	background-image: url(images/bullet-arrow-right-sub.gif);
	background-repeat: no-repeat;
	background-position: 17px 8px;
	
}

.menu LI.selected
{
	background-image: url(images/menu-selected-bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #dee2ff;
	border-bottom: 1px solid #dee2ff;
}

.menu LI.selected DIV
{
	font-weight: bold;
	background-image: url(images/bullet-arrow-right-selected.gif);
	background-position: 17px 11px;
	padding: 7px 32px;
	height: 28px;
}

.menu LI.selected .menu-sub LI
{
	background-image: none;
}

.menu .icon-list-title
{
	padding: 5px 18px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/iconlist-title-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #e9e9e9;
	height: 28px;
	color: #4a4e56;
}

.menu .icon-list LI
{
	/*background-image: none;*/
	background-repeat: no-repeat;
	color: #4a4e56;
}

.menu .icon-list LI DIV
{
	padding: 9px 10px 0 50px;
	background-repeat: no-repeat;
	background-position: 17px 9px;
	color: inherit;
}

.icon-list .investor-kit DIV
{
	background-image: url(images/icon-investor-kit.png);
}

.icon-list .printer-friendly DIV
{
	background-image: url(images/icon-printer-friendly.png);
}

.icon-list .email-page DIV
{
	background-image: url(images/icon-email-page.png);
}

.icon-list .email-alerts DIV
{
	background-image: url(images/icon-email-alerts.png);
}

.icon-list .rss-feed DIV
{
	background-image: url(images/icon-rss.png);
}

/* Content Area */
.content
{
	vertical-align: top;
	padding-left: 2px;
}

.content-header-wrapper
{
	background-image: url(images/tree.gif);
	background-position: right 35px;
	background-repeat: no-repeat;
	padding-bottom: 43px;
	margin-right: 240px;
}

.content-header
{
	background-image: url(images/content-top-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
}

.content-header-bottom
{
	background-image: url(images/content-top-gradient-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.styled-list
{
	margin: 0px;
	padding: 0 22px;
}

.styled-list LI
{
	padding: 0 11px;
	list-style-image: url(images/bullet-arrow-right.gif);
	font-weight: bold;
	color: #4a4e56;
	/*height: 17px;*/
}

.content-body
{
		border-right: 1px solid #d1d4d9;
		border-bottom: 1px solid #d1d4d9;
}

.content-body-title
{
	background-color: #DEE2FF;
	padding-top: 16px;
	margin-bottom: 13px;
}

.content-body-title DIV
{
	height: 27px;
	display: inline-block;
	-display: inline;
	background-image: url(images/fold.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 14px;
	margin-right: -2px;
}

.content-body-title DIV H6
{
	color: white;
	background-color: #8c95a1;
	height: 27px;
	height: 27px;
	padding: 7px 14px;
	display: inline-block;
	-display: inline;
	
}

.content-body-title DIV.selected
{
	background-image: url(images/fold-selected.gif);
}

.content-body-title DIV.selected H6
{
	background-color: white;
	color: #1A9E0F;
	
}

.content-section
{
	padding: 10px;
}

.content-section-title
{
	background-image: url(images/content-section-header-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #d1d4d9;
	border-bottom: 1px solid #d1d4d9;
	height: 24px;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 11px;
}

.content-section P
{
	padding: 4px 8px;
	line-height: 17px;
	margin-bottom: 0;
}

.content-section .styled-list
{
	margin: 18px 0;
}

.content-section .styled-list LI
{
	margin-bottom: 11px;
}

.simple-data-table
{
	border: 1px solid #dee2ff;
	margin-bottom: 2px;
}

.simple-data-table TD
{
	border-bottom: 1px solid #dee2ff;
	height: 20px;
	padding: 0 17px;
	color: #4A4E56;
	font-weight: bold;
}

.simple-data-table .odd
{
	background-color: #e9f7ea;
}

.simple-data-table .even
{
	background-color: #ffffff;
}

.simple-data-table .odd TD,
.simple-data-table .even TD
{
	height: 17px;
	font-weight: normal;
	padding: 0 6px;
	border-right: 1px solid #dee2ff;
}

.homepage-banner
{
	width: 725px;
	height: 174px;
	background-image: url(images/hp-banner-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px 20px;
	color: white;
}

.homepage-banner h4
{
	color: #236b3c;
	padding: 0px;
}

.homepage-banner P
{
	color: white;
	font-size: 14px;
	line-height: 17px;
}

.hp-banner-panel
{
	width: 186px;
	height: 98px;
	background-image: url(images/hp-banner-panel.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
}

.hp-banner-panel-content *
{
	font-size: 14px;
	color: #1A9E0F;
}

.hp-banner-panel H5
{
	color: #1A9E0F;
	font-size: 19px;
	margin-bottom: 8px;
}

.panel-seperator
{
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #dde2ff;
	width: 2px;
}

.panel
{
	background-image: url(images/panel-top-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.panel-body
{
	background-image: url(images/panel-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	-height: 135px;
	min-height: 135px;
	padding: 10px 18px;
	position: relative;
}

.panel H5
{
	color: #1a9e0f;
	border: 1px solid white;
}

.panel P
{
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
	margin-top: 5px;
}
.panel .read-more,
.panel .read-more:visited
{
	color: #285DC4;
	text-decoration: none;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
}

.panel-button-row
{
	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 9px;
}

.panel-button-row .arrow-button
{
	position: absolute; 
	top: -20px; 
	right: 0px;
	
}
