﻿@charset "UTF-8";
@import url('reset.min.css');

/* ===== colors ==================================== */

.color1 { color: #000; } /* default */

.success {
	font-weight: bold;
	color: #090;
}

.error,
.required {
	font-weight: bold;
	color: #c00;
}

/* ===== base ====================================== */

html {
	color: #333333;
	text-align: center;
}

body {
	background: #255384 url('../content/images/shell-background.jpg') no-repeat center 28px ;
	color: #333333;
	text-align: center;
}

#container {
	width: 980px;
	overflow: hidden;
	margin: 10px auto;
	padding: 0 0 0 0;
	text-align: left;
}

h1 { font-size: 30px; 
     overflow: hidden;
	 padding-bottom: 2px; clear: both; }

.top-level-header h1, h1.main-header {
	color: #3573B9;
	display: block;
	clear: both;
	overflow:hidden;
	padding: 0 0 2px 0; /* keeps descending characters from cutting off */
}

h2 { font-size: 18px;padding-bottom: 1px; }

h3 { font-size: 16px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1,
h2,
h3,
h4,
h5,
h6 { color: #333333; 	
     font-family: arial, serif; 
     font-weight: normal;
     margin-bottom: 10px;
}

p,
dl,
ol,
ul { margin-bottom: 1em;
     }

ul { margin-bottom: 1.2em;}

p {
	line-height: 1.4em;
}

dt { font-weight: bold; }

li,
dt,
dd { margin-bottom: .5em; }

dd { padding-left: 2.5em; }

.hr {
	border-bottom: 1px solid #000;
	margin: 1em 0;
}

a, a:link, a:hover, a:visited, a:active {
	color: #3573b9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

/* ===== header ==================================== */

#header  {
	width: 100%;
	/*overflow:hidden;*/
}

#main-header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 133px;
	z-index: 98;
}

#banner { }

#site-title  {
	width: 112px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#site-title a {
	background: #FFF url('../content/images/header-logo.png') no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	width: 112px;
	height: 114px;
}

#feature-button-group {
	position: absolute;
	top: 20px;
	right: 376px;
	width: auto;
	height: 32px;
}

a#find-physicnan-btn,
a#store-btn,
a#rec-products-btn {
	width: auto;
	float: right;
}

a#store-btn {
	padding-left: 20px;
	padding-right: 20px;
}

fieldset#site-search {
	width: 200px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 167px;
	padding: 0;
	margin: 0;
	border: solid 1px #b7c9dc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	height: 27px;
}

fieldset#site-search input.search-text {
	width: 164px;
	height: 20px;
	margin: 0;
	color: #5f5f5f;
	position: absolute;
	left: 2px;
	top: 2px;
	border: none;
	outline: none;
	border-width: 0px;
}

fieldset#site-search input.site-search-btn {
	width: 40px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	border: 0;
	width: 24px;
	height: 23px;
	border: none;
	background: transparent url('../content/images/btn-sprite.png') no-repeat 0 -123px;
}

.ac_results {
	background-color: #ffffff;
    border: 1px solid #B7C9DC;
    margin-top: 3px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 0 0 5px 5px;
}

.ac_results ul li {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ac_results ul li.ac_over {
	background-color: #3573b9;
}

h5#site-sponsor-header {
	height: 15px;
	width: 135px; /* 145px - 11px padding */
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 4px 5px 4px 5px;
	color: #FFFFFF;
	background-color: #3b78bb;
	line-height: 13px;
	position: absolute;
	right: 0;
	bottom: 2px;
	margin: 0;
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 5px 5px 0 0;
	
	display: none; /* TEMPORARILY HIDING FOR NOW !!!!!!!!!!!!!!! */
}

#site-sponsor {
	width: 145px;
	height: 125px;
	right:0;
	top:0;
	position: absolute;
	overflow: hidden;
}

/* ===== subheader ==================================== */

#subheader {
	height: 28px;
	background-color: #003366;
	overflow: hidden;
}

#subheader-container {
	overflow: hidden;
	width: 980px;
	height: 28px;
	margin: 1px auto 0 auto;
	position: relative;
}

/* ===== top nav ==================================== */

#subheader ul.topnav {
	list-style-type: none;
	padding: 5px 0 0 0;
	color: #85b1e2;
	font-weight: bold;
	position: relative;
	position: absolute;
	left: 0;
}

#subheader ul.topnav li {
	float: left;
	padding: 0px 4px;
	margin: 0;
	border-right: solid 1px #4f749e;
}

#subheader ul.topnav li.indent {
	margin-left: 25px;
}

#subheader ul.topnav li a {
	color: #e2e6ea;
	font-weight: normal;
}

#subheader ul.topnav li a:hover {
	color: #ffffff;
}

a#header-newsletter,
a#header-twitter,
a#header-facebook,
a#header-rss {
	background: #003366 url('../content/images/icon-sprite.png') no-repeat 0 1px;
	text-indent: -9999px;
	display: inline-block;  
	width: 14px;
	height: 14px;
	margin: 0 0 0 4px;
}

a#header-newsletter {
	width: 27px;
	height: 14px;
	background-position: 0 -242px;
}

a#header-twitter {background-position: 0 -14px;}
a#header-facebook {background-position: 0 -29px;}
a#header-rss {background-position: 0 -44px;}

#subheader img.header-arrow {
	width: 22px;
	height: 10px;
	position: absolute;
	bottom: 1px;
	right: 152px;
	background: #003366 url('../content/images/icon-sprite.png') no-repeat 0 -125px;
}

/* ===== nav ======================================= */

#nav {
	width: 740px;
	height: auto;
	position: absolute;
	bottom: 21px;
	left: 118px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0; 
	padding: 0 5px 0 0;
	background: #FFF url('../content/images/header-nav-breaks.png') no-repeat right 15px;
	position: relative;
	text-align: center;
}

#nav li>a {
	height: 46px;
	width: auto;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	color: #3573b9;
	text-align: center;
	font-family: arial, serif; 
	font-weight: normal;
}

#nav li.nav0 {width: 103px;}
#nav li.nav1 {width: 120px; padding-right: 0px;}
#nav li.nav2 {width: 77px;}
#nav li.nav3 {width: 88px;}
#nav li.nav4 {width: 64px;}
#nav li.nav5 {width: 68px; padding-left: 3px;}
#nav li.nav6 {width: 84px; padding-left: 3px;}
#nav li.nav7 {width: 71px;}

#nav li.nav0>a, 
#nav li.nav7>a,
#nav li.nav5>a,
#nav li.nav4>a {
	padding-top: 20px;
	height: 26px /*46px - 20px padding */
}

#nav li.nav7 {
	background: none;
}

#nav li a:hover {
	color: #003366 !important;
	text-decoration: none;
}

/* Argentina Site Nav Over-rides (for 7 nav items) */

body.argentina-site #nav li.nav0 {width: 110px; }
body.argentina-site #nav li.nav1 {width: 160px; padding-right: 2px; padding-left: 5px;}
body.argentina-site #nav li.nav2 {width: 84px; padding-right: 0px;}
body.argentina-site #nav li.nav3 {width: 58px; padding-left: 5px;}
body.argentina-site #nav li.nav4 {width: 104px;}
body.argentina-site #nav li.nav5 {width: 88px; padding-left: 3px;}
body.argentina-site #nav li.nav6 {width: 86px; padding-left: 3px; background-image: none;}
body.argentina-site #nav li.nav7 {display: none;}

body.argentina-site #nav li.nav0>a,
body.argentina-site #nav li.nav5>a,
body.argentina-site #nav li.nav4>a,
body.argentina-site #nav li.nav3>a {
	height: 46px;
	padding-top: 0;
}

/* ===== subnav ==================================== */

#nav li div.subnav {
	position: absolute;	
	top: 48px; 
	left: 0;
	float: left;
	text-align: left;
	display: none;
	z-index: 99;
	overflow: hidden;
	background: transparent;
	width: auto;
}

#nav li.nav0 div.subnav {left: -100px;}
#nav li.nav1 div.subnav {left: -170px;}
#nav li.nav2 div.subnav {left: -220px;}
#nav li.nav3 div.subnav {left: -260px;}
#nav li.nav4 div.subnav {left: -320px;}
#nav li.nav5 div.subnav {left: -380px;}
#nav li.nav6 div.subnav {left: -425px;}
#nav li.nav7 div.subnav {left: -430px;}

#nav li div.subnav h4 {
	font-weight: normal;
}

#nav li div.subnav .subnav-top {
	height: 20px;
	width: auto;
	clear: both;
	overflow: hidden; 
	border: solid 3px #3574b9;
	border-width: 0px 3px 0px 3px;	
	background: #f3f6fb url('../content/images/subnav-head-bkgd.png') repeat-x 0 0;
}

#nav li div.subnav .subnav-top img {
	height: 20px;
	width: 24px;
	margin: 0;
	background: transparent url('../content/images/icon-sprite.png') no-repeat 0 -152px;
}

#nav li.nav0 div.subnav .subnav-top img {margin-left: 140px;}
#nav li.nav1 div.subnav .subnav-top img {margin-left: 210px;}
#nav li.nav2 div.subnav .subnav-top img {margin-left: 240px;}
#nav li.nav3 div.subnav .subnav-top img {margin-left: 290px;}
#nav li.nav4 div.subnav .subnav-top img {margin-left: 340px;}
#nav li.nav5 div.subnav .subnav-top img {margin-left: 402px;}
#nav li.nav6 div.subnav .subnav-top img {margin-left: 455px;}
#nav li.nav7 div.subnav .subnav-top img {margin-left: 450px;}

#nav li div.subnav .subnav-content {
	padding: 10px 20px 10px 20px;
	width: 610px;
	border: solid 3px #3574b9;
	border-top: 0px;
	background-color: #f3f6fb;
	overflow: hidden;
}

#nav li div.subnav .subnav-content img {
	float: right;
}

#nav li div.subnav .subCol {
	float: left;
	width: 170px;
	display: block;
	margin: 0 15px 0 0;
	overflow: hidden;
}

#nav li div.subnav .subCol ul {
	list-style-type: none;
	padding: 7px 0;
	overflow: hidden;
}

#nav li div.subnav .subCol ul li {
	clear: both;
	display: block;
	background: none;
	padding: 0;
	margin: 0 0 7px 0;
	width: 100%;
	text-align: left;
}

#nav li div.subnav .subCol ul li a {
	line-height: 10px;
}

#nav li div.subnav .subCol ul li a, 
#nav li div.subnav p a {
	height: auto;
	width: auto;
	display: inline;
	font-size: 12px;
	text-align: left;
	padding: 1px 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

#nav li div.subnav .subCol ul li a:hover, 
#nav li div.subnav p a:hover {
	text-decoration: underline;
}

