body {
	background: #d0dbc7 url(../images/body_bg.jpg) repeat-x;
	color: #0057a6;
	color:#000;
}

h2 {
	font-weight: bold;
	line-height: 1em;
	color: #0057a6;
	font-size: 1.5em;
}
h4 {
	font-weight: bold;
}
h5 {
	color: #0057a6;
}
h3 {
	font-weight: bold;
	color: #0057a6;
}
.color-1-line {
	border-bottom:1px solid #0057a6;
	margin-bottom:5px;
	margin-top:5px;
}
.container {
	padding: 0 5px 0 5px;
	background-color: #baccac;
}

a{
	text-decoration: none;
	color: #0057a6;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
	color: #0057a6;
}

ul.inline-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
ul.inline-menu li {
	display: inline;
}
ul.inline-menu li a {
	padding: 1px 12px 1px 9px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #0057a6;
	font-size: 11px;
}
ul.inline-menu li a:hover {
	text-decoration: underline;
}
ul.inline-menu li.first a {
	padding-left: 0;
}
ul.inline-menu li.last a {
	border-right: 0;
}

form.style1 input[type=text],
form.style1 input[type=password],
form.style1 textarea {
	background: #d9e1ef;
	border: 1px solid #5076b6;
	padding: 3px;
}

.sidebar-item {
	margin-bottom: 10px;
	display: block;
}

/*---BUTTONS---*/
.button, .button:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 6px 10px 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
input.button, button.button {
	border: 0px;
}

.button:hover { 
	background-color: #111; 
	color: #fff; 
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
}
.button:active { top: 1px; }
.small.button, 
.small.button:visited { 
	font-size: 11px; 
	margin-bottom: 0;
	padding: 1px 4px 1px 3px;
}
.button, 
.button:visited,
.medium.button, 
.medium.button:visited { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1;	
}
.large.button, 
.large.button:visited { 
	font-size: 14px; 
	padding: 8px 14px 9px; 
}
.color-1.button, 
.color-1.button:visited	{ 
	background-color: #0057a6;
}
.color-1.button:hover { 
	background-color: #1477d2; 
}

.color-2.button, 
.color-2.button:visited	{ 
	background-color: #8ea97b;
	color: #fff;
	text-shadow: 0 0px 0px #ccc;
}
.color-2.button:hover { 
	background-color: #a1b791;
	color: #fff;
}




/*---HEADER---*/
#header {
	background: url(../images/header_bg.png) repeat-x;
	height: 149px;
	width: 920px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 352px;
	height: 92px;
	margin: 0;
	float: left;
}
#logo a {
	display: block;
	width: 330px;
	height: 92px;
}
#logo span {
	display: none;
}
#print-logo {
	display: none;
}
#header-right {
	float: right;
	text-align: right;
	color: #0057a6;
}
#header-right a {
	color: #0057a6;
}
#header-right ul {
	margin-bottom: 2px;
}
#header-right ul li a {
	padding: 1px 7px 1px 4px;
	font-size: 12px;
}
#header-right #text-size {
	float: right;
	line-height: 27px;	
}

#header-right img {
	vertical-align: middle;
}
#header-right #print {
	float: right;
	line-height: 18px;
	padding-right: 7px;
}
#header-right #print a {
	text-decoration: none;
}
#header-right input[type="text"],
#header-right input.text {
	margin: 2px 0 4px 0;
}
#main-nav {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 8px;
}
#main-nav ul {
	list-style: none;
	display: block;
	margin: auto;
	padding: 0;
	width: 930px;
	margin-top: 0px;
	height: 34px;
}
#main-nav ul li.first {
	xbackground: url(../images/nav_line.png) no-repeat left;
}
#main-nav ul li {
	float: left;
	text-align: center;
	height: 45px;
	font-weight: bold;	
	display: table;
	width: 127px;
}
#main-nav ul li span {
	display: table-cell;
	line-height: 13px;
	vertical-align: middle;
	height: 25px;
}
#main-nav ul li.current {
	background: url(../images/nav_current.png) no-repeat;
}
#main-nav ul li a {
	font-size: 14px;	
	color: #fff;
	text-decoration: none;
	width: 127px;
	text-shadow: #030368 0 1px 1px;
	display: block;
}
#main-nav ul li.current a {
	color: #0057A6;
	text-shadow: none;
}

