@charset "shift-jis";

/* 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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Default styles */
body {
  font-size: 75%; 
  font-family: "Trebuchet MS", Trebuchet, Verdana, Lucida, sans-serif;  
  padding: 0;
  margin: 0;
  background: #dee1e2 url(../images/bg.png) repeat-x;
  /*background: #dee1e2;*/
  color: #333;
}

img {
  vertical-align: middle;
}

textarea{
  overflow: auto;
}

input, select, textarea {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: inherit;
}

.niceField{
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid;
  border-color: #ccc #ddd #eee #ddd;
  color: #333;
}

p {
  margin: 0 0 0 0;
  font-size: 12px;/*ここはきいていない　20180726*/
  padding: 0;
}

.floatRight{
  float: right;
}

.floatLeft{
  float: left;
}

.alignCenter{
  text-align: center !important;
}

.alignLeft{
  text-align: left;
}

.alignRight{
  text-align: right;
}

.hr{
  clear: both;
  overflow: hidden;
  height: 1.5em;
  border-top: 1px dotted #ccc;
}

.icon{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.niceBorder{
  background-color: #fff;
  padding: 5px;
  border: 1px solid #d9dcdc;
}

.niceBox {
  display: inline-block;
  border: 1px solid #ced4d6;
}

.niceBox img{
  padding: 12px;
  background-color: #eef1f3;
  border: 1px solid #fff;
}

.niceBox .title{
  text-align: center;
  display: block;
  padding: 12px;
  background-color: #eef1f3;
  border: 1px solid #fff;
  border-top: none;
}

.niceBox.floatLeft{
  margin: 0 10px 10px 0;
}

.niceBox.floatRight{
  margin: 0 0 10px 10px;
}

.clear{
  clear: both;
}

.doubleDeckerButton{
  color: #2a979f;
  display: inline-block;
  height: 42px;
  vertical-align: middle;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #d9dcdc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 1px #fff;
  cursor: pointer;
  position: relative;
}

.doubleDeckerButton:hover{
  text-decoration: underline;
}

.doubleDeckerButton img{
  position: relative;
  top: -3px;
  left: -3px;
  float: left;
  margin: 0 5px 0 0;
}

.doubleDeckerButton span{
  display: block;
  height: 32px;
  padding: 5px 8px;
  font-size: 16px;
  background: #e8e9e9 url(../images/glare.png) repeat-x 0 -26px;
}

.doubleDeckerButton small{
  white-space: nowrap;
  padding-top: 3px;
  display: block;
  color: #4e696b;
  font-size: 12px;
}

table.data {
	width: 710px;
	margin: 0 0 1.5em;
}

table.data td {
	border: 2px solid #fff;
	padding: 5px 8px;
	color: #333;
	vertical-align: middle;
	line-height: 1.2em;
}

table.data thead td {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #395b63;
}

table.data tbody tr.alt td {
	background-color: #edeff0;
}

table.data h4 {
	font-weight: normal;
}

table.data .phone, table.data .website{
  line-height: 16px;
  padding: 0 0 0 20px;
  margin: 0 0 3px;
  background: url('../images/icon-phone.png') no-repeat 0 0;
}

table.data .website{
  background: url('../images/icon-house.png') no-repeat 0 0;
}

table.data .more{
  display: inline-block;
  width: 60px;
  padding: 35px 0 0 0;
  text-align: center;
  background: url('../images/icon-info.png') no-repeat center 0;
}

a {
  color: #2a979f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3{
  color: #124c5a;
  margin: 0 0 .5em;
  font-weight: normal;
}

h1{
  font-size: 24px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 14px;
}

#wrapper{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 381px 0 0 0;
/*
  background: #fff url(../images/content-columns.png) repeat-y;
*/
}
/* 20130522 backup
#wrapper{
  width: 710px;
  margin: 0 auto;
  position: relative;
  padding: 381px 0 0 0;
  background: #fff url(../images/content-columns.png) repeat-y;
}
*/

#home #wrapper{
  padding-top: 432px;
}

.short #wrapper{
  padding-top: 143px;
}

/*
.short #wrapper{
  padding-top: 175px;
}
*/

#header{
  position: absolute;
  left: 10%;
  top: 30px;
/*
  margin-top:-30px;
*/
  padding-top:-30px;
  
  height: 381px;
  width: 710px;
  /*background: #dee1e2 url(../images/bg.png) repeat-x;*/
}

#home #header{
  height: 454px;
}

.short #header{
  height: 143px;
}



#logo{
  display: block;
  position: absolute;
  left: -80px;
  top: 0px;
  width: 706px;
  height: 90px;
  background: url(../images/logo.png);
}



#header_right{
  position: absolute;
  right: 0px;
  top: 29px;
  padding-top: 150px;
  height: 441px;
  width: 220px;
  /*background: #dee1e2 url(../images/bg.png) repeat-x;*/
}






#topB{
  position: absolute;
  right: 12px;
  top: 36px;
  font-size: 0;
}

#topB a{
  display: inline-block;
  margin: 0 0 0 4px;
  border: 1px solid #51859a;
}

#topB a img{
  display: block;
}

/*FDCロゴ、メニューを含む*/

#menu{
  position: absolute;
  left: 0;
  top: 90px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  background: url(../images/menu-delimiter.png) no-repeat 0 center;
}

