/*
Background is randomly chosen in template
#Container { 
	background: transparent url(../images/backgrounds/whsite_bi_012.jpg) repeat-y;
}
*/

/*	Vertical Accordions	*/
		
#Content #vertical_container {
	margin: 20px 0 20px 55px;	
	padding: 0;
	width: 700px;
}

#Content .accordion_toggle_people {
	position: relative;
	width: 682px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #666666;
	cursor: pointer;
	background: #eaeaea;
	margin: 0 0 2px 0;
	height: 27px;
}

#Content .accordion_toggle_people:active {
	background-color: #e41a24;
	color: #ffffff;
	font-weight: normal;
}

#Content .accordion_toggle_people:hover {
	background-color: #e41a24;
	color: #ffffff;
	font-weight: normal;
}


.name {
	position: absolute;
	margin: 0 100px 0 0;
	padding: 4px;
	color: inherit;
	left: 0;
}

.email {
	position: absolute;
	padding: 4px;
	font-size: 80%;
	margin-top: 2px;
	right: 70px;
	color: inherit;
}

.pic {
	position: absolute;
	right: 0;
	border-left: 1px solid #fff;
	height: 27px;
	}



a.emaillink:link, a.emaillink:visited, a.emaillink:active  {
	color: #404040;
	padding-right: 6px;
}
a.emaillink:hover {
	color: #fff;
}




#Content .non_toggle {
	position: relative;
	width: 707px;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	color: #666666;
	cursor: pointer;
	background: #eaeaea;
	margin: 0 0 2px 0;
	height: 27px;
}

#Content .non_toggle:hover {
	background-color: #e41a24;
	color: #ffffff;
	font-weight: normal;
}

#Content .non_toggle_active {
	background-color: #e41a24;
	color: #ffffff;
	font-weight: normal;
	width: 700px;
}


#Content .accordion_content {
	position: relative;
	width: 707px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.25;
	display: none;
	}
	
#Content .accordion_content p {
	line-height: 1.25;
	width: 400px;
	margin: 0;
	padding: 2px 4px 8px 4px;
	}

#Content .accordion_content ul {
	line-height: 1.25;
	width: 375px;
	margin: 0 0 0 20px;
	}

#Content .accordion_content li {
	list-style-image: url(../images/common/list-dot.png);
	}
  	
  	
  	
  	
.mainpic_box {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin:0;
	background-color: #a1a1a1;
	height: 400px;
	text-align: right;
	font-size: 80%;
}

.mainpic_box img {
		border-bottom: 2px solid #fff;

}  	