
@charset "utf-8";
/*CSS RESET*/
/*https://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: none;
	font-size: 100%;
	font: inherit;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline }
iframe{
	background-color: transparent;
	overflow: auto;
	border: 0px solid #000000;
}
:focus{
	outline: none;
}


/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block }

ol,ul { list-style: none }

blockquote,q { quotes: none }

blockquote:before,blockquote:after,q:before,q:after { content:'';content: none }

table { border-collapse:collapse;border-spacing: 0 }

p, li, strong, em, span, a{
	line-height: 1.5;}

strong{
	font-weight:bold;}

em{
	font-style:italic;}
    .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* CONTENT ELEMENTS
------------------------------*/
body {
        background: url(/images/granite_pattern.jpg)fixed;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h1, h2, h3 {
	font-weight: normal;
	line-height:inherit;
	margin: 0;
}
h1 {
	color: #fff;
	font-size: 46px;
}
h2 {
	color: #fff;
	font-size: 20px;
}
a, a:visited {
	color: #fff;
	cursor:pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.description_list{
	list-style: disc;
    margin: 0px 0px 0px 30px;
}
.phone_number a {
	color:inherit;
	line-height:inherit;
}
#header_bg{
	background: url(/images/header_bg.jpg)center no-repeat;
	height: 376px;
	position: absolute;
	width: 100%;}
#menu_bg{
	position: absolute;
	width: 100%;
	top: 376px;
	background: none;
	height: 28px;}
#slider_container_bg{
	background: none;
}
#content_container_bg{
	background: none;
}
.content_bg_spacer{
	width: 100%;
	height: 25px;
	background: none;
}
#footer_container_bg{
	background: none;
}
#main_container {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.clear_floats {
	clear: both;
}
.more_btn {
	background: #CCCCCC;
	border: 0px;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size:12px;
	margin: 5px 5px 0px 0px;
	padding: 4px;
	text-align: center;
	width: 55px;
        border-radius: 5px;
}
.more_btn a, .more_btn a:visited {
	color: #ffffff;
	text-decoration: none;
}
.more_btn a:hover {
	text-decoration: underline;
}
#social_apis {
	border-radius: 10px;
	background-color: #fffad9;
	border: 0px solid #FFF073;
	color: #999;
	font-size: 10px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding:2px 0px 0px 18px;
	height: 35px;
}
#social_api_container{
    height: 35px;
    position: absolute;
    width: 230px;
}
#social_apis ul {
	margin: 0;
	padding: 6px 0px 0px 0px;
}
#social_apis li {
	display: inline-block;
	margin: 0px 0px 3px 0px;
	padding: 0;
	position: absolute;
	vertical-align: top;
}

.inline-block {
    float: left;
    }
/* AUDIO BUTTON
------------------------------*/
#audio_button {
	position:absolute;
	right:0;
	top:96px;
    z-index: 15;
}
/* TOP ELEMENTS
------------------------------*/
#top_container {
	position: relative;
	color:#fff;
	height: 376px;
	width: 950px;
	margin: auto;
}
#top_container span {
	line-height:inherit;
}
#logo {
	position:absolute;
	top:36px;
}

#heading_practice_name {
	position:absolute;
	top:60px;
	font-size: 46px;
	left:152px;
        font-family: Tahoma, Geneva, sans-serif;
}
#heading_phone {
	position:absolute;
	top:42px;
	font-size:28px;
	margin:8px 0px 0px 0px;
	right:0;
}
#heading_tagline, #heading_address {
        font-size: 16px;
	position:absolute;
	top:83px;
}
#heading_tagline {
	left:112px;
}
#heading_address {
	right:0;
        text-align: right;
}
#heading_search{
	position: absolute;
	right: 0px;
	top: 98px;
	width: 210px;
	text-align: right;
    z-index: 10;
}