#nav li div.subnav .subCol-Right {
	float: right;
	width: 225px;
	margin: 0 0 0 15px;
	display: block;
	overflow: hidden;
}

#nav li div.subnav .subCol-Right a.video-link,
.right-video-widget a.video-link {
	display: block;
	position: relative;
	clear: both;
	width: 225px;
	height: 190px;
}

#nav li div.subnav .subCol-Right a.video-link img,
.right-video-widget a.video-link img {
	margin: 10px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.right-video-widget a.video-link img {
	margin: 0;
}

#nav li div.subnav .subCol-Right a.video-link img.play-btn,
.right-video-widget a.video-link img.play-btn {
	margin: 0;
	position: absolute;
	top: 60px;
	left: 80px;
	width: 65px;
	height: 45px;
	z-index: 11;
}

.right-video-widget a.video-link img.play-btn {
	top: 88px;
	left: 123px;
}

#nav li div.subnav .subCol-Right a.video-link span {
	top: 158px;
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
}

#nav li div.subnav .subnav-footer {
	clear: both;
	margin: 15px 0 0 0;
	padding: 10px 0 2px 0;
	border-top: solid 1px #c0d5e8;
	display: block;
	width: 100%;
	float: left;
}

/* ===== content =================================== */

#main {
	background: transparent;	
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	clear: both;
	padding: 0 0 10px 0;
}

.cols  {
	float: left;
	margin: 15px; 
}

.colA  {
	width: 160px;
	overflow: hidden;
	/*background-color:Aqua;*/
}

.colAB {
	width: 635px;
	margin-right: 0;
	/*background-color: Maroon;*/
}

.colBC  {
	width: 775px;
	margin-left: 0;
	margin-right: 0;
	/*background-color: Lime;*/
}

.colB {
	width: 455px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	/*background-color: Yellow;*/	
}

.colC {
	width: 300px;
	float: right;
	margin-left: 0;
	/*background-color: Teal;*/
}

.colAB .innerCol {
	/*margin-top: 15px;*/
}

.colBC .innerCol {
	width: 455px;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	float: left;
	overflow: hidden;  
}

.colBC .colC {
	width: 300px;
	float: right;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	/*background-color: Orange;*/
}

.colBC article.article-content img {
	margin: 0 15px 15px 0;
	max-width: 455px;
}

.colAB img { 
	max-width: 635px;
}
.colBC #map_canvas img,
.colAB #map_canvas img { /* Fixes Google Map bubble shadow issue on Doctor Finder */ 
	max-width: 9999px;
}

#breadcrumb {
	padding: 0 0 0 0;
	color: #FFFFFF;
	float: left;
	width: auto;
	margin: 5px 0 15px 0;
}

#breadcrumb a {
	color: #FFFFFF;
}

#breadcrumb a.active {
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}

.sharebar {
	margin: 10px 0 15px 0;
	clear: both;
}

.youtube-field {
	margin-bottom: 15px;
}	

article.main-article p img, 
article.main-article img {  /* this is default */
	clear: none;
	float: left;
	margin: 10px 15px 15px 0;
}

article.main-article p img.content-image-right,
article.main-article img.content-image-right {
	float: right;
	margin: 10px 0 15px 10px !important;
}

article.main-article p img.content-image-left,
article.main-article img.content-image-left {
	float: left;
	margin: 10px 15px 10px 0 !important;
}

article.main-article p img.content-image-top,
article.main-article img.content-image-top {
	float: left;
	margin: 0 15px 10px 0 !important;
}

article.main-article p img.content-image-texttop,
article.main-article img.content-image-texttop {
	clear: both;
	display: block;
	margin: 0 0 15px 0 !important;
}

article.main-article p img.content-image-middle,
article.main-article img.content-image-middle {
	margin: 15px auto 15px auto !important;
	padding: 0 15px;
	clear: both;
	display: block;
	float: none;
}

article.main-article p img.content-image-absmiddle,
article.main-article img.content-image-absmiddle {
	margin: 15px auto 15px auto !important;
	padding: 0 15px;
	clear: both;
	display: block;
	float: none;
}

article.main-article p img.content-image-bottom,
article.main-article img.content-image-bottom {
	margin: 15px 15px 0 15px !important;
	float: left;
}

article.main-article p img.content-image-absbottom,
article.main-article img.content-image-absbottom {
	margin: 15px 15px 0 15px !important;
	clear: both;
	display: block;
}

.colBC div.slider-col1 img, 
.colBC article.article-content div.slider-col1 img {
	margin: 0;
}

.colBC article.main-article td {
	vertical-align: middle;
	padding: 5px;
}

/************************* Expando/Collapso ********************************************************************************/
div.expando { }
div.expando ul li h5 { cursor:pointer; }
div.expando ul li div { display:none; }

/************************* Hero/Slider Styles (NOTE: all base styles are in nivo-slider.css) *******************************/

#slider .nivo-caption,
#hero .zone .nivo-html-caption {
	display: block; 
    overflow: hidden;
	padding: 10px 15px 7px 15px;
	background-color: #FFFFFF;
	opacity:0.8; /* Overridden by captionOpacity setting */
	filter: alpha(opacity=80); /*IE7*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*IE8*/
	z-index:8;
	position: absolute;
	right: 35px;
	bottom: 0;
}	

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    text-decoration:underline;
}

#slider .nivo-caption p,
#slider .nivo-html-caption p {
	margin: 5px 0;
	padding: 0;
	color: #000000;
	line-height: 18px;
}

#slider .nivo-caption h2,
#hero .nivo-html-caption h2,
#hero h1,
#slider h1 {
	color: #3573B9;
	line-height: normal;
	margin-bottom: 6px;
	font-family: Arial, Helvetica;
}	

#slider .nivo-controlNav {
	position:absolute;
	right: 0;
	bottom: 15px; 
	overflow: hidden;
	z-index: 9999;
	text-align: center;
	width: 100%;
	display: none; /* removes the optional dot navs */
} 

/* START Full width hero slider */

#slider-wrapper,
#slider,
#hero {
	width:980px; 
    height:295px; 
    overflow: hidden;
    margin-bottom: 15px;
}

#slider .nivo-caption,
#hero .zone .nivo-html-caption {
    width: 400px; 
    height: 170px;
}	

/* END Full width hero slider */

/* START Columns AB Slider */

.colAB #slider-wrapper,
.colAB #slider,
.colAB #hero {
	width:635px;
	height:295px;
}

.colAB #slider .nivo-caption,
.colAB #hero .zone .nivo-html-caption {
    width: 280px; 
    height: 170px;
}

/* END Columns AB Slider */

/* START Columns BC Slider */

.colBC #slider-wrapper,
.colBC #slider,
.colBC #hero {
	width:775px;
	height:295px;
}

.colBC #slider .nivo-caption,
.colBC #hero .zone .nivo-html-caption {
    width: 325px; 
    height: 165px;
}

/* END Columns BC Slider */

/* Single Image hero */

#hero  {
	overflow: hidden;
	height: auto;
	position: relative;
}

#hero .zone img.slide {
	position: absolute;
	z-index: 5;
}

#hero .zone .nivo-html-caption {
	position: absolute;
	z-index: 6;
}

/************************* Landing Page Layout *******************************/

.landing-layout #landing-main-section {
	background-color: #d0e1f3;
	overflow: hidden;
	clear: both;
}

.landing-layout section#landing-main-section h1 {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: normal;
	float: left;
	clear: none;
}

.landing-layout section#landing-main-section div.right-col {
	float: left;
	width: 279px;
	padding: 10px 10px 0 5px;
}

.landing-layout #landing-article-summaries,
.landing-layout #landing-facts {
	margin: 0 0 15px 0; 
	overflow: hidden;
}

.landing-layout #landing-article-summaries {
	margin: 0 0 15px 0; 
}

.landing-layout #landing-article-summaries ul {
	padding: 0;
	list-style-type: none;
}

.landing-layout #landing-article-summaries ul li.summary {
	overflow: hidden;
	width: 119px;
	height: auto;
	float: left;
	margin: 10px 10px 0 0;
}

.landing-layout #landing-article-summaries ul li.last {
	margin-right: 0;
}

.landing-layout #landing-article-summaries ul li.summary h4 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
}

.landing-layout #landing-article-summaries ul li.summary img {
	width: 120px;
	height: 80px;
}

.landing-layout #landing-article-summaries ul li.summary ul {
	list-style-type: disc;
	padding-left: 14px;
	margin: 0;
}

.landing-layout #landing-article-summaries ul li.summary ul li {
	margin: 3px 0 3px 4px;
	line-height: 14px;
}

.landing-layout #landing-article-summaries ul li.summary .read-more-link {
	font-weight: bold;
}

.landing-layout #landing-facts h3 {
	margin-bottom: 10px;
}
 
.landing-layout #landing-facts ul li {
	width: 270px;
	float: left;
	margin: 5px 15px;
}

.landing-layout .colC .view-all-link {
	float: right;
	display: inline;
	width: auto;
}

/* Landing Page Featured Items Templates */

section.FiveCol,
section.FourCol,
section.ThreeCol,
section.two-stacked-items {
	margin: 0 0 15px 0; 
	clear: both; 
	overflow: hidden;
}