/*---BODY---*/
#body-wrapper {
	background: #ffffff;
}



#body {
	margin-top: 10px;
	padding-bottom: 20px;
}
.grey-box {
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomright: 18px;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	border: 1px solid #c2c2c2;
	background: #ededed;
	padding: 15px 22px 15px 22px;
	color: #000;
	
}
.grey-box.alt {
	padding: 15px 9px 15px 9px;

}
.grey-box h3 {
	color: #666666;
	font-weight: bold;
}

#home .grey-box {
	height: 360px;
}
.news-date {
	font-weight: bold;
	color: #0057a6;
}

/*---BREADCRUMB---*/
#breadcrumb {
	height: 33px;
	margin-left: 27px;
	margin-right: 30px;
	width: 893px;
	position: relative;
	background: url(../images/breadcrumb.png) no-repeat;
}
#breadcrumb h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 10px;
	color: #0057A6;
}
#breadcrumb .trail {
	position: absolute;
	left: 242px;
	top: 0px;
}
#breadcrumb .trail,
#breadcrumb .trail a {
	color: #0057A6;
	font-weight: bold;
}
#breadcrumb .trail a {
	text-decoration: underline;
	font-weight: normal;
}

/*---LEFT NAV---*/
#left-nav-bg {
	background: url(../images/left_nav_bottom.png) no-repeat 0 bottom;
}
#left-nav {	
	background: url(../images/left_nav_top.png) no-repeat;
	padding: 15px 44px 15px 30px;
	color: #000;
}
#left-nav ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#left-nav hr {
	background-color: #ccccff;
	margin-bottom: 10px;
	height: 2px;
}
#left-nav ul li {
	margin-bottom: 10px;
}

#left-nav ul li a {
	background: url(../images/nav_bullet.png) no-repeat 0 2px;
	padding-left: 20px;	
	color: #0057a6;	
	display: block;
}
#left-nav ul li.parent-here,
#left-nav ul li.here {
	font-weight: bold;
}
#left-nav ul li.parent-here a,
#left-nav ul li.sub-level-0.here a {
	background: url(../images/nav_bullet_on.png) no-repeat 0 2px;
}
#left-nav ul li ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: square;	
	color: #666666;
}
#left-nav ul li.sub-level-0 ul {
	display: none;
}
#left-nav ul li.sub-level-0.parent-here ul,
#left-nav ul li.sub-level-0.here ul {
	display: block;
}
#left-nav ul li ul li {
	margin: 0 0 0 32px;
	padding: 0 0 4px 0;
	color: #666666;
}
#left-nav ul li.sub-level-0.here ul li.sub-level-1 a,
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1 a,
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1.parent-here ul li.sub-level-2 a,
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1.here ul li.sub-level-2 a  {
	background: none;
	margin: 0;
	padding: 0;
	color: #666666;
	font-weight: normal;
	background-image: none;
}
#left-nav ul li ul .here {
	list-style: square;
}
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1.here a,
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1.parent-here a,
#left-nav ul li.sub-level-0.parent-here ul li.sub-level-1.parent-here ul li.sub-level-2.here a {
	font-weight: bold;
}


#left-nav h5 {
	color: #0057a6;
	margin-bottom: 0;
	font-size: 1.1em;
}
#left-nav label {
	font-weight: normal;
}
#left-nav input[type='text'] {
	width: 80px;
	margin-top: 0;
}
#left-nav select {
	width: 180px;
	margin-top: 0;
}

/*---LEFT OUTER BG---*/
#left-outer-bg {
	background: url(../images/left_nav_outer_background.png) 0 bottom;
	margin-bottom: 20px;
	color: #0057a6;
}
#email-events {
	width: 231px;
}
#email-events a {
	color: #0057a6;
}
#email-events ul {
	list-style: none;
	padding: 10px 10px 10px 30px;
	margin: 0;
}
#email-events ul li {
	padding-bottom: 10px;
	padding-left: 25px;
	background-repeat: no-repeat;
	color: #000;
}
#email-events ul li.email-program {
	background-image: url(../images/icon_email_sm.png);
}
#email-events ul li.events {
	background-image: url(../images/icon_calendar_sm.png);
}