#request_appt_header {
    position: absolute;
    left: 4px;
    top: 0;
    border-radius: 0 0 6px 6px;
    padding: 5px 30px;

    background: #6a1516; /* Old browsers */
    background: -moz-linear-gradient(top,  #6a1516 0%, #6a1516 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a1516), color-stop(100%,#6a1516)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6a1516 0%,#6a1516 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6a1516 0%,#6a1516 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6a1516 0%,#6a1516 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6a1516 0%,#6a1516 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a1516', endColorstr='#6a1516',GradientType=0 ); /* IE6-9 */

   -moz-box-shadow:    inset 0 0 2px #762a2b;
   -webkit-box-shadow: inset 0 0 2px #762a2b;
    box-shadow:        inset 0 0 2px #762a2b;
    }

    #new_patient_registration {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    left: 572px;
    position: absolute;
    border-radius: 0 0 6px 6px;
    padding: 5px 20px;
    -moz-box-shadow:    inset 0 0 2px #ccc;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    box-shadow:        inset 0 0 2px #ccc;
    background: #3e3e3e; /* Old browsers */
    background: -moz-linear-gradient(top,  #3e3e3e 0%, #2b2b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3e3e3e 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3e3e3e 0%,#2b2b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3e3e3e 0%,#2b2b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3e3e3e 0%,#2b2b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}

.hover_text_glow:hover {
    text-shadow: 0 0 3px #fff;
    }


#existing_patient_login {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    left: 740px;
    position: absolute;
    border-radius: 0 0 6px 6px;
    padding: 5px 20px;
    -moz-box-shadow:    inset 0 0 2px #ccc;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    box-shadow:        inset 0 0 2px #ccc;
    background: #6a6a6a; /* Old browsers */
    background: -moz-linear-gradient(top,  #6a6a6a 0%, #565656 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#565656)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6a6a6a 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6a6a6a 0%,#565656 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6a6a6a 0%,#565656 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6a6a6a 0%,#565656 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
    }


/* MENU ELEMENTS
------------------------------*/
#menu {
	height:  28px;
	position: absolute;
	width: 960px;
        left: -5px;
	bottom: 0;
	z-index: 2;
	text-align: center;
        background:#000000;
}
ul#topnav {
	list-style: none;
	padding: 0px;
    text-align: center;
}
ul#topnav li {
    display: inline-block;
    height:  28px;
	list-style: none;
	margin: 0px 22px 0px 22px;
	padding: 0;
        position: relative;
        top: -1px;
}
ul#topnav a {
	display: block;
	color: #fff;
    font-size: 16px;
    margin: 3px 0px 0px 0px;
}
ul#topnav a:hover {
	color: #ccc;
    text-decoration: none;
}
#home #menu #topnav .home{
	border-top: 1px solid rgba(255, 255, 255, 0.80);
	border-bottom: 1px solid rgba(255, 255, 255, 0.80);
	height: 25px;
}
#home #menu #topnav .home a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}
.about_us #menu #topnav .about_us{
		border-top: 1px solid rgba(255, 255, 255, 0.80);
		border-bottom: 1px solid rgba(255, 255, 255, 0.80);
		height: 25px;
}
.about_us #menu #topnav .about_us a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}
.services #menu #topnav .services{
		border-top: 1px solid rgba(255, 255, 255, 0.80);
		border-bottom: 1px solid rgba(255, 255, 255, 0.80);
		height: 25px;
}
.services #menu #topnav .services a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}
.smile_makeover #menu #topnav .smile_makeover{
		border-top: 1px solid rgba(255, 255, 255, 0.80);
		border-bottom: 1px solid rgba(255, 255, 255, 0.80);
		height: 25px;
}
.smile_makeover #menu #topnav .smile_makeover a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}
.patient_info #menu #topnav .patient_info{
		border-top: 1px solid rgba(255, 255, 255, 0.80);
		border-bottom: 1px solid rgba(255, 255, 255, 0.80);
		height: 25px;
}
.patient_info #menu #topnav .patient_info a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}
.contact_us #menu #topnav .contact_us{
		border-top: 1px solid rgba(255, 255, 255, 0.80);
		border-bottom: 1px solid rgba(255, 255, 255, 0.80);
		height: 25px;
}
.contact_us #menu #topnav .contact_us a{
	margin: 0px;
	color: #ccc;
    text-decoration: none;
}

/* SLIDING DIV ELEMENTS
------------------------------*/
.side_heading {
	border-radius: 10px;
	border: 0px solid #cccccc;
	color: #fff;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	position: relative;
}
h2.side_heading {
	font-size: 22px;
}
.side_heading img {
	margin-right: 5px;
}
.side_content {
	background: url(../images/side_bottom.png) no-repeat bottom;
	padding: 0px 10px 25px 10px;
}
/* APPOINTMENT REQUEST FORM ELEMENTS
------------------------------*/
#customForm label, #customForm_email label, #side_customForm_email label, #customForm_friend label {
	display: block;
	font-weight:bold;
}
#customForm .appointment_request, #customForm_email .appointment_request, #side_customForm_email .appointment_request, #customForm_friend .appointment_request{
	width: 220px;
	padding: 3px;
	color: #000000;
	font-size: 11px;
	border: 0px solid #cccccc;
}
#customForm .appointment_request.error, #customForm_email .appointment_request.error, #side_customForm_email .appointment_request.error, #customForm_friend .appointment_request.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea, #customForm_email textarea, #side_customForm_email textarea, #customForm_friend textarea{
	width: 220px;
	height: 80px;
	padding: 3px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #cccccc;
}
#customForm div, #customForm_email div, #side_customForm_email div, #customForm_friend div {
	margin-bottom: 10px;
}
#customForm div span, #customForm_email div span, #side_customForm_email div span, #customForm_friend div span {
	display:none;
	font-size: 10px;
	font-style: italic;
}
#customForm div span.error, #customForm_email div span.error, #side_customForm_email div span.error, #customForm_friend div span.error{
	display:block;
	color: #e46c6e;
}
#thanks, #thanks_email, #thanks_side, #thanks_friend{
  display: none;
}
.email_form{
	float: left;
}
.side_email_form{
	margin: 10px 0px 20px 0px;
}
.request_appt_btn {
    cursor: pointer;
}