section.FiveCol ul,
section.FourCol ul,
section.ThreeCol ul,
section.two-stacked-items ul {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

section.FiveCol ul li,
section.FourCol ul li,
section.ThreeCol ul li {
	margin: 10px 10px 0 0;
	padding: 0;
	width: 151px;
	float: left; 
	overflow: hidden;
}

section.FiveCol ul li {
 width: 119px;
}

section.ThreeCol ul li {
	width: 205px;
}

.colBC section.FiveCol ul li {
	width: 83px;
}

.colBC section.FourCol ul li {
	width: 106px;
}

.colBC section.ThreeCol ul li {
	width: 145px;
}

.colBC article.article-content .ThreeCol h2,
.colBC article.article-content .FiveCol h2,
.colBC article.article-content .FourCol h2 {
	margin-bottom: 0;
}

.colBC article.article-content img {
	margin: 15px 15px 15px 0;
}

.colBC article.article-content .ad-gallery img,
.colBC article.article-content .featured-article img {
	margin: 0;
}

section.FiveCol ul li img,
section.FourCol ul li img,
section.ThreeCol ul li img {
	height: 100px;
	width: 100%; 
	float: none;
	text-align: center;
	clear: both;
	margin: 0;
}

.colBC section.FiveCol ul li img,
.colBC section.FourCol ul li img,
.colBC section.ThreeCol ul li img,
.colAB section.FiveCol ul li img,
.colAB section.FourCol ul li img,
.colAB section.ThreeCol ul li img {
	margin: 0;
}

.colBC section.FiveCol ul li img {
	height: 83px;
}

section.FourCol ul li article,
section.ThreeCol ul li article {
	overflow: hidden;
}

section.FiveCol ul li article p,
section.FourCol ul li article p,
section.ThreeCol ul li article p,
section.two-stacked-items {
	margin: 0;
	clear: both;
}

section.FiveCol ul li ul,
section.FourCol ul li ul,
section.ThreeCol ul li ul {
	margin: 0;
	padding-left: 20px;
	width: auto;	
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside; 
}

section.FiveCol ul li ul li,
section.FourCol ul li ul li,
section.ThreeCol ul li ul li {
	margin: 0 0 3px 0;
	padding: 0;
	width: auto;
	clear: both;
	overflow: visible;
	list-style-type: disc;
	list-style-position: outside; 
}

section.FiveCol ul li header
section.FourCol ul li header,
section.ThreeCol ul li header,
section.FourCol.centered header,
section.ThreeCol.centered header {
	clear: both; 
	overflow: hidden;
	padding: 0;
	margin: 0;
}

section.FiveCol ul li h3,
section.FourCol ul li article h1,
section.ThreeCol ul li article h1,
section.FourCol.centered ul li h3,
section.ThreeCol.centered ul li h3,
section.two-stacked-items ul li article h1 {
	font-size: 14px;
	line-height: 16px;
	margin: 3px 0 5px 0;
	clear: both;
}

section.FourCol.centered ul li h3,
section.ThreeCol.centered ul li h3,
section.FiveCol.centered ul li h3  {
	text-align: center;
}

.colBC section.FiveCol.centered ul li h3 {
	margin: 0 0 2px 0;
}

section.FiveCol ul li h3 a,
section.FourCol ul li article h1 a,
section.ThreeCol ul li article h1 a,
section.FourCol.centered ul li h3 a,
section.ThreeCol ul li h3 a {
	font-size: 14px;
}

section.two-stacked-items ul li {
	width: 100%;
	margin: 5px 0 10px 0;
	overflow: hidden;
	clear: both;
}

section.two-stacked-items ul li img.stacked-feature-image {
	width: 160px;
	max-height: 160px;
	float: left;
	margin: 0;
}

.colBC article.article-content section.two-stacked-items img {
	margin: 0;
}

section.two-stacked-items ul li article {
	width: 280px;
	float: right;
}

.colAB section.two-stacked-items ul li article {
	width: 460px;
}

/* Landing Page Featured Article Templates */

article.featured-article {
	border-top: 1px solid #C2D5EA;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
	overflow: hidden;
}

article.featured-article img {
	float: left;
	margin: 0;
}

article.featured-article figure {
	width: 220px;
	float: left;
	overflow: hidden;
	margin: 0;
}

.colBC article.featured-article figure {
	width: 160px;
}

article.featured-article figure img {
	max-width: 220px;
}

.colBC article.featured-article figure img {
	max-width: 160px;
}

article.featured-article figure figcaption {
	margin: 10px 0 0 0;
	display: block;
	font-size: 11px;
	float: left;
	clear: both;
	width: 100%;
}

article.featured-article.article-header,
article.featured-article.no-top-border {
	border-top: 0px;
	padding: 0;
	margin-top: 15px;
}

article.featured-article.article-header h2 {
	margin-bottom: 10px;
	clear: both;
	display: block;
	overflow: hidden;
}

article.featured-article section {
	overflow: hidden;
	float: right;
	width: 400px;
	padding: 0;
}

.colBC article.featured-article section {
	width: 284px;
}

.colBC article.featured-article section h1,
.colAB article.featured-article section h1 {
	font-size: 22px;
	line-height: 24px;
}

/* Events List Specific */

section.events-list h2 {
	clear: both;
}

section.events-list ol {
	padding: 0;
	overflow: hidden;
}

section.events-list ol li div.event-image-col {
	width: 100px;
	height: auto;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 6px 0 0 0;
}

section.events-list ol li div.event-image-col img {
	max-width: 100px;
	margin: auto;
	background-color: transparent;
} 

section.events-list ol li {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0; 
	border-top: solid 1px #eeeeee;
	padding-top: 15px;
}

section.events-list ol li section {
	float: right;
	overflow: hidden;
	width: 510px;
}

section.events-list ol li .read-more-link {
	display: inline;
	clear: none;
}

article.event img {
	float: left;
	margin: 0 20px 10px 0;
}

/* Global Usage */

.feature-block {
	background-color: #fff8e2;
	padding: 10px 20px 2px 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.pdf-link {
    background: url('../content/images/pdf_icon.gif') no-repeat scroll left top transparent;
    padding: 2px 0 5px 20px;
}

#doctor-member-promo {
	background-color: #fff8e2;
	margin-bottom: 15px;
	overflow: hidden;
	height: 70px;
	width: 455px;
	position: relative;
	clear: both;
}

#doctor-member-promo h2 {
	position: absolute;
	top: 13px;
	left: 20px;
}

#doctor-member-promo .submit-btn {
	color: #FFFFFF;
	position: absolute;
	right: 20px;
	top: 21px;
	height: 16px;
	font-size: 15px;
}

/* Press/Media Specific */

section#media-press-intro {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}

section#media-press-intro article {
	width: 370px;
	padding: 0;
	float: left;
}

section#media-press-intro dl {
	width: 250px;
	margin: 0;	
	padding: 0 0 0 0;
	float: right;
	overflow: hidden;
}

section#media-press-intro dt {
	margin: 5px 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #C2D5EA
}

section#media-press-intro dd {
	margin: 5px 0 8px 0;
	padding: 0;
	line-height: 17px;
}

/* Skin Cancer Info Specific */

article#skin-cancer-facts {
	width: 340px;
	float: left;
	overflow: hidden;
	background-color: #fff8e2;
	padding: 20px 20px 0px 20px;
	margin: 0 0 15px 0;
}

article#skin-cancer-facts ul {
	overflow: hidden;
	padding: 0 0 0 15px;
}

article#early-detection {
	width: 200px; /* 240px - 40px padding = 240px */
	float: right;
	overflow: hidden;
	background-color: #fff8e2;
	padding: 20px 20px 0px 20px;	
	margin: 0 0 15px 0;
}

article#early-detection img {
	margin-bottom: 10px;
}

div#ask-the-experts {
	width: 380px;
	float: left;
	overflow: hidden;
	margin: 0 0 15px 0;
}

div#ask-the-experts img {
	float: left;
	margin: 0 15px 0 0;
	width: 129px;
}

div#ask-the-experts p {
	width: 230px;
	overflow: hidden;
	float: left;
}

div#ask-the-experts h3 {
	clear: none;
}

/* Prevention Specific */

article#skin-cancer-of-color {
	width: 380px;
	float: right;
	overflow: hidden;
	margin: 0 0 15px 0;
	border-top: 1px solid #C2D5EA;
	padding: 10px 0 0 0;
}

article#skin-cancer-of-color img {
	float: left;
	margin: 0 15px 0 0;
	width: 130px;
	height: auto;
}

article#skin-cancer-of-color h1 {
	font-size: 20px;
}

article#skin-cancer-of-color section {
	width: 230px;
	overflow: hidden;
	float: left;
}

article#education-program {
	width: 200px; /* 240px - 40px padding = 240px */
	float: left;
	overflow: hidden;
	background-color: #fff8e2;
	padding: 20px 20px 0px 20px;	
	margin: 0 0 15px 0;
}

article#education-program img {
	margin-bottom: 10px;
	width: 200px;
	height: auto;
}	

article.featured-article {
	position: relative;
}

a.find-product-ad {
	display: block;
	position:absolute;
	bottom: 0;
	left: 0;
}

/* Contact Us Specific */

form.contact-form fieldset {
	overflow: hidden;
	margin: 20px 0 0 0;
}

form.contact-form fieldset ul {
	padding: 0;
	margin: 0;
}

form.contact-form fieldset ul li {
	margin: 0 0 18px 0;
}

form.contact-form fieldset ul li label {
	width: 120px;
	display: inline-block;
}

form.contact-form fieldset input.submit-btn {
	margin-left: 122px;
}

li#contact-captcha {
	padding-left: 120px;
}

/* Doctor User Profile */

fieldset.edit-doctor {
	padding: 0 0 20px 0;
}

fieldset.edit-doctor div,
ul#Locations div,
ul#Education div {
	margin-bottom: 15px;
}

fieldset.edit-doctor div label,
ul#Locations div label,
ul#Education div label {
	width: 120px;
	display: inline-block;
}

ul#Locations,
ul#Education {
	padding: 0;
	list-style-type: none;
}

fieldset.edit-doctor div textarea {
	width: 420px;
	height: 200px;
}

fieldset.edit-doctor h2 {
	background-color: #F3F4F5;
	width: 100%;
	float:left;
	clear: both;
	font-size: 18px;
	padding: 5px;
	margin: 10px 0 15px 0;
}

/* Team SCF Specific */

div.team-scf-profile {
	overflow: hidden;
	margin: 5px 0 15px 0;
	width: 100%;
	border: solid 1px #d8d8d8;
	border-width: 0 0 1px 0;
	padding: 15px 0 15px 0;
	background-color: #f8f8f8;
}

.colBC article.article-content div.team-scf-profile img {
	float: left;
	width: 185px;
	margin: 0 0 0 15px;
}

div.team-scf-profile dl {
	width: 238px;
	float: right;
	overflow: hidden;
	padding: 0;
}

div.team-scf-profile dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}

div.team-scf-profile dl dd {
	padding: 0 15px 0 0;
}

/* Giving Specific */

.page-options-btns {
	padding: 10px 0 0 0;
}

/* Custom pages, journals, etc. */

#fbContainer {
	border: solid 1px #CCCCCC;
}

/************************** Article Layout *************************/

/* Article Left Nav */

.article-layout #article-nav-col h2 {
	font-size: 16px;
}

#article-nav-col .expArrow,
#article-nav-col .collArrow {
	width: 12px;
	height: 12px;	
	overflow: hidden;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	top: 2px;
	margin: 0 4px 0 0;
	float: left;
}

#article-nav-col .expArrow {
	background: url(../content/images/collapsed.png) no-repeat bottom left;
}

#article-nav-col .collArrow {
	background: url(../content/images/expanded.png) no-repeat bottom left;
}

#article-nav-col a {
	font-weight: bold;
}

#article-nav-col a span.blocker { /* This keeps the anchor text from wrapping beneath expand/collapse icon */
	display: inline-block;
	overflow: hidden;
}

#article-nav-col ul.article-nav li a span.blocker {
	width: 142px;	
}

