@charset "UTF-8";
/* CSS Document */
.bodycopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #3D4242;
}

.image_wrap_left {
	float:left;
	padding:5px 5px 12px 5px;
	margin:30px 15px 30px 0;
	border-style:solid;
	border-color:#999999;
	border-width:0.1em;
	clear:both;
}

.image_wrap_right {
	float:right;
	padding:5px 5px 12px 5px;
	margin:30px 0 30px 15px;
	border-style:solid;
	border-color:#999999;
	border-width:0.1em;
	clear:both;
}

.image_wrap_left p,
.image_wrap_right p {
	text-align:center;
	font-weight:bold;
}

.clear {clear:both;}

/*  __________________     icon links    ___________*/
.section_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.section_links img,
.section_links a img {
 	border:none;
	cursor:auto;
	text-align:center;
}

.section_links td {
	border:solid;
	border-width:1px;
	padding:6px;
	vertical-align:top;
}
.section_links td a {
	text-align:center;
	text-decoration:none;
}


/* Nashville Slideshow
-------------------------------------------------------*/
#slideshow_wrapper {
	margin: 0 10px 25px 10px;
	padding: 10px;
	width: 250px;
	height: 280px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 4spx #999;
	-webkit-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	float: left;
}

#slider {
	float: left;
}

ul#slideshow {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slideshow li {
	margin: 0;
	padding: 0;
	z-index: 0;
}

#slideshow li img {
	position: absolute;
	z-index: 0;
}

.caption_wrapper {
	position: absolute;
	margin-top: 230px;
	width: 250px;
	height: 50px;
	background: url(../images/caption_bg.png) no-repeat;
	z-index: 1;
}

.slide_caption {
	margin: 10px 7px 7px;
	width: 143px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.slide_caption a {
	color: #fff;
}

#prev, #next {
	position: absolute;
	width: 125px;
	height: 230px;
	background-image: url(data:image/gif;base64,AAAA);
	display: block;
	z-index: 100;
}

#next {
	margin-left: 125px;
}

#prev:hover {
	background: url(../images/arrow_left.png) no-repeat left center;
}

#next:hover {
	background: url(../images/arrow_right.png) no-repeat right center;
}

#prev a, #next a {
	position: absolute;
	width: 125px;
	height: 230px;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	outline: 0;
}

/* Experienced Practitioner Retreat
-------------------------------------------------------*/
.EPR_header {
	margin-bottom: 5px;
	color: #024079;
	font-size: 20px;
}

.EPR_subheader {
	color: #024079;
	font-size: 14px;
}

.EPR_logo {
	margin: 0 0 15px 15px;
	padding-top: 15px;
	width: 160px;
	height: 150px;
	float: right;
}

.EPR_menu {
	margin: 0 0 20px 20px;
	width: 150px;
	float: right;
}

.EPR_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.EPR_menu ul li a {
	margin-bottom: 15px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #0099cc;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
}

.EPR_menu ul li a:hover {
	-moz-box-shadow: 0 0 7px 0 #004055 inset;
	-webkit-box-shadow: 0 0 7px 0 #004055 inset;
	box-shadow: 0 0 7px 0 #004055 inset;
}
