/*
Created by: John Roescher - (www.johnroescher.com)
For: INsite Architecture
*/

/* -------------------------------------
	Home Slideshow
   ------------------------------------- */

#content-wrap.home {
	background: url(../images/home-content-area-bg.gif) 0 bottom repeat-x #f2f1ec;
	padding-bottom: 0;
}
#home-slideshow {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

/* -------------------------------------
	Home Secondary
   ------------------------------------- */

#home-secondary-wrap {
	background: url(../images/home-secondary-bg.gif) top repeat-x;
}
#home-secondary {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 12px;
}
	#home-secondary h2 {
		display: block;
		padding-top: 8px;
		text-align: center;
		text-transform: uppercase;
		font-size: 42px;
		font-weight: bold;
		color: #cace8b;
	}
		#home-secondary h2 a {
			display: block;
			height: 33px;
			font-size: 42px;
			font-weight: bold;
			color: #cace8b;
			text-transform: uppercase;
			text-align: center;
			margin-left: 15px;
			overflow: hidden;
		}
			#home-secondary h2 a strong {
				padding-right: 30px;
				background: url(../images/button-green-right.png) right 5px no-repeat;
			}
				#home-secondary h2 a:hover strong { background: url(../images/button-green-right.png) right -25px no-repeat; color: #e5e7c1; }
				#home-secondary h2 a:focus strong { 
					position: relative;
					top: 1px;
					color: #fff;
				}
				
	#home-secondary-content {
		padding-top: 12px;
		display: none;
	}
	.home-secondary-block {
		width: 225px;
		float: left;
	}
		.home-block-content {
			padding: 10px 15px 15px 0;
		}
			.home-secondary-block h3 {
				display: block;
				padding-top: 6px;
				font-size: 12px;
				font-weight: bold;
				color: #343434;
				text-transform: uppercase;
			}
			.home-secondary-block p {
				display: block;
				padding: 5px 0 0 0;
				font-size: 12px;
				color: #343434;
				line-height: 20px;
			}
				.home-secondary-block .action-link {
					font-size: 16px;
					font-weight: bold;
				}
					.home-secondary-block .action-link a {
						color: #343434;
						text-decoration: underline;
						font-size: 12px;
					}
			.home-secondary-block .youtube img { width: 210px; }
		
		
		
		
		
		
		
		
		
		
		