@charset "UTF-8";
/* CSS Document */

/* Main containers */

body  {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	background-image:url(images/bg_starburst.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #54A0D4;
	margin: 0 auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-family: Helvetica,Arial,Verdana,sans-serif !important;
}

h1 {
	font-size:21px;
	color:#444;
	font-weight:normal;
	margin-bottom:6px;
}

h2 {
	font-size:18px;
	color:#444;
	font-weight:normal;
	margin-bottom:2px;
	padding-bottom:0px;
	margin-top:3px;
	line-height:120%;
}

h3 {
	font-size:16px;
	color:#444;
	font-weight:normal;
	margin-bottom:2px;
	padding-bottom:0px;
	margin-top:6px;
	line-height:120%;
}

.contact-title {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight:bold;
	margin:10px 10px 5px 10px;
}

ul.form-text {
	padding:0;
	margin:0;
	color:#444;
}

li.form-text {
	list-style-type:square;
	margin:8px 0;
	color:666;
}


.marketing_side_banner {
	margin: 1px 0 9px 0;
}


p.form-text {
	padding:0;
	margin:0;
	color:#666;
	margin:10px 35px 10px 10px;
	line-height:130%;
}

p, ol, ul {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

.title {
	color:#444;
	font-size:21px;
}

#topBannerAd {
	margin: 10px;
	text-align:center;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 

#main {
	background: #DDD; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 980px;
}

#main-old {
	background: #DDD; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 8px 0px 8px;
	padding: 0;
	width: 984px;
}

#mainRight {
	float: right; 
	width: 250px; /* since this element is floated, a width must be given */
	margin: 0px 10px 0px 5px;
	padding: 0;
}

.side_banner {
	margin: 1px 0 9px 0;
}

#mainLeft {
	float: left; 
	width: 702px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px 5px 0px 8px;
	padding-bottom: 0px;
} 

/* Header Section */

#header {
	padding: 0;
	width: 980px;
	height: 124px;
	background-repeat:no-repeat;
	background-color: #A4ABC7;
}

#ch-header {
	padding: 0;
	width: 980px;
	height: 124px;
	background-repeat:no-repeat;
	background-color: #A4ABC7;
}

#header h1, #ch-header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -1000px;
}

#dateDisplay {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6CF;
	float:left;
	margin: 7px 0 0 15px;
}

#registerSignin {
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	float:right;
	margin: 7px 15px 0 0;
}

#registerSignin a {
	color: #FFF;
	text-decoration: none;
}

#registerSignin a:hover {
	text-decoration: underline;
}

#expertHeaderPhoto {
	clear: right;
	float: right;
	margin: 15px 15px 0 5px;
	width: 55px;
	border: solid #333 1px;
}

#expertHeaderQuote {
	float: right;
	margin: 15px 5px 0 10px;
	width: 166px;
	text-align: left;
	color: #09F;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:110%;
	font-weight: bold;
}

#expertHeaderQuote p {
	margin: 2px 0 0 0;
}

#expertHeaderQuote a {
	color: #FC6;
	text-decoration: none;
}

#expertHeaderQuote a:hover {
	text-decoration: underline;
}

#searchHeader {
	float: right;
	width: 280;
	margin: 28px 100px 0px 0px;
}

input.search_text {
	font-size:12px;
}

input.search_button {
	font-size:11px;
	margin-top:-2px;
}

select {
	font-size:11px;
}

#nav {
	width: 980px;
	height: 2.2em;
}

/* Footer */

#tools { 
	clear: both;
	margin: 0px 8px;
	padding: 0px 7px 2px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEE;
	color:#06C;
	height: 195px;
} 

#tools h2 { 
	padding-left: 10px;
	font-size:16px;
	color:#06C;
	margin: 0px;
} 

.tool {
	float: right;
	padding: 5px 3px 5px 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#navBottom { 
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footer_nav_bg.png) no-repeat center;
	height: 380px;
} 

#navBottom h2 { 
	margin: 15px 0px 0px 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.navBottomCol1 {
	float: left; 
	width: 135px; /* since this element is floated, a width must be given */
	margin: 5px 0px 0px 28px;
}

