/* GLOBAL box values */
.container {

}

.box {
	/* TODO: get final width value */
	/* Previously width was 500px, but was too wide to align with heading.  
	   See also news width in sub.css.  -Andy */
	   
	width:475px; 
	background-color:#FFF;
	/*    background-color:#F3F7FA;*/
}


/* TOGGLE */
.toggle {
	height:20px;
	padding: 5px 5px 8px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #59A6D4;
	text-align: right;
}

.toggle img {
	display:inline;
	position:relative;
}

.tbbioimage {
	float:left;
	width:20px;
}

.rightbutton {
	position:relative;
	width:25px;
}

.toggletext {
	display:inline;
	position:relative;
	float: left;
	left: 10px;
	top: 5px;
}

.name {
	font-family: Georgia;
	font-size: 13px;
	color:#671364;
}

.title {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	color:#59A6D4;
}


/* EXPANDER */
.expander {
	height:auto;
	margin:0 0 5px 0;
}

.expander img {
	float:left;
	padding: 5px 1px 3px 5px;
}
.expander .bio {
	float:right;
	/* TODO: get final width value */
	width:220px;
	padding: 1px 5px 3px 5px;
	text-align:left;
}
.expander img, .expander .bio {
	display:inline;
}
.phone {
	color:#671364;
}


.email a:link, .email a:visited, .email a:hover, .email a:active {
    color:#59A6D4;
}
