/* Global Styles for Bambootees */
*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 140%;
	margin: 0;
	height:100%;
	margin:0px;
	padding:0px;
}

a > img
{
	border: 0;
}

a, a:link, a:active, a:visited
{
	background-color:inherit;
	color:#18507C;
	text-decoration:underline;
	}


/* remove underline on hover and change color */
a:hover
{
	color:#385C72;
	text-decoration:none;
}

/* TEXT */
p
{
	font-size:1em;
	margin-bottom: 0.5em;
}

blockquote
{
	/* border-left:10px solid #ddd; */
	margin-left:18px;
	margin-right:18px;
}

strong,b
{
	font-weight:700;
}

em,i
{
	font-style:italic;
}

/* Wrapping text in  tags. Makes CSS not validate */
code,pre
{
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	white-space:0;
	word-wrap:break-word;
}

pre
{
	background-color:#ddd;
	border:1px solid #000;
	font-size:90%;
	line-height:1.5em;
	margin:0 1em 1em;
	padding:0.5em;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin-bottom:1em;
	}
	
h1 {
	font-weight:400;
	line-height:140%;
	text-align:left;
	font-size:2em;
	margin-top: 2em;
	}
h1.header {
	margin-top: 0em;
	}

h2
{
	font-size:1.2em;
	text-align:center;
}

h3
{
	font-size:1.2em;
    font-weight: bold;
}

h4 {
	font-size:1.2em;
    letter-spacing: 0.15em;
	font-weight: normal;
	}
h5
{
	font-size:1em;
	font-variant:small-caps;
}

h6
{
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
}

/* LISTS */
ul, ol, dl {
     line-height:140%;
     list-style: none none outside;
     margin:0 0 18px;
     }
ul.leaf {
     list-style: circle url(../images/leaf-icon.png) inside;
	 margin: 18px 53px;    
     }
li {
	margin-bottom: 1em;
	}

dl, dfn {
     display: none;
     }

/*    SPECIAL STYLES  */

#footer p {
      font-size: 85%;
      color: #E8A025;
      padding: 0 47px;
      text-align: right;
      }
#footer a:link, #footer a:visited, #footer a:active {
      color: #EEA722;
      }
table.imagegrid {
	text-align:center;
	}
table.imagegrid td {
	padding:3px;
	}

