html {
  min-height: 100%;
  margin-bottom: 0.01em;
}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

:focus  /* this fixes a bug with a dotted outline when there is a negative margin */
{
-moz-outline-style: none;
}

#header_for_print {
display: none;
}

img {
  border: 0;
}

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
/*	font-size: .8em; /* 11 px */
	/*background: transparent url(images/leftsidebar.jpg) repeat-y top left; */
}
html>body {

  font-size: 16px;

}

/* all fonts-family */
body           {font-family:  Arial, Helvetica, sans-serif;}
h1, h2, h3,
h4, h5, h6     {font-family: Verdana, Arial, Helvetica, sans-serif;}
#slogan        {font-family: Verdana, Arial, Helvetica, sans-serif;}
#sidebar_right {font-family: sans-serif;}
#footer p      {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }


h1 {font-size:1.3em;  /* all page titles */
    color: gray;
    text-align: left;
    padding-bottom: 2px;}

h2 {font-size:1.2em;   /* CFO Intro, Analsyis, Consulting, Training */
    color: black; /* red */
    padding-bottom: 2px;
	font-weight: bold;}
	
h3 {font-size:1.1em; 
    padding-bottom: 2px;}

h4 {font-size:.8em; /* 11px */
    color: #black;
    text-align: center;
  }
  
a:link {color: blue; text-decoration:none;}  
a:visited {color: blue; text-decoration:none;}  
a:hover {color: red; text-decoration:none; }
#main_content a:link {text-decoration:underline;} 
#main_content a:visited {text-decoration:underline;} 
#main_content a:hover {text-decoration:underline;} 

#header { 
    width:100%;
    background:  url(images/talty_header.jpg);
	height: 132px;
}

#wrapper { /* width: 140 px */
	width: 100%;
	margin: 0;
	padding: 1px 0 0px 0;
	min-height: 450px;  /* need to footer */
	height: 450px;      /* ie - needed for footer */
	font-size: .8em; /* 11 px */

}
#wrapper:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;}

#slogan {
    float: right; 
	/* font-size: 1.4em;
	color: #C2A261;  /* gold CAAD6A */
	/* font-style: italic; 
	font-weight: bold;*/
	background: transparent url(images/slogan.png) no-repeat;
	width: 492px;
	height: 26px;
	padding: 0px 10px 0px 0px; /* from right side */  /* conversion problem */
}

/* for index page only */

#main_block_index {
	/*min-width: 400px;  /* does not work for ie */
	height: 270px; /*min height for IE will expand*/
    min-height: 270px; /*min height for others*/
	margin: 20px 170px 0px 220px; /* lah 170px */
	z-index: 3;
	padding-bottom: 0px;
	padding-left: 0px;
}

* html #main_block_index { /* ie */
	margin: 40px 140px 0px 200px;
	padding-left: 10px;
}
#main_content_index {
  width: 90%;
  padding-top: 0em;
  float: left; /* kludge to fix footer problem */
}
* html #main_content_index { /* ie */
	margin-left: 0px;
}
/* end of index page only */

#main_block {
	/*width: auto;*/
	/*min-width: 400px;  /* does not work for ie */
	height: 270px; /*min height for IE will expand*/
    min-height: 270px; /*min height for others*/
	margin: 20px 0px 0px 220px; /* lah 170px */
	z-index: 3;
	padding-bottom: 0px;
}

* html #main_block { /* ie */
	margin: 40px 0px 0px 200px;
	padding-left: 10px;
}

#main_content {
  /*margin-left: auto;
  margin-right: auto;*/
  width: 90%;
  padding-top: 0em;
  /* padding-bottom: 2em; */ 
  float: left; /* kludge to fix footer problem */
}
* html #main_content { /* ie */
	margin-left: 0px;
	width: 95%;
}



#main_content ul {
	padding: 12px 0px 0px 30px;
}
* html #main_content ul{ /* ie */
	padding: 12px 0px 0px 0px;
}


#main_content li{
	padding: 0px 5px 8px 5px;
	list-style: square;  /* lah */
}
* html #main_content li { /* ie */
	padding: 0px 5px 8px 0px;
	list-style: square;  /* lah */
}


#sidebar_left {
    width: 13.5em; /* 183 */ 
	padding: 0px 0px 0px 15px;
	top: 135px;
	left: 0px;
	z-index: 1;
	float: left;
	background: #1E79C8;
	min-height: 620px;
}
* html #sidebar_left { /* ie */
	width: 14.5em; /* 200px;*/
	height: 640px;
}

#sidebar_right {
	position: absolute;
	width: 176px;
	top: 200px;
	right: 0px;
	/* height: 100%; */
	color: inherit;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 2;
} 

/* Resources block */

.block_title { 
     background: #D9B56D;  /* gold */
	 font-size: 1em; 
	 text-align: center; 
	 font-weight: bold;
	 /* font-style: italic; */
	 color:white;
	 padding: 2px 5px 2px 10px;
	 border: 1px solid black;
 }
 
#resource_text {  /* right side */
    color: black;
	font-weight: bold;
	text-align: left;
	font-size:.9em;
	padding: 5px 0px 0px 10px;
    border: 1px solid black;
	background: transparent url(images/bg-right.gif);
}

/* table */

table td {
	font-size: .8em; /* 11 px */
	font-family:  Arial, Helvetica, sans-serif;
	vertical-align: center;
}

.table_header {
	background-color: #0A8851; /* #C2A261; */
	text-align: center;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
}

/* Subscribe block */

#news_form { height: 33px; 
}

#news_text {  /* right side - tan */
    color: black;
	font-weight: bold;
	text-align: center;
	font-size:.8em;
	border: 1px solid black;
	margin: 0;
	padding: 5px 0px 5px 0px;
	background: transparent url(images/bg-right.gif);
}

/* footer styles */

#footer {  /* 1024 x 64 */
  clear: both;
  background: transparent url(images/footer.jpg) repeat-y;
  height: 70px;
  /* margin-left: 200px;
  marign-right: 200px; */
}

* html #footer { /* ie */
	margin: 0 0 0 2px;   /* 2px for ie, 0px for mozilla */
}

#copyright1 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: .8em;
	}

#copyright2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: .6em;
	color: black;
	margin-top: 5px;
}


/* content styles */

#cfo_intro_block {
        background: transparent url(images/businessgrowth.jpg);/* #E7CEA0;  #EBF3FF; */  
		text-align: left;
		width: 325px;
		padding: 3px 3px 0px 3px;
}

#cfo_consulting li {
	margin: 3px 0 0;
	padding: 2px;
	font-size:.9em; 
}

.formtext /* contact us */ {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em; 
	line-height: 15px; 
}

#border {
    border: 1px solid black;
	width: 370px;
}
.news_header {font-size: 1.1em ;font-weight: normal;border: 0;padding: 0;line-height: 1em;}
.news_inside {padding-left: 20px; padding-top: 10px; background-color:#D9ECF9;}
.issuenumber {
	background-image: url('http://www.ranone.com/images/gyb/headertitle_gyb_issue.gif') ;
	background-repeat: no-repeat;
	font-weight: bold; 
	color: #DA6213;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 600px;
	}
#news_block {margin-bottom: 30px;}