#request_appt_form_container{
    width: 100%;
    height: 100%;
    background: url("//infostarassets.com/images/white_transparent_95.png") left top repeat;
    position: fixed;
    z-index: 1000;
    top: 0px;
    display: none;
}
#request_appt_form{
    width: 600px;
    height: 540px;
    margin: 10px auto;
    background: #000000;
    padding: 10px;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 10px 10px 15px #888888;
}
#request_appt_form h2{
    font-size: 40px;
    text-align: center;
    margin: 0px 0px 5px;
}
#request_form_text{
    font-size: 18px;
}
#request_form_image{
    border-radius: 10px;
}
#request_form_right{
    width: 232px;
    float: right;
}
#request_form_left{
    float: left;
    width: 360px;
}
#request_form_left h2{
    font-size: 32px;
    color: #fff;
}
#close_appt_window{
    width: 600px;
    margin: auto;
    border: 1px solid #000000;
    text-align: center;
    background: #000000;
    font-size: 32px;
    padding: 10px;
    color: #fff;
}
#close_appt_window:hover{
    background: #000000;
    cursor: pointer;
}
/*SPECIALS CONTENT
----------------------------------------*/
.banner_ad_container{
	width: 960px;
	height: 300px;
	margin: auto;
	position: relative;
}
.banner_image{
	height: 100%;
	width: 28%;
	float: left;
	position: relative;
    overflow: hidden;
	z-index: 30;
}
.banner_image img{
    max-height: 100%;
}
.banner_content{
	position: absolute;
	z-index: 20;
}
.banner_info_left{
	float:right;
	height: 100%;
	width: 66%;
	position: relative;
	text-align: left;
	z-index: 30;
}
.banner_info_right{
	float:left;
	height: 100%;
	width: 66%;
	position: relative;
	text-align: left;
	z-index: 30;
}
.banner_special_type_cta_left{
	font-size: 40px;
	margin: 1% 0% 0% 0%;
	float: right;
	width: 100%;
}
.banner_special_type_cta_right{
	font-size: 40px;
	margin: 1% 0% 0% 2%;
	float: left;
	width: 100%;
}
.banner_special_text_cta_left{
	position: relative;
	font-size: 20px;
	margin: 0% 2% 0% 0%;
	padding: 1%;
	float: right;
	width: 93%;
	height: 30%;
}
.banner_special_text_cta_right{
	position: relative;
	font-size: 20px;
	margin: 0% 0% 0% 5%;
	padding: 1%;
	float: left;
	width: 93%;
	height: 30%;
}
.banner_special_phone_left{
	font-size: 18px;
	position: absolute;
	bottom: 0%;
	right: 3%;
}
.banner_special_phone_right{
	font-size: 18px;
	position: absolute;
	bottom: 0%;
	right: 3%;
}
.banner_phone_color{
	color: #A70000;
}
.banner_special_sign_up_left{
    position: absolute;
    left: 0%;
    top: 60%;
    width: 45%;
    font-size: 18px;
}
.banner_special_sign_up_right{
    position: absolute;
    left: 3%;
    top: 60%;
    width: 45%;
    font-size: 18px;
}
.banner_special_valid_left{
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    right: 3%;
}
.banner_special_valid_right{
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    right: 3%;
}
.banner_sign_up_text{
	position: absolute;
	font-size: 18px;
	width: 45%;
	height: 24%;
	bottom: 15%;
	left: 5%;
}
.banner_sign_up_left{
	width: 45%;
	height: 24%;
	position: absolute;
	bottom: 9%;
	right: 2%;
	padding: 1%;
	background: #fffad9;
	color: #999;
	border: 3px solid #FFF073;
	border-radius: 10px;
}
.banner_sign_up_right{
	width: 45%;
	height: 24%;
	position: absolute;
	bottom: 9%;
	right: 1%;
	padding: 1%;
	background: #fffad9;
	color: #999;
	border: 3px solid #FFF073;
	border-radius: 10px;
}
.banner_sign_up_left label, .banner_sign_up_right label{
	width: 25%;
	display: block;
	float: left;
	font-size: 15px;
}
.banner_sign_up_left .field, .banner_sign_up_right .field{
	width: 73%;
	border: black 1px solid;
	margin: 0px 0px 5px 0px;
    height: 20%;
}
.banner_submit{
	float: right;
	margin: 0% 1% 0% 0%;
	border: black 1px solid;
	border-radius: 5px;
	font-size: 12px;
}
.banner_submit:hover{
	background: #FFF;
	cursor: pointer;
}
.banner_disclaimer{
	position: absolute;
	font-size: 12px;
	bottom: 1%;
	right: 2%;
	color: #A70000;
}
#play_stop{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#banner_play_btn{
	width: 25px;
	height: 25px;
	background: url(//infostarassets.com/images/specials/startstopslider.png) center -25px no-repeat;
}
#banner_stop_btn{
	width: 25px;
	height: 25px;
	background: url(//infostarassets.com/images/specials/startstopslider.png) center top no-repeat;
}
#banner_play_btn:hover{
	background-position: center top;
}
#banner_stop_btn:hover{
	background-position: center -25px;
}