/*---CONTENT---*/
#content {
	
}

#content img {
	padding: 5px;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}

/*---RIGHT SIDEBAR---*/
#right-sidebar {
	margin-top: 30px;
}
#cure-magazine {
	
}

/*---FOOTER---*/
#footer {
	background: url(../images/footer_bg.png) repeat-x 0 top;
	padding-top: 10px;
	position: relative;
	color: #fff;
	padding-bottom: 10px;
}
#footer a {
	color: #ffffff;
}
#footer-united-in-healing {
	position: absolute;
	right: 0px;
	top: 3px;
}
#footer #credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#footer #credit a {
	color: #3e3d82;
	xtext-shadow: #fff 1px 0 0;
	padding: 0 0px 10px 200px;
}
#footer #credit a:hover {
	text-decoration: none;
	color: #5554ae;
	
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	float: right;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
}
#footer ul li.first a {
	padding-left: 0;
}
#footer ul li.last a {
	border-right: 0;
}

/*---HOME---*/
#home h2 {
	font-size: 1.6em;
}
.home-feature-item {
	font-size: 11px;
	width: 250px;
	line-height: 1.3em;
	clear: both;	
	margin-bottom: 20px;
}
.home-feature-item a {
	color: #0057a6;
}
.home-feature-item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.home-feature-item h5 {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 13px;
}
#home-text {
	text-align: justify;
}

.video-list {
	margin: 0;
	padding-left: 15px;
	padding-top: 10px;
}

.video-list li {
	color: #60c658;
}
.video-list li a, .video-list li a:visited {
	color: #000;
	text-decoration: none;
}
.video-list li.current {
	color: #0057a6;
}
.video-list li.current a,
.video-list li.current a:visited {
	color: #0057a6;
	font-weight: bold;
}

.video-player{
	display: none;
}
.video-player-wrapper {
	height: 200px;
}
#home hr {
	margin-bottom: 15px;
	margin-top: 2px;
}

#banner {
	height:265px;
}
#banner img {

}
#banner-wrapper {
    height: 330px;
    margin-bottom: 15px;
    position: relative;
}

#home-tabs {
	height: 64px;
	background: url(/images/home_tabs2.png) no-repeat 0 top;
}
#home-tabs ul {
	padding: 0;
	margin: 0;
}
#home-tabs li {
	float: left;
	height: 64px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#home-tabs a {
	height: 54px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
#home-tabs a span {
	font-size: 15px;
	font-weight: normal;
}
#home-tabs a:hover {
	text-decoration: none;
}
#home-tab-1 {
	width: 222px;
}
#home-tab-2 {
	width: 222px;
}
#home-tab-3 {
	width: 222px;
}
#home-tab-4 {
	width: 222px;
}
#home-body-text h1 {
	color: #0057a6;
	border-bottom: 1px solid #c8c8c8;
	font: 2.5em Georgia, "Times New Roman", Times, serif;
}
#home-cure {
	border: 2px solid #eeeeb9;
	background: url(/images/cure_box_bg.jpg) repeat-x 0 top;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#home-cure ul {
    color: #9D9D9D;
	list-style-type: disc;
    margin: 0 10px 10px 0;
    padding: 10px 10px 0 25px;
}
#home-cure li {
   font-size: 11px;
   line-height: 1em;
}
#home-cure ul a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
}
#home-cure .more-news {
    color: #9D9D9D;
    display: block;
    margin-right: 20px;
    text-align: right;
    margin-bottom: 10px;
}
/*---PATIENTS---*/
#patients #overview-features .feature-box {
	width: 207px;
}
#patients #overview-features .feature-box .button {
	width: 100px;
}

/*---EVENTS---*/
#events #right-sidebar {
	margin-top: 0;
}
#wide-title h2 {
	background: url(../images/color_2_box_divider_wide_top.png) no-repeat right bottom;
	padding-bottom: 20px;
}
.event p {
	margin-bottom: 1em;
}
.event h4 {
	color: #0057a6;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #c4c4c4;
}
.event .event-location {
	font-weight: bold;
}
.event .event-description p {
	color: #676767;
}