.navBottomCol2 {
	float: right; 
	width: 145px; /* since this element is floated, a width must be given */
	margin: 5px 10px 0px 5px;
}

.navBottomCol1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 160%;
}

.navBottomCol2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 160%;
}

.navBottomCol1 a {
	color: #666;
	text-decoration: none;
}

.navBottomCol1 a:hover {
	text-decoration: underline;
}

.navBottomCol2 a {
	color: #666;
	text-decoration: none;
}

.navBottomCol2 a:hover {
	text-decoration: underline;
}

#footer { 
	width: 980px;
	height: 150px;
	background-image: url(images/home_footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #A4ABC7;
	margin-top: 0px;
	margin-bottom: 10px;
} 

#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 48px 400px 0 23px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 11px;
	line-height: 140%;
}

#searchFooter {
	float: right;
	width: 134;
	margin: 50px 50px 0px 0px;
}

input#search_text_bottom {
	font-size:12px;
}

input#search_button_bottom {
	font-size:11px;
	margin-top:-2px;
}

#copyright {
	float: right;
	width: 100;
	margin: 17px 50px 0px 0px;
	font-size: 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-style:normal;
}

/* Home Page - Rotating Feature Section */

#rotatingFeature {
	margin: 10px 0px 10px 0px;
	background-image:url(images/rotating_feature_bg.jpg);
	background-repeat:no-repeat;
	height:292px;
}

#dealsSection {
	float:right;
	text-align:left;
	width:275px;
}

#dealsTitle {
	color:white;
	font-size:18px;
	margin:14px 19px 6px 25px;
	padding-bottom:3px;
	border-bottom:1px dotted #69F;
}

#dealsList {
	color:#FFF;
	margin:0px 0px 0px 43px;
}

#dealsList li {
	margin:0px 0px 6px 0px;
	list-style-type:square;
	line-height:120%;
}

#dealsList li a {
	text-decoration:none;
	color:white;
}

#dealsList li a:hover {
	text-decoration:underline;
}

#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	 border:1px solid gray;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#featuredSection {
	float:left;
	width:698px;
	margin:0px 0px 0px 0px;
}

#featured_text {
	float:right;
	width:265px;
	margin:18px 0px 0px 0px;
}

#featured_text h2 {
	margin:0px 0px 0px 5px;
	color:#999;
	font-size:10px;
	font-weight:normal;
	padding:0px;
}

#featured_box {
	width:254px;
	height:42px;
	margin:4px 0px 0px 2px;
	padding: 0 2px 0 5px;
	border:1px solid #CCC;
	font-weight:bold;
	font-size:12px;
}

.active_title {
	background-color:#ded;
	border:1px solid #AAA;

}

#featured_box p {
	padding: 0px 2px 0px 5px;
	color:#333;
	font-weight:normal;
	font-size:12px;
	line-height:115%;
}

#featured_box a {
	text-decoration:none;
	color:#069;
}

#featured_box a:hover {
	text-decoration:underline;
}

#featured_ul {
	color:#333;
	margin:5px 0px 0px 0px;
	padding-left:3px;
}

#featured_ul a {
	text-decoration:none;
	color:#069;
}

#featured_ul a:hover {
	text-decoration:underline;
}

#featured_ul li {
	margin:0px 0px 3px 0px;
	list-style-type:none;
	border:1px solid #CCC;
	/* padding:12px 2px 12px 8px; */
	color:#069;
	font-weight:bold;
	font-size:12px;
	height:43px;
}

#featured_ul li.active_title {
	background-color:#ded;
	border:1px solid #AAA;

}

/* Home Page - Favorite Videos Section*/

#mainVideos {
	background: #FFF url(images/title_bar_bg.jpg) no-repeat;
	width: 702px;
	margin: 6px 0 8px 0;
	padding: 0;
}

#mainVideos_title {
	color: #444;
	padding: 10px 0 0 13px;
	font-size: 15px;
	font-weight:bold;
	margin: 0;
}

#mainVideos_more {
	float:right;
	color: #444;
	padding: 15px 15px 0px 0px;
	font-size: 10px;
	margin: 0;
}