/*
#menu{
  position: absolute;
  left: 0;
  top: 132px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  background: url(../images/menu-delimiter.png) no-repeat 0 center;
}
*/

#menu li{
  height: 43px;
  float: left;
  padding: 0 0 0 15px;
  margin: 0 -1px 0 0;
  position: relative;
  background: url(../images/menu-delimiter.png) no-repeat 100% center;
}


#menu li a{
  padding: 0 15px 0 0;
  float: left;
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background: url(../images/menu-active.png) no-repeat 100% -43px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#menu li a:hover{
  text-decoration: none;
}

#menu li:hover, #menu li.selected {
  background: url(../images/menu-active.png) no-repeat 0 0;
}

#menu li:hover a, #menu li.selected a{
  background-position: 710px 0;
}

#expertFaces{
  position: absolute;
  left: 0;
  top: 0;
  width: 706px;
  height: 211px;
  overflow: hidden;
}

#expertFaces li{
  position: absolute;
  left: 0;
  top: 0;
  width: 706px;
  height: 211px;
}

#slider{
  overflow: hidden;
  position: absolute;
  width: 706px;
  height: 211px;
  top: 138px;
  left: 0;
  background: #9e9e9e;
  border: 1px solid #fff;
  border-width: 0 1px;
}
/*
#slider{
  overflow: hidden;
  position: absolute;
  width: 706px;
  height: 206px;
  top: 143px;
  left: 0;
  background: #9e9e9e;
  border: 1px solid #fff;
  border-width: 0 1px;
}
*/
#home #slider {
  height: 279px;
}

#slides{
  position: absolute;
  left: 0;
  top: 0;
}

#slides, #slides li{
  width: 706px;
  height: 211px;
  overflow: hidden;
}

#tabSet{
  position: absolute;
  left: 0;
  top: 211px;
  z-index: 100;
}
/*
#tabSet{
  position: absolute;
  left: 0;
  top: 211px;
  z-index: 100;
}
*/
#tabSet li{
  width: 176px;
  padding: 0;
  float: left;
  background: #c9d1d3;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #536a71;
  font-size: 10px;
  position: relative;
  cursor: pointer;
}

#tabSet li a{
  padding: 10px 13px 0;
  height: 57px;
  display: block;
  color: #536a71;
} 

#tabSet li a:hover{
  text-decoration: none;
} 

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

#tabSet li.selected, #tabSet li.selected h3{
  background: #64787f;
  color: #fff;
}

#tabSet li.selected a{
  color: #fff;
} 

#tabSet li.selected .arrow{
  position: absolute;
  display: block;
  left: 20px;
  top: -18px;
  width: 20px;
  height: 19px;
  background: url(../images/slider-triangle.png) no-repeat;
}

#tabSet li.last{
  width: 175px;
  border-right: 0;
}

#tabSet li h3{
  font-size: 16px;
  font-weight: bold;
  color: #536a71;
  margin: 0 0 1px;
}

#findDentist-zero{
  overflow: hidden;
  position: absolute;
  top: 175px;
  right: 0;
  border-right: 1px solid #fff;
  width: 251px;
  padding: 172px 0 0 20px;
  height: 34px;
  background: #1ca4af url(../images/header-find-dentist.jpg) no-repeat;
}

#home #findDentist-zero {
  padding: 8px 0 0 20px;
  height: 270px;
  background: #1ca4af url(../images/home-header-find-dentist.jpg) no-repeat;
}

#findDentist{
  overflow: hidden;
  position: absolute;
  top: 175px;
  right: 0;
  border-right: 1px solid #fff;
  width: 251px;
  padding: 172px 0 0 20px;
  height: 34px;
  background: #1ca4af url(../images/header-find-dentist.jpg) no-repeat;
}

#home #findDentist {
  padding: 238px 0 0 20px;
  height: 41px;
  background: #1ca4af url(../images/home-header-find-dentist.jpg) no-repeat;
}

#findDentist a{
  overflow: hidden;
  position: absolute;
  display: block;
  width: 144px;
  height: 20px;
  left: 64px;
  top: 116px;
}

#home #findDentist a{
  width: 200px;
  height: 28px;
  left: 36px;
  top: 150px;
}

#findDentist a:hover{
  border-bottom: 2px solid #fff;
}

#findDentist a span{
  position: absolute;
  top: -1000px;
}

#findDentist span{
  display: inline-block;
}

#findDentist span.field{
  border: 1px solid #2a7b85;
  background: #fff;
  padding: 1px;
}

#findDentist span.field input{
  border: 0;
  padding: 2px 4px;
  margin: 0;
  display: block;
  width: 164px;
  height: 14px;
  color: #4e696b;
  font-size: 12px;
  background: #B9DDE2 url(../images/gradient-white-25px.png) repeat-x 0 -5px;
}

#findDentist input.submit{
  position: relative;
  cursor: pointer;
  vertical-align: top;
  width: 49px;
  height: 22px;
  padding: 0;
  border: 0;
  background: url(../images/header-find-submit.png) no-repeat;
}

#findDentist input.submit:active{
  top: 1px;
}

#content{
  overflow: hidden;
  background: url(../images/content-shadow.png) repeat-x;
}

#leftColumn, #centerColumn, #rightColumn{
  float: left;
  border-top: 1px solid #fff;
  vertical-align: top;
}

