body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000;
font-size:12px;
	line-height:1.3em;
}
p {margin:0px 0px 15px 0px;}
em {
	text-decoration:none;
	font-style:normal;
	color:#717077;
}

h1 {
	font-size:1.4em;
	font-weight:normal;
}
h2 {
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding:0;
	}
h3 {
	font-size:0.89em;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
a {
	color:#888492;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
#container{
	width: 953px;
	min-height:528px;
	_height:528px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	text-align:left;
}
#top {
	vertical-align:bottom;
	height:90px;
	margin-bottom:25px;
}
#logo {
	display: block;
	position:relative;
	float: left;	
	height:90px;
}
#nav {
	vertical-align:bottom;
	float: right;	
	height:35px;
	padding-top:55px;
	padding-right:25px;
	}

#left-side {
    float:left;
    width:374px;
	padding:0px;
	padding-left:35px;
    }
#right-side {
    float:right;
    width:425px;
	padding:0px;
	padding-right:35px;
	padding-top:35px;
    }
	

.home-blurb {
float:right;
width:300px;
margin:20px 15px 0px 0px;
}
#therapies ul{
	list-style:none;
	}

ul#experts{
	list-style:none;
	margin:0px;
	padding:0px;
	}
ul#experts li{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}
ul#experts a{
	display:block;
	list-style:none;
	margin:0px;
	padding:5px;
	border: 1px solid #fff;
	height:62px;
	cursor:pointer;
	}
ul#experts a:hover, ul#experts .selected{
	border: 1px solid #000;
	text-decoration:none;
	}
ul#experts .selected{
	border: 1px solid #a09da8;
	}
ul#experts img {
	float:left;
	border: 1px solid #000;
	}
ul#experts .experts-main {
	float:right;
	}
ul#experts .experts-main .title{
	margin-top:10px;
	padding-left:40px;
	width:235px;
	font-weight:bold;
	color:#a09da8;
	cursor:pointer;
	}
ul#experts .experts-main .name{
	width:280px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	font-size:13px;
	}
.expert-detail {
		position: absolute;
	left: 0;
	right: 0;
	top:190px;  
	left: 50%;
	width:425px;
	height:340px;
    margin-left: 15px;
}

.collapsed {
	padding-left:20px;
	background-image:url(../images/btnExpand.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}
.collapsed:hover {
	background-position:0px -18px;
	text-decoration:none;
}
.expanded {
	padding-left:20px;
	background-image:url(../images/btnCollapse.gif);
	background-repeat:no-repeat;
	background-position:0px -18px;
	color:#000;
}
.expanded:hover {
	background-position:0px -18px;
	text-decoration:none;
}
.content_table{
	width: 953px;
	min-height:528px;
	_height:528px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	}
#home-table {
	background-image: url(../images/home-hero.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
