body{
	background: url(../images/bg.png) repeat-x 0 0;
	padding-top: 20px;
	font-size: 12px;
	color: #292929;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	color: #eb7501;
	font-weight: normal;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first{
	margin-top: 0;
}

.clear{
	clear: both;
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 934px;
	padding-top: 298px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 298px;
	background: url(../images/header-bg.jpg) no-repeat 0 0;
}

#logo{
	position: absolute;
	width: 368px;
	height: 96px;
	left: 19px;
	top: 18px;
}

#logo a{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
}

#headerExperts{
	display: block;
	width: 426px;
	text-align: right;
	height: 127px;
	position: absolute;
	left: 25px;
	top: 157px;
	padding: 2px;
	background: url(../images/header-expert.png) no-repeat;
}

#headerExperts .images {
  float: right;
  width: 100px;
  height: 127px;
  display: block;
  overflow: hidden;
}

#headerFind{
	width: 230px;
	height: 77px;
	position: absolute;
	left: 479px;
	top: 157px;
	font-size: 0;
	padding: 52px 176px 2px 24px;
	background: url(../images/header-find.png) no-repeat;
}

#headerFind select {
  width: 230px;
}

#headerFind .or {
  font-size: 11px;
  text-align: center;
  padding: 2px 0 3px;
  color: #666;
}

#headerFind .niceField {
  width: 185px;
  border: 1px solid #ccc;
  padding: 2px 4px;
  background-color: #fff;
  color: #222;
  line-height: 12px;
  height: 20px;
  vertical-align: middle;
}

#headerFind .submit {
  padding: 0;
  margin: 0 0 0 3px;
  width: 30px;
  height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ea8308;
}

#menu{
	position: absolute;
	width: 932;
	top: 119px;
	left: 1px;
}

#menu li{
	float: left;
	position: relative;
	padding-right: 2px;
	background: url(../images/menu-delimiter.png) no-repeat 100% 0;
}

#menu li a{
	float: left;
	display: block;
	height: 29px;
	color: #fff;
	font-size: 12px;
	padding: 0 12px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover{
	background: #f69900;
}

#content{
	padding: 25px 25px 10px;
	background: #fff url(../images/content-bg.png) repeat-y 0 0;
}

.contentImage{
	border: 3px solid #e2e2e2;
}

.dottedList{
	list-style-type: none;
	padding: 0 !important;
}

.dottedList li{
	list-style-type: none;
	padding: 3px 2px 3px 20px;
	background: url(../images/side-double-arrow.png) no-repeat 8px 8px;
	border-bottom: 1px dotted #c4c4c4;
}

#mainColumn{
	float: left;
	width: 602px;
	text-align: justify;
}

#mainColumn h1{
	margin-top: 10px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 5px;
	
	text-align: left;
}

#mainColumn h2{
	font-size:14px
	
}

#mainColumn, #mainColumn p{
	line-height: 1.6em;
} 

#sideColumn{
	float: right;
	width: 234px;
}

#sideColumn h3{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cacaca;
	font-size:16px; 
}



#sideColumn h4{
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 2px 0;
}

#footer{
	padding: 15px 10px;
	color: #838383;
	border-top: 1px solid #f69900;
	border-left: 1px solid #f0f0ef;
	border-right: 1px solid #f0f0ef;
	background: #ddd;
	text-align: center;
}

#footer a{
	color:#838383;
	text-decoration:none;
}

/* Expert Answers  */

.doubleDeckerButton {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px;
  margin: 0 0 5px;
}

.doubleDeckerButton:hover {
  text-decoration: none;
  border-color: #ee8508;
}

.doubleDeckerButton span {
  min-width: 70px;
  font-size: 14px;
  display: block;
  _display: inline-block;
  min-height: 32px;
  _height: 32px;
  padding: 4px 10px 4px 46px;
  background-color: #f5f5f5;
  background-position: 3px center;
  background-repeat: no-repeat;
}

.doubleDeckerButton span.search {
  background-image: url('../images/icon-button-search.png');
}

.doubleDeckerButton span.tick {
  background-image: url('../images/icon-button-tick.png');
}

.doubleDeckerButton span.mail {
  background-image: url('../images/icon-button-mail.png');
}

.doubleDeckerButton span small {
  display: block;
  padding: 2px 0 0 0;
  color: #666;
  margin: 0;
  font-size: 11px;
}

.section{
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  margin: .5em 0 1.5em;
}

.section .bg {
  overflow: hidden;
  _zoom: 1;
  padding: 10px;
  background: #eee;
}

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

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