#mainVideos_more a {
	text-decoration:none;
	color:#666;
}

#mainVideos_more a:hover {
	text-decoration:underline;
}

#mainVideos_body {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	background-color:#FFF;
}

.mainVideos_item {
	float:right;
	padding: 0px 4px 0px 4px;
	background-color:#FFF;
	width:118px;
	margin:5px 10px 0px 0px; 
}

.home_video_photo {
	margin:0px 0px 0px 0px;
	padding:0;
	border:solid 1px gray;
}

.home_video_title {
	margin:5px -5px 0px 0px;
	font-weight:normal;
	font-size:11px;
	line-height:120%;
}

.home_video_title a {
	text-decoration:none;
	color:#06C;
}

.home_video_title a:hover {
	text-decoration:underline;
}

.home_video_subtitle {
	margin:2px -5px 0px 0px;
	font-weight:normal;
	font-size:12px;
	line-height:120%;
}

.home_video_subtitle a {
	text-decoration:none;
	color:#06C;
}

.home_video_subtitle a:hover {
	text-decoration:underline;
}

/* Home Page - Popular Articles */

.homeArticles {
	background: #FFF url(images/title_bar_348_bg.jpg) no-repeat;
	width: 346px;
	margin: 0px 0px 2px 0px;
	padding: 0;
}

.homeArticles_heading {
	color: #444;
	padding: 10px 0 0 13px;
	font-size: 15px;
	font-weight:bold;
	margin: 0;
}

.homeArticles_more {
	float:right;
	color: #444;
	padding: 15px 15px 0px 0px;
	font-size: 10px;
	margin: 0;
}

.homeArticles_more a {
	text-decoration:none;
	color:#666;
}

.homeArticles_more a:hover {
	text-decoration:underline;
}

.homeArticles_body {
	margin: 0px 5px 0px 0px;
	padding: 0;
	background-color:#FFF;
}

.homeArticles_photo {
	float:left;
	margin:3px 10px 0px 13px;
	padding:0;
	border:solid 1px gray;
}

.homeArticles_title {
	margin:0px 0px 0px 6px;
	padding-top:3px;
	font-weight:bold;
	font-size:12px;
	line-height:110%;
}

.homeArticles_title a {
	text-decoration:none;
	color:#06C;
}

.homeArticles_title a:hover {
	text-decoration:underline;
}

.homeArticles_subtitle {
	margin:1px 0px 0px 6px;
	font-weight:normal;
	font-size:11px;
	color:#666;
	line-height:110%;
}

.homeArticles_small {
	margin:0px 15px 0px 6px;
	color:#4CA;
	font-size:10px;
	padding:1px 0 0px 0;
}