#leftColumn, #rightColumn{
  width: 262px;
  padding: 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #ced4d6;
  background: #edeff0 url(../images/side-shadow.png) repeat-x;
}
/*
#leftColumn, #rightColumn{
  width: 144px;
  padding: 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #ced4d6;
  background: #edeff0 url(../images/side-shadow.png) repeat-x;
}
*/

#leftColumn{
  position: relative;
  top: -10px;
  left: -750px;
  z-index: 120;

}

#rightColumn{
  border-right: 1px solid #fff;
  border-left: 1px solid #ced4d6;
}

#leftColumn .section, #rightColumn .section{
  border: 1px solid #ced4d6;
  background: #fff;
  padding: 1px;
  margin: 0 0 8px;
}

#leftColumn .section h3, #rightColumn .section h3{
  color: #4e696b;
  font-weight: bold;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  margin: 0 0 1px;
  background: #DADFE0 url(../images/gradient-white-50px.png) repeat-x 0 -55px;
}

#rightColumn a.sectionLink:hover {
  text-decoration: none;
}

#rightColumn a.sectionLink:hover .bottom {
  text-decoration: underline;
}

#leftColumn .section .content, #rightColumn .section .content{
  padding: 4px;
  font-size: 12px;
  line-height: 1.2em;
  background: url(../images/gradient-grey-to-white.png) repeat-x;
}

#leftColumn .section ul, #rightColumn .section ul{
  padding: 2px 5px 0 4px;
}

#leftColumn .section .content a, #rightColumn .section .content a{
  color: #4e696b;
  display: block;
  text-decoration: none;
  padding:10px 0;
}

#leftColumn .section .content a:hover, #rightColumn .section .content a:hover{
  color: #DFF2F3;
  background: #4e696b;
}

#leftColumn .section .content .left_menu_attention{
  color: #ff0000;
  margin-left:20px;
}

#leftColumn .section .smile img, #rightColumn .section .smile img{
  display: block;
  margin: 0 0 1px 0;
}

#leftColumn .section ul.content li, #rightColumn .section ul.content li{
  padding: 3px 4px 3px 12px;
  background: url(../images/bullet-triangle.png) no-repeat 0 5px;
  border-bottom: 1px dotted #ccc;
}

#leftColumn .section>ul.content>li>ul.noborder>li{
  border-bottom: none;
  margin-left:10px;
  margin-top: -10px;
}

#leftColumn .section ul.iconList, #rightColumn .section ul.iconList{
  background: url(../images/gradient-grey-to-white.png) repeat-x;
}

#leftColumn .section ul.iconList li, #rightColumn .section ul.iconList li{
  padding: 3px 4px;
  border-bottom: 1px dotted #ccc;
  font-size: 10px;
}

#leftColumn .section ul.iconList li h4, #rightColumn .section ul.iconList li h4{
  color: #124c5a;
  font-size: 12px;
  margin: 0 0 3px 0;
  font-weight: normal;
}

#leftColumn .section ul.iconList li, #rightColumn .section ul.iconList li{
  padding: 5px;
}

#leftColumn .section ul.iconList li p, #rightColumn .section ul.iconList li p{
  margin: 0;
}

#leftColumn .section ul.iconList li a, #rightColumn .section ul.iconList li a{
  color: #124c5a;
  font-size: 11px;
  margin: 0;
}

#leftColumn .section ul.iconList li .date, #rightColumn .section ul.iconList li .date{
  color: #4e696b;
  margin: 0 0 1px 0;
}

/*左メニュー文字サイズ*/
#leftColumn .section ul li{
  font-size: 15px;
}

#leftColumn .section ul li.last, #rightColumn .section ul li.last{
  border: 0;
}

#leftColumn .section .bottom, #rightColumn .section .bottom{
  padding: 4px;
  text-align: right;
  border-top: 1px dotted #ccc;
  font-size: 11px;
}

#leftColumn .section .bottom a, #rightColumn .section .bottom a{
  color: #124c5a;
}

#leftColumn .bubble, #rightColumn .bubble{
  top: -2px;
  margin: 0 4px 0 0;
  width: 12px;
  height: 11px;
  background: url(../images/icon-bubble.png) no-repeat;
}

#leftColumn .news, #rightColumn .news{
  margin: 0 4px 0 0;
  top: -2px;
  width: 12px;
  height: 12px;
  background: url(../images/icon-news.png) no-repeat;
}

#leftColumn .rss, #rightColumn .rss{
  padding: 0 0 0 20px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  margin: 0 4px 0 0;
  top: -2px;
  background: url(../images/icon-rss.png) no-repeat;
}

#updateInfo{
  position: relative;
  top: 25px;
  left: 225px;
  background-color: #fff;
  color: #444;
  padding: 10px 13px;
  width: 682px;
  font-size: 15px;
  border-top: 1px solid #fff;
  z-index: 120;
}

#centerColumn{
  position: relative;
  top: 30px;
  left: 225px;
  background-color: #fff;
  color: #444;
  padding: 10px 13px;
  width: 680px;
  font-size: 15px;
  border-top: 1px solid #fff;
  z-index: 120;
/*
  margin-top:-42px;
  padding-top:42px;
*/
}