table#monthly-calendar, #monthly-calendar table {
	margin: 0;
}

#monthly-calendar td {
	padding: 0px;
}
#month_year {
	font-size: 1.2em;
}
#monthly-calendar .day_cell {
	width: 90px;
	height: 90px;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px;
}
#monthly-calendar .day_cell .date {
	text-align: right;
}
.day_of_week {
	text-align: center;
}
#monthly-calendar .wrap {
	border-left: 1px solid #e5e5e5;
}
.day_cell .date {
	color: #919191;
}
.day_cell.out_of_range {
	background-color: #f9f9f9;
}
.day_cell.out_of_range .date {
	color: #AAAAAA;
}

.calendar-wrapper {
	border: 1px solid #c5c6c3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	border-radius:4px;
	padding: 10px;
	background-color:  #e5f1cc;
	margin-bottom: 20px;
}
.calendarBG {
 width: 170px;
 margin: 0 auto;
}

.calendarBG th {
	text-align: center;
}

.calendarBlank { 
 background-color: #FFFFFF;
 color: #cccccc;
 text-align: center;
}

.calendarHeader { 
 font-weight: bold; 
 color: #676767; 
 text-align: center;

}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #0057a6;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #7fbb00; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 xcolor:             #000;
 background-color: 	#fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell a {
 text-decoration:   none;
 background-color:  #e5f1cc;
 padding: 4px 4px 4px 4px;
}
  
.calendarCell a:visited {
 text-decoration:   none;
 background-color:  #e5f1cc;
}

.calendarCell a:hover {

 text-decoration:   none;
 background-color:  #e5f1cc;
}


/*---TREATMENT SERVICES OVERVIEW---*/
.overview-info-box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c2c2c2;
	padding: 10px;
	float: left;
}
.overview-info-box.color-1 {
	background-color: #C0DFF8;
}
.overview-info-box h4 {
	text-align: center;
	color: #0057a6;
	font-weight: bold;
	margin-bottom: 8px;
}
.overview-info-box a {
	color: #0057a6;
}
.overview-info-box .bottom-text {
	text-align: right;
	color: #7fbb00;
	font-size: 16px;
	width: 100%;
	margin-top: 5px;
}
#overview-features .feature-box {
	float: left;
	width: 170px;
	margin-right: 10px;
	text-align: center;
}
#overview-features .feature-box.last {
	margin-right: 0;
}
#overview-features .feature-box a.button {
	width: 100px;
}
.feature-box h3 {
	color: #666666;
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .feature-box img {
	border: none;
	box-shadow: none;
	padding: 0;
}

/*---CLINICAL RESEARCH---*/
#clinical-trial-search-box,
#clinical-research-locations-box {
	height: 150px;
}

#clinical-trial-search-box {
	background: rgb(192,223,248);
}
#clinical-trial-search-box h3 {
	color: #0057a6;
	margin-bottom: 10px;
}
#clinical-research-locations-box {
	background: #fff;
}
#clinical-research-locations-box h3 {
	color: #0057a6;
	margin-bottom: 10px;
}
#clinical-research-locations-box .view-more {
	text-align: right;
	color: rgb(0,56,147);
	font-weight: bold;
	font-size: 14px;
	clear: both;
	display: block;
}

h4.trial-category {
	font-family: "angie-sans-1","angie-sans-2", sans-serif;
	background-color: #0057A6;
	padding: 4px;
	color: #ffffff;
	font-variant: small-caps;
	font-size: 1.4em;
}

ul.trial-list {
	list-style: none;
}
ul.trial-list li {
	color: #000;
	margin-bottom: 10px;
}

.documents-wrapper h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #7fbb00;
	margin-bottom: 6px;
}
.documents-wrapper ul {
	padding-left: 15px;
}
.documents-wrapper ul li {
	color: #000;
}
.documents-wrapper ul li a {
	font-weight: bold;
}

/*---FAQ---*/
.answer {
	display: none;
}
.faq-wrapper h4 {
	margin-bottom: 5px;
}
.faq-wrapper {
	margin-bottom: 10px;
}