.expertList img{
  background: #fff;
  margin: 0 auto 3px;
  display: block;
}

.practiceInfo {
  color: #5e666e;
}

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

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

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

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

.practiceInfo .description p{
  margin: 0 0 .5em !important;
  line-height: 1.2em !important;
}

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

.practiceInfo .rightDescription .phone, 
.practiceInfo .rightDescription .website, 
.practiceInfo .rightDescription h2, 
.practiceInfo .rightDescription p {
  float: right;
  clear: both;
  white-space: nowrap;
  text-align: right !important;
  margin: 0 0 .3em !important;
}

.practiceInfo .buttons{
  float: right;
}

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

#askAnExpert{
  margin: 0 auto 2em;
  width: 234px;
  padding: 5px 0;
  background: none;
  color: #666;
}

#askAnExpert div {
  padding: 0;
}

#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{
  padding: 2px 0 4px;
  line-height: 1em !important;
}

#askAnExpert .input {
  border: 1px solid #ccc;
  display: block;
  background-color: #fff;
  padding: 1px 0;
}

#askAnExpert select {
  width: 100%;
}

#askAnExpert .input input, #askAnExpert .input textarea{
  margin: 0;
  width: 226px;
  padding: 1px 3px;
  border: none;
  background-color: #fff;
  display: block;
  outline: none;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#askAnExpert .input .placeholded {
  color: #999;
}

#askAnExpert label, #askAnExpert small{
  display: inline !important;
  font-size: 10px !important;
  line-height: 1em;
  padding: 0 0 0 3px !important;
}

#askAnExpert .submit{
  font-size: 12px;
}

#bodyAskQuestion{
  background: #fff;
  overflow: hidden;
  color: #333;
  _width: 600px;
  padding: 0;
  margin: 0;
}

#bodyAskQuestion #content{
  padding: 0;
  margin: 0;
  background: none;
  overflow: hidden;
}

#bodyAskQuestion #askAnExpert{
  padding: 0;
  float: none;
  border: none;
  width: 600px;
  overflow: hidden;
  _zoom: 1;
}

#bodyAskQuestion #askAnExpert label{
  color: #333;
}

#bodyAskQuestion #askAnExpert .askLeft {
  float:left;
  width:290px;
}

#bodyAskQuestion #askAnExpert .askLeft textarea {
  height: 130px;
}

#bodyAskQuestion #askAnExpert .askLeft input, #bodyAskQuestion #askAnExpert .askLeft textarea {
  width: 280px;
}

#bodyAskQuestion #askAnExpert .askRight {
  float:right;
  width:260px;
  padding: 0 5px 0 0;
}

#bodyAskQuestion #askAnExpert .askRight ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#bodyAskQuestion #askAnExpert .askRight ul li{
  padding: 2px 0;
}

#bodyAskQuestion #askAnExpert .submit {
  display: inline-block;
  margin: 10px 0 0 0;
}

/* End Experts Answers */

/* Dentist Listings */
.dentistItem{
  position: relative;
  zoom: 1;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  _zoom: 1;
}

.dentistItem h2{
    position: relative;
    font-size: 13px;
    line-height: 1em;
    border-bottom: 2px solid #ccc;
    padding: 0 0 3px 0;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.dentistItem .description{
    float: right;
    width: 530px;
    font-size: 12px;
    color: #333;
}

.dentistItem .description div{
  line-height: 1.3em;
}

.dentistItem .floatLeft{
    float: left;
    margin: 0;
}

.dentistItem .floatRight{
    float: right;
    margin: 0;
}

.dentistItem span.padding{
    padding-left: 15px;
}

.dentistItem strong{
    color: #000;
    font-style: italic;
}

.dentistItem .nice{
  display: block;
  border: 1px solid #ddd;
}

.viewProfile{
    float: right;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eb5f08;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px 2px;
    font-weight: bold;
}
/* End Dentist Listings */

/* Dentist Profile */

.stars {
  display: inline-block;
  width: 80px;
  height: 16px;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -2px;
  background: url('../images/stars.png') no-repeat;
  _background-image: url('../images/stars-ie6.png');
}

.stars span{
  float: left;
  display: block;
  width: 0;
  overflow: hidden;
  height: 32px;
  position: relative;
  top: -16px;
  background: url('../images/stars.png') no-repeat;
  _background-image: url('../images/stars-ie6.png');
}

.profile {
  overflow: hidden;
  _zoom: 1;
}

.profile .info, .profile .section {
  margin: 0 0 1.3em 0;
}

.profile .info p {
  line-height: 16px !important;
  margin: 0 0 .3em;
  padding: 0;
}

.profile .section {
  border: none;
}

.profile .section h2 {
  background-color: #ec6008;
  color: #fff;
  margin: 0 !important;
  padding: 5px 10px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 10px 10px 0 0;
}

.profile .section .content {
  background-color: #eee;
  padding: 10px 15px !important;
  overflow: hidden;
  _zoom: 1;
}

.profile .section ul.content {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 1px 15px 1px !important;
}

.profile .section ul.content li {
  padding-top: 10px;
  border-top: 2px solid #ccc;
  _border-top: none;
  margin-bottom: 10px;
}

.profile .section ul.content li:first-child {
  padding-bottom: 0;
  border-top: none;
}

.profile .section .padding {
  padding-left: 20px;
}

.profile .reviewList li {
  overflow: hidden;
  _zoom: 1;
}

.profile .reviewList .rating {
  float: right;
  width: 140px;
  color: #666;
  text-align: right;
}

.profile .reviewList .by {
  width: 400px;
  font-style: italic;
  margin: 2px 0 10px 0;
  float: left;
}

.profile .reviewList .by a {
  font-style: normal;
}

.profile .reviewList p {
  padding: 0;
  margin: 0;
	float: left; width: 400px;
  color: #555;
}

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

#reviewForm div {
  padding: 0;
}