/*
#centerColumn{
  position: relative;
  top: 30px;
  left: 225px;
  background-color: #fff;
  color: #444;
  padding: 10px 13px;
  width: 515px;
  font-size: 15px;
  border-top: 1px solid #fff;
  z-index: 120;
}

#body_img00 {
    background: url("../images/mainarea_bg_001.jpg") repeat-x scroll left top transparent;
    clear: both;
    min-height: 919px;
}
#body_img01 {
    background: url("../images/mainarea_bg_002.jpg") no-repeat scroll center top transparent;
    min-height: 362px;
}

body {
    background: url("../images/mainarea_bg_004_1.jpg") repeat-y scroll left top transparent;
    margin: 0 auto;
    width: 920px;
}

body {
    background: url("../images/mainarea_bg_004.jpg") no-repeat scroll left top transparent;
    min-height: 776px;
}
*/



/*
#centerColumn{
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #fff;
  color: #444;
  padding: 10px 13px;
  width: 680px;
  font-size: 15px;
  border-top: 1px solid #fff;
  z-index: 120;
}


#centerColumn{
  position: relative;
  left: 160px;
  color: #444;
  padding: 10px 13px;
  width: 515px;
  font-size: 15px;
  border-top: 1px solid #fff;
}
*/
#centerColumn ul{
  margin: 0 0 1.25em 0;
  padding: 0 0 0 2em;
  list-style-type: square;
}

#centerColumn ul li{
  padding: 2px 0 3px;
  line-height: 1.25em;
}

#centerColumn ol{
  margin: 0 0 1.25em 0;
  padding: 0 0 0 2em;
  list-style-type: decimal;
}

#centerColumn ol li{
  padding: 2px 0 3px;
  line-height: 1.25em;
}

#centerColumn p{
  line-height: 1.8em;
  margin: 0 0 1.5em 0;
}

#centerColumn p.big{
  font-size: 14px;
  margin: 0 0 1.4em 0;
}

#centerColumn #breadcrumbs{
  overflow: hidden;
  padding: 0 0 5px 0;
  margin: 0 0 1.25em;
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
  color: #1aabb6;
}

#centerColumn #breadcrumbs li{
  float: left;
  padding: 0 12px 0 0;
  margin: 0 5px 0 0;
  background: url(../images/bullet-triangle.png) no-repeat right center;
}

#centerColumn #breadcrumbs li.selected{
  padding-right: 0;
  margin-right: 0;
  background: none;
}

#centerColumn #breadcrumbs a{
  color: #51686f;
}

#centerColumn img.floatRight{
  margin: 0 0 5px 10px;
}

#centerColumn img.floatLeft{
  margin: 0 10px 5px 0;
}

#centerColumn .commentList{
  list-style-type: none;
  padding: 0 0 .5em;
  margin: 0;
}

#centerColumn .commentList li{
  border: 1px solid #ced4d6;
  background-color: #fff;
  padding: 1px;
  margin: 0 0 1em;
}

#centerColumn .commentList li .bg{
  padding: 10px;
  background: #F0F4F6 url(../images/gradient-white-50px.png) repeat-x 0 -50px;
}

#centerColumn .commentList li .date {
  font-size: 11px;
  float: right;
  margin: 0 0 8px 10px;
  color: #888;
}

#centerColumn .commentList li .name {
  margin: 0 0 7px;
  color: #000;
  font-weight: bold;
}

#centerColumn .commentList li p {
  clear: both;
  margin: 0;
}

#centerColumn .formList{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#centerColumn .formList li {
  padding: 0;
  margin: 0 0 10px;
  font-size: 0;
}

#centerColumn form /*, #askAnExpert form*/ {
  margin: 0 0 1.5em;
}

#centerColumn label, #askAnExpert label, #contact label{
  font-size: 12px;
  line-height: 1.2em;
  padding: 3px 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

#centerColumn label .required, #askAnExpert label .required, #contact label .required{
  color: #c00;
  font-weight: bold;
}

#centerColumn .input, #centerColumn .submit, #askAnExpert .input, #askAnExpert .submit, #contact .input, #contact .submit{
  display: inline-block;
  vertical-align: top;
  padding: 1px;
  border: 1px solid #ced4d6;
  background-color: #fff;
}

#centerColumn .input input, #centerColumn .input textarea, #askAnExpert .input input, #askAnExpert .input textarea, #contact .input input, #contact .input textarea{
  padding: 2px 3px;
  border: none;
  margin: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fff url(../images/gradient-grey-to-white.png) repeat-x;
}

#centerColumn .submit input, #askAnExpert .submit input, #contact .submit input{
  height: 18px;
  position: relative;
  cursor: pointer;
}

#centerColumn .submit:active, #askAnExpert .submit:active, #contact .submit:active{
  top: 1px;
}

#centerColumn .submit input, #askAnExpert .submit input, #contact .submit input{
  cursor: pointer;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  color: #444;
  background: #e5e5e5 url(../images/gradient-white-25px.png) repeat-x 0 -30px;
  border: none;
}

#contactForm{
  text-align: right;
}

#contactForm .niceField{
  width: auto;
  margin: 0 0 10px 0;
}

#contactForm .submit{
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  background: none;
}

#footer{
  position: inherit;
  background: #4e646b;
}

#footerWrapper{
  color: #fff;
  font-size: 12px;
  padding: 15px;
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
}

#footerWrapper a{
  color: #fff;
}

#footerWrapper .logo{
  width: 208px;
  height: 33px;
  vertical-align: middle;
  position: inherit;
  top: -3px;
  margin: 0 10px 0 0;
  display: inline-block;
  background: url(../images/footer-logo.png) no-repeat;
  float:none;
}