/*---LOCATIONS PHYSICIANS---*/
.search-box {
	border: 1px solid #c5c6c3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	border-radius:4px;
	padding: 10px;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	height: 205px;
}
.search-box h3 {
	font-weight: bold;
	margin: 0;
}
.search-box td {
	padding: 0;
}
.search-box input[type="text"],
.search-box select  {
	margin: 5px;
	width: 130px;
	padding: 3px;
}
.search-box select {
	width: 138px;
}
.search-box label {
	text-align: right;
	display: block;
}
.search-box table {
	margin: 0;
}

#locations-search-box .search-box-button{
	margin-top: 39px;
}

#physicians-search-box,
#locations-search-box {
	
}
.search-box-button {
	text-align:center;
	margin-top: 5px;
}

#physicians-search-box {
	background: #e0f1ff;
}
#physicians-search-box h3 {
	color: #0057a6;
}
#locations-search-box {
	background: #fff;
}
#locations-search-box h3 {
	color: #0057a6;
}
#locations-physicians img {
	border: 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 0;
}


/*---LOCATIONS---*/
.location-item-wrapper {
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	
}
.location-item {
	width: 582px;
	height: 233px;
	background-image: url(../images/location_item_background.png);
	padding: 20px 10px 10px 10px;
	margin: 10px;
}

.location-item p {
	margin-bottom: 10px;
}

.location-item-wrapper .location-item img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.location-photo {
	float: left;
	width: 190px;
	text-align: center;	
}
.location-photo img {
	margin-bottom: 5px;
}
.location-right {
	float: left;
	margin-left: 20px;
	color: #000;
}
.location-right h2 {
	margin-bottom: 7px;
	color: #0057a6;
}
.location-name2 {
	font-weight: bold;
}
.location-phone {
	font-weight: bold;
}
.location-specialties,
.location-treatments {
	float: left;
	width: 150px;
}

.map-wrapper {
	height: 282px;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
	box-shadow: 0px 0px 5px rgba(0,0,0,.4);
}
#map {
	margin: 10px;
	width: 358px;
	height: 260px;
	border: 1px solid #cbcbcb;

}
#location-search-summary h4 {
	margin: 0;
	color: #0057a6;
	font-weight: bold;
}
#location-search-summary ul{
	color: #ff6f0f;
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 1.1em;
}
#location-search-summary ul li a {
	color:#0057a6;
	font-weight: bold;
}
#location-detail {
	color: #000;
}
#location-detail .logo-block {
	background: url(../images/logo_block.png) no-repeat;
	width: 60px;
	height: 30px;
	float: right;
}
#location-detail h2 {
	border-bottom: 1px solid #0057a6;
	margin-right: 20px;
	float: left;
	padding-bottom: 3px;
	width: 540px;
	display: block;
	position: relative;
}
#location-detail h2 .return-link {
	display: block;
	position: absolute;
	right: 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.location-detail-photo {
	margin-bottom: 10px;
}
#location-detail-map {
	background: url(../images/icon_map.png) no-repeat;
	height: 45px;
	line-height: 45px;
	padding-left: 57px;
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
}
.location-detail-phone {
	font-size: 1.2em;	
	font-weight: bold;
}
#location-detail h5 {
	margin-bottom: 0;
}
#location-detail h5.green-line {
	background: url(../images/color_2_box_divider_top.png) no-repeat right bottom;
}
#location-detail .physician-name {
	float: left;
	width: 190px;
	margin-right: 10px;
}
/*---PHYSICIANS---*/
.physician-item {
	float: left;
	background: #e0f1ff;
	border: 1px solid #c5c6c3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 10px;
	width: 100%;
}
.physician-photo {
	float: left;
	width: 80px;
	text-align: center;	
}
.physician-right {
	float: left;
	margin-left: 20px;
	color: #000;
	width: 500px;
}
.physician-info-left {
	width: 250px;
	float: left;
}
.physician-info-right {
	float: left;
	width: 250px;
}
.location-primary {
	margin-left: 25px;
	margin-bottom: 10px;
}
.location-info-link a {
	background: url(../images/mag_glass.png) no-repeat;
	padding-left: 25px;
	color: #0057a6;
	height: 20px;
	display: block;
	font-weight: bold;
}
#physician-profile {
	color: #000;
}
.physician-profile-photo {
	border: 1px solid #c5c6c3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding: 10px;
}
#physician-proile-table {
	margin-bottom: 0;
}
#physician-proile-table td {
	padding: 0 0 7px 0;
	vertical-align: top;
}
#title-block {
	background: url(../images/logo_block.png) no-repeat;
	padding-left: 50px;
	min-height: 30px;
}
#title-block h2 {
	border-bottom: 1px solid #0057a6;
	padding-bottom: 4px;
	color: #0057a6;
}
#physician-profile-sidebar {

}
#physician-profile-sidebar p {
	margin-bottom: 1em;
}
#physician-profile-sidebar a {
	color: rgb(0,56,147);
	font-weight: bold;
}
#physician-proile-table .table-left, .table-left {
	text-align: left;
	white-space: nowrap;	
	padding-right: 5px;
}
#physician-proile-table .table-left {
	width: 120px;
}
.table-heading {
	font-weight: bold;
}
#physician-profile-specialties {
	margin: 0;
}
#physician-profile-specialties td {
	vertical-align: top;
	font-size: .9em;
}

