/*freestarcharts modern template October 2017 */

/********************************************************/
/* general font sizes									*/
/********************************************************/
html,body,h1,h2,h3,h4,h5 
	{
		font-family: "Open Sans", sans-serif;
		margin: 0;
		
	}

* 	{
    	box-sizing: border-box;
	}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
p  { font-size: 14px; }
	
html
{	
	background-color: #f7f7f7;
}

ul, li, .menu 
{ 	list-style: none; 
	padding: 0; 
	margin: 0; 
}

img
{	
	width: 100%;
	height: auto;
}

/********************************************************/
/* top bar												*/
/********************************************************/
#top_ln
{ 
	height: 40px; 
	background: #3b5998; 
}

/********************************************************/
/* search_box											*/
/********************************************************/
#search_box 
{ 
	float: left; 
	padding: 8px 0 0 5px ;
}

/********************************************************/
/* twitter												*/
/********************************************************/
#twitter 
{ 
	float: right; 
	margin: 5px 5px 0 0;
}

#twitter a
{
    color: #3b5998;
}

/********************************************************/
/* header / main logo									*/
/********************************************************/
#logo 
{ 
	height: 100px; 
	background: #8b9dc3; 
}

#logo h1
{ 
	font-size: 40px;	
	text-align: center;
	padding: 20px 0 0 0;
	color:#ffffff;
}

/********************************************************/
/* main menu											*/
/********************************************************/
#main_menu 
{ 
	font-size: 18px; 
	line-height: 2.5em; 
	font-weight: bold;
	float: left;
	height: 40px; 
	width: 100%;
	background: #dfe3ee; 
	border-bottom: 1px solid #dedede; 
}

#main_menu a
{ 
	color: #363636; 
	text-decoration: none; 
}

#main_menu ul.menu li 
{ 
	float: left; 
	margin: -3px 10px 0 5px ; 
}

#main_menu a:hover
{
	color:#8b9dc3;
}

/********************************************************/
/* body													*/
/********************************************************/

/********************************************************/
/* content wrapper 										*/
/********************************************************/
#content_wrapper
{
    clear: both;	
}

/********************************************************/
/* leftside 											*/
/********************************************************/
#leftside  
{ 
	width: 300px; 
	float: left;
	position: absolute ;
	margin: 10px 0 0 10px;
	z-index: 1;
}

#leftside .moduletable
{
 	margin-bottom: 25px;
}

#leftside .moduletable .menu li a 
{
    font-size: 14px; 
	color: #363636; 
	text-decoration: none; 
	display: block; 
	border: 2px ridge #dedede; 
	padding: 3px 10px 3px 35px; 
	margin-top: 2px; 
	background: url(../images/menu.png) left center no-repeat; 
	background-color: #f7f7f7; 
}

#leftside .moduletable .menu li a:hover 
{ 
	color: #3b5998; 
	background: url(../images/menu_hover.png) left center no-repeat;
	background-color: #ffffff;
	font-weight: bold;
}

/********************************************************/
/* main section on right half							*/
/********************************************************/
#bodyright 
{ 
    position: absolute ;
	margin: 10px 10px 0 20px;
}

/********************************************************/
/* topbanner											*/
/********************************************************/
.topbanner 
{ 
	margin: 0 0 10px 315px;
	width: 728px;
}

/********************************************************/
/* bottombanner											*/
/********************************************************/
.bottombanner 
{ 
	margin: 0 0 0 315px;
	width: 728px;
}

/********************************************************/
/* article body											*/
/********************************************************/

.item-page
{
	clear: both; 
	margin-left: 300px;
	margin-bottom: 10px;
    padding-left: 20px;
	background-color: #dfe3ee; 
	border: 1px solid #c0c0c0; 
	color: #363636;
	padding: 5px 5px 5px 10px;
	text-decoration: none; 
	border-radius: 5px; 
} 

.item-page a
{
	color: #3b5998;
}

.item-page img
{
 	max-width: 540px;
	clear: both;
}

.item-page table, tr, td, th
{
    font-size: 13px;
    border:1px solid black;
}

.readmore 
{ 
	text-align: left; 
}

.readmore a
{ 
	padding: 4px 8px; 
	text-decoration: none; 
	border-radius: 5px; 
	background: url(../images/button.gif); 
	background-color: #f7f7f7; 
	border: 1px solid #c0c0c0; 
	color: #363636; 
	float: left;
}

/********************************************************/
/* home page multiple columns							*/
/********************************************************/
.cols-3 .column-1 
{ 	max-width: 255px; 
	margin-left: 300px;
	margin-bottom: 40px;
	position: absolute;
    overflow: hidden;
	background-color: #dfe3ee; 
	border: 1px solid #c0c0c0; 
	color: #363636;
	padding: 5px 5px 5px 10px;
	text-decoration: none; 
	border-radius: 5px; 
}

.cols-3 .column-2
{ 	max-width: 255px; 
	margin-left: 565px;
	margin-bottom: 40px;
    position: absolute;
	overflow: hidden;
	background-color: #dfe3ee; 
	border: 1px solid #c0c0c0; 
	color: #363636;
	padding: 5px 5px 5px 10px;
	text-decoration: none; 
	border-radius: 5px; 
}

.cols-3 .column-3 
{ 	max-width: 255px; 
	margin-left: 830px;
	margin-bottom: 40px;
	overflow: hidden;
	background-color: #dfe3ee; 
	border: 1px solid #c0c0c0; 
	color: #363636;
	padding: 5px 5px 5px 10px;
	text-decoration: none; 
	border-radius: 5px; 
}

.cols-3  a
{
	color: #3b5998;
}

.cols-3 img
{
	clear: both;
}

/********************************************************/
/* hidden												*/
/********************************************************/
.email-icon, .print-icon, .mobile_ad_top, .mobile_ad_bottom
{
	display: none;
}