#footerWrapper .menu{
  display: inline-block;
  height: 30px;
  padding-top: 16px;
  background: url(../images/footer-delimiter.png) no-repeat 0 center;
}

#footerWrapper .menu a, #footerWrapper .menu span{
  display: inline-block;
  margin: 0 16px;
}


/* News */
#newsTop{
  border: 1px solid #ced4d6;
  color: #4e696b;
  font-weight: bold;
  font-size: 14px;
  padding: 1px;
  margin: 0 0 1.2em;
  background-color: #fff;
}

#newsTop form{
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  background: #DADFE0 url(../images/gradient-white-50px.png) repeat-x 0 -55px;
}

#newsTop label{
  line-height: 36px;
  padding: 0 5px;
}

#centerColumn .newsList{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#centerColumn .newsList li{
  overflow: hidden;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #ccc;
}

#centerColumn .newsList li:last-child{
  border-bottom: 0;
  padding: 0;
}

#centerColumn .newsList li h2{
  padding-top: 2px;
  font-size: 16px;
  line-height: 1em;
}

#centerColumn .newsList li p{
  margin: 0;
}

#centerColumn .newsList li img{
  border: 1px solid #eee;
  float: left;
  margin: 0 1em 2px 0;
}

#centerColumn .section{
  border: 1px solid #DDE2E3;
  padding: 1px;
  background-color: #fff;
  margin: 0 0 1.5em;
  overflow:auto;
  height:100%;
 
}

#centerColumn .section .bg {
  overflow: hidden;
  padding: 10px;
  height:100%;
  background: #f0f2f3 url(../images/gradient-white-50px.png) repeat-x 0 -50px;
}

#centerColumn .section .buttons .doubleDeckerButton:last-child {
  margin-bottom: 0;
}

#newsCommentForm label{
  width: 80px;
}

#newsCommentForm .input input{
  width: 300px;
}

#newsCommentForm .input #captcha{
  padding: 13px 0;
  height: 30px;
  font-size: 24px;
  text-align: center;
  width: 120px;
}

#newsCommentForm #captchaImage{
  margin: 0 0 0 10px;
}

#newsCommentForm .input textarea{
  width: 520px;
}

#newsCommentForm .footer{
  text-align: left;
  padding-left: 85px;
}

/* Search results */

#searchResults .details, #searchResults .distance {
  width: 65px;
}


/* Dentist list & profile */

.dentistList {
  list-style-type: none !important;
  padding: 0 0 1px !important;
  margin: 0 !important;
  text-shadow: 0px 1px 1px #fff;
}

.dentistList li{
  position: inherit;
  margin: 0 0 1.2em !important;
  border: 1px solid #ced4d6;
  background-color: #fff;
  padding: 1px !important;
}

.dentistList li .top{
  border-bottom: 1px solid #cfd5d5;
  overflow: auto;
  /*height:53px;*/
  padding: 10px;
  background: #DADFE0 url(../images/gradient-white-50px.png) repeat-x 0 -55px;
}

.dentistList li .logo{
  float: left;
  border: 1px solid #fff;
}

.dentistList li .description{
  width: 435px;
  float: right;
  line-height: 1.2em;
  overflow:visible;
}

.dentistList li .padding{
  padding: 0 0 0 10px;
}

.dentistList li h3{
  line-height: 1em;
  padding-top: 2px;
  font-size: 14px;
  margin: 0 0 .4em;
}

.dentistList li h3 a{
  color: #124c5a;
}

.dentistList li .bottom{
  overflow: auto;
  height:19px;
  padding: 6px 10px;
  background: #DADFE0 url(../images/gradient-white-50px.png) repeat-x 0 -55px;
}

.dentistList li .bottom .review{
  float: left;
  position: relative;
  top: 3px;
  font-style: italic;
}

.dentistList li .bottom .rating_line{
  float: left;
  width: 170px;
}

.dentistList li .bottom .rating_line label{
  float: left;
  display: block;
  padding: 0 6px 0 0 !important;
  height: 15px;
  line-height: 15px;
  font-size: 14px !important;
  color: #4e696b;
}

.dentistList li .bottom .rating_line .cdg-rating, .dentistList li .bottom .rating_line .rating{
  position: absolute;
  left: 5000px;
}

.dentistList li .bottom .more{
  position: relative;
  top: 2px;
  float: right;
  font-style: italic;
  color: #365860;
  padding: 0 12px 0 0;
  background: url(../images/bullet-triangle.png) no-repeat 100% center;
  
}


.dentistList li.yourBusinessHere{
  border: none;
  padding: 0;
}

.dentistList li.yourBusinessHere a{
  display: block;
  line-height: 1em;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #999;
  border: 3px dashed #ccc;
}

.dentistList li.yourBusinessHere a:hover {
  color: #333;
  text-decoration: none;
  border: 3px dashed #417187;
}
#freeClinics .top, #seoText .top{
  height:auto;
}

/* Gallery */

.figure {
  border: 1px solid #ced4d6;
  padding: 1px;
  margin: 0 0 1.5em;
}

.figure .content{
  overflow: hidden;
  padding: 12px;
  background-color: #EEF1F3;
  margin: 0 0 1px;
  height:100%;
}