#article-nav-col ul.article-nav li li a span.blocker {
	width: 128px;		
}

#article-nav-col ul.article-nav li li li a span.blocker {
	width: 112px;	
}

#article-nav-col a.hide {
	display: none;
}

#article-nav-col .emptyNode { /* style applied to list item when no expand/collapse arrow is present*/
	margin-left: 17px;	
	overflow:hidden;
	display: inline-block;
	float: left;
	padding: 0;
	font-weight: normal;
}

#article-nav-col ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-family: arial, serif; 
	overflow: hidden;
}

#article-nav-col ul.article-nav {
	margin: 0 0 20px 0;
}

#article-nav-col ul.article-nav ul {
	padding: 0 0 0 15px;
}

#article-nav-col ul.article-nav li {
	margin: 5px 0 0 0;
	padding: 0; 
	overflow: hidden;
}

a.current-article {  /* Changes state of link for currently selected article page */
	color: #000000 !important;
}

ul.article-nav ul.current-group { /* Displays list of sub articles for currently selected article */
	display: block;
}

/* Article Content */

article.article-content h1 {
	font-size: 26px;
	line-height: 30px;
}

article.article-content h2 {
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	overflow: hidden;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}

article.article-content h2.gradient-header-blue {
	color: #FFFFFF;
}

article.article-content h3 {
	font-size: 14px;
	border-top: solid 1px #C2D5EA;
	padding-top: 6px;
	margin: 6px 0;
	border: none;
}

.content-localizations {
	float: right;
	font-size: 12px;
	overflow: hidden;
}

.content-localizations h4 {
	font-size: 12px;
	float: left;
	margin: 0 6px 0 0;
}

.content-localizations ul {
	padding: 0;
	overflow: hidden;
	float: left;
}

.content-localizations ul li {
	padding: 0;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
}

.content-localizations ul li a {
	width: 20px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	background-image: url('../content/images/translation-flag-icons.png');
}

.content-localizations ul li a.ro-RO {
	background-position: 0 0;
}

.content-localizations ul li a.it-IT {
	background-position: 0 -15px;
}

.content-localizations ul li a.de-DE {
	background-position: 0 -30px;
}

.content-localizations ul li a.fr-FR {
	background-position: 0 -45px;
}

.content-localizations ul li a.en-US {
	background-position: 0 -60px;
}

.content-localizations ul li a.es-ES {
	background-position: 0 -75px;
}

.content-localizations ul li a.pt-PT {
	background-position: 0 -90px;
}

.content-localizations ul li a.gr-GR {
	background-position: 0 -105px;
}

ul.article-options,
ul.article-options-full {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 15px 0;
}

ul.article-options li,
ul.article-options-full li {
	width: 124px;
	height: auto;
	float: left;
	margin: 15px 8px 0 0;
	overflow: hidden;
	background-color: #fff6d8;
	padding: 0;
	border: solid 1px #FFE387;
	font-size: 14px;
	padding: 6px 8px;
}

ul.article-options-full li {
	width: 429px;
	padding: 2px 8px;
	margin: 8px 0 0 0;
}

ul.article-options li a {
	vertical-align: middle;
	padding-bottom: 1px;
}

ul.article-options li a {
	vertical-align: middle;
	padding-bottom: 1px;
}

.colBC article.article-content figure.smaller,
.colBC article.article-content figure.larger {
	float: left;
	padding: 0;
	width: auto;
	margin: 15px 5px 10px 0;
	overflow: hidden;
}

.colBC article.article-content figure.larger {
	float: none;
	clear: both;
}

.colBC article.article-content figure.smaller {
	max-width: 270px;
}

.colBC article.article-content figure.smaller img,
.colBC article.article-content figure.larger img {
	clear: both;
	float: none;
	display: block;
	margin: 0;
}

.colBC article.article-content figure.smaller figcaption,
.colBC article.article-content figure.larger figcaption {
	clear: both;
	width: 85%;
	margin: 10px 0 0 0;
}

.colBC article.article-content figure.smaller figcaption {
	clear: none;
	float: left;
}

.expando {
	margin: 15px 0;
}

.expando ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.expando ul li {
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 1px 0;
	cursor: hand;
	cursor: pointer;
}

.expando ul li h5,
.expando ul li h6 {
	background-color: #d7e9fc;
	padding: 6px 8px;
	margin: 0;
	border-left: solid 4px #c7dff8;
}

.expando ul li h5,
.expando ul li h6 {
	background-color: #d7e9fc;
	padding: 6px 8px;
	margin: 0;
	border-left: solid 4px #c7dff8;
}

.expando ul li h5.expando-hover,
.expando ul li h5.Expanded,
.expando ul li h6.expando-hover,
.expando ul li h6.Expanded {
	background-color: #c7dff8;
}

.expando ul li div {
	background-color: #eaf4ff;
	padding: 20px;
}


/* education */

#education-hero-sponsor {
	width: 775px;
	height: 187px;
	margin: 5px 0 20px 0;
}

/* Summary Content Tabs */

.education-summary {
	border-left: solid 1px #a3bfdf;
	border-right: solid 1px #a3bfdf;
	padding: 0;
}

.education-summary ul.list-items {
	list-style-type: none;
	padding: 0;
	height: 500px;
}

.education-summary ul.list-items li {
	margin: 0;
	padding:0;
	width: 100%;
}

.education-summary .lesson-plan {
	margin: 0;
	overflow: hidden;
}

.education-summary .lesson-plan-content img {
	width: 100%;
	margin: 0;
}

.education-summary .lesson-plan-content p {
	padding: 10px;
	height: 38px; /* 58px - 20px padding */
	overflow: hidden;
}

.education-summary .lesson-plan-content .top-level-header h1,
.education-summary .lesson-plan-content .top-level-header h1 a {
	height: 40px;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 30px;
}

.education-summary .lesson-plan-content .top-level-header h1 a {
	font-size: 18px;
}

/* Details Content Tabs */

.lesson-plan-content ul.tabs {
	padding: 0;
	list-style-type: none;
}

.lesson-plan-content ul.tabs li {
	margin: 0;
}

.lesson-plan-content div.simpleTabsContent h3 {
	margin: 10px 0;
}

div.simpleTabs  {
	padding: 0;
    margin: 20px 0 0 0;   
    clear: both;
}

ul.simpleTabsNavigation { margin:0; padding:0; text-align: center; overflow: hidden; position: relative; bottom: -4px;}
ul.simpleTabsNavigation li { list-style:none; display:block; float: left; margin: 0 3px 0 0; padding:0; overflow: hidden;}
ul.simpleTabsNavigation li a { border:1px solid #E0E0E0; display: block; padding:3px 10px; height: 30px; background:#F0F0F0; text-decoration:none; }
ul.simpleTabsNavigation li a span {position: relative; top:8px;}
ul.simpleTabsNavigation li a:hover { background-color:#F6F6F6; }
ul.simpleTabsNavigation li a.current { background:#fff; color:#222; border-bottom:1px solid #fff; }
div.simpleTabsContent { border:1px solid #E0E0E0; padding:5px 15px 5px 15px; margin-top:3px; display:none; }

div.simpleTabsContent.currentTab {
	display:block; 
}

.lesson-plan-content ul.files {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.lesson-plan-content ul.files li {
	clear: both;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #CCCCCC;
	overflow: hidden;
	display: block;
	min-height: 50px;
}

.lesson-plan-content ul.files li article.lesson-plan-attachment {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.lesson-plan-content ul.files li article.lesson-plan-attachment p,
.lesson-plan-content ul.files li article.lesson-plan-attachment img {
	float: left;
}

.lesson-plan-content ul.files li article.lesson-plan-attachment p {
	padding: 0 5px 2px 7px;
	width: 210px;
	line-height: 13px;
}

.file_format_icon {
	height: 35px;
	width: 31px;
	margin: 0 3px;
}

.lesson-plan-content ul.files li article.lesson-plan-attachment .download_link {
	margin-top: 5px;
}

/* Sign up form, Log in form */

fieldset#education-lesson-signup {
	padding: 10px 0;
}

fieldset#education-lesson-signup h2,
fieldset#sign-in h2 {
	margin-bottom: 10px;
	padding: 3px;
	background-color: #e1e1e1;
	width: 455px;
	overflow: hidden;
}

fieldset#education-lesson-signup ol,
fieldset#sign-in ol {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

fieldset#education-lesson-signup ol li,
fieldset#sign-in ol li {
	float: left;
	padding: 10px 0;
	width: 220px;
	overflow: hidden;
	margin: 0;
}

fieldset#sign-in ol li {
	width: 175px;
}

fieldset#education-lesson-signup input.text-box,
fieldset#education-lesson-signup input#Password, 
fieldset#education-lesson-signup input#ConfirmPassword,
fieldset#sign-in input {
	width: 150px;
	margin-top: 3px;
}

fieldset#education-lesson-signup li label,
fieldset#sign-in label {
	clear: both;
	overflow: hidden;
}

fieldset#education-lesson-signup li.role-options,
fieldset#education-lesson-signup li.send-me-options {
	width: 100%;
	clear: both;
}

fieldset#education-lesson-signup li.role-options input, 
fieldset#education-lesson-signup li.role-options label {
	margin-top: 8px;
}

fieldset#education-lesson-signup li.role-options label {
	margin-right: 15px;
	position: relative;
	top: 2px;
}

/* ===== Products  =================================== */

#product-categories {
	background-color: #ecf7fe;
	overflow: hidden;
	padding: 15px 15px 5px 15px;
}

#product-categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#product-categories ul li.category-group {
	list-style-type: none;
	width: 180px;
	overflow: hidden;
	float: left;
	margin: 0 8px 12px 0;
	display: block;
}

#product-categories ul li.category-group strong {
	display: block;
	margin: 0 0 6px 0;
}

#product-categories ul li ul li {
	list-style-type: none;
	margin: 0;
	width: auto;
	float: none;
	margin: 0 0 2px 0;
}

#ProductSearchForm {
	overflow: hidden;
}

#ProductSearchForm fieldset {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 0 15px 15px 15px;
}

#ProductSearchForm fieldset fieldset {
	overflow: hidden;
	padding: 4px 0 14px 0;
	margin: 8px 0;
	border-bottom: solid 1px #D8D8D8;
	background-color: #FFFFFF; 
	clear: both;
	position: relative;
}

#ProductSearchForm fieldset fieldset#search-by-brand,
#ProductSearchForm fieldset fieldset#search-by-category {
	background-color: #FFFFFF;
	padding: 10px;
	border: 0px;
}

#ProductSearchForm fieldset fieldset#search-by-brand {
	margin-top: 15px;
}

