body
{
	font-size: 75%;
	font-family:Arial, sans-serif;
	line-height:1.6em;
}
*
{

	padding:0;
}
img
{
	border:none;
}
ul 
{
	/*font-size:1em;*/
	color:#666666;
}
ul li 
{
	/*font-size:1em;*/
	color:#666666;
	margin-left:15px;
	text-decoration:none;
}
ul li a
{
	/*font-size:1em;*/
	color:#666666;
	text-decoration:none;
}
ul li a:hover
{
	/*font-size:1em;*/
	color:#000000;
	text-decoration:underline;
}

ol li 
{
	/*font-size:1em;*/
	color:#666666;
	margin-left:20px;
	text-decoration:none;
}
select,textarea
{
	font-size:1.0em;
}
textarea{font-family:Arial,sans-serif;}
div.wrapper
{
	width:980px;
	margin:0px auto;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	/*font-size:1.1em;*/
	/*position:relative;*/
	background-color:#ffffff;
}
/*****************Global Navigation******************/
div.header
{
	width:980px;
}

/*****************eND Global Navigation******************/
div.breadcrumb
{
	clear:both;
	padding: 3px 0px 5px 15px;
	margin:0px 0px 1px 0px;
	font-size:0.9em;
	color:#666666;
	border-bottom:solid 1px #cccccc;
}
div.breadcrumb a,div.breadcrumb a:visited
{
	color:#666666;
	text-decoration:none;
}
div.breadcrumb a:hover,div.breadcrumb a:active
{
	color:#666666;
	text-decoration:underline;
}
div.breadcrumb span.current
{
	font-weight:bold;
}

.SearchWrapper {float:right; padding:0px 0px; width:223px;}
.Search {height:18px; width:210px;}  
.SearchButton {float:left; margin:0 0 0 3px;} 
 

.SearchWrapperHome {margin:6px 0 0 15px; width:330px;}
.SearchHome {height:18px; width:215px;}  
   
 
         