.mainSection {
	background: #FFF url(images/title_bar_348_bg.jpg) no-repeat;
	width: 346px;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

.mainSection_title {
	color: #444;
	padding: 10px 0 0 13px;
	font-size: 16px;
	font-weight:bold;
	margin: 0;
}

.mainSection_more {
	float:right;
	color: #444;
	padding: 15px 15px 0px 0px;
	font-size: 10px;
	margin: 0;
}

.mainSection_body {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	background-color:#FFF;
}


/* Panel Listing */

.click_to_expand {
	font-style:italic;
	color:#AAA;
	font-weight:normal;
	font-size:11px
}

.panel_results {
	color:#999;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
}

.panel_box {
	margin: 5px 10px 10px 10px;
	padding:0px;
}

.panel_content {
	margin:5px 0px 0px 0px;
	padding-left:6px;
}

.panel_content p {
	color:#666;
	line-height:140%;
	padding-left:18px;
	margin-bottom:8px;
}

.panel_listing_photo {
	float:left;
	margin:0px 10px 0px 18px;
	padding:0;
	border:solid 1px gray;
}

.home_provider_photo {
	float:left;
	margin:0px 10px 0px 8px;
	padding:0;
	border:solid 1px gray;
}

.home_reviews_photo {
	float:left;
	margin:3px 10px 0px 8px;
	padding:0;
	border:solid 1px gray;
}

.panel_listing_title {
	margin:5px 0px 0px 19px;
	padding-top:1px;
	font-weight:bold;
	font-size:12px;
}

.panel_listing_title a {
	text-decoration:none;
	color:#06C;
}

.panel_listing_title a:hover {
	text-decoration:underline;
}

.panel_listing_title_green {
	margin:5px 0px 0px 19px;
	padding-top:1px;
	font-weight:bold;
	font-size:12px;
}
.panel_listing_title_green a {
	text-decoration:none;
	color:#096;
}

.panel_listing_title_green a:hover {
	text-decoration:underline;
}

.panel_listing_title_red {
	margin:5px 0px 0px 19px;
	padding-top:1px;
	font-weight:bold;
	font-size:12px;
}
.panel_listing_title_red a {
	text-decoration:none;
	color:#966;
}

.panel_listing_title_red a:hover {
	text-decoration:underline;
}

.panel_listing_subtitle {
	margin:0px 0px 1px 19px;
	color:#888;
	font-style:italic;
}

.panel_listing_body {
	margin:0px 15px 0px 19px;
	color:#000;
	font-size:11px;
	padding:0 0 1px 0;
}

.panel_listing_body a {
	text-decoration:none;
	color:#06C;
}

.panel_listing_body a:hover {
	text-decoration:underline;
}

.panel_listing_small {
	margin:0px 15px 0px 19px;
	color:#666;
	font-size:10px;
	padding:0 0 2px 0;
}

.panel_listing_small a {
	text-decoration:none;
	color:#06C;
}

.panel_listing_small a:hover {
	text-decoration:underline;
}

.coming_soon {
	padding:8px 0px 0px 19px;
}

/* Directory Results */


#results_block {
	margin:15px 0px 15px 10px;
	width:670px;
	margin-left:20px;
}

#results_title {
	margin:5px 0px 0px 10px;
	color:#444;
	font-size:21px;
	font-family: Helvetica,Arial,Verdana,sans-serif !important;
}

#results_body {
	margin:10px 0 14px 0px;
	padding-left:10px;
}

.directory_entry_expert {
	margin:0px;
	height:93px;
	border-bottom:1px dotted gray;
	padding:10px 2px 12px 0px;
	line-height:130%;
}

.directory_entry_member {
	margin:0px;
	height:80px;
	border-bottom:1px dotted gray;
	padding:10px 2px 12px 0px;
	line-height:130%;
}

.directory_title_expert {
	margin:3px 0px 0px 5px;
	padding-top:1px;
	font-weight:bold;
	font-size:12px;
}

.directory_title_expert a {
	text-decoration:none;
	color:#096;
}

.directory_title_expert a:hover {
	text-decoration:underline;
}

.directory_title_member {
	margin:3px 0px 0px 5px;
	padding:1px 0 0 0px;
	font-weight:bold;
	font-size:12px;
}

.directory_entry_right {
	float:right;
	padding-top:19px;
	line-height:140%;
	text-align:right;
}

/* Centers */

.center_title {
	margin:0px 0px 0px 2px;
	font-weight:bold;
	font-size:12px;
}

.center_title a {
	text-decoration:none;
	color:#06C;
}

.center_title a:hover {
	text-decoration:underline;
}

.center_description {
	margin:0px 0px 5px 2px;
	color:gray;
	font-size:11px;
}

.featured_center {
	color:white;
	margin:0;
	text-align:center;
}

.featured_center a:link, .featured_center a:visited {
	color:#FFF;
	text-decoration:none;
}

.featured_center a:hover {
	text-decoration:underline;
	color:#6CF;
}


/* Provider_Article.php */

#about_author {
	margin: 8px 10px 1px 25px;
	font-size:9px;
	color:#999;
}

#article_header {
	margin: 0 25px 0 25px;
	border-top: 2px solid black;
	border-bottom: 4px solid #099;
	background-color: #EEE;
}

#article_header_author {
	margin: 7px 10px 0 15px;
	font-size: 14px;
	color: #06C;
}

#article_header_author a {
	text-decoration: none;
	color: #06C;
}