#ProductSearchForm fieldset .editor-label {
	clear: both;
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#ProductSearchForm fieldset label.main-editor-label { 
	clear: both;
	display: block;
	margin: 0 0 12px 0;
	font-weight: bold;
}

#ProductSearchForm fieldset label.main-editor-label strong { 
	font-size: 14px;
	color: #3573b9;
	font-weight: bold;
}

#ProductSearchForm fieldset div.checkboxes {
	padding: 0;
	overflow: hidden;
}

#ProductSearchForm fieldset div.checkboxes input {
	margin: 4px 3px 3px 0;
	position: relative;
	top: 2px;
}

#ProductSearchForm fieldset div.checkboxes label {
	margin: 0px 11px 0 0;
}

#ProductSearchForm fieldset div.checkboxes span {
	overflow: hidden;
	display: block;
	float: left;
}

#ProductSearchForm input#SearchButton,
#ProductSearchForm input#SearchButton2 {
	margin: 10px 0 0 0;
	float: left;
}

#PagerDisplay,
#PagerDisplay2 {
	display: block;
	margin: 15px 0 0 0;
	overflow: hidden;
	clear: both;
	color: #3573b9;
}

#PagerDisplay2 {
	margin: 10px 0 0 0;
}

#SearchResultsTable {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}

#SearchResultsTable .add-to-list-col {
	width: 50px;
	padding-right: 0;
}

#SearchResultsTable.super thead th {
	background-color:#3673b9;
	color: #FFFFFF;
	text-align: center;
}

#SearchResultsTable th {
	vertical-align: middle;
}

#SearchResultsTable td {
	padding: 0.5em 0.8em;
	vertical-align: middle;
}

#SearchResultsTable .add-to-list-col {
	width: 42px;
	padding: 0.5em 0.3em;
	text-align: center;
}

#ProductSearchForm fieldset #ajaxBusy {
	position: relative;
	top: 0;
	left: 10px;
}

div.product-paging-buttons {
	width: 445px; 
	float: left;
	clear: both;
	padding: 10px 0;
	text-align: center;
}

/* ===== Physician Finder =================================== */

/* Main Search page */

#physician-finder fieldset {
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 20px;
	height: 129px;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px; /* for old Konqueror browsers */
	border-radius: 8px 8px 8px 8px;
}

#physician-finder fieldset legend {
	font-size: 15px;
	padding: 0 5px;
}

#physician-finder fieldset ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

#physician-finder fieldset ul li {
	margin: 0 0 18px 10px;
}

#physician-finder fieldset {
	background: #FFFFFF url('../content/images/physician-by-zip.jpg') no-repeat right bottom;
}

#physician-finder fieldset.by-name {
	background-image: url('../content/images/physician-by-doctor.jpg');
}

#physician-finder fieldset ul li input, 
#physician-finder fieldset ul li select {
	width: 175px;
}

#physician-finder fieldset ul li label {
	width: 114px;
	display: inline-block;
}

#physician-finder fieldset .primaryAction {
	margin-left: 128px;
	clear: both;
}

/* Results List */
#physician-finder-list #map_canvas,
#physician-details #map_canvas {
	width: 635px;
	height: 300px;
	margin: 0 0 15px 0;
	clear: both;
	border: 1px solid #C2D5EA;
}

#physician-details #map_canvas {
	width: 592px;
	margin: 0;
}

#physician-finder-list ul {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#physician-finder-list ul li {
	padding: 0;
	margin: 10px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #CCCCCC;
}

#physician-finder-list ul li div.profile-thumb {
	width: 110px;
	height: 110px;
	padding: 0;
	overflow: hidden;
	float: left;
	text-align: center;
	background-color: #f5f5f5;
}

#physician-finder-list ul li div.profile-thumb img {
	height: 110px;	
	margin: 0;
}

#physician-finder-list ul li dl {
	overflow: hidden;
	float: left;
	width: auto;
	margin: 10px 0 0 15px;
	padding: 0;
}

#physician-finder-list ul li dt, 
#physician-finder-list ul li dd {
	padding: 0;
	margin: 0 0 3px 0;
}

#physician-finder-list ul li dt {
	font-size: 14px;
}

#physician-finder-list ul li .read-more-link {
	float: right;
	width: auto;
	clear: none;
}

/* Physcian Details */

#physician-details {
	overflow: hidden;
}

#physician-details .basic-details {
	clear: both;
	margin: 0 0 15px 0;
}

#physician-details .basic-details div.profile-main-image {
	width: 210px;
	height: 280px;
	padding: 0;
	overflow: hidden;
	float: left;
	text-align: center;
	background-color: #f5f5f5;
}

#physician-details .basic-details div.profile-main-image img {
	max-height: 280px;
	*height: 280px;
	width: auto;
}

#physician-details .basic-details dl {
	overflow: hidden;
	float: left;
	width: 400px;
	margin: 10px 0 0 15px;
	padding: 0;
}

#physician-details .basic-details dt, 
#physician-details .basic-details dd {
	padding: 0;
	margin: 0 0 6px 0;
}

#physician-details .basic-details dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}

#physician-details .advanced-details {
	margin: 15px 0 0 0;
}

#physician-details .advanced-details ul.details-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#physician-details .advanced-details ul.details-menu li {
	padding: 5px 10px 0 10px;
    text-decoration: none;	
    border: solid 1px #CCC;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-radius: 8px 8px 0 0;
	width: 100px;
	height: 10px;
	text-align: center;
	padding: 12px 0;
	margin: 0 10px 0 0;
	float: left;
	cursor: hand;
	cursor: pointer;
}

#physician-details .advanced-details .menu-section {
    clear: both;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 20px;
    border: solid 1px #CCC;
    -webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-radius: 0 0 8px 8px;
}

#physician-details ul.office-gallery {
	padding: 0;
	list-style-type: none;
}

#physician-details ul.office-gallery li {
	float: left;
	margin: 0 15px 0 0;
	height: 100px;
	width: 100px;
	overflow: hidden;
	text-align: center;
	border: solid 3px #ececec;
}

#physician-details ul.office-gallery li img {
	width: 150px;
	height: auto;
}

#menusection-bio h3 {
	margin: 10px 0;
	clear: both;
}

/* ===== Skin Tour ================================= */

#tour-map-widget {
	width: 455px;
	overflow: hidden;
	float: left;
	text-align: center;
}

#tour-map-widget h5 {
	text-align: left;
}

#tour-map-widget #map_canvas {
    width: 455px;   
    height: 300px;
    margin: 0 0 15px 0;
	clear: both;
	border: 1px solid #C2D5EA;
}

#tour-list {
	width: 455px;
	overflow: hidden;
	float: left;
}

#tour-list fieldset {
	overflow: hidden;
	clear: both;
	margin: 10px 0 20px 0;
}

#tour-list fieldset label {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#tour-list fieldset select {
	width: 160px;
}

#tour-list table {
	width: 453px;
	clear: both;
	vertical-align:middle;
	text-align: left;
}

#tour-list table#TourListTable thead th {
	background-color: #3b78bb;
	color: #FFFFFF;
	font-size: 14px;
}

#TourListTable tr.tour-cancelled td  {
	color: #999999 !important;
	background-color: #ffdfdf !important;
}

#TourListTable tr td.center-col {
	width: 60px;
}

#TourListTable tr td.center-col span {
	display: none;
}

#TourListTable tr.tour-cancelled td.center-col span {
	display: block;
	color: Red;
	float: right;
	text-align: right;
	position: relative;
	top: 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#TourListTable tr.tour-cancelled .appointmentLink {
    display: none;
}

/* Blog */

ul.blog-posts {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #d4e0ef;
}

ul.blog-posts li {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: solid 1px #d4e0ef;
	margin: 0;
	list-style-type: none;
}

ul.blog-posts li article h1 {
	font-size: 16px;
}

article.blog-post h1 {
	color: #3573B9;
}

/* ===== Site Search =============================== */

#all-search-results {
	overflow: hidden;
	clear: both;
}

#all-search-results h3.featured-header {
	clear: both;
	float: left;
	border: solid 1px #D7DBDF;
	width: 621px;
}

.search-summary {
	float: left;
	font-size: 16px;
	color: #999999;
}

ul.top-search-results,
ul.search-results {
	list-style-type: none;
	padding: 0;
	clear: both;
	width: 100%;
}

ul.top-search-results {
	border-bottom: solid 1px #d7dbdf;
	overflow: hidden;
	clear: both;
}

ul.top-search-results li,
ul.top-search-results li.last,
ul.search-results li {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
	border: solid 1px #d7dbdf;
	border-width: 0 0 1px 0;
	clear: both;
	overflow: hidden;
	width: 635px;
}

ul.top-search-results li,
ul.top-search-results li.last {
	width: 190px;
	margin: 0 15px 0 0;
	padding: 10px 10px 10px 0;
	float: left;
	clear: none;
	border-width: 0 1px 0 0;
	overflow: hidden;
	display: block;
}

ul.top-search-results li.last {float: right;}

ul.top-search-results li a,
ul.search-results li a {
	font-weight: bold;
}

#all-search-results div.default-icon,
#all-search-results div.news-icon,
#all-search-results div.medical-icon,
#all-search-results div.lifestyle-icon,
#all-search-results div.research-icon {
	display: none; /* removes icons from appearing in search results - disable in future if client changes mind */
}

ul.top-search-results li .top-level-header h1,
ul.search-results li .top-level-header h1,
ul.top-search-results li h1,
ul.search-results li h1 {
	font-size: 16px;
	color: #000000;
	clear: both;
}

#all-search-results li article.event {
	overflow: hidden;
}

#all-search-results li article.event img {
	float: left;
	margin: 0;
	max-width: 75px;
}

#all-search-results li article.event {
	width: 190px;
	overflow: hidden;
	float: left;
}

#all-search-results li article.event p {
	float: right;
	width: 85%;
}

#all-search-results ul.top-search-results li article.event p {
	float: right;
	width: 56%;
}

#all-search-results .pager-footer {
	margin: 10px 0 25px 0;
	overflow:hidden;
	clear: both;
	padding: 14px 15px 7px 15px;
	*padding-bottom: 13px;
	width: 605px;
	background-color: #f0f0f0;
}

#all-search-results .pager-footer  .page-size-options div, 
#all-search-results .pager-footer  .page-size-options select {
	float: left;
	margin: 0 10px 0 0;
}

#all-search-results .pager-footer  .page-size-options select {
	position: relative;
	top: -2px;
}

#all-search-results .pager-footer .page-size-options {
	float: left;
	width: 150px;
}

#all-search-results .pager-footer ul.pager {
	padding: 0;
	width: 250px;
	overflow: visible;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#all-search-results .pager-footer ul.pager li {
	float: left;
	display: inline-block;
	margin: 0 1px;
	font-weight: bold;
	font-size: 14px;
}