.figure .content ul{
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.figure .content ul.tickList{
  float: right;
  font-size: 13px;
  color: #4e696b;
  width: 380px;
  border-top: 1px solid #d5d9da;
  border-bottom: 1px solid #fff;
}

.figure .content ul.tickList li{
  padding: 7px 0 7px 20px !important;
  background: url(../images/icon-tick.png) no-repeat 0 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d5d9da;
}

.figure img.floatRight, .figure img.floatLeft{
  margin: 0 !important;
}

.figure img.withMargin, .figure img.withMargin{
  margin: 0 0 14px !important;
}

.figure .caption{
  overflow: hidden;
  text-align: center;
  padding: 8px 12px;
  line-height: 1.2em;
  background: #d2d7db;
  height:100%;
}

.figure .dark{
  background: #a5b0b2;
}

.figure .dark h2, .figure .dark h3{
  color: #fff;
}

.figure .dark a{
  color: #fff;
}

.figure .caption .leftColumn, .figure .caption .rightColumn{
  float: left;
  width: 291px;
  margin-right: -1px;
  border-right: 1px solid #fff;
  text-align: left;
}

.figure .caption .rightColumn{
  width: 291px;
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
  border-right: none;
  float: right;
}

.figure .caption ul{
  margin: 0 !important;
}

.galleryItem {
  width: 298px;
}


/* Practice profile */

.practiceInfo {
  color: #728182;
}

.practiceInfo .logo {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #d9dcdc;
  float: left;
  margin: 0 10px 0 0;
}

.practiceInfo .description {
  float: left;
  width: 290px;
}

.practiceInfo .rightDescription {
  float: right;
  text-align: right;
}

.practiceInfo .description h2{
  font-size: 18px;
  margin: 0 0 .3em;
}

.practiceInfo .description .phone{
  padding: 0 0 0 20px;
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 16px;
  color: #266166;
  background: url('../images/icon-phone.png') no-repeat 0 0;
}


.practiceInfo .description .website{
  padding: 0 0 0 20px;
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 16px;
  background: url('../images/icon-house.png') no-repeat 0 0;
}

.practiceInfo .rightDescription .phone, .practiceInfo .rightDescription .website {
  float: right;
  clear: both;
}

.practiceInfo .description p{
  clear: both;
  margin: 0 0 .5em !important;
}

.practiceInfo .description .logo{
  float: none;
  margin: 0;
}

.practiceInfo .buttons{
  float: right;
}

.practiceInfo .leftButtons{
  float: left;
  margin: 0 10px 0 0;
}

.practiceInfo .buttons .doubleDeckerButton{
  display: block;
  width: 135px;
  margin: 0 0 5px;
}

.practiceReview{
  float: left;
  width: 334px;
}

.practiceReview p{
  color: #728182;
}

.practiceReview .quote{
  padding: 0 0 0 34px;
  background: url('../images/quote.png') no-repeat 0 3px;
}

.section .inWords{
  clear: both;
  padding: 3px 0 0 0;
  color: #1aabb6;
  font-size: 14px;
}

.section .inWords span{
  font-size: 18px;
}

.section .count{
  padding: 2px 0 0;
  font-size: 11px;
  color: #666;
}

.practiceMap {
  float: right;
  width: 282px;
}

.practiceMap .map{
  border: 1px solid #e6e8e8;
  background-color: #fff;
  padding: 1px;
}

.practiceTreatments .bg{
  color: #517c86;
  padding: 10px 0 10px 5px !important;
}

.practiceTreatments ul{
  margin: 0 !important;
  float: left;
  width: 170px;
  padding-right: 10px !important;
}

.practiceTreatments ul li{
  color: #517c86;
}

.practiceTreatments ul li a{
  color: #728182;
}

.reviewClick{
  float: right;
  color: #124c5a;
  padding: 10px 0 0 0;
}

.practiceDentists .bg{
  font-size: 0;
  text-align: center;
  padding: 5px 0 !important;
}

.practiceDentists a{
  width: 140px;
  margin: 5px 6px;
  font-size: 12px;
  display: inline-block;
}

.practiceDentists a img{
  margin: 0 0 5px;
}

.practiceDescription {
}

.practiceDescription p{
  color: #728182;
  text-align: justify;
  line-height: 1.4em !important;
  margin: 0 0 .5em !important;
}

.practiceGallery {
}

.practiceGallery .bg{
  text-align: center;
  font-size: 0;
  padding: 10px 5px 0 !important;
}

.practiceGallery img{
  display: inline-block;
  margin: 0 5px 10px;
}

.reviewList {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #fff;
}

.reviewList li{
  padding: 5px 0 !important;
  overflow: hidden;
  border-bottom: 1px solid #e6e8e8;
  border-top: 1px solid #fff;
}

.reviewList li p{
  color: #728182;
  font-size: 11px;
  line-height: 1.3em !important;
  margin: 0 0 .5em !important;
}

.reviewList li.first{
  padding-top: 0 !important;
  border-top: none;
}

.reviewList .text{
  float: left;
  width: 440px;
}

.reviewList .author{
  color: #266166;
}

.reviewList .cdg-rating{
  float: right;
  width: 140px;
  line-height: 1.6em;
  font-size: 14px;
  color: #266166;
}

.reviewList .cdg-rating .inWords{
  clear: both;
}

.reviewList .cdg-rating span{
  font-size: 18px;
}

#reviewForm label {
  display: block;
  padding: 0 0 2px;
  color: #266166;
}

#reviewForm .input {
  margin: 0 0 5px;
}

#reviewForm .input input, #reviewForm .input textarea {
  width: 282px;
}

