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

html {
	height:100%;
}

body {
	height:100%;
	background:#fff url(/images/body-bkgd-v1.jpg) top center no-repeat;
}

#container_wrapper {
	position:relative;
	margin:0 auto;
	width:990px;
	height:100%;
	min-height:100%;
}

#container {
	position:relative;
	margin-left:-85px;
	width:1075px;
	min-height:100%;
	background:url(/images/container-bkgd.png) top left repeat-y;
}



#header {
	height:100px;
	margin-left:191px;
}



#navigation  {
	position:absolute;
	z-index:10;
	margin-left:77px;
	padding:18px 0;
	width:274px;
	list-style:none;
}

	#navigation li {
		margin-bottom:2px;
	}

	#navigation li a {
		display:block;
		padding-left:28px;
		height:49px;
		overflow:hidden;
		background:url(/images/nav_primary.png) 0 0 no-repeat;
		font-family: 'Droid Sans', arial, serif;
		font-size:15px;
		line-height:49px;
		font-weight:normal;
		color:#872434;
		text-decoration:none;
	}
	
	#navigation li a:hover {
		background-position:-274px 0;
	}
	
	#navigation li a.active {
		background-position:-548px 0;
		color:#fff;
	}
	
	
	
#content_wrapper {
	position:absolute;
	z-index:2;
	top:100px;
	float:left;
	width:884px;
	margin-left:191px;
	padding-top:13px;
	background:url(/images/content-top.png) 0 0 no-repeat;
}


#content {
	position:relative;
	padding:10px 28px 0 190px;
	background:url(/images/content-middle.png) 0 0 repeat-y;
}

#primary_image {
	margin-right:-20px;
	background:url(/images/lifestyle-home.jpg) bottom right no-repeat;
}

#promo_wrapper {
	position:relative;
	z-index:5;
	margin:30px 0 0 -13px;
	padding-bottom:10px;
}

	#promo_wrapper div.promo {
		float:left;
		z-index:5;
		/*width:250px;
		height:114px;*/
		margin-right:15px;
		/*padding:12px 16px;
		background:url(/images/promo-blank.png) 0 0 no-repeat;
		overflow:hidden;*/
	}
	
		.promo a {
			display:block;
			width:250px;
			height:114px;
			padding:12px 16px;
			text-indent:-9999px;
			background:url(/images/promo-blank.png) 0 0 no-repeat;
		}



#footer {
	clear:both;
	height:27px;
	padding:12px 20px 0 12px;
	background:url(/images/content-bottom.png) 0 0 no-repeat;
}
	
	#footer ul {
		float:left;
		margin:0;
		padding:0;
	}
	
	#footer li {
		float:left;
		list-style:none;
	}
	
		#footer li, #footer a, #footer p {
			font-size:11px;
			line-height:27px;
			color:#fff;
		}
		
		#footer li a {
			display:block;
			padding:0 18px;
			text-decoration:none;
		}
		
			#footer li a:hover {
				color:#872434;
			}
		
		#footer p {
			float:right;
		}



#board_members {
	clear:both;
	/*margin:2em 0;*/
}

	#board_members div {
		clear:both;
		/*border-top:1px solid #bcdef3;*/
		padding-top:1.5em;
		margin-bottom:1.5em;
	}
	
	#board_members img {
		float:left;
		display:block;
		margin:0 0 1.5em 0;
	}
	
	#board_members h3, #board_members p {
		margin-left:170px;
	}
	
	
#indent {
	padding:0;
	list-style:none;
}

#indent li {
	border-left:24px solid #ededed; 
	padding:0 1.2em;
	margin-bottom:2em;
}

.indent {
	border-left:24px solid #ededed; 
	padding-left:1.2em;
	margin-bottom:2em;
}


.divider {
	margin:-21px 0 0 -191px;
	width:190px;
	height:17px;
	background:url(/images/divider.gif) 0 0 no-repeat;
}

/* Float Clearing Class ----------------------------------------------- */

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clear {
	height:1%;	/* for IE5 & IE6 */
}

*:first-child+html .clear {
	min-height: 1px;	/* for IE7 */
}