#all-search-results .pager-footer ul.pager li a {
	padding: 3px;
}

#all-search-results .pager-footer  span.page-results {
	float: right;
}

/* ===== Widgets =================================== */

div#home-in-the-spotlight,
.featured-articles-widget,
.news-articles-widget,
.donate-now-widget,
img.lonely-image,
.ad-image-widget,
.related-content-list,
.right-video-widget {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	float: left; 
}

.ad-image-widget,
.ad-image-widget img {
	margin: 0 0 5px 0;
}

.ad-image-widget a {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 10px 0;
}

div#home-in-the-spotlight {
	width: 315px;
}

div#home-in-the-spotlight .featured-articles-widget {
	margin:0;
}
.featured-articles-widget,
.true-stories-widget,
fieldset#physician-finder-widget,
.news-articles-widget,
.donate-now-widget,
.related-content-list,
.right-video-widget,
.copy-callout-widget {
	width: 100%;
	border: solid 1px #c2d5ea;
	overflow: hidden; 
	float: left;
}

.featured-articles-widget {clear: both;}

.colBC .featured-articles-widget {width:453px;}

.true-stories-widget,
fieldset#physician-finder-widget,
.copy-callout-widget {
	background: #fff1c3; 
	background: -moz-linear-gradient(0% 20% 270deg,#fff1c3, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff1c3), to(#ffffff));
	background: -webkit-linear-gradient(#fff1c3, #ffffff);
	background: linear-gradient(top, #fff1c3, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c3', endColorstr='#ffffff');
	padding: 0 0 7px 0;
	margin: 0 0 15px 0; 
	clear: both;
}

.copy-callout-widget {
	padding: 0;
}

div#home-in-the-spotlight ul,
.featured-articles-widget ul,
.related-content-list ul {
	padding: 0 1px 0 1px;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}

.related-content-list ul {
	overflow-y: auto;
	max-height: 290px;
}

.related-content-list h3 {
	border-bottom: solid 1px #c2d5ea;
}

.related-content-list .preview-text {
	margin: 0 0 10px 35px;
	font-weight: normal;
}

.related-content-list .preview-text p {
    margin:  0;
    padding:  0;
}

div#home-in-the-spotlight ul li,
.featured-articles-widget ul li,
.related-content-list ul li {
	border-top: solid 1px #c2d5ea;
	padding: 3px 0;
	margin: 0;
	display: block; 
	overflow: hidden;
}

div#home-in-the-spotlight ul li a,
.related-content-list ul li a,
div.default-icon,
div.news-icon,
div.medical-icon,
div.lifestyle-icon,
div.research-icon {
	padding: 10px 5px 10px 35px;
	display: block;
	background-image: url('../content/images/bullets-sprite.png');
	background-repeat: no-repeat;
	background-color: transparent;
}

a.default-icon, .default-icon a, div.default-icon {background-position: 7px 10px;}
a.news-icon, .news-icon a, div.news-icon {background-position: 7px 10px;}
a.medical-icon, .medical-icon a, div.medical-icon {background-position: 7px -60px;}
a.lifestyle-icon, .lifestyle-icon a, div.lifestyle-icon {background-position: 7px -130px;}
a.research-icon, .research-icon a, div.research-icon {background-position: 7px -322px;}

.featured-articles-widget ul li {
	padding: 12px 0; 
	overflow: hidden;
}

.featured-articles-widget ul li a.preview-image-col {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	text-align: center;
	margin: 0 10px 0 10px;
}

.featured-articles-widget ul li a.preview-image-col img {
	width: 75px;
	margin: 0;
}

.featured-articles-widget ul li .preview-text {
	float: left;
	overflow: hidden;
	width: 76%;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.featured-articles-widget ul li .preview-text p {
	margin: 0;
}

.related-content-list ul li a,
.featured-articles-widget ul li a {
    padding-bottom: 5px; 
}

.colA .copy-callout-widget {
	width: 158px;
}

.true-stories-widget img,
.copy-callout-widget img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 10px;
}

.colA .copy-callout-widget img {
	width: 138px;
	height: 138px;
}

.copy-callout-widget img {
	margin: 0 10px 10px 0;
}

.true-stories-widget p {
	float: left;
	width: 63%;
	margin: 10px 0 0 0;
	font-size: 12px;
}

.copy-callout-widget p {
	width: auto;
	margin: 0;
	padding: 10px;
	overflow: hidden; 
	font-size: 12px;
}

.true-stories-widget a,
div#home-in-the-spotlight a,
.featured-articles-widget a,
fieldset#physician-finder-widget a,
.news-articles-widget a,
.related-content-list ul li a,
.copy-callout-widget a {
	font-weight: bold;
	color: #00346B;
}

.copy-callout-widget a {
	float: left;
}

article.article-content .featured-articles-widget h3,
article.article-content .related-content-list h3 {
	margin: 0;
    padding: 5px 5px 7px 7px;
    font-size: 16px;
    overflow: hidden;
    clear: both;
}

.donation-quote-widget,
.did-you-know-quote-widget {
	background: #FFFFFF url('../content/images/speech-bubble.png') no-repeat top right;
	width: auto;
	height: auto;
	padding: 10px 5px 0 0;
	margin: 0 0 15px 0; 
	overflow: hidden; 
	float: left;
	clear: both;
}

.did-you-know-quote-widget {
	background: #FFFFFF url('../content/images/question-mark.png') no-repeat top left;
	padding: 0 0 0 35px;
}

.did-you-know-quote-widget p {
	width: 85%;
}

.donation-quote-widget i,
.did-you-know-quote-widget {
	font-size: 13px;
}

.donation-quote-widget .donate-btn,
.donate-now-widget .donate-btn {
	border: solid 1px #336699;
}

div.sponsor-section-widget {
	width: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

div.sponsor-section-widget img {
	margin: 12px 0;
}

div.sponsor-section-widget p {
	margin: 0;
	line-height: 14px;
}

.news-articles-widget article {
	padding: 5px 10px 5px 10px;
	overflow: hidden;
}

.news-articles-widget h3,
.news-articles-widget article h4,
.news-articles-widget article h5 {
	margin: 0 0 4px 0;
}

.news-articles-widget h3 {
	 border-bottom: 1px solid #C2D5EA;
}

.news-articles-widget article h4 {
	font-size: 15px;
}

.news-articles-widget article small {
	font-style: italic;
	display: block;
	margin: 1px 0 3px 0;
}

.news-articles-widget p {
	margin: 0;
}

.news-articles-widget hr {
	margin: 0 10px 2px 10px;
}

article.home-feature,
.landing-page-feature,
.colC-feature {
	width: 312px;
	height: 150px;
	background-color: #FFFFFF;
	float: left;
	margin: 0 0 15px 0; 
	overflow: hidden;
	position: relative;
}

article.home-feature {
	margin: 0 0 15px 20px;
}

article.home-feature h2 {
	clear: none;
}

.colC-feature {
	width: 300px;
	height: 240px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

.landing-page-feature {
	width: 312px;
	height: 170px;
	background-repeat: no-repeat;
}

.landing-page-feature.first {
	margin-right: 10px;
}

article.home-feature h2,
.landing-page-feature h2,
.colC-feature h2 {
	line-height: 18px;
	margin: 0 0 5px 0;
	color: #000000;
	clear: none;
}

article.home-feature p,
.landing-page-feature p,
.colC-feature p {
	display: block;
	overflow: hidden;
	color: #000000;
}

.colC-feature p {
	width: 240px;
	margin: 0;
}

article.home-feature a,
.landing-page-feature a,
.colC-feature a {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	height: 100%;
}

article.home-feature a:hover,
.landing-page-feature a:hover,
.colC-feature a:hover {
	text-decoration: underline;
}

article.home-feature a:hover h2,
.landing-page-feature a:hover h2,
.colC-feature a:hover h2 {
	color: #4F749E;
}

article.home-feature div,
.landing-page-feature div,
.colC-feature div {
	background: transparent url('../content/images/background-white-semitrans.png') repeat 0 0;
	display: block;
	width: 255px;
	height: auto;
	position: absolute;
	bottom: 12px;
	left: 0;
	padding: 10px 5px 0 15px;
	overflow: hidden;
}

article.home-feature a:hover div,
.landing-page-feature a:hover div,
.colC-feature a:hover div {
	background: #FFFFFF;
}

.colC-feature div {
	width: 280px;
	padding: 10px 5px 10px 15px;
}

.colC-feature div .read-more-link{
	float: right;
	width: auto;
}

.home-feature img.arrow-bullet,
.landing-page-feature img.arrow-bullet,
.colC-feature img.arrow-bullet {
	float: left;
	margin: 0 5px 30px 0;
}

fieldset#physician-finder-widget {
	border: none;
}

fieldset#physician-finder-widget legend {
	width: 100%;
}

fieldset#physician-finder-widget .padding {
	border: 1px solid #C2D5EA;
}

fieldset#physician-finder-widget .padding div {
	padding: 0 0 10px 0;
}

fieldset#physician-finder-widget label {
	width: 80px;
	display: inline-block;
	margin: 0;
	float: left;
	font-weight: bold;
}

fieldset#physician-finder-widget input,
fieldset#physician-finder-widget select {
	width: 138px;
	margin: 0;
}

fieldset#physician-finder-widget input.go-btn {
	margin: 7px 10px 5px 80px;
	width: auto;
}

.donate-now-widget {
	padding: 10px 15px; 
	width: auto;
}

.colA .donate-now-widget {
	padding: 10px 10px 8px 12px; 
	width: auto;
}

.donate-now-widget h2 {
	margin-bottom: 10px;
}

.twtr-widget {
	margin: 0 0 15px 0;
}

.colC .twtr-doc {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/* ===== footer ==================================== */

#footer {
	background: #d4e0ef url('../content/images/footer-bkgd.png') repeat-x top left;
	overflow: hidden;
	padding: 15px 0 10px 0;
	text-align: left;
}

#footer a {
	color: #00346b;
}

#footer-container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

div.copyright {
	clear: both;
	border-top: solid 1px #FFFFFF;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
}

div.copyright small {
	font-size: 12px;
}

div#footer-featured-links {
	display: block;
    float: left;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}

#footer-donate-btn {
	margin-left: 0;
}

ul#footer-social {
	list-style-type: none;
	padding: 0;
	margin: 4px 0 0 36px;
	display: block;
	overflow: hidden;
	float: left; 
}

ul#footer-social li {
	float: left;
	margin: 0 1px;
}

ul#footer-social li a {
	background: #003366 url('../content/images/icon-sprite.png') no-repeat 0 1px;
	text-indent: -9999px;
	display: block;  
	width: 20px;
	height: 19px;
	margin: 0 0 0 4px;
}