/*****************Banner******************/
div.banner
{	
	/*display:table;*/
	width:980px;
	height:67px;/*CH added*/
	overflow:hidden;/*CH added*/
	background-color:#36491b;
	margin-bottom:1px;
	position:relative; /*CH added*/
}
div.banner h2
{
	color:#ffffff;
	font-size:1.3em;
	/*margin:35px 0px 0px 14px;*/
	/*float:left;*/
	position:absolute;/*CH added*/
	bottom:10px;/*CH added*/
	left:14px;/*CH added*/
}
div.banner div.photo
{
	float:right;
	background-image:url(/images/banner_dots.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 11px;
}
/*****************End Bannner******************/
div.contentArea
{		
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	width:100%;
	position:relative;
}
div.secNavigation
{
	width:201px;
	overflow-x:hidden;
	background-color:#969e77;
	padding:30px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	padding-bottom:150px;
	font:14px tahoma; 
}
div.secNavigation div.logo
{
	position:absolute; /*against div.contentArea*/
	bottom:0px;
	left:0px;
	z-index:100;
	width:201px;
	height:117px;
	overflow-x:hidden;
	background-image:url(/images/2nav_imagesbgdown.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*all other div.secNavigation styles are in menu.css*/

/*****************Body Content******************/
div.bodyContent
{
float:left;

overflow-x:hidden;
padding:22px 22px 20px 22px;
margin:0px 0px 0px 0px;
background-color:#ffffff;
/*font-size:0.9em; *//*CH added*/
}
div.bodyContent div.contentdivider
{
padding:0px 0px 0px 0px;
margin:10px 0px 10px 0px;
background-image:url(/images/content_devider.gif);
background-position:left center;
background-repeat:repeat-x;
}
div.bodyContent h3
{	
	font-size:1.3em;
	line-height:1.4em;/*CH added*/
	color:#344a1b;
	padding:3px 0px 0px 0px;
}
div.bodyContent h4
{
	color:#cccccc;
}
div.bodyContent p
{
margin-top:0em;
margin-bottom:1.3em;
color:#666666;
padding:0px 0px 0px 0px;
}
div.bodyContent p.intro
{
	color:#83360f;
	font-size:1.1em;
	font-family: Georgia;
	font-weight:bold;/*CH changed from regular*/
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:1.6em;/*CH added*/
}
div.bodyContent img.photo
{
float:left;
margin:0px 27px 15px 0px;
padding:2px;
border:1px solid #97a955;
}


/*****************Body Content Column Widths******************/
div.contentArea.twoColumn
{
	background-image:url(/images/content_bg_2col.gif);
	background-repeat:repeat-y;
}
div.contentArea.threeColumn
{
	background-image:url(/images/content_bg_3col.gif);
	background-repeat:repeat-y;
}
div.contentArea.twoColumn div.bodyContent
{
	width:700px;
	overflow-x:hidden;
}
div.contentArea.threeColumn div.bodyContent
{
    width:400px;
	overflow-x:hidden;
}

/*****************footer area******************/
div.footer
{   
	clear:both;
	background-color:#ffffff;
	margin:-1px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	color:#6f6f65;
	border-top:1px solid #cccccc;
	border-bottom:6px solid #364a19;
	/*position:absolute;*/
	font-size:0.9em;
}
div.footer p
{
	padding:.5em 0em .5em 1.5em;
}
div.footer a
{
	text-decoration:none;
	color:#6f6f65;
	padding-left:1px;
}
div.footer a:hover
{
	text-decoration:underline;
	color:#000000;
}
/*****************miscellaneous******************/
div.clearFix
{
	clear:both;
	width:100%;
}
/*****************End miscellaneous******************/
/*****************Detail usejavascript******************/


/*****************End Detail usejavascript******************/

/*****************content formdhtml******************/
div.content
{
	float:left;
	display:table;
	width:720px;
}
div.containContentdevider
{
	width:696px;
	overflow-x:hidden;
	margin:10px 0px 10px 0px;
	border-top:solid 1px #cccccc;
	clear:both;
}
/*****************news pagedetail******************/
div.news
{
	display:table;
	/*border-bottom:solid 1px #cccccc;*/
}
div.newsdate
{   
	float:left;
	width:80px;
	color:#36491a;
	font-weight:normal;
	padding:7px 0px 7px 0px;
	margin:0px;
}
div.newsdescription
{    
	float:left;
	width:550px;
	overflow-x:hidden;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:7px 0px 7px 0px;
	margin:0px 0px 0px 20px;
}
hr {border:solid 1px #d4d4d4; }
div.newsdescription a
{
	color:#0167B2;
	text-decoration:none;
}

div.newsdescription p
{
	
}
div.newsdescription p.lable
{
	/*color:#666666;
	text-decoration:none;
	padding-top:4px;*/
}
div.newsdescription a:hover
{
	color:#000000;
	text-decoration:underline;
}
.news {margin-left:8px;}


.NewsListTitle  {margin:0 0 12px 0; font:bold 12px Arial, Helvetica, sans-serif;}
.pagingTop      {background-color:#e8e8e8; padding:4px 8px;}
.pagingTop      {background-color:#e8e8e8; padding:4px 8px;}

.hr              {background-image:url(../../images/InvestForLess/ListSeparator.gif); background-repeat:repeat-x; height:6px;}


div.slider
{   
	display:table;
	width:685px;
	padding:10px 0px 10px 15px;
	margin:0px 0px 0px 0px;
	background-color:#e3e3e3;
}
div.image
{
	float:left;
	padding:0px 0px 0px 0px;
}
div.right 
{
	float:right;
	color:#666666;
	padding:0px 40px 0px 75px;
}
div.right span
{
	font-weight:bold;
	color:#666666;
	padding:0px 0px 0px 0px;
}
	
/*****************faq pagedetail******************/

div.faq
{
width:720px;
padding:0px 0px 0px 0px;
margin:-3px 0px 0px 0px;
float:left;
}
div.faq ul.ans
{   
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.faq ul.ans li
{
	width:690px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 7px;
	border-bottom:solid 1px #cccccc;
	background-image:url(/images/smallarrow_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	list-style:none;
}
div.faq ul.ans li.opened /*this class is dynamically added/removed via JS*/
{
	background-image:url(/images/faqarrow_off.gif);
}
div.faq ul li a
{
	font-weight:bold;
	text-decoration:none;
	color:#36491a;
	padding:0px 0px 0px 10px;
	margin:0px 0px 10px 0px;
}	
div.faq ul.ans li a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
div.faq ul.ans li a.current,div.faq ul.ans li a.current:visited
{
	background-image:url(/images/smallarrow_arrowdown.gif);
}

.bodyContent a
{
	font-weight:bold;
	text-decoration:none;
	color:#36491a;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}	

.bodyContent a:hover
{
	text-decoration:underline;
	font-weight:bold;
}

div.demo  
{
	display:none;
	color:#666666;
}
div.demo p 
{
	padding:0px 0px 0px 9px;
	margin:0px 0px 0px 0px;
	color:#666666;
}
div.demo a.toggle
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#7f912d!important;
}
div.demo a.toggle:hover
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#7f912d!important;
}
div.demo a.bracket
{
	padding:0px 1px 0px 10px;
	margin:0px 0px 0px 0px;
	color:#7f912d!important;
}
div.demo a.brackettwo
{
	padding:0px 0px 0px 2px;
	margin:0px 0px 0px 0px;
	color:#7f912d!important;
}

/*****************Image 2 for News list page for ID ******************/
#Image2
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*****************Image 2 for News list page end ******************/
div.toggle
{
	display:block;
}
div.detail 
{
	display:none;
}
div.detail p
{ 
	margin:10px 0px 0px 40px !important;
	padding:0px 0px 0px 130px;
}

div.detail a
{
	margin:0px 0px 0px 10px !important;
	padding:20px 0px 0px 160px;
	background-image:none!important;
	background-repeat:no-repeat!important;
}

div.section
{
	width:700px;
	overflow-x:hidden;
	clear:both;
	line-height:1.3em;
}
div.section img.photo
{
	display:block !important;
}
div.section p
{
	margin-top:8px;
	color:#666666;
}
div.section h4
{
	padding:0px;
	margin:0px;
	color:#36491a;
	font-size:1.1em;
}
div.section .jobTitle
{
	/*font-size:0.9em;*/
}
div.section a
{
	color:#7f912d;
	padding-right:1.8em;
	/*width:100px;*/
	font-weight:bold;
	text-decoration:none;
	background-image:url(/images/smallarrow_arrow.gif);
	background-repeat:no-repeat;
	background-position:6.0em 0.4em;
}
div.section a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}
/*****************Image 2 for News list page end ******************/
/*****************Body content page end******************/
div.bodycontent
{

}
div.businesscommunity
{
	width:400px;
	float:left;
}
div.businesscommunity p
{
	color:#666666;
}
div.bodycontent p
{
	/*font-size:1.1em;*/
	color:#666666;
}
	
