@import url(http://fonts.googleapis.com/css?family=Exo:200,300,400,500);

body {  
      	margin:0;
      	padding:0;
      	font-family: Arial, Helvetica, sans-serif;
      	font-size: 13px;
	color:#313131;
  	word-break: break-word;

}

img {border:0;}

#contentHeader {
	float:left;
	width:100%;
  	min-height: 30px;
  	
}

#contentHeaderCP {
	float:left;
	width:100%;
  	min-height: 150px;
    	background-color:#Fff;
}


#header {
	width:960px;
	display:block;
	margin: 0 auto;
	position:relative;
  	height:150px;
}

#topbar { 
	width: 100%;
	margin:0 auto;
	display:block;
	min-height: 50px;
        zoom:1;
  	clear:both;
}

#menuWrapper {
 	
  	display:block;
  	width: 100%;
  	background: #9900CC;
  	min-height: 50px;
  	float: left;
}

#headerImage {
	display:block;
	width: 385px;
	float: right;
	margin-top: 50px;
	/* margin:0 auto; */
}

#headerTitleText {
        color: #03497E;
        display: block;
        font-size: 40px;
        font-weight: 400;
        left: 0;
        line-height: 41px;
        margin-left: 30px;
        margin-top: 24px;
        padding: 10px;
        position: absolute;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
        top: 0;
        width: 356px;
        display: none;
}

#searchForm { /* Pull search box inline rather than display it underneath menu item */
        display: block;
        left: 76px;
        position: relative;
        top: -31px;
        #top:-51px; /* IE6/7 Hack for broken Box Model */
}

#contentBody {
	float: left;
	width:100%;
	margin:0;
	display:inline;
 	
}

#contentBodyCP {
	float: left;
	width:100%;
	margin:0;
	display:inline;
	background-color:#Fff;
}

#bodyContainer {
	width:940px;
	display:block;
	margin: 0 auto;
	position:relative;
	padding: 10px;
	background:#FFF;
	min-height: 300px;
        _height:300px; /* IE6 min-height hack */

}

#border{
  	border: 3px solid purple;
  	border-radius: 45px;
  	padding: 5px;
}

#border2{
  	border: 3px solid purple;
  	border-radius: 40px;
  	padding: 5px;
}


#sidebar {
	float:left;
	width:15%;
	margin:0 0 0 0px;
	display:inline;
  	clear:both;
}

#headingContainerFP {
       	clear: both;
        display: block;
        margin-top: 40px;
  	#margin-top:0px;
        padding-left: 20px;
        width: 900px;
  	#width: 890px;
}

#headingContainer {
  	float: left;
  	width: 75%;
}

#rssButton {
  	margin-top:-30px !important;
  	margin-left:93% !important;
}

#contentWrapper {
	width:80%;
	float:right;
  	margin: 0;
	background-color:#Fff;
}

#footerWrapperCP {
	width:100%;
	float:left;
	height:159px;
}

#footerWrapper {
	width:100%;
	float:left;
	height:159px;
    	
}
#footer {
	width:960px;
	display:block;
	margin:0 auto;
	height:110px;
	color: #aaa;
  	text-align: center;
	padding-top: 10px;
    font-size: medium;
}

#footer a:link, #footer a:visited {
  	font-size: 1em;
       	color:#aaa;
       	text-decoration:none;
}

#footer a:hover {
       color:#888;
       text-decoration:underline;
}

/* Homepage Template Overrides */

.boxContainer {
  	margin-left: -10px !important;}

#trees img
	{margin: 10px;}

#trees{width:960px;
	display:block;
	/* margin: 0 auto; */
	/* position:relative; */
  	height:90px;float: left;}


#insights {float: left;}
#places{float: right;}
#global{float: right;}


#homeLink {float: left;margin-top: 50px; }


#trees img:hover
{
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.round {
  border: 3px solid purple;
  border-radius: 25px;
  padding: 5px;}

#round td
 {border-top: 3px solid #B458B6;
 	border-bottom: 3px solid #840D84;
  border-radius: 10px;
  padding: 0px;}


a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

span.footer {
	position: relative;
	display: none;
  	
}

#bodyContainer hr{
	border-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	padding: 6px 0px;
	}

#showDesktop{
	font-size: 2em;
	text-align: center;
	float:none !important;
}