@charset "utf-8";

/* CONTENT ELEMENTS
------------------------------ */
body {
	background: url("../images/top_bg.png") no-repeat center top;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-weight: normal;
	line-height:inherit;
	margin: 0;
}

h1 {
	color: #222;
	font-size: 46px;
}

h2 {
	color: #ccc;
	font-size: 16px;
}

a, a:visited {
	color: #005549;
	cursor:pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.phone_number a {
	color:inherit;
	line-height:inherit;
}

#main_container {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

.clear_floats {
	clear: both;
}

.form-look { 
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.more_btn {
	background: #00a28b;
	border:0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size:12px;
	margin: 5px 5px 0 0;
	padding: 4px;
	text-align: center;
	width: 55px;
}

.more_btn a, .more_btn a:visited {
	color: #fff;
	text-decoration: none;
}

.more_btn a:hover {
	text-decoration: underline;
}

#social_apis {
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	color: #999;
	font-size: 10px;
	font-style: italic;
	margin: 0 0 10px;
	padding:2px 0 0 18px;
}

#social_apis ul {
	margin: 0;
	padding: 6px 0 0;
}

#social_apis li {
	display: inline-table;
	margin: 0 -20px 3px 0;
	padding: 0;
	vertical-align: top;
}

/* AUDIO BUTTON
------------------------------ */
#audio_button {
	position:absolute;
	right:0;
	top:96px;
}

/* TOP ELEMENTS
------------------------------ */
#top_container {
	color:#fff;
	height:130px;
}

#top_container span {
	line-height:inherit;
}

#logo {
	position:absolute;
	top:15px;
}

#heading_practice_name, #heading_phone {
	position:absolute;
	top:20px;
    text-shadow: #000 4px 2px 6px;
}

#heading_practice_name {
	font-size: 50px;
	left:0;
}

#heading_phone {
	font-size:40px;
	margin:8px 0 0;
	right:0;
}

#heading_tagline, #heading_address {
	color:#ccc;
	position:absolute;
	top:80px;
    text-shadow: #000 2px 2px 2px;
}

#heading_tagline {
	left:0;
}

#heading_address {
	right:0;
    font-size: 16px;
}

/* MENU ELEMENTS
------------------------------ */
#menu {
	height: 35px;
	left:210px;
	position:absolute;
	top:111px;
	z-index: 2;
}

ul#topnav {
	float: left;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
	width: 100%;
}

ul#topnav li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0;
}

ul#topnav a {
	background-position: left top;
	display: block;
	float: left;
	height: 35px;
	text-indent: -99999px;
}

ul#topnav a:hover {
	background-position: left -35px;
}

#home li.home a, #our_office li.our_office a, #services li.services a, #patient_information li.patient_information a, #contact_us li.contact_us a {
	background-position: left bottom;
}

ul#topnav li.home a {
	background-image: url("../images/menu_btn_home.png");
	width: 66px;
}

ul#topnav li.our_office a {
	background-image: url("../images/menu_btn_our_office.png");
	width: 100px;
}

ul#topnav li.services a {
	background-image: url("../images/menu_btn_services.png");
	width: 87px;
}

ul#topnav li.patient_information a {
	background-image: url("../images/menu_btn_patient_information.png");
	width: 115px;
}

ul#topnav li.contact_us a {
	background-image: url("../images/menu_btn_contact_us.png");
	width: 107px;
}

/* SLIDING DIV ELEMENTS
------------------------------ */
.side_heading {
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	color: #005549;
	cursor: pointer;
	height: 80px;
	margin: 0 0 10px;
	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: 0 10px 25px;
}

/* APPOINTMENT REQUEST FORM ELEMENTS
------------------------------ */
#customForm label {
	display: block;
	font-weight:bold;
}

#customForm .appointment_request {
	width: 220px;
	padding: 3px;
	color: #999;
	font-size: 11px;
	border: 1px solid #ccc;
}

#customForm .appointment_request.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm textarea {
	width: 220px;
	height: 80px;
	padding: 3px;
	color: #999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

#customForm div {
	margin-bottom: 10px;
}

#customForm div span {
	display:none;
	font-size: 10px;
	font-style: italic;
}

#customForm div span.error {
	display:block;
	color: #e46c6e;
}

#thanks{
  display: none;
}

/* FOOTER ELEMENTS
------------------------------ */
#footer {
	color: #0090b4;
	margin: 50px 0 0;
	text-align: center;
}

#google_translate_element {
	cursor:pointer;
	display: inline-table;
	margin: 2px 10px 0 0;
	vertical-align:top;
}

#google_translate_element .goog-te-gadget-simple {
	background-color: #fff;
	border:0;
}

#google_translate_element .goog-te-gadget-simple a {
	color:#666;
}

#social_media_icons {
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	height: 40px;
	margin: 0 auto 25px;
	padding: 5px 0 0;
	width: 525px;
}

#social_media_icons a{
	margin: 0 10px;
}

#disclaimer {
	color: #999;
	font-size: 10px;
	margin: 15px 0 0;
}

#infostar_credit {
	font-size: 12px;
	margin: 15px 0 0;
}

#schema_dentist {
	font-size:10px;
	margin:10px 0 0;
    color: #005549;
}

.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;
}

/* 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:#0098B8;
	text-decoration:underline;
}

.q_and_a_index_links:hover  {
	color:black;
}

#dental_emergency_nav_index {
	padding:13px;
	background-color:#FFFAD9;
	border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
}

#dental_emergency_nav_index li {
	font-size:16px;
}

.question {
	color:#0090B4;
	font-size:18px;
	margin: 20px 0 10px;
}

.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;
	border-radius: 8px;
	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;

}

#oral_health_links ul li {
	width:80%;
	background-color: #FFFAD9;
	margin-bottom: 10px;
	padding:5px 12px;
	border: 1px solid #FFF073;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}

#oral_health_links p {
	margin-bottom: 10px;
}

/* END Q & A
------------------------------ */