#article_header_author a:hover {
	text-decoration:underline;
	color: #06C;
}

#article_header_photo {
	margin: 0 0 0 10px;
	float: right;
	border-left: solid 2px gray;
	border-right: solid 1px gray;

}

p#article_header_bio {
	margin: 5px 10px 0 15px;
	color: #666;
	font-size:11px;
	line-height: 120%;
}

#more_info {
	color:#F90;
	font-size:9px;
	text-decoration:none;
}

#more_info a {
	color:#F90;
	font-size:9px;
	text-decoration:none;
}

#more_info a:hover {
	text-decoration:underline;
}

#print_post {
	margin:5px 25px 5px 25px;
	color:#09C;
	font-size:10px;
	vertical-align:text-top;
}

#article_title {
	font-size:21px;
	color:#444;
	margin:20px 20px 0 25px;
}

#fb-like {
	margin:3px 20px 0px 25px;
}

#article_subtitle {
	font-size:16px;
	color:#06C;
	margin:3px 20px 0px 25px;
}

#article_author {
	font-size:12px;
	color:#09C;
	margin:3px 20px 0px 25px;
	font-style:italic;
}

#article_photo {
	margin: 10px 25px 5px 15px;
	float: right;
	border: solid 1px gray;
}

#event_photo {
	margin: 10px 25px 5px 15px;
	float: right;
	border: solid 1px gray;
}

#article_body {
	font-size:12px;
	line-height:150%;
	color:#444;
	margin:5px 25px 0 25px;
	text-align:left;
}

#article_body p {
	margin-bottom:10px;
}

#article_body ul, ol {
	margin:5px 25px 0 25px;
}

#article_body li {
	margin-bottom:10px;
}

#article_review_date {
	font-size:10px;
	line-height:130%;
	color:#666;
	margin:5px 20px 0 25px;
}

#article_author_bio {
	font-size:10px;
	line-height:130%;
	color:#666;
	margin:5px 25px 0 25px;
}

#article_author_photo {
	border:5px solid #EEE;
	margin:15px 10px 0 25px;
}

#article_author_link {
	font-size:10px;
	line-height:130%;
	color:#666;
	margin:5px 20px 0 25px;
}

#more_articles {
	font-size:10px;
	line-height:130%;
	background-color:#BCF;
	width:650px;
	margin:0px 15px 0 15px;
	padding:0px 10px 0px 10px;
}

#more_articles_box {
	font-size:10px;
	line-height:130%;
	margin:12px 15px 0 15px;
	padding:5px 10px 5px 10px;
	background-image:url(images/top_rounded_more_articles.gif);
	background-repeat:no-repeat;
}

#more_articles_box h2 {
	margin: 0;
	font-size:11px;
	color:#FFF;
	font-style:normal;
}

#more_articles ul {
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	font-size:11px;
	list-style-type:square;
}

#more_articles_bottom {
	margin:0px 15px 0 15px;
	background-image:url(images/bottom_rounded_more_articles.gif);
	background-repeat:no-repeat;
}

#more_articles ul li {
	padding: 2px 0;
}

#more_articles ul li a {
	text-decoration:none;
	color:#039;
}

#more_articles ul li a:hover {
	text-decoration:underline;
}

/* Provider_Video.php */

h2#videoHeader {
	margin:5px 15px 7px 15px;
	font-size:18px;
	font-weight:bold;
	color:#444;
}

.video_container {
	margin:4px 15px 10px 15px;
}

.video_right {
	float:right;
	width:235px;
}

.video_right_top {
	margin:0px 0px 5px 0px;
}

.video_right_bottom {
	margin:0;
	background-color:#F6F3E9;
	height:70px;
}

.video_pr_text {
	float:right;
	text-align:left;
	width:170px;
}

.video_listing_small {
	margin:0px 0px 0px 0px;
	color:#666;
	font-size:10px;
	padding:2px 0 2px 0;
}

.video_listing_small a {
	text-decoration:none;
	color:#06C;
}

.video_listing_small a:hover {
	text-decoration:underline;
}


/* Provider_Home.php */

