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

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	color:#666666;
	background-image: url(http://www.renewableconceptsco.com/wp-content/themes/RCC09/images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:5px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:5px;}
a img.alignleft {float:left; margin:5px;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


#wrapper {
	width:895px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	

}

#wrapperHome {
	width:895px;
	background: url(http://www.renewableconceptsco.com/wp-content/themes/RCC09/images/back.gif);
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-top: 4px #fff solid;
	border-bottom: 7px #66cc00 solid;
}

#header {
	border-top: 4px #fff solid;
	background:#6A9FED;
	height:144px;
	background: url(http://www.renewableconceptsco.com/wp-content/themes/RCC09/images/headerback.gif);
	width: 895px;
}

#leftbar {
	width:20px; background:#3862A0;
	float:left;
	height:120px;
}

#logo{
float:left;
}


#content {
	width:575px;
	font-size:.75em;
	line-height:175%;
	padding:10px 20px 20px 20px;
	float:left;
	
}


#sidebar {
	font-size:.9em;
	width: 230px;
	float: left;
	padding:10px 20px 20px 15px;
	color:#66cc00;
}



#both {
	clear: both;
}

#footer {
	
	height:30px;
	width:875px;
	bottom:0;
	font-size:.7em;
	color:#66cc00;
	text-align:left;
	padding-left:20px;
	background-image: url(images/footerback.gif);
	background-repeat: repeat-x;
	border-bottom: 7px #66cc00 solid;
	clear:both;
}


/*navigation*/
#ddnav{background-color:#fff;height:33px;border-bottom: 4px #FFF solid;margin:57px 0px 0px 0px; }
#nav{height:33px;margin:0 auto;padding: 0;}
ul.nav{height:33px;line-height:33px; font-weight:bold;float:left;list-style:none;font-size:1em;text-transform:inherit;margin:0;padding:0;}


ul.nav li{float:left !important;list-style-type:none; margin:0;padding:0;}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{color:#cccccc;float:left;display:block;text-transform:uppercase;text-decoration:none;padding:0 11px;font-family: Arial Narrow;}
ul.nav li a:hover,ul.nav li a:active{color:#66cc00;text-transform:uppercase;text-decoration:none;}
ul.nav li.current_page_item a{color:#66cc00;text-transform:uppercase;text-decoration:none;}
ul.nav li.current_page_parent_item a{color:#66cc00;text-transform:uppercase;text-decoration:none;}
ul.nav li ul{float:left;margin:0;padding:0;}
/*navigation end*/


/* links */
a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999; 
	text-decoration: underline; 
	font-size:14px;
}

a:hover{
	color: #006600; 
	text-decoration: underline; 
}


a.blog:link,a.blog:visited {
	font-size: 1.2em;
	color: #66cc00; 
	text-decoration: none; 

}

a.blog:hover{
	color: #ccc; 
	text-decoration: underline; 
	font-size: 1.2em;
}




/* classes */
.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

.boldGreen {
	color:#006600;
	font-weight: bold;
}

.spacer {
width:850px;
height:4px;
background:#fff;
}


.hrWhite {
width:850px;
height:4px;
background:#fff;
border: none 0;
}


.sidebar {
	color:#FFFFFF;
	font-size:.55em;
	text-align:left;
	margin:20px;
}

.small {
	font-size:.5em;
}

img {
  border: 0px;
}