ul#footer-social li a#footer-twitter {background-position: 0 -58px;}
ul#footer-social li a#footer-facebook {background-position: 0 -77px;}
ul#footer-social li a {background-position: 0 -96px;}

form.newsletter-form {
	width: 320px;
	float: left;
	margin: 0 0 0 33px;
}

form.newsletter-form input#newsletter-text-input {
	color: #5f5f5f;
	text-indent: 5px;
}

form.newsletter-form input {float: left;}

#footer .newsletter-signup-btn,
fieldset#education-lesson-signup input#lesson-signup-btn,
fieldset#sign-in input.primaryAction,
.submit-btn,
input.primaryAction {
	border: solid 1px #91a7bf;
	height: 25px;
	padding: 1px 5px 5px 5px;
	color: #FFFFFF;
	border: solid 2px #3573b9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	background-color: #3573b9;
	background: -moz-linear-gradient(0% 20% 270deg,#5d8ec7, #3573b9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d8ec7), to(#3573b9));
	background: -webkit-linear-gradient(#5d8ec7, #3573b9);
	background: linear-gradient(top, #5d8ec7, #3573b9);
	width: auto;
	text-decoration: none;
}

#footer .newsletter-signup-btn:hover,
.submit-btn:hover,
input.primaryAction:hover {
	background: #3b6ca4;
	text-decoration: none;
}

input.submit-btn[disabled] {
	background-color: #cccccc;
	background: -moz-linear-gradient(0% 20% 270deg,#cccccc, #3573b9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#3573b9));
	background: -webkit-linear-gradient(#cccccc, #3573b9);
	background: linear-gradient(top, #cccccc, #3573b9);
}

input.submit-btn[disabled]:hover {
	background-color: #cccccc;
	cursor: text;
}

#footer .newsletter-signup-btn {
	width: 124px;
	height: 26px !important;
	display: block;
	float: left;
	color: #FFFFFF;
	margin: 0 0 0 5px;
}

#site-links {
	clear: both;
	overflow: hidden;
	padding: 0 0 8px 0;
}

ul.site-links-main {
	list-style-type: none;
	padding: 0;
	margin: 14px 0;
	display: block;	
	overflow: hidden;
	clear: both;
}

div.copyright ul  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;	
	overflow: hidden;
	float: right;
}

ul.site-links-main li,
div.copyright ul li {
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	border-left: solid 1px #003366;
}

ul.site-links-main li {
	font-weight: bold;
}

ul.site-links-main li.first,
div.copyright ul li.first {
	border: none;
	padding-left: 0;
}

ul.site-links-main li.last,
div.copyright ul li.last {
	padding-right: 0;
}

ul.site-links-column  {
	list-style-type: none;
	padding: 0;
	float: left;
	display: block;	
	margin: 0 11px 0 0;
	overflow: hidden;
	font-size: 11px;
	width: 107px;
}

ul.site-links-column.col2 {
	width: 134px;
}

ul.site-links-column.col5 {
	width: 70px;
}

ul.site-links-column.col4,
ul.site-links-column.col6 {
	width: 100px;
}

ul.site-links-column.col7,
ul.site-links-column.col8 {
	width: 90px;
}

ul.site-links-column.col9 {
	width: 90px;
	margin-right: 0;
}

ul.site-links-column li {
	clear: both;
	display: block;	
	padding: 0;
	margin: 3px 0 4px 0;
}

ul.site-links-column li.sub-group {
	margin-top: 10px;
}

/* ===== tables ==================================== */

table.super { font: normal 11px Arial, Helvetica, sans-serif; }

table.super caption,
table.super th,
table.super td {
	padding: .5em 1em;
	border: 1px solid #ccc;
}

table.super caption {
	font-weight: bold;
	border-bottom: none;
}

table.super td { background-color: #fff; }

table.super caption,
table.super th,
table.super tr.odd td { background-color: #eee; }

table.super thead th,
table.super tfoot td,
table.super tr.odd th { background-color: #ddd; }

/* ===== forms ===================================== */

input.textfield,
input.text,
#physician-finder fieldset li input,
#newsletter-subscribe span input {
	border: solid 1px #b7c9dc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	height: 21px;
}

textarea {
	border: solid 1px #b7c9dc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	overflow-y: auto;
}

select.selectfield,
#physician-finder fieldset select,
#physician-finder-widget #distance {
	border: solid 1px #b7c9dc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	height: 26px;
}

input.textfield:focus,
input.text:focus,
textarea:focus {
	background-color: #f0f2f5;
}

fieldset.super legend { color: #000; }

fieldset.super li { margin: 1em auto; }

fieldset.super li li { margin: .5em auto; }

fieldset.super label {
	display: block;
	color: #000;
}

fieldset.super li li label {
	display: inline;
	width: auto;
	color: #444;
}

fieldset.super .textfield,
fieldset.super .textarea,
fieldset.super .select,
fieldset.super .multiselect {
	border: 1px solid #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}

fieldset.super .textfield:focus,
fieldset.super .textarea:focus,
fieldset.super .select:focus,
fieldset.super .multiselect:focus { border-color: #000; }

fieldset.super .multiselect,
fieldset.super .textarea { vertical-align: top; }

fieldset.super .textfield { width: 200px; }

fieldset.super .select,
fieldset.super .multiselect { width: 202px; }

fieldset.super .radio,
fieldset.super .checkbox { margin-left: 0; }

/* ===== Home ====================================== */

#Home #container, /*styles specific to home page */
#Home #main {
	margin-top: 0;
	padding-top: 0;	
}

#Home #content { /*styles specific to home page */
	background-color: transparent;
	overflow: visible;
}

#Home #content h1, #Home .colB {display: none;} /* removes CMS added h1 and col */

#site-intro-photo {
	position: absolute;
	right: 40px;
	bottom: 0;
	margin:0;
}

#site-intro {
	color: #FFFFFF;
	padding: 40px 0 10px 0;
	width: 980px;
	clear: both;
	overflow: hidden;
	height: 70px;
	position: relative;
}

#site-intro h1 {
	color: #FFFFFF;
	font-size: 20px;
	clear: both;
	font-family: Arial, Helvetica, Sans-Serif;
}

#site-intro p {
	width: 620px;
	color: #FFFFFF;
	line-height: 18px;
	float: left;
}

#Home #site-intro .donate-btn {
	float: left;
	margin: 6px 0 0 0;
}

/* Features */

#home-feature-wrapper {
	float: left;
	overflow: hidden;
	margin: 0 0 0 0;
	width: 665px; 
}

/* ===== ads ============================================== */

#catfish-ad-full {
height: auto;
width: 100%;
background-color: #193759;
overflow: hidden;
position: fixed;
bottom: 0;
left: 0;
text-align: center;
z-index: 999999;
}

#catfish-ad-full {
display: none;
}

#catfish-ad-full .catfish-ad-contents {
width: 980px;
height: 90px;
display: block;
overflow: hidden;
margin: 3px auto 3px auto;
}

.catfish-ad-contents .sides,
.catfish-ad-contents img {
float: left;
}

.catfish-ad-contents .sides {
width: 126px;
height: 84px; /* 90px - 6px padding */
padding: 4px 0 0 0;
overflow: hidden;
}

.catfish-ad-contents .sides p,
.catfish-ad-contents .sides a {
color: #FFFFFF;
}

.catfish-ad-contents .sides a#catfish-ad-launcher,
.catfish-ad-contents .sides a#catfish-ad-closer {
float: left;
margin-left: 10px;
}

#catfish-ad-full .catfish-ad-contents .sides a#catfish-ad-closer {
background: transparent url('../content/images/icon-sprite.png') no-repeat 0 -203px;
padding: 1px 0 1px 12px;
}

.catfish-ad-contents .sides a#catfish-ad-launcher {
background: transparent url('../content/images/icon-sprite.png') no-repeat 0 -223px;
padding: 1px 0 1px 12px;
}

#catfish-ad-full .catfish-ad-contents img {
width: 728px;
height: 90px;
}

#catfish-ad-min .catfish-ad-contents img {
width: 728px;
height: 30px;
}

.catfish-ad-contents img {
max-width: none !important;
margin: 0 !important;
}

.zone-catfish-ad {
bottom: 0;
display: block;
height: auto;
left: 0;
overflow: hidden;
margin: 0 20% 0 80%;
position: fixed;
text-align: center;
width: 164px;
z-index: 999999;
width: 100%;
margin: 0;
padding: 0;
border-bottom: solid 3px #193759;
}

div#catfish-ad-launcher {
width: 180px;
height: auto;
padding: 6px 5px 4px 5px;
background-color: #FFFFFF;
display: none;
overflow: hidden;
margin: 0;
text-align: center;
border: solid 1px #193759;
border-width: 2px 2px 0 2px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-radius: 15px 15px 0 0;
position:fixed;
right: 5px;
left: auto;
bottom: 0;
}

div#catfish-ad-launcher img {
margin: 0 !important;
}

div#catfish-ad-launcher a {
display: inline-block;
*display: inline;
vertical-align: middle;
}

/* ===== validation ======================================= */

div.validation-summary-errors {
	border: solid 3px #AA0000;
	clear: both;
	display: block;
	width: 90%;
	overflow: hidden;
	margin: 10px 20px 10px 10px;
	padding: 10px 10px 5px 10px;
}

div.validation-summary-errors * {
	color: #AA0000;
}

.field-validation-error {
	display: block;
	clear: both;
	padding: 5px 0;
	color: #AA0000;
}

/* ===== modal/popup lightbox styles ====================== */

body.modal {
	background: #FFFFFF;
	padding: 20px;	
	text-align: left;
	border: solid 1px #CCCCCC;
	height: 100%;
}

/* ===== default/global =================================== */