#provider_home_top {
	margin: 15px 13px 10px 13px;
}


#provider_slideshow {
	position:relative;
	margin: 0 0 0 15px;
	float: right;
	background-color:#000;
	padding:0 auto;
	width:320px;
	height:200px;
}

#provider_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	 border:2px solid gray;
}

#provider_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#provider_slideshow IMG.last-active {
    z-index:9;
}



#provider_home_slideshow {
	margin: 0 0 0 15px;
	float: right;
	border: solid 2px gray;
	background-color:#000;
	padding:0 auto;
	width:320px;
	height:200px;
}

#provider_home_photo {
	margin: 0 15px 10px 0px;
	float: left;
	border: solid 2px gray;
}

#provider_home_name {
	margin: 0px 10px 0px 0px;
	font-size: 21px;
	color: #06C;
}

#provider_home_company {
	margin: 0px 10px 0px 0px;
	font-size: 18px;
	font-style:italic;
	color: #666;
}

#provider_home_contact {
	margin: 1px 0px 0px 0px;
}

#provider_home_contact p {
	margin: 0px 0px 0px 0px;
	padding:1px;
	font-size:11px;
}

.provider_home_link a {
	margin: 0px 0px 0px 0px;
	padding:1px;
	font-size:11px;
	color:#06C;
	text-decoration:none;
}

.provider_home_link a:hover {
	font-size:11px;
	color:#03C;
	text-decoration:underline;
}

.html_body {
	margin:5px 15px 5px 2px;
	color:#444;
	line-height:150%;
}

.html_body p {
	margin:6px 0px;
}

.html_body li {
	margin:2px 15px 5px 20px;
}

.html_body h2 {
	color:#444;
	font-size:16px;
}

.html_body h3 {
	margin:12px 0 0 17px;
	color:#888;
	font-size:13px;
	font-weight:bold;
}

/* Featured Experts */

.featured_expert {
	margin:0px;
	height:90px;
	padding:4px 0px 4px 5px;
	line-height:130%;
}


/* Javascript Test */

.js_featured_expert {
	background-color:#ded;
}

/* Marketing pages */


#marketing_slideshow {
	position:relative;
	float: right;
	background-color:#FFF;
	padding:0 auto;
	width:686px;
	height:350px;
}

#marketing_slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	 border:1px solid gray;
}

#marketing_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#marketing_slideshow IMG.last-active {
    z-index:9;
}

.web-creation {
	width:706;
	padding:5px 15px;
	background-color:#FFF;
}

	.web-creation .preview {
		float:right;
		padding:15px 10px 8px 17px;
	}
	
		.web-creation .preview img {
			height:82px;
			padding-left:20px;
			padding-bottom:5px;
		}

	.web-creation h1 {
		font: 21px Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		font-weight:bold;
		margin:10px 10px 5px 10px;
	}
	
	.web-creation h2 {
		font: 14px Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		font-weight:bold;
		margin:15px 10px 5px 10px;
	}
	
	.web-creation form {
		margin:10px 10px 5px 10px;
		color: #666;
	}
	
	.web-creation form input {
		margin:0px 10px 10px 10px;
	}
		
	
	.web-creation p {
	padding:0;
	margin:0;
	color:#666;
	margin:10px 35px 10px 10px;
	line-height:130%;
	}
	
.provider-side {
	padding:2px 10px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.provider-side a {
	color:#000;
}
	
.provider-side a:hover {
	color:#000;
}

.marketing-subtitle {
	margin:10px 0px 0px 10px;
	font-size:16px;
	color:gray;
}

.marketing-title {
	margin:0px 0px 0px 10px;
	font-size:21px;
	color:#222;
}

.marketing-p {
	margin:3px 15px 2px 10px;
	color:#333;
}

.side-banner {
margin:8px 0 8px 0;
border:none;
}

.mag-bullets a {
	text-decoration:none;
	color:#06C;
}

.mag-bullets a:hover {
	text-decoration:underline;
}

.mag-bottom a {
	text-decoration:none;
	color:#666;
}

.mag-bottom a:hover {
	text-decoration:underline;
}

.mag-cover-list a {
	text-decoration:none;
	color:#06C;
}

.mag-cover-list a:hover {
	text-decoration:underline;
}

.photo_gallery {
	padding:5px;
	margin: 10px 2px 10px 0;
	border:1px #eee solid;
}

#content-left {
	width: 638px;
	margin: 0px 8px 10px 2px;
	float: left;
	background: #FFFFFF;
	padding: 8px;
	color: #444444;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	line-height: 14px;
}
	
