@charset "UTF-8";
/* CSS Document */


/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

#human {
visibility:hidden;
display:none;
}

body
	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: center; 
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1.5em;
	padding: 0;
	text-align: left;
	width: 97%;				/* <-- use this for a set width */
	background-image:url(../images/trans_background.png);
	}
 	
#content
	{
	padding:1.4em;
	}

#content h1.first
	{
	color:#6b8e31;
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 0;
	padding: 0;
	}
	
#index {
	float: right;
	width: 150px;
	padding: 10px;
	background: url("../images/green_background.png");
	margin: 20px;
	border-top: 1px solid #f6faf0;
	border-left: 1px solid #f6faf0;
	border-right: 1px solid #e2f0a9;
	border-bottom: 1px solid #e2f0a9;
	}

#index .title {
	margin: 0;
	padding: 0;
	color:#6b8e31;
	font-weight: bold;
	}
	
#index p {
	font-size: 55%;
	}
	

#content h1
	{
	color:#6b8e31;
	font-weight: bold;
	font-size: 1.2em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 40px 0 0 0;
	padding: 0;
	}
	
#content h2
	{
	color: #333333;
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 15px 0 0 0;
	padding: 0;
	}
	
#content h3 {
	font-weight: bold;
	color: #6b8e31;
	font-size: 0.9em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 0;
	padding: 0;
	}
	
#content h3 em {
	font-weight: normal;
	color: #777777;
	font-style: normal;
	}
	
#content h4 {
	font-weight: bold;
	color: #6b8e31;
	font-size: 190%;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
		
#content p, #content li {
	color:#3b3b3b;
	font-size: 90%;
	line-height: 1.4em;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	margin: 0 0 5px 0;
	}
	
	
#img {
	padding: 8px;
	border: 1px solid #b8b8b8;
	margin: 12px 15px 10px 0;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	color: #6b8e31;
	float: left;
	width: 100px;
	font-size: 80%;
	}
	
#imglong {
	padding: 8px;
	border: 1px solid #b8b8b8;
	margin: 12px 15px 10px 0;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	color: #6b8e31;
	float: left;
	width: 200px;
	font-size: 80%;
	}
	
	
#imgmid {
	padding: 8px;
	border: 1px solid #b8b8b8;
	margin: 12px 15px 10px 0;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	color: #6b8e31;
	float: left;
	width: 157px;
	font-size: 80%;
	}
	
#imgl {
	padding: 4px;
	border: 1px solid #b8b8b8;
	margin: 0 8px 3px 0;
	width: 60px;
	float: left;
	font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
	color: #6b8e31;
	font-size: 65%;
	font-weight: normal
	}
	

.top {
  display: block;
  width: 29px;
  height: 8px;
  background: url("../images/top.gif") no-repeat 0 0;

}

.top:hover
{ 
  background-position: 0 -8px;
}

.top span
{
  display: none;
}

	
#content p.date {
margin: 0;
font-size: 69%;
font-family: "Trebuchet MS", arial, helvetica, geneva, sans-serif;
padding: 2px;
margin: 0;
color: #999999;
}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
			
			
/* ---=== code for best ideas rollover images ===--- */



#bi_01 {
	display: block;
	width: 162px;
	height: 151px;
	background: url("../images/best_ideas_buttons/01.gif") no-repeat 0 0;
	float:left;
	margin: 25px;

	}

#bi_01:hover { 
	background-position: 0 -151px;
	}

#bi_01 span {
	display: none;
	}
	
	



#bi_02 {
	display: block;
	width: 162px;
	height: 151px;
	background: url("../images/best_ideas_buttons/02.gif") no-repeat 0 0;
	float:left;
	margin: 25px;
	}

#bi_02:hover { 
	background-position: 0 -151px;
	}

#bi_02 span {
	display: none;
	}
	
	




#bi_03 {
	display: block;
	width: 162px;
	height: 151px;
	background: url("../images/best_ideas_buttons/03.gif") no-repeat 0 0;
	float:left;
	margin: 25px;
	}

#bi_03:hover { 
	background-position: 0 -151px;
	}

#bi_03 span {
	display: none;
	}
	
	





#bi_04 {
	display: block;
	width: 165px;
	height: 161px;
	background: url("../images/best_ideas_buttons/04.gif") no-repeat 0 0;
	float:left;
	margin: 25px;
	}

#bi_04:hover { 
	background-position: 0 -161px;
	}

#bi_04 span {
	display: none;
	}
	
	





#bi_05 {
	display: block;
	width: 165px;
	height: 161px;
	background: url("../images/best_ideas_buttons/05.gif") no-repeat 0 0;
	float:left;
	margin: 25px;
	}

#bi_05:hover { 
	background-position: 0 -161px;
	}

#bi_05 span {
	display: none;
	}
	
	






#bi_06 {
	display: block;
	width: 165px;
	height: 161px;
	background: url("../images/best_ideas_buttons/06.gif") no-repeat 0 0;
	float:left;
	margin: 25px;
	}

#bi_06:hover { 
	background-position: 0 -161px;
	}

#bi_06 span {
	display: none;
	}