#reviewForm .input textarea {
  height: 100px;
}

#reviewForm .leftColumn, #reviewForm .rightColumn {
  float: left;
  width: 292px;
}

#reviewForm .ratings{
  overflow: hidden;
  margin: 0 0 10px;
}

#reviewForm .ratings label {
  display: block;
  float: left;
  clear: both;
  text-align: right;
  padding: 0 5px 0 0;
  width: 120px;
  font-size: 11px;
  line-height: 18px;
  color: #728182;
}

#reviewForm .ratings label {
	margin-bottom: 4px;
}

#reviewForm .rightColumn {
  float: right;
}

#reviewForm .rightColumn label{
  text-align: left;
}

#reviewForm .doubleDeckerButton{
  clear: both;
  text-align: left;
  width: 125px;
}

#reviewForm .doubleDeckerButton input{
  position: absolute;
  left: -1px;
  top: -1px;
  width: 129px;
  height: 46px;
  border: none;
  cursor: pointer;
  background: transparent;
}


/* Top Location Dropdown*/
#topLocation .selector{
  float: left;
  border: 1px solid #c3cacc;
  padding: 1px;
  border-bottom: none;
}

#topLocation .selector .bg{
  padding: 10px 6px;
  background: #DADFE0 url(../images/gradient-white-50px.png) repeat-x 0 -60px;
}

#topLocation .selector a{
  display: inline-block;
  margin: 0 5px;
  color: #4e696b;
  font-size: 14px;
  font-weight: bold;
}

#topLocation .selector a.active{
  color: #1A2324;
}

#topLocation form{
  color: #fff;
  border: 1px solid #c3cacc;
  padding: 1px;
  clear: both;
  text-align: center;
}

#topLocation form .bg{
  padding: 10px 0;
  background: #657a80;
}

#topLocation form label{
  font-size: 18px;
  padding: 0 5px;
  position: relative;
  top: -1px;
}

#topLocation form select, #topLocation form input{
  width: 168px;
}

#topLocation form .input, #topLocation form .submit {
  border: 1px solid #4F5960;
}

#topLocation form .submit {
  margin: 0 0 0 5px;
}

#topLocation form .submit input{
  width: 30px;
  font-weight: bold;
}

#topLocationSelects select{
  display: none;
}

#topLocationSelects .active{
 display:inline-block;
 }

/* Ask an Expert */
#askAnExpert{
  float: right;
  width: 220px;
  padding: 10px 20px;
  background: #a5b0b2;
  margin: 0 0 1.5em;
  color: #fff;
}

#askAnExpert h3{
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0 0 .5em;
  margin: 0 0 .3em;
  border-bottom: 1px solid #fff;
}

#askAnExpert ul{
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}

#askAnExpert ul li{
  line-height: 1em !important;
}

#askAnExpert small{
  font-size: 10px;
}

#askAnExpert .submit, #askAnExpert .input{
  border-color: #536868;
}

#askAnExpert .input input, #askAnExpert .input textarea{
  width: 210px;
  display: block;
}

.expertList{
  padding: 0 !important;
  list-style-type: none !important;
  width: 365px;
  float: left;
}

.expertList li{
  width: 112px;
  text-align: center;
  float: left;
  margin: 0 8px 8px 0;
  line-height: 1.3em;
}

.expertList img{
  background: #fff;
  padding: 5px;
  border: 1px solid #d9dcdc;
  margin: 0 0 3px;
}

.expertList a:hover img{
  border: 1px solid #839797;
}

/* Ask an Expert */



.advisorItemLeft, .advisorItemRight{
	clear: both;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
	color: #555;
	width: 47%;
	overflow: hidden;
	height: auto !importnat;
	height: 1%;
	margin-bottom: 10px;
	text-align: left;
}

.advisorItemRight{
	float: right;
	clear: none;
}

.advisorItemLeft img, .advisorItemRight img{
	float: left;
	border: 1px solid #ddd;
	vertical-align: bottom;
	margin: 0 10px 3px 0;
}

.advisorItemLeft h2, .advisorItemRight h2{
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
}



/* Expert Answers */
.post .question, .post .answer {
  float: left;
  clear: left;
  width: 564px;
  margin: 0 0 1em;
  border: 1px solid #DDE2E3;
  padding: 1px;
}

.post .question .bg, .post .answer .bg{
  line-height: 1.4em;
  color: #4e696b;
  padding: 10px;
  background: #F5F8F8;
}

.post .question .bg{
  color: #fff;
  background-color: #7A8A8D;
}

.post .question strong, .post .answer strong{
  font-size: 20px;
  font-weight: bold;
}

.post .tweetmeme {
  float: right;
}

.post .profile {
  overflow: hidden;
  margin: 0 0 1em;
}

.post .right{
  float: right;
  clear: both;
  text-align: center;
  width: 90px;
  margin: 0 0 10px 10px !important;
}

.post .right .share{
  margin: 0 0 1em;
}

.post .right .discuss{
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 60px;
  padding: 50px 0 0 0;
  background: url('../images/discuss.png') no-repeat center 0;
}

.post .profile{
  float: left;
  width: 520px;
}

.post .profile img.floatLeft{
  margin: 0 10px 0 0 !important;
}

.post .profile h4{
  font-size: 14px;
  color: #124c5a;
  margin: 0 0 .4em !important;
}

.post .profile p{
  margin: 0 0 .5em !important;
}