#content-left-inside {
	margin:12px 15px 15px 15px;
	font-size: 12px;
}

#popular_searches_block {
	float:right;
	padding:10px 0px 10px 0px;
	width:350px;
}

#popular_searches_block {
	float:right;
	padding:10px 0px 10px 0px;
	width:350px;
}

#popular_centers_block {
	float:right;
	padding:10px 0px 10px 0px;
	width:200px;
}

#popular_searches_title {
	font-size:12px;
	color:#666;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	border-bottom:1px dotted gray;
	padding:0px 0px 2px 0px;
}

.popular_searches {
	margin:2px 0px 0px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px dotted gray;
	font-size:12px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

.popular_searches a {
	text-decoration:none;
	color:#039;
}

.popular_searches a:hover {
	text-decoration:underline;
}

#search_block_center {
	margin:0px 30px 0px 0px;
	text-align:center;
	width:205px;	
}

#search_block_left {
	margin:5px 0px 0px 0px;
	float:left;
	width:205px;
	background-color:#EEE;
	border: 0px solid gray;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

#search_block_center_title {
	margin:0px;
	padding-top:5px;
	color:#444;
	text-align:center;
	font-size:21px;
}

#search_block_left_title {
	margin:5px 0px 0px 10px;
	padding-top:15px;
	padding-bottom:8px;
	color:#444;
	font-size:21px;
}

#search_block_center_body {
	font-size:10px;
	margin:14px 0px 0px 0px;
	text-align:center;
	padding:0px;
}

#select_hc {
	margin:0px 0px 4px 0px;
}

#select_hc, #select_hc {
	margin:2px 0px 4px 10px;
}

#search_block_left_body, #search_block_left_body {
	font-size:10px;
	margin:10px 0px 0px 10px;
	padding:0px;
	line-height:120%;
}

#featured_center_block {
	margin:22px 0px 10px 10px;
	padding:0;
	width:180px;
	border:2px solid #CB9;
}

.featured_center {
	color:white;
	margin:0;
	text-align:center;
	background-color:#876;
	padding:3px 0px 0px 0px;
	font-size:11px;
	line-height:normal;
}

.featured_center_link {
	color:white;
	margin:0;
	text-align:center;
	background-color:#876;
	padding:2px 0 3px 0;
	font-size:12px;
	font-weight: bold;
	line-height:normal;
	border-bottom:2px solid #CB9;
}

.featured_center_link a, .featured_center_link a:visited {
	text-decoration:none;
	color:white;
}

.featured_center a:hover {
	text-decoration:underline;
}

#featured_specialists_block {
	margin:35px 0px 0px 0px;
}

#featured_specialists_listing {
	border-top:solid 2px gray;
	margin:8px 3px;
	padding:3px 0px 3px 4px;
	background-color:#EEE;
	color:#666;
	font-weight:bold;
}

#health_center_listing {
	border-top:solid 2px gray;
	clear:both;
	margin:8px 10px;
	padding:3px 0px 3px 4px;
	background-color:#EEE;
	color:#666;
	font-size:12px;
	font-weight:bold;
	line-height:120%;
}

.recent_search_entry {
	margin:8px 0 0 12px;
	border-bottom:1px dotted gray;
	padding-bottom:4px;
	height:72px;
}

input.search_text {
	font-size:11px;
	color:#666;
}

input.search_button {
	font-size:11px;
	margin-top:-2px;
}

#bottom_rounded {
	margin:0px 0px 10px 0px;
}

#top_rounded {
	margin:10px 0px 0px 0px;
}

.feed-item-title {
	font-size:12px;
	margin:10px 5px 5px 14px;
}
