@charset "utf-8";
/* CSS Document */
body {
    font-family: Helvetica,Arial,sans-serif;
    background: #fff;
    margin:0px;
    padding:0px;
    color: #444444;
    font-size: 14px;
}
p{
    margin: 0px;
}
.clear_floats{
    clear: both;
}
.ui-content{
    padding: 0px;
    overflow-x: visible;
}
.service_page .ui-content,#teethtoday_location{
    padding: 5px;
}
.ui-body-c, .ui-overlay-c {
    text-shadow: none;
        background-image: none;
    background: #fff;
    color: #444444;
}
.ui-body-c .ui-link{
	color:#000;
	text-decoration:none;}
.ui-body-c .ui-link:visited{
	color:#000;
	text-decoration:none;}
.ui-body-c .ui-link:active{
	color:#000;
	text-decoration:none;}
.ui-body-c .ui-link:hover{
	color:#000;
	text-decoration:none;}
.ui-btn-up-c:visited, .ui-btn-up-c a.ui-link-inherit {
	color:#000;
}
.ui-btn-hover-c:visited, .ui-btn-hover-c:hover, .ui-btn-hover-c a.ui-link-inherit{
	color:#000;
}
input.ui-input-text{
	color: #000;
    background: #fff;
}
textarea.ui-input-text{
	color: #000;
    background: #fff;
}
.ui-content .ui-listview {
    margin: 0px;
}