/*---DISEASE & DRUG INFO---*/
#disease-drug-information .feature-box {
	color: #666666;
	line-height: 1.1em;
}
#disease-drug-information .feature-box img {
	float: left;
	margin-right: 7px;
}
#disease-drug-information .feature-box h4,
#disease-drug-information .feature-box h4 a {
	margin-bottom: 0;
	color: #666666;
}

/*---ABOUT---*/
#about .feature-box {
	color: #666666;
	line-height: 1.1em;
}
#about .feature-box img {
	float: left;
	margin-right: 7px;
}
#about .feature-box h4,
#about .feature-box h4 a {
	margin-bottom: 0;
	color: #666666;
}

#about-overview-box h3 {
	color: #666666;
	font-weight: bold;
}

#about-overview-box-left,
#about-overview-box-right {
	height: 360px;
}
#about-overview-box-left {
	width: 280px;
	padding: 10px;
	background: #f2f8e5 url(../images/about_overview_box_left_background.png) repeat-y right;	
	border: 1px solid #c2c2c2;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#about-overview-box-right {
	padding: 10px;
	background: #e5f1cc url(../images/about_overview_box_right_background.png) repeat-y left;
	width: 327px;
	border: 1px solid #c2c2c2;
	border-left-width: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 0 solid #c2c2c2;
}
.news-list-item {
	margin-bottom: 7px;
}
#news-table .news-table-date {
	white-space: nowrap;
	vertical-align: top;
}
#news-table h3.news-table-title {
	font-weight: bold;
	font-size: 1.25em;
	font-weight:bold;
	margin-bottom: 7px;
}
.news-article h2 {
	color: #000;
}
#freeform img {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/*---CAREERS---*/
#careers h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
/*---DRUG DICTIONARY---*/
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 7px;
}

ul.alpha-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
ul.alpha-list li {
	display: inline;
	
}
ul.alpha-list li a {
	padding: 4px;
	font-size: 16px;
}
ul.alpha-list li a:hover {
	background-color:#C0DFF8;	
	text-decoration: none;
}
ul.alpha-list li.current a {
	font-weight: bold;
	background-color:#C0DFF8;	
}

/*---MED PROF---*/
#medical-professionals .feature-box {
	color: #666666;
	line-height: 1.1em;
}
#medical-professionals .feature-box img {
	float: left;
	margin-right: 7px;
}
#medical-professionals .feature-box h4,
#medical-professionals .feature-box h4 a {
	margin-bottom: 0;
	color: #666666;
}

.cancer-news {
	margin:0;padding-left:20px;
}
.cancer-news li {
	margin-bottom: 7px;
}

#search h4 {
	margin:0px;
}
.search-result {
	margin-bottom: 10px;
}

.physician-grid-item {
	float: left;
	width: 200px;
	height: 220px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
}

#content .no-shadow {
	box-shadow: none;
	border: none;
}