/*SPECIALS AD CONTENT
------------------------------*/
.ad_container{
	margin: auto;
	position: relative;
	overflow: hidden;
	background: #fffad9;
	color: #999;
	border: 0px solid #FFF073;
	width: 360px;
	height: 300px;
	z-index: 25;
}
.ad_banner_title{
    font-size: 32px;
    text-align: center;
    margin: 5px;
}
.ad_banner_text{
    font-size: 18px;
    text-align: center;
    height: 125px;
}
.ad_banner_signup{
    text-align: center;
    margin: 5px 0px;
}
.ad_sign_up{
    width: 75%;
    overflow: hidden;
    margin: auto;
}
.ad_sign_up label{
	width: 17%;
	display: block;
	float: left;
	margin-left: 3%;
}
.ad_sign_up .field{
	width: 74%;
}
.ad_submit{
	float: right;
	margin: 0% 4% 0% 0%;
	border: #000 1px solid;
	background: #F3F3F3;
	border-radius: 5px;
}
.ad_submit:hover{
	background: #FFF;
	cursor: pointer;
}
.ad_banner_valid{
    text-align: center;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
}
.ad_disclaimer{
	margin: 2% 0% 2% 0%;
	font-size: 12px;
	text-align: center;
}

/* FOOTER ELEMENTS
------------------------------*/
#footer {
	color: #fff;
	padding: 25px 5px 0px 5px;
	text-align: center;
	width: 950px;
	margin: auto;
        background-image: url(/images/1px_black_50.png);
}
#social_media_container{
	border-radius: 10px;
	background-color: #fffad9;
	border: 0px solid #FFF073;
	height: 40px;
	margin: 0px auto 10px;
	padding: 8px 0px 0px 0px;
	width: 525px;
	text-align: center;
        display: none;
}
#facebook_icon,#twitter_icon,#google_plus_icon,#youtube_icon,#places_icon,#blog_icon,#pinterest_icon{
    background: url(/images/social_media_icons.png);
    width: 35px;
    height: 35px;
    display: inline-block;
}
#facebook_icon{
	background-position: left 0px;
}
#twitter_icon{
	background-position: 210px 0px;
}
#google_plus_icon{
	background-position: 175px 0px;
}
#youtube_icon{
	background-position: 140px 0px;
}
#places_icon{
	background-position: 105px 0px;
}
#blog_icon{
	background-position: 70px 0px;
}
#pinterest_icon{
        background-position: 35px 0px;
}
#google_translate_element {
	cursor:pointer;
	display: inline-block;
	margin: 4px 10px 0px 0px;
	vertical-align:top;
	background: url('/images/google_translate_btn.png') center top no-repeat;
	width: 160px;
	height: 30px;
}
#google_translate_element:hover {
	background-position: center -30px;
}
#google_translate_element .goog-te-gadget-simple {
	background-color: #fff;
	border:0;
}
#google_translate_element .goog-te-gadget-simple a {
	color:#666666;
}
#social_media_icons {
	display: inline-block;
}
#disclaimer {
	color: #999999;
	font-size: 10px;
	margin: 15px 0px 0px 0px;
}
#infostar_credit {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
}
#schema_dentist {
	font-size:10px;
	margin:10px 0px 0px 0px;
}
.mobile_button {
	font-size: 30px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}