.ui-btn-up-c{
		background-image: -webkit-gradient(linear,left top,left bottom,from( #EEEEEE ),to( #dddddd ));
	background-image: -webkit-linear-gradient( #EEEEEE,#dddddd );
	background-image: -moz-linear-gradient( #EEEEEE,#dddddd );
	background-image: -ms-linear-gradient( #EEEEEE,#dddddd );
	background-image: -o-linear-gradient( #EEEEEE,#dddddd );
	background-image: linear-gradient( #EEEEEE,#dddddd );
	text-shadow: none;
    color: #000;
}

.ui-btn-hover-c{
			background-image: -webkit-gradient(linear,left top,left bottom,from( #D7D7D7 ),to( #B0B0B0 ));
	background-image: -webkit-linear-gradient( #D7D7D7,#B0B0B0 );
	background-image: -moz-linear-gradient( #D7D7D7,#B0B0B0 );
	background-image: -ms-linear-gradient( #D7D7D7,#B0B0B0 );
	background-image: -o-linear-gradient( #D7D7D7,#B0B0B0 );
	background-image: linear-gradient( #D7D7D7,#B0B0B0 );
}
.ui-btn-down-c{
		background-image: -webkit-gradient(linear,left top,left bottom,from( #7FAED6 ),to( #005dad ));
	background-image: -webkit-linear-gradient( #7FAED6,#005dad );
	background-image: -moz-linear-gradient( #7FAED6,#005dad );
	background-image: -ms-linear-gradient( #7FAED6,#005dad );
	background-image: -o-linear-gradient( #7FAED6,#005dad );
	background-image: linear-gradient( #7FAED6,#005dad );
}

img{
	border:0;
}
#header_menu{
    background: #005dad;
    overflow: hidden;
}
#request_appt_btn{
    background: url('/mobile/images/mobile_request.jpg') center top no-repeat;
    width: 148px;
    height: 43px;
    float: right;
}
#request_appt_btn:hover{
    background: url('/mobile/images/mobile_request.jpg') center -43px no-repeat;
    cursor: pointer;
}
#main_menu{
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
#main_menu li{
    width: 50px;
    height: 30px;
    background: rgba(256,256,256,0.6);
    border-radius: 10px;
    margin: 6px 0px 0px 10px;
}
#main_menu li svg line{
    stroke:rgb(0,0,0);
    stroke-width:2;
}
#main_menu li ul{
    display: none;
}
#main_menu li ul{
    position: absolute;
    left: 0px;
    top: 43px;
    padding: 0px;
    list-style: none;
    margin: 0px;
    width: 180px;
    border-right: 5px solid #444;
    background: #fff;
    height: 90%;
    z-index: 100;
}
#main_menu li:hover ul{
    display: block;
}
#main_menu li ul li{
    width: 170px;
    height: auto;
    background: none;
    border-radius: 0px;
    margin: 10px 0px;
    padding: 0px 0px 0px 10px;
}
#main_menu li ul li a{
    font-weight: normal;
    font-size: 16px;
}
#menu_logo img{
    width: 100%;
    margin: 0px 0px 0px -5px;
}
#menu_text{
    position: absolute;
    color: #444;
    left: 20px;
    top: 21px;
    font-size: 12px;
}
.container {
	margin:0 auto;
	position: relative;
	width:100%;
}
.btn_container{
	width: 288px;
	margin: 15px auto;
	text-align: center;
}
.index_btn{
	width: 85px;
	height: 85px;
	border: 2px solid #000000;
	border-radius: 10px;
	display: inline-block;
	margin: 10px 2px 30px 2px;
	font-size: 12px;
	position: relative;
		background: #ff3600;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #FF9A7F ),to( #ff3600 ));
	background-image: -webkit-linear-gradient( #FF9A7F,#ff3600 );
	background-image: -moz-linear-gradient( #FF9A7F,#ff3600 );
	background-image: -ms-linear-gradient( #FF9A7F,#ff3600 );
	background-image: -o-linear-gradient( #FF9A7F,#ff3600 );
	background-image: linear-gradient( #FF9A7F,#ff3600 );
}
.index_btn img{
	margin: 5px 0px 0px 0px;
}
.btn_title{
	position: absolute;
	width: 85px;
	top: 88px;
}
#meet_dr img, #payment img{
	max-width: 35%;
	float: left;
	margin: 0% 2% 0% 0%;
}
#meet_the_dr_btns{
	margin: 25px 0px 0px 0px;
}
	
/***********************************	HEADER     **********************************/
#mobile_header{
	width: 100%;
}
#mobile_header img{
	width: 100%;
}
.ui-header .ui-title{
	width: 50%;
	margin: .6em auto .6em;
}
.header {
    border-radius: 0px 0px 5px 5px;
    margin: 0px auto;
    overflow: hidden;}
.header_text_container {
	overflow:hidden;}
.title_caption{
	text-indent: -9999px;
	position: absolute;
	margin: 0px;
}
#name{
	margin: 0px;
}
.logo {
	float: right;
    width: 25%;}
.logo img{
	max-width: 100%;
	max-height: 100%;
}
.title_caption {
    color: #000;
    float: left;
    width: 70%;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;}
.street_address {
	margin:5px 0px 0px 0px;
    position: relative;
	text-align:center;
	display: block;}
.mobile_welcome_text{
    text-align: left;
    font-size: 14px;
    margin: 0px 10px 10px;
}
#welcome_text_title{
    font-size: 18px;
}
.index_info_box{
    overflow: hidden;
}
.index_info_image{
    width: 30%;
    height: 90px;
    background: url('/mobile/images/mobile_index_sprite.jpg') no-repeat;
    float: left;
    margin: 2% 2%;
}
#index_image1{
    background-position: center top;
}
#index_image2{
    background-position: center -90px;
}
#index_image3{
    background-position: center -180px;
}
#index_image4{
    background-position: center -270px;
}
.index_info_text{
    width: 62%;
    padding: 0% 2%;
    float: right;
    margin: 2% 0%;
    font-size: 14px;
}
.index_info_title{
    font-size: 22px;
    text-transform: capitalize;
    color: #005dad;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
#what_is_a_dental_implant_page .implant_option_box h2{
    width: 92%;
    background: #005dad;
    color: #fff;
    padding: 3%;
    margin: 3% 0% 0%;
}
#what_is_a_dental_implant_page .implant_option_box a{
    color: #005dad;
}
#implants_dentures_bridges,#cost_of_implants{
    margin: 75px 0px 0px;
    clear: both;
}
#implants_dentures_bridges h3, #cost_of_implants h3, .what_is_a_dental_implant h3{
    color: #0090b4;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
#compare_chart{
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}
#compare_chart .orange{
    background-color:#fff !important;
    font-weight: bold;
    font-size: 12px;
    color: #ff3600;
}
.col1,.col2,.col3,.col4{
    float: left;
    height: 55px;
    display: table;
    margin: -1px 0px 0px 0px;
    width: 23%;
}
.col2 .v_middle,.col3 .v_middle,.col4 .v_middle{
    padding: 0px 0px 0px 10px;
}
.col1{
    font-size: 10px;
}
.col2{
    font-size: 10px;
}
.col3{
    font-size: 10px;
}
.col4{
    background-color:#daecf0;
    color:#005dad;
    font-weight:bold;
    font-size: 10px;
}
.border1{
    border-width: 1px 1px 1px 0px;
    border-color: #777;
    border-style: solid;
}
.border2{
    border-width: 1px 0px 1px 0px;
    border-color: #777;
    border-style: solid;
}
.v_middle{
    display: table-cell;
    vertical-align: middle;
}
#cost_of_implants a{
    color: #005dad;
}
.a_video h2{
    font-size: 18px;
    background: #005dad;
    color: #fff;
    font-weight: bold;
    padding:2%;
    margin: 3% 0% 0%;
}
.makeover_right{
    margin: 0px 0px 20px 0px;
}
#consult_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    top: 0px;
    left: 0px;
    display: none;
}
#consult_container{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1500;
    display: none;
}
#close_consult{
    width: 100%;
    padding: 2% 0%;
    background: #005dad;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#consult_container iframe{
    height: 500px;
}
#teethtoday_location a{
    color: #0090b4;
}
#our_practice_header,#our_practice_doctor_header{
    font-size: 20px;
    margin: 5px 0px 10px 0px;
}
#our_practice_text{
    margin: 0px 0px 10px 0px;
}
.our_practice_big_blue {
    font-size: 24px;
    font-weight: bold;
    color: #0052ac;
    text-transform: uppercase;
}
.dr_info{
    width: 92%;
    height: 250px;
    border: 2px solid #7c9c8f;
    margin: 5px;
    position: relative;
}
.dr_photo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 250px;
    overflow: hidden;
}
.dr_photo img{
    height: 250px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.dr_listing{
    position: absolute;
    left: 170px;
    top: 50px;
    font-size: 14px;
}
.dr_title{
    line-height: 1.5;
}
.dr_title_blue{
    font-size: 14px;
    color: #0052ac;
    font-weight: bold;
}
.dr_link{
    position: absolute;
    left: 170px;
    bottom: 30px;
    padding: 10px 15px;
    background: #70aa91;
    color: #fff;
    font-size: 18px;
    display: block;
}
#our_practice_location_map iframe{
    height: 200px;
    margin: 0px 0px 45px 0px;
}
#our_practice_location_info h3{
    margin: 10px 0px 5px;
}
.location_address,.location_phone,.location_hours,.location_email{
    clear: both;
}
.location_fax{
    display:none;
}
.location_email{
    cursor:pointer;
}
.location_icon{
    background: url(/images/location_icons.jpg) no-repeat;
    width: 30px;
    height: 35px;
    float: left;
    clear: both;
    margin: 0px 10px 0px 0px;
}
.location_address{
    margin: 5px 0px;
}
#address_icon{
    background-position: left top;
}
.location_phone{
    float: left;
    margin: 0.8em 0;
    width:100%;
}
#phone_icon{
    background-position: -30px top;
}
.location_fax{
    float: right;
    margin: 0.8em 0;
    width:38%;
}
#fax_icon{
    background-position: -60px top;
    clear: none;
}
.location_text{
    float: left;
    width: 80%;
}
.location_hours{
    margin:0.8em 0;
    overflow:hidden;
}
.location_hours_day {
    float: left;
    width: 20%;
}
.location_hours_time {
    float: left;
    width: 80%;
}
#hours_icon{
    background-position: -90px top;
}
.location_email{
    margin:0.8em 0;
}
#email_icon{
    background-position: -120px top;
}
/***********************************	IMPORTANT BUTTONS    **********************************/
.request_appt_btn{
	background: #005dad;
    background-image: -webkit-gradient(linear,left top,right top,from( #005dad ),to( #fff ));
	background-image: -webkit-linear-gradient(left, #005dad,#fff);
	background-image: -moz-linear-gradient(left, #005dad,#fff);
	background-image: -ms-linear-gradient(left, #005dad,#fff);
	background-image: -o-linear-gradient(left, #005dad,#fff);
	background-image: linear-gradient(left, #005dad,#fff);
    margin: 2px auto 0px auto;
    padding: 6px 40px 6px 5px;
    position: relative;
	display: block;
	font-weight: bold;
	color: #222;
	text-align: left;
	float: left;
        font-size: 14px;
}
#office_hours .ui-btn-inner{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.local_nav .ui-btn-inner a.ui-link-inherit{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	width: 75%;
	margin: auto;
}
.service_page img{
    width: 100%;
}
.service_page a img{
    width: auto;
}
#office_info_page .ui-content a{
    display: none;
}
.ui-listview .ui-li-icon{
	max-height: 33px;
	max-width: 50px;
	left: 1%;
	top: 4px;
}
#mid_row{
	text-align: center;
}
.important_buttons {
	margin:10px 0px 10px 0px;
	overflow:hidden;
	display: block;}
	.important_buttons a{
		text-shadow: 0 0 5px #000;}
.important_buttons .button {
    background: #005dad;
    border: 1px solid #ff3600;
    float:left;
    margin: 0px 0px 5px 0px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
	display: block;}

/***********************************	OFFICE HOURS CONTAINER    **********************************/
.hours {
    background: none repeat scroll 0 0 white;
    border-radius: 10px 10px 10px 10px;
    color: grey;
    padding: 5px;}
.hours_align {
	text-align: center;}
.hours table {
    margin: 0 auto;
    width: 98%;}

/* APPOINTMENT REQUEST FORM ELEMENTS
------------------------------*/
#customForm label{
	display: block;
	font-weight:bold;
}
#customForm .appointment_request.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div #phoneInfo, #customForm div #emailInfo,#customForm div #nameInfo{
	display:none;
	font-size: 10px;
	font-style: italic;
}
#customForm div span.error{
	display:block;
	color: #e46c6e;
}
#thanks{
  display: none;
}

/* REVIEWS DISPLAY
------------------------------*/
#review_info{
	margin:0px 10px 0px 10px;
	width:660px;}
