
html, body 
{
  height: 100%;
	background-color: #0a1524;
	background-image:url(graph/think_green.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	color: #ffffff;
	margin: 0px;
	
	font-family: verdana;
	font-size:12px;
	line-height: 1.5em;
}

#contentwrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -165px;
}


#footer, .push 
{ 
text-align:right;
  height: 75px;
  clear: both;
}

#subfooter{
text-align: right;
width:942px;} 


/* links */

A:link    {text-decoration:none; color:#FFFFFF; font-weight:bold}
A:visited   {text-decoration:none; color:#FFFFFF; font-weight:bold}
A:hover   {text-decoration:underline; color:#339999}
A:active   {text-decoration:none; color:#FFFFFF; font-weight:bold}

A.type1:link    {text-decoration:none; color:#FFFFFF; font-weight: normal}
A.type1:visited   {text-decoration:none; color:#FFFFFF; font-weight: normal}
A.type1:hover   {text-decoration:none; color:#339999; font-weight: normal}
A.type1:active   {text-decoration:none; color:#339999; font-weight: normal}

A.type2:link    {text-decoration:none; font-weight: bold}
A.type2:visited   {text-decoration:none; font-weight: bold}
A.type2:hover   {text-decoration: blink;    font-weight: bold}
A.type2:active   {text-decoration:none;  font-weight: bold}

/* text */
h1 { 

font-size: 20px;
font-weight: 400;
}

h2 { 

font-size: 14px;
	line-height: 1.25 em;
	color:#00CCFF;

}

/* text-styles */
.style1 {

	font-style: italic;
	color: #FBE6CA;
	}
	

/* Containers */

#siteContainer { 
width: 942px;

margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
vertical-align:top;

   

}

#header { 
height: 143px;
position: relative;
background-image: url(graph/header_bg.png);
background-repeat:no-repeat;
vertical-align:top;

}

#main { 

height: 100%;
}

#left { 
width: 363px;

}





#left, # #right { 
float: left;
display: inline;
}


#right { 
width: 578px;
min-height: 400px;
}

#left, #right { 
float: left;
display: inline;
}

#subMenu { 

}





/* Carousel */



#carousel ul {
	width:242px;
	margin: 0;
	padding: 0;
	position:relative;
}

#carousel li {
	display:inline;
	float:left;
	width:242px;
	
}

.textholder {
	text-align: left;
	font-size: small;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#000000;
	padding: 2px 4px 0 4px;
} 