.post .profile .doubleDeckerButton{
  width: 186px;
}

.post .meta {
  clear: both;
  font-size: 12px;
  color: #4e696b;
  border: 1px solid #DDE2E3;
  margin: 0 0 1.5em;
  background-color: #fff;
  padding: 1px;
}

.post .meta .bg{
  padding: 8px 10px;
  line-height: 1.25em;
  background: #F5F8F8 url(../images/gradient-white-50px.png) repeat-x 0 -50px;
}

/* jQuery Rating Plugin */
div.rating-cancel, div.star-rating{
  float:left;
  width:16px;
  height:16px;
  text-indent:-999em;
  cursor:pointer;
  display:block;
  background:transparent;
  overflow:hidden;
  margin: 0 2px 0 0;
}
div.rating-cancel,div.rating-cancel a{
  background:url(../images/rating/delete.gif) no-repeat 0 -16px;
}
div.star-rating,div.star-rating a{
  background:url(../images/rating/star.gif) no-repeat 0 0;
}
div.rating-cancel a,div.star-rating a{
  display:block;
  width:16px;
  height:100%;
  background-position:0 0px;
  border:0
}
div.star-rating-on a{
  background-position:0 -16px!important;
}
div.star-rating-hover a{
  background-position:0 -32px;
}
/* Read Only CSS */
div.star-rating-readonly a{
  cursor:default !important
}
/* Partial Star CSS */
div.star-rating{
  background:transparent!important;
  overflow:hidden!important
}

/* Images */
.imageRowItem
{
	margin-left: 20px;	
}

.ask_question_fm .askLeft {
	float:left;
	width:270px;
}
.ask_question_fm .askRight {
	float:right;
	width:270px;
}
.ask_question_fm{
	background:none repeat scroll 0 0 #A5B0B2;
	color:#FFFFFF;
	float:none!important;
	overflow:auto;
	margin:0 0 1.5em;
	padding:10px 20px;
	width:565px!important;
}
.ask_question_fm .input textarea {
	background:url("../images/gradient-grey-to-white.png") repeat-x scroll 0 0 #FFFFFF;
	border:medium none;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:2px 3px;
}
.ask_question_fm ul li {
	line-height:1.25em;
	padding:2px 0 3px;
}
#bodyAskQuestion{
	background-image:none !important;
	background-color:#FFF;
	
	overflow: hidden;
}

form#contact
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

form#contact div.element
{
	margin: 18px 0;	
}

form#contact div.element label.main-label
{
	display: block;
	margin-right: 4px;
	
	float: left;
	width: 200px;
	
	text-align: right;
	
	height: 100%;
}

form#contact div.element input.textbox, form#contact div.element textarea
{
	margin-left: 2px;
	width: 300px;	
}

form#contact div.element input.button
{
	width: 100px;
}

form#contact div.element div.news-letter
{
	width: 300px;
	float: left;
}

form#contact div.element div.news-letter label
{
	width: 270px;
	margin: 0;
	padding: 0;
}

form#contact div.element div.news-letter input
{
	display: block;
	
	float: left;
	
	margin-right: 10px;
}

/* --- for glossary page ---  */

#centerColumn .tabList {
	display:none;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:1px;
}
#centerColumn .mainTabs {
 	border:1px solid #E1E1E1;
	padding:14px 14px 5px;
}
#centerColumn .tabList li {
 	border:1px solid #E1E1E1;
	color:#333333;
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin:0 1px 0 0;
	padding:2px 0 3px;
	text-align:center;
	text-shadow:0 1px 0 #FFFFFF;
	width:20px;
}
#centerColumn .tabList li.selected {
	border-bottom:1px solid #365861;
	color:#3A9B86;
	cursor:default;
}
/* --- for glossary page ---  */

#centerColumn h3.questionTitle {font-weight: bold; font-size: 1.4em;}

h3.noneFound {color: #CC0000;}

table.description-table
{
	border: 1px solid black;
}

table.description-table tr td, table.description-table tr th
{
	padding: 5px;
}

table.description-table tr th
{
	text-align: left;	
}

table.description-table tr
{
	border-top: 1px solid black;
}
/* --------------------------------------------- */

.Gimage{
	float:left;
	margin:5px;
 
}
.Gimage .caption{
	height:28px;
}
.G-large{
	border:1pG-largex solid #CED4D6;
	margin:0 0 1.5em 23px;
	padding:1px;
	width:574px;
}
.G-large .caption  {
	background:none repeat scroll 0 0 #D2D7DB;
	height:100%;
	line-height:1.2em;
	overflow:hidden;
	padding:8px 12px;
	text-align:center;
}
.G-large .content  {
	background-color:#EEF1F3;
	height:100%;
	margin:0 0 1px;
	overflow:hidden;
	padding:12px;
}
.G-case-discription{
	border:0px solid #999;
	margin-bottom:20px;
}
.Gselect-image {
	background:none repeat scroll 0 0 #657A80;
	padding:10px;
	color:#FFF;
	margin-bottom:10px;
}
.Gselect-image form{
	margin:0px !important;
	width:39%;
	display:inline-block;
} 
.Gselect-image form label{
	font-weight:bold;
	font-size:14px;
}
.Gimage .content a img{
	cursor:url(../images/zoomin.cur), pointer !important;
}
.wp-gallery-cust{
	overflow:auto;
	margin-bottom:10px;
 
}
