/*
Theme Name: Reach Out For New Futures
Description: Custom theme for ReachOutForNewFutures.org
Version: 1.0
Author: Bob Albert for Web Collective
Author URI: http://www.bobalbert.info http://www.webcollective.coop


*/
body {
	font-size:15px;
	margin:0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
    	}

#topsection{
background: #b0b8bd url('./images/top_nav.jpg') right repeat-y;
height: 100px; /*Height of top section*/
min-width: 1240px;
display:block;
}

#logo {
	float:left;
	margin-top:15px;
	margin-left:20px;
	width:275px;
	height:78px;
	}	

#nav_top {
	margin-top:30px;
	margin-right:140px;
	float:right;
	}

#nav_top a {
		padding: 0 3px 0 3px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: bold;
		color:#4c4c4c;
	}
#nav_top ul {
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	
#nav_top ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	


#nav_top ul li a {
	    display:block;
		float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px 14px;
	   	
	    text-decoration:none;
	    position:relative;
		font-size:13pt;
	}
	
#nav_top a:hover {color:#7cbb52; text-decoration:none;}

#nav_top ul li.current_page_item a{
	    color:#7cbb52;
	}
	
#nav_top ul li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40px;
	margin-left: -6px;
	margin-top: 2px;
}

#nav_top ul li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

#contentwrapper{
float: left;
width: 100%;
min-width: 1240px;
background:#fff;
}

#contentcolumn{
margin-right: 320px; /*Set right margin to RightColumnWidth*/
padding:40px;
}

#homecontentcolumn{
/*margin-right: 320px; Set right margin to RightColumnWidth*/
padding:10px 40px;
clear:both;
}

#homefeatures{
padding:10px 40px 40px 40px;
margin:0px auto;
width:1000px;
}

#rightcolumn{
float: left;
width: 320px; /*Width of right column in pixels*/
margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
padding:20px 0px;
}

#front_left{
float:left;
margin-bottom:40px;
}
#front_mid{
float:left;
margin-left:80px;
margin-bottom:40px;
}
#front_right{
float:right;
margin-bottom:40px;
}

/* right column pull quote */
.testimonials_box {
		margin:0 20px 0 20px;
		width:240px;
		height:auto;
		padding:0 0 10px 0;
        overflow:visible;
	}



.testimonial_top{
		background: url('./images/rtcol_top.png') no-repeat;
		margin: 15px 0 0 0;
		width:280px;
		height:30px;
		overflow:visible;
	}
.testimonial_top h2{
		margin:0 0 0 15px;
		padding: 5px 0 0 0;
		font-size: 17px;
		/*font-family: Arial, sans-serif;*/
		color: #fff;
	}
	

.testimonial_mid{
		background: url('./images/rtcol_mid.png') repeat-y;
		width:280px;
		height:auto;
	}
	
	.testimonials_box p {
		margin:0px 0 12px 0;
		padding:5px;
		/*color:#6e6e6e;*/
		font-family:Verdana, Tahoma, Arial, san-serif;
        font-size: 12px;
	}

	.testimonial_bottom{
		background: url('./images/rtcol_bot.png') no-repeat;
		width:280px;
		height:15px;
	}

#newfutureslogo{
	float:right;
	margin-top:-90px;
	margin-right:5px;
	
	text-align:center;
	}
	
.small_links {
font-size: 12px;
color:#000000;
display:block;
margin-bottom:5px;
}

#newfutureslogo a {
color:#000000;
	text-decoration:none;
	}

#newfutureslogo a:hover {
	color:#7cbb52; 
	}



#footer{
clear: left;
width: 100%;
min-width: 1150px;
text-align: center;
padding: 20px 0;
background: url('./images/top_nav.jpg') top no-repeat;
}

#footer span{
	float: right;
	margin-right:100px;
	text-align:right;
	font-weight: bold;
	color:#4c4c4c;
	font-size: .9em;
	/*font-family: Arial, Helvetica, sans-serif;*/
	}
#footer span a{
	text-decoration:none;
	color:#4c4c4c;	
		
	
	}
	
#footer span a:hover {color:#7cbb52; }

.cb{
clear:both;
}