#reviewForm .niceField {
  display: block;
  border: 1px solid #ccc;
  padding: 2px 4px;
  margin: 0 0 10px 0;
  cursor: text;
  outline: none;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

#reviewForm .left{
  width: 250px;
  float: left;
}

#reviewForm .left .niceField{
  width: 230px;
}

#reviewForm .right {
  width: 300px;
  float: right;
}

#reviewForm .right .niceField {
  width: 290px;
}

#reviewForm .right textarea.niceField {
  height: 194px;
}

#reviewForm .ratings {
  list-style-type: none;
  padding: 5px 0 0 0;
  margin: 0;
}

#reviewForm .ratings li {
  padding: 3px 0;
}

#reviewForm .ratings select {
  width: 140px;
	font-size: 1em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

#reviewForm .ratings label {
  display: inline-block;
  width: 100px;
  padding: 0;
}

/* End Dentist Profile */

.newsItemLeft, .newsItemRight{
	clear: both;
	float: left;
	border: 1px solid #eb7501;
	background: #ffffff;
	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;
}

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

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

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


.floatLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.floatRight {
  float: right;
  margin: 0 1em 1em 0;
}

.niceBorder{
	padding: 5px;
	background: #ebebeb;
	border: 1px solid #f69601;
	margin: 0 10px 5px 0px;
	
}

.niceBorder img, .niceBorder object{
	vertical-align: bottom;
}
.niceBorderright{
	padding: 5px;
	background: #eff9f9;
	border: 1px solid #b8c7e4;
	float: right;
	margin: 0 0px 5px 10px;
}

.niceBorderright img, .niceBorderright object{
	vertical-align: bottom;
}

.niceBorderleft{
	padding: 5px;
	background: #eff9f9;
	border: 1px solid #b8c7e4;
	margin: 0 10px 5px 0px;
	float: left;
}

.niceBorderleft img, .niceBorderleft object{
	vertical-align: bottom;
}


.niceBorderindex{
	width: 78px;
	padding: 5px;
	border: 1px solid #b8c7e4;
	float: left;
	margin: 0 0px 5px 10px;
}


.imageRow{
	padding: 10px 0 0px 20px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowgallery{
	padding: 10px 0 0px 45px;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowItem{
	padding: 0 5px 0px 10px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	float:left
}

.imageRowItem{
	display: inline;
}

#mainColumn hr{
	background: none;
	border: 0;
	border-top: 1px dashed #f69601;
	margin: 10px 0 12px;
}

/*Highslide*/

.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(../highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: silver;
	text-decoration:underline;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../highslide/graphics/close.png', sizingMethod='scale');
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-done a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.no-footer .highslide-footer, .highslide-footer .highslide-resize span {
	display: none !important;
	height: 0;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#lbOverlay{
	z-index: 20000 !important;
}

#lbCenter, #lbBottomContainer{
	z-index: 30000 !important;
}





table.data {
	width: 100%;
	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: #f27500;
}

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;
}

.reduce-css {
	color: #292929;
  text-decoration: none;
  cursor: text; 
}

.reduce-css:hover {
	color: #292929;
  text-decoration: none;
  cursor: text; 
}
