/* ---------------------------------------------------------

Styles for Forte Foundation
www.fortefoundation.org

See css/global.css for details

------------------------------------------------------------ */



/* HOME
------------------------------------------------------------------------------------------ */

#home-intro	{
	height: 252px;
	margin-bottom: 20px;
	border: 2px solid #9fad3e;
	border-width: 2px 0;
	background: url(../images/wrapper/home-intro-bg.jpg)  no-repeat 100% 0;
	}
	#home-intro img {
		display: block;
		}

#home-guest {
	float: left;
	width: 260px;
    height: 200px;
	}
#home-stories {
	float: right;
	width: 260px;
	}
	


	#home-guest h3,
	#home-stories h3 {
        color: #fff;
 		font-size: 11px;
		font-family:Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 7px 10px;
		background: #9fad3e url(../images/wrapper/header-wide-bg.gif) no-repeat 100% 0;
		}

	#home-guest h4,
	#home-stories h4 {
        color: #7F8184;
		padding: 7px 10px;
		border-bottom: 2px solid #9fad3e;
		}
		#home-guest h4 img,
		#home-stories h4 img {
			display: block;
			}
			
	#content #home-guest h5,
	#content #home-stories h5 {
		margin: 0 10px 8px 10px;
		font-size: 18px;
		line-height: 21px;
		font-weight: normal;
		color: #468d97;
		}
	#home-guest p,
	#home-stories p {
		margin: 0 10px 8px 10px;
		}
		
	#home-guest .headshot p,
	#home-stories .headshot p {
		margin: 0;
		line-height: 16px;
		}	

	#home-guest .rollover,
	#home-stories .rollover {
		width: 200px;
		height: 12px;
		margin: 10px;
		}
	#home-guest .rollover.sfhover img,
	#home-stories .rollover.sfhover img {
		top: -31px;
		}

		#sidebar #home-for-you h3,
		#sidebar #home-news h3 {
			padding: 7px 10px;
			background: #9fad3e;
			color: #fff;
			font-family: Arial, Helvetica, Verdana,  sans-serif; 
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			}		


#home-news ul li {
    padding: 0 px;
	}


#home-for-you h4 {
    color: #fff;
	padding: 7px;
    bottom-margin: 6px; 
	border-bottom: 2px solid #9fad3e;
	}

#home-news h4 {
	color: #fff;
	bottom-margin: 6px; 
	padding: 7px;
	}
	#home-for-you h4 img,
	#home-news h4 img {
		display: block;
		}
		
#home-for-you ul {
	margin: 7px 7px 20px 7px;
	}
	#home-for-you li {
		list-style: none;
		padding: 3px 0 2px 22px;
		line-height: 15px;
		background: url(../images/wrapper/bullet-leaf.gif) no-repeat 0 5px;
		}

	#home-for-you li a:visited,
	#home-for-you li a:link {
		color:#468d97;
		} 

		#home-for-you li a:hover {
			text-decoration: none;
			color: #4b4a49;
			}

#sidebar #home-news ul {
	margin-bottom: 20px;
	}
    #sidebar #home-news li {
		list-style: none;
		padding: 7px 10px 7px 29px;
		line-height: 15px;
		background: url(../images/wrapper/bullet-leaf.gif) no-repeat 7px 11px;
		border-top: 2px solid #9fad3e;
		margin-left:0px;
		}

	#sidebar #home-news li a:link,
	#sidebar #home-news li a:visited {
		color:#468d97;
		}
		#sidebar #home-news li a:hover {
			text-decoration: none;
			color: #4b4a49;
			}