a.header-feature-btns,
a.footer-feature-btns,
a.download_link,
.simple-yellow-btn,
.simple-large-yellow-btn {
	background-color: #ffe387;
    color: #3573b9;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 18px;
    margin: 0 0 0 5px;
    overflow: hidden;
    padding: 5px 10px 0 10px;
    text-decoration: none;	
    border-radius: 5px; /* future proofing */
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.simple-large-yellow-btn {
	width: 130px;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 10px 5px 8px 5px;
	font-size: 14px;
	border: solid 1px #d5bc67;
	height: auto;
	line-height: 17px;
}

a.header-feature-btns:hover,
a.footer-feature-btns:hover,
.donate-btn:hover,
.go-btn:hover,
a.download_link:hover,
.simple-yellow-btn:hover,
.simple-large-yellow-btn:hover {
	background-color: #f5d877;
	text-decoration: none;
}

.donate-btn,
.go-btn,
.colC .twtr-doc a.twtr-join-conv {
	height: 16px;
	border: solid 2px #ffffff;
	padding: 2px 6px 3px 27px;
	color: #003366;
	font-size: 14px;
	overflow: hidden;
	font-family: arial, serif;
	font-weight: bold;
	background: #FFE387 url('../content/images/btn-sprite.png') no-repeat 3px -146px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.colC .twtr-doc a.twtr-join-conv {
	color: #003366 !important;
	font-size: 12px !important;
	font-family: arial, serif !important;
	font-weight: normal !important;
}

.colC .twtr-doc a.twtr-join-conv:hover {
	background-color: #f5d877 !important;
	text-decoration: none !important;
}

.donate-btn {
	float: right;
	margin: 0 10px 10px 0;
}

.go-btn  {
	height: 23px;
	border: solid 1px #4f749e;
	padding-top: 2px;
	padding-left: 27px;
}

.gradient-header {
	background: #fff1c3;
	background: -moz-linear-gradient(0% 20% 270deg,#ffffff, #fff1c3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fff1c3));
	background: -webkit-linear-gradient(#ffffff, #fff1c3);
	background: linear-gradient(top, #ffffff, #fff1c3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff1c3');
	padding: 5px 5px 7px 7px;
	margin: 0;
}

.gradient-header-blue, 
body.education-layout .lesson-plan-content header h1, 
article.content-item.list.Detail header h1,
.education-summary .lesson-plan header h1,
.education-summary .lesson-plan-content .top-level-header h1 {
	background-color: #3774ba;
	background: -moz-linear-gradient(top, #6091c8, #3774ba); /* FF3.6 */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6091c8),color-stop(1, #3774ba)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#6091c8, #3774ba);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6091c8', EndColorStr='#3774ba'); /* IE7 */
	padding: 5px 5px 7px 7px;
	margin: 0;
	color: #FFFFFF;
	overflow: hidden;
}

.gradient-header-blue a {
	text-decoration: none;
	color: #FFFFFF;
}

.gradient-header-rosegold, 
body.education-layout .lesson-plan-content header h1, 
article.content-item.list.Detail header h1,
.education-summary .lesson-plan header h1,
.education-summary .lesson-plan-content .top-level-header h1 {
	background-color: #974926;
	background: -moz-linear-gradient(top, #d69572, #974926); /* FF3.6 */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d69572),color-stop(1, #974926)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(#d69572, #974926);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d69572', EndColorStr='#974926'); /* IE7 */
	padding: 5px 5px 7px 7px;
	margin: 0;
	color: #FFFFFF;
	overflow: hidden;
}

.gradient-header-rosegold a {
	text-decoration: none;
	color: #FFFFFF;
}

.education-summary .lesson-plan-content .top-level-header h1 {
	height: 30px;
	padding: 0 0 10px 0;
}

.education-summary .lesson-plan-content .top-level-header h1 a {
	color: #FFFFFF;
	padding: 0;
}

.more-link,
.read-more-link,
.view-all-link,
.education-summary .lesson-plan-content p a {
	background: transparent url('../content/images/bullets-sprite.png') no-repeat 16px -233px;
	height: 16px; /*21px - 3px padding */
	width: 100%;
	padding: 8px 0 0 34px;
	overflow: hidden;
	display: inline-block;
	clear: both;
	margin: 0 10px 5px 0;
	border-top: solid 1px #c2d5ea;
	line-height: normal;
}

.read-more-link,
.view-all-link,
.education-summary .lesson-plan-content p a {
	border: none;
	padding-left: 18px;
	background-position: -2px -234px;
}

.view-all-link {
	font-weight: bold;
}

.education-summary .lesson-plan-content p a {
	display: inline;
	font-weight: bold;
}

.arrow-bullet {
	background: transparent url('../content/images/bullets-sprite.png') no-repeat 0 -210px;
	height: 18px;
	width: 18px;
}

div#home-in-the-spotlight,
.home-feature,
#Home #slider-wrapper {
	-moz-box-shadow: 0 0 0.6em #333366;
-webkit-box-shadow: 0 0 0.6em #333366;
        box-shadow: 0 0 0.6em #333366; 
}

.padding {padding: 10px;}

.large { font-size: 1.5em; }

.small { font-size: 10px; }

.nowrap { white-space: nowrap; }

.block { display: block; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.alignright,
.right {
	margin: 0 0 1em 1em;
	float: right;
}

.alignleft,
.left {
	margin: 0 1em 1em 0;
	float: left;
}

.no-border {
	border: none !important;
}

.clear-right { clear: right; }

.clear-left { clear: left; }

.clear { clear: both; }

.reduced-top { margin-top: 0; }

.reduced,
fieldset.super ol,
#site-title {
	padding: 0;
	border: none;
	margin: 0;
	list-style: none;
}

.hid,
#site-title a { text-indent: -9999px; }

.hide,
.print,
.hr hr { display: none; }

/* ===== .ie, .ie6 .ie7, .ie8, .ie9, .lte7, .lte8, .lte9, .gt9 ===== */

.ie6 .featured-articles-widget.related-content-list ul {
	overflow: auto;
	height: 290px;
}

.lte7 #article-nav-col .expArrow,
.lte7 #article-nav-col .collArrow {
	top: -2px;
	height: 15px;
	display: block;
	float: left;
}

.lte7 #nav li div.subnav .subnav-footer {
	margin-top: 25px;
}

.lte7 #nav li div.subnav .subCol ul li a {
	line-height: 14px;
}

.lte7 .cols  {
	overflow: hidden;
}

.lte7 #container {
	padding-bottom: 20px;
}

.lte7 #nav li div.subnav {
	width: 656px;
}

.lte7 .colBC article.article-content figure.smaller {
	width:280px;
}

.lte7 .featured-articles-widget {
	width: 99.5%;
	float: none;
}

.lte9 fieldset#site-search input.site-search-btn {
	right: 1px;
}

.ie8 select#find-physician-distance {
	padding-bottom: 2px; 
	height: 24px;
}

.lte8 a.header-feature-btns,
.lte8 a.footer-feature-btns,
.lte8 input.textfield,
.lte8 select.selectfield,
.lte9 #footer .newsletter-signup-btn,
.lte8 .donate-btn,
.lte8 .go-btn,
.lte8 #physician-details .advanced-details ul.details-menu li,
.lte8 #physician-details .advanced-details .menu-section,
.lte8 input.primaryAction,
.lte8 a.simple-yellow-btn,
.ie8 .ac_results { 
	behavior: url(/themes/skincancertheme/scripts/PIE.htc); /* CSS Pie supporter for IEs */
	position: relative;
}

.lte8 h5#site-sponsor-header { 
	behavior: url(/themes/skincancertheme/scripts/PIE.htc); /* CSS Pie supporter for IEs */
}

.ie9 div#home-in-the-spotlight {
    box-shadow: 0 0 0.8em #000000; 
}

.lte9 fieldset#education-lesson-signup fieldset.role-options label {
	top: -1px;
}

.lte9 #ProductSearchForm fieldset div.checkboxes label {
	position: relative;
	top: -3px;
}

.lte8 #physician-finder fieldset {
	height: 149px;
	margin: 0;
}

.lte8 #physician-finder fieldset ul {
	margin-top: 20px;
}

.lte8 div#home-in-the-spotlight,
.lte8 .home-feature,
.lte8 #slider-wrapper,
.lte8 fieldset#site-search {
    behavior: url(/themes/skincancertheme/scripts/PIE.htc); /* CSS Pie supporter for IEs */
}

.ie9 fieldset#education-lesson-signup input#lesson-signup-btn,
.ie9 fieldset#sign-in input.primaryAction,
.ie9 .submit-btn,
.ie9 .thumbNav,
.ie9 input.primaryAction,
.ie9 input.newsletter-signup-btn {
	line-height: 20px;
}

.ie9 .colC .twtr-doc a.twtr-join-conv {
	line-height: 18px;
}

.lte9 fieldset#site-search input.site-search-btn {
	right: 3px;
}

.ie9 #article-nav-col .expArrow,
.ie9 #article-nav-col .collArrow {
	position: relative;
	top: 1px;
}

/* ===== Orchard/CMS Specific styles =============================== */

/* Zones */
.zone 
{
    /*padding: 12px;*/
    
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
} 
/*.zone-header { padding: 30px 0 30px 12px; position: relative; }*/
.zone-navigation { padding: 0; }
.zone-featured {}
.zone-beforemain {}
.zone-asidefirst {}
.zone-messages {}
.zone-beforecontent {}
.zone-content {}
.zone-aftercontent {}
.zone-asidesecond {}
.zone-aftermain {}
.zone-zone-tripelfirst {}
.zone-zone-tripelsecond {}
.zone-zone-tripelthird {}
.zone-footerquadfirst {}
.zone-footerquadsecond {}
.zone-footerquadthird {}
.zone-footerquadfourth {}
.zone-footer { color: #333333; }

.impulse-panel a {
	border: solid 1px #000000;
	padding: 5px 7px 5px 24px;
	font-weight: normal;
	background: #FFFFFF url('../content/images/edit-pencil.gif') no-repeat 5px center;	
}

/* ===== Tiny MCE CMS Specific styles (makes the CMS editor look similar to actual rendered web content) =============================== */

body.mceContentBody {
	background: none;
	text-align: left;
	width: 980px;
}

#tinymce {overflow-y: scroll !important;}

body.mceContentBody section.FiveCol,
body.mceContentBody section.FourCol,
body.mceContentBody section.ThreeCol,
body.mceContentBody article.featured-article,
body.mceContentBody div.feature-block,
body.mceContentBody section#media-press-intro {
	width: 635px;
	overflow: hidden;
}

body.mceContentBody .team-scf-profile,
body.mceContentBody .two-stacked-items {
	width: 455px;
}

body.mceContentBody section.FourCol>ul>li:nth-child(4),
body.mceContentBody section.FourCol>ul>li:nth-child(8),
body.mceContentBody section.ThreeCol>ul>li:nth-child(3),
body.mceContentBody section.ThreeCol>ul>li:nth-child(6),
body.mceContentBody section.FiveCol>ul>li:nth-child(5) {
	margin-right: 0px;
}

/* Confirmations - Styles for notify messages shown from the "public" side, same as the admin messages*/
.message, .validation-summary-errors { margin:10px 0 4px 0; padding:4px; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; }

/* ================ table styling for community fundraising events ==================== */

td.eventtablecell{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 8px !important;
	border-bottom: black !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

td.eventnamecell{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-bottom: black !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	
td.eventtableplain{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 8px !important;
	border-bottom: black !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

td.eventnameplain{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-bottom: black !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;