body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	color: #b66f47;
	text-decoration: none;
	font: 100% "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 3px;
}

h1{
	font-size: 18px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 14px;
	line-height: 1em;
}

h3{
	font-size: 14px;
	line-height: 1em;
}

h4{
	font-size: 12px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #eee url(images/main-bg.png) repeat-x;
	color: #555; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	clear: both;
}

.blue{
	color: #7e9ab7;
}

.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: #b66f47;
}

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

ul.main{
padding: 2px 0 8px 15px;

}

ol.main{
padding: 2px 0 8px 20px;

}

ul{
	padding: 0 0 1em 30px;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.3em;
}

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

a:hover{
	text-decoration: underline;
}

.niceBorder{
	padding: 3px;
	background: #f5f8fc;
	border: 1px solid #deebec;
}

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

.niceBorderright{
	padding: 5px;
	background: #f5f8fc;
	border: 1px solid #deebec;
	float:right;
	margin: 0 0px 5px 10px;
}

.niceBorderright img, .niceBorderleft img {
  vertical-align: middle;
}

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

.formList li{
	padding: 5px 0;
	clear: both;
}

.formList li input, .formList li textarea{
	width: 300px;
  	background: #fff;
 	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
 	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}

.formList li label{
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 55px;
}


#form_submit{
	margin-left: 60px;
}


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

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

#logo{
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 110px;
	left: 28px;
	top: 3px;
}

#slogan{
	position: absolute;
	top: 20px;
	left: 390px;
	color: #c7a38b;
	font-size: 30px;
}


#menu{
	position: absolute;
	left: 6px;
	top: 120px;
	padding: 0;
	list-style-type: none;
}

#menu li{
	border-left: 1px solid #b2c0cd;
	float: left;
	font-size: 12px;
}

#menu li.last{
	border-right: 1px solid #7f99b5;
}

#menu li.last a{
	border-right: 1px solid #b2c0cd;
}

#menu li a{
	border-left: 1px solid #7f99b5;
	color: #fff;
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	background: url(images/menu-bg-selected.png) repeat-x 0 33px;
}

#menu li a:hover{
	border-left-color: #657990;
	text-decoration: none;
	background-position: 0 0;
}

#topSearch{
	position: absolute;
	right: 15px;
	top: 126px;
	letter-spacing: 5px;
}

#topSearch input{
	background: none;
	border: 0;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	cursor: pointer;
}

#topSearch #searchField{
	height: 16px;
	cursor: text;
	width: 170px;
	padding: 0 2px;
	font-weight: normal;
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
}

/* Content */
#content{
	width: 954px;
	background: #fff url(images/content-bg.png) repeat-y;
	margin: 0 auto;
}

#contentBg{
	padding: 13px;
	background: url(images/content-top.png) no-repeat;	
}

#leftPart{
	width: 717px;
	float: left;
}

#leftColumn{
	width: 185px;
	float: left;
}

#centerColumn{
	width: 506px;
	float: right;
}

#centerColumn p{
	text-align: justify;
}

#topImage{
	position: relative;
	width: 480px;
	padding: 83px 13px 0 13px;
	height: 70px;
	padding-top: 83px;
	margin-bottom: 13px;
	background: url(images/top-image.jpg) no-repeat;
}

#topImage h1{
	position: absolute;
	top: 13px;
	left: 13px;
	font: 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
	font-weight: lighter;
	color: #fff;
}

#topImage a{
	color: #b66f47;
}

#topImage p{
	width: 300px;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0;
}

#rightColumn{
	width: 185px;
	float: right;
}

#findDentist{
	width: 155px;
	margin-bottom: 15px;
}

#smallLogo{
	height: 51px;
	width: 47px;
	margin: 0 auto;
	background: url(images/side-logo.png) no-repeat;
}

#patientStories{
	display: block;
	color: #555;
	padding: 90px 10px 0 10px;
	height: 41px;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 10px;
	background: url(images/stories.png) no-repeat;
}

#patientStories:hover{
	text-decoration: none;
}

#patientStories small{
	display: block;
	line-height: 1em;
	color: #b66f47;
}

#leftColumn h2, #rightColumn h2{
	padding-bottom: 3px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px dotted #7e9ab7;
}