#aggregate_review{
	text-align: center;
}
.entry{
	width:100%;}
.info{
	border-radius: 10px;
	background-color:#005dad;
	margin:0px 0px 5px 0px;
	padding:5px;}
.date{
	float:right;
	font-size:10px;}
.entryname{
	color:#FFF073;
	font-weight:bold;}
.post{
	font-style:italic;
	padding:1px 10px 10px 10px;}
.pages{
	display:inline;}
.adr, .locality{
	display:none;}
#err_msg{
	text-align: center;
	color: #E40000;
}	
/***********************************	WELCOME BOX    **********************************/
.box_welcome {
	padding: 0 15px;}
.box_welcome h3 {
    color: #777777;
	text-align: center;
    text-shadow: 1px 2px 0 #FFFFFF;}
	
/***********************************	FOOTER     **********************************/
.infostar_logo{
	text-align:center;
}
.footer {
	height: 120px;}
	.footer a{
		color:#d00000;}
#mobile_bar {
    background: #005dad;
    bottom:0;
    padding:5px 0px 5px 0px;
    position:fixed;
    width:100%;
    z-index: 100;
    height: 30px;
}
#mobile_bar_text{
    float: left;
    font-size: 11px;
    margin: 0px 0px 0px 5px;
}
#mobile_bar_text a{
    color: #fff;
    text-decoration: none;
}
#mobile_bar ul{
    margin:0 auto;
    overflow:hidden;
    padding:0;
    float: right;
}
#mobile_bar li{
    float:left;
    list-style:none;
    margin: 3px 3px;
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(/mobile/images/mobile_sm.png) no-repeat;
}
#mobile_bar li.gp{
    background-position: -24px top;
}
#mobile_bar li.tw{
    background-position: -48px top;
}
#mobile_bar li.yt{
    background-position: -72px top;
}
#mobile_bar li.bl{
    background-position: -96px top;
}
                        
.meet_dr_info{
    margin: 5px 0px;
    overflow: hidden;
    font-size: 12px;
}
.meet_dr_name{
    background: #ccc;
    font-size: 20px;
}
.meet_dr_img{
    width: 28%;
    float: left;
    margin: 2% 2% 0% 0%;
}
.meet_dr_right{
    float: left;
    width: 70%;
}
.meet_dr_address{
    margin: 5px 0px 0px 0px;
    font-size: 14px;
}
.meet_dr_link{
    margin: 10px 0px 10px;
}
.meet_dr_website{
    margin: 0px 0px 10px;
}
.meet_dr_info .meet_dr_link a.ui-link, .meet_dr_info .meet_dr_website a.ui-link{
    color: #c00 !important;
}
#teethtoday_practices{
    margin: 0px 0px;
}
#teethtoday_practices a{
    font-size: 14px;
}
#teethtoday_practices_title{
    text-align: center;
    font-size: 18px;
    background: #ccc;
    margin: 0px -15px 15px -15px;
    padding: 10px 0px;
}