#infostar_footer_logo {
	vertical-align:bottom;
}
.hide {
	display:none;
}
.infostar_footer_link {
	font-size:18px;
	padding:10px;
	background-color:#FFFAD9;
	margin:10px;
	line-height:normal;
}
/*SEARCH RESULTS*/
.ui-widget{
	font-size: 18px;
}
#search_term{
	width: 66%;
    height: 20px;
    display: block;
    float: left;
}
#search_results{
	width: 100%;
}
#search_results b{
	font-weight: bold;
}
#showing_results{
	width: 100%;
	display: block;
}
#search_instead{
	width: 100%;
	display: block;
}
.result_link{
	width: 100%;
	display: block;
    font-size: 20px;
}
.result_ref{
	color: #000000;
	width: 100%;
	display: block;
}
.result_image{
	max-width: 75px;
    float: left;
    margin: 5px 10px 0px 0px;
}
.result_description{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
    width: 100%;
	display: block;
    overflow: hidden;
    border-bottom: 1px solid #999;
}
#search_submit{
	width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin: -5px 0px 0px 5px;
    padding: 0px;
    border: none;
    text-indent: -9999px;
    background: url(/images/search_btn.png) center top no-repeat;
}
#search_submit:hover{
	background-position: center -36px;
    cursor: pointer;
}
/* START Q & A
------------------------------*/
.q_and_a_index_links, .q_and_a_index_links a {
	margin-left:10px;
	font-size:15px;
	line-height:1.8;
	color:#999;
	text-decoration:none;
}
.q_and_a_index_links:hover  {
	text-decoration: underline;
}
#dental_emergency_nav_index {
	padding:13px;
	background-color:#fffad9;
	border-radius: 10px;
}
#dental_emergency_nav_index li {
	font-size:16px;
}
.question {
	color:#fff;
	font-size:18px;
	margin: 20px 0 10px 0;
}
.answers {
	color:green;
	font-size:14px;
}
.q_and_a_heading {
	color:black;
	font-size:18px
}
.answers {
	display:inline;
	margin-top:10px;
	font-size:16px;
	font-weight:900;
}
.inline {
	display:inline;
}
#q_and_a_table p {
	margin-bottom:5px;
	line-height:1.3;
}
.important_warn {
	background-color: #FCE3E8;
	font-size:15px;
	padding: 6px 3px 5px 5px;
	font-weight:900;
	margin-top:20px;
	color:	#A52A2A;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px;
}
#seek_med_care_li li {
	list-style-type: disc;
	margin-left:16px;
	list-style-position:inside;
}
#seek_med_care_li li p {
	margin-left:10px;
	display:inline;
	margin:5px 0 4px 0;

}
#oral_health_links ul li {
	width:80%;
	background-color: #fffad9;
	margin-bottom: 10px;
	padding:5px 12px;
	border: 0px solid #FFF073;
	border-radius: 10px;
}


#oral_health_links p {
	margin-bottom: 10px;
}
/* END Q & A
------------------------------*/
/*
* Patient reviews
*/
#aggregate_review{margin:15px 0; padding:0 0 0 10px; font-size:16px; font-weight: 900;color:#fff;}
.stars{margin:0 0 0 1px;}
.required{font-weight:900;color:red}
#ratingValue{
    margin: 0px 226px 0px 0px;
    float: right;
}

.author, .author a, .author:hover{padding:20px 0px;font-size:10px;font-family:Arial, Helvetica, sans-serif;}

#health_announcement_text {
  width: 100%;
  max-width: 900px;
  padding: 0 30px;
}

/*SIDEKICK VIDEO STYLE*/
img{
	border:0;
}
.dental_education_button{
	display:inline-table;
	height:75px;
	width:250px;
}
.main_button{
	float:left;
	z-index:0;
}
.thumbnail_image{
	border:1px solid #ffffff;
	float:left;
	margin:-72px 0px 0px 0px;
	z-index:1;
	height: 51px;
}
/*
.thumbnail_outline{
	border:1px solid #ffffff;
	height:49px;
	margin:9px 0px 0px 2px;
	position:absolute;
	width:66px;
	z-index:2;
}
*//*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;font-size:10px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/infostarassets/images/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/infostarassets/images/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/infostarassets/images/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/infostarassets/images/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/infostarassets/images/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;overflow:hidden;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; font-family: tahoma; text-shadow:#000 0px 0px 0px; width:100%; color:#232323;}
        #cboxCurrent{position:absolute; bottom:42px; left:44%; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:52%; left:0px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:52%; right:0; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/infostarassets/images/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/infostarassets/images/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}