#leftColumn h2 div, #rightColumn h2 div{
	padding: 5px 6px 0 6px;
	border-left: 3px solid #7e9ab7;
}

.sideSection{
	padding: 10px 15px;
	margin-bottom: 10px;
}

.sideSection ul{
	list-style-type: none;
	padding: 0;
}

.sideSection ul li{	
	padding: 4px 0 4px 10px;
	background: url(images/arrow.png) no-repeat 0 9px;
}

.sideSection ul li a{	
	color: #555;
}

/* Practive Info */

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

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

.advisor {
  margin: 0 0 10px;
}

.advisor .photo {
  display: block;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c5d1de;
  float: left;
  margin: 0 10px 0 0;
}

.advisor p {
  padding: 0;
  margin: 0 0 5px 0 !important;
  text-align: left !important;
}

.advisor h2 {
  margin: 5px 0 5px 0;
}

.expertList{
  padding: 0 !important;
  list-style-type: none !important;
  width: 240px;
  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;
  padding: 5px;
  background-color: #f5f8fc;
  border: 1px solid #d8dfe8;
}

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

.practiceInfo {
  color: #5e666e;
}

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

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

.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 .2em !important;
}

.practiceInfo .buttons{
  float: right;
}

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

#askAnExpert{
  float: right;
  width: 220px;
  padding: 10px 15px;
  background: #92a6bc;
  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{
  padding: 2px 0 4px;
  line-height: 1em !important;
}

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

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

#askAnExpert select {
  width: 220px;
}

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

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

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

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

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

#bodyAskQuestion #askAnExpert{
  float: none;
  border: none;
  margin: 5px 0 0 0;
  width: 580px;
  overflow: hidden;
  _zoom: 1;
}

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

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

#bodyAskQuestion #askAnExpert .askLeft textarea {
  height: 130px;
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

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


/* Footer */
#footer{
	overflow: hidden;
	color: #fff;
	padding: 10px;
	width: 934px;
	margin: 0 auto;
	background: url(images/footer-bg.png) repeat-x;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	height: 25px;
	line-height: 25px;
	width: 45%;
	text-align: right;
	float: right;
}

/* Latest Poll */
#latestPoll div{
	clear: both;
	padding: 3px 0;
}

#latestPoll div .radio{
	float: left;
	margin-right: 5px;
}

*:first-child+html #latestPoll div .radio{
	position: relative;
	top: -2px;
}

/* Contact Form */
#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element label{
	display: block;
	float:left;
	width: 55px;
	text-align: right;
	line-height: 20px;
}

#contactForm .element .field{
	float:right;
	width: 120px;
	padding-left: 5px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 120px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .button{
	width: 37px;
	border: 0;
	float: right;
	color: #17627b;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: none;
	font-weight: bold;
}

.dentistItem{
  	position: relative;
  	zoom: 1;
	background: #ebebeb;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #0978a5;
  margin-top: 7px;
}

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

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

.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 .clear{
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.viewProfile{
	float: right;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #99afc7;
	color: #fff;
	font-size: 11px;
	padding: 0 3px;
	font-weight: bold;
}

div.poll {
	width: 100%;
}

div.poll span.bar
{
	height: 19px;
	background-image: url(/images/bar-middle.png);
	display: block;
}

div.poll span.bar span.start
{
	float: left;
	background-image: url(/images/bar-start.png);
	
	width: 10px; height: 19px;
	overflow: hidden;
}

div.poll span.bar span.end
{
	float: right;
	background-image: url(/images/bar-end.png);
	
	width: 10px; height: 19px;
	overflow: hidden;
}
#askAnExpertSide { 
	margin-bottom: 23px; 
	width: 185px;
	height: 89px;
	
	background-image: url(/images/ask-an-expert.png);
}

#askAnExpertSide div
{
	padding-top: 53px;
	padding-left: 94px;
}

#askAnExpertSide a.clickHere
{
	width: 84px;
	height: 22px;
	
	display: block;
}

#askAnExpertSide a.clickHere span
{
	top: -1000px;
	position: absolute;
}

#submit_button
{
	margin-top: 10px;
}
