@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

form {
	margin:0px;
}

input, option, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

div#container {
	background:#fff;
	border:solid 2px #fff;
	border-top:0px;
	border-bottom:0px;
	width:980px;
	margin:0 auto;
}

div#header {
	height:137px;
}

div#logo {
	float:left;
	width:341px;
}

div#slogan {
	background:url(../images/header.jpg) no-repeat top right;
	width:634px;
	height:137px;
	float:left;
	padding-left:5px;
}

div#slogan h1 {
	font-family:'Stone Sans OS ITC TT', Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0px;
	color:#436a4f;
	letter-spacing:-1px;	
	font-weight:normal;
	padding-top:5px;
	margin-bottom:20px;
}

div#slogan p {
	display:block;
	width:264px;
	font-size:12px;
	color:#436a4f;
	text-align:justify;
	margin:0px;
}

div#slogan p a {
	margin:0px;
	margin-top:16px;
	font-size:10px;
	color:#fff;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

div#slogan p a:hover {
	text-decoration:underline;
}

div#top_nav {
	height:32px;
	width:980px;
	float:left;
	background:url(../images/menu.gif) repeat-x;
}

div#top_nav img {
	display:block;
	width:2px;
	float:left;
}

div#top_nav a {
	text-transform:uppercase;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
	padding-left:38px;
	padding-right:38px;
	display:block;
	float:left;
}

div#top_nav a:hover {
	background:url(../images/menu-on.gif);
}

div#find_box {
	background:url(../images/find-a-surgeon.jpg) no-repeat top left;
	height:127px;
	width:980px;
	float:left;
}

div#find_form {
	float:left;
	padding-left:20px;
	width:200px;
	padding-top:88px;
}

div#find_form select {
	font-size:11px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

div#advert {
	float:left;
	padding-top:34px;
	padding-left:258px;
	margin:0 auto;
	width:468px;
}

div#content {
	border-top:20px solid #fff;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	width:940px;
	float:left;
	background:url(../images/content_bg.gif) repeat-y;
}

div#left_bar {
	width:220px;
	float:left;
	padding-bottom:30px;
}

div#left_bar h2 {
	line-height:27px;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	background:#9CB7A5;
	color:#fff;
	text-align:center;
	border-bottom:solid 1px #fff;
	margin:0;
	padding:0;
}

div#left_bar ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#left_bar ul li a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	display:block;
	line-height:24px;
	background:url(../images/side-nav.gif) no-repeat;
	padding-left:30px;
}

div#left_bar ul li a:hover {
	background:url(../images/side-nav-on.gif) no-repeat;
	color:#fff;
}

/*div#right_bar {
	width:140px;
	float:right;
	padding-bottom:30px;
	background:#f1f1f1 url(../images/ad_header.gif) no-repeat top;
}*/


div#right_bar {
	width:200px;
	float:right;
	padding-bottom:30px;
}


/*div#body {
	margin-left:20px;
	width:540px;
	float:left;
	padding-bottom:30px;
	text-align:justify;
}*/

div#body {
	margin-left:20px;
	width:480px;
	float:left;
	padding-bottom:30px;
	text-align:justify;
}

div#body a {
	color:#436a4f;
	text-decoration:none;
}

div#body a:hover {
	text-decoration:underline;
}

div#body p {
	margin:0px;
	margin-bottom:14px;
	margin-top:8px;
}

div#body ul {
	list-style-image:url(../images/list.gif);
}

div#body h1 {
	margin:0px;
	font-size:24px;
	font-weight:bold;
	display:block;
	color:#9cb7a5;
	margin-bottom:12px;
	text-align:left;
}

div#body h2 {
	margin:0px;
	font-size:12px;
	font-weight:bold;
}

div.quote {
	display:block;
	margin:0 auto;
	text-align:center;
	padding-bottom:16px;
	font-size:12px;
	font-style:italic;
	color:#436a4f;
}

div.quote b {
	color:#333;
}

div#footer {
	background:#f1f1f1;
	border-top:solid 2px #9cb7a5;
	height:69px;
	float:left;
	width:940px;
	padding-left:20px;
	padding-right:20px;
}

div#footer div.left {
	float:left;
	line-height:16px;
	padding-top:20px;
}

div#footer div.right {
	float:right;
	width:434px
}

div#footer a {
	color:#436a4f;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

a img {
	border:0px;
}



div#blog_body {
	margin-left:20px;
	width:480px;
	float:left;
	padding-bottom:30px;
	text-align:justify;
}

div#blog_body a {
	color:#436a4f;
	text-decoration:none;
}

div#blog_body a:hover {
	text-decoration:underline;
}

div#blog_body p {
	margin:0px;
	margin-bottom:14px;
	margin-top:8px;
}

div#blog_body ul {
	list-style-image:url(../images/list.gif);
}

div#blog_body h1 {
	margin:0px;
	font-size:24px;
	font-weight:bold;
	display:block;
	color:#9cb7a5;
	margin-bottom:12px;
}

div#blog_body h2 {
	margin:0px;
	font-size:12px;
	font-weight:bold;
}

div#sidebar {
	width:200px;
	float:right;
	margin-left:20px;
}

div#sidebar a {
	color:#436a4f;
	text-decoration:none;
}

div#sidebar a:hover {
	text-decoration:underline;
}

div#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#sidebar ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#sidebar ul li ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div#sidebar ul li ul li {
	list-style:none;
	margin:0px;
	padding:0px;
}


div#sidebar ul li.widget {
	margin:0px;
	font-size:12px;
	font-weight:bold;
	/*padding-top:14px;*/
	margin-bottom:14px;
}

div#sidebar ul li ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:normal;
	letter-spacing: 0em;
	border-bottom: 1px dotted #ccc;
	padding-top:6px;
	padding-bottom:6px;
}

.dentistItem{
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 1em;
	display:block;
	min-height:80px;
}

div#body .dentistItem h2{
	position: relative;
	font-size: 16px;
	line-height: 1em;
	border-bottom: 2px solid #9cb7a5;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

/*.dentistItem .description{
	float: right;
	width: 350px;
	font-size: 11px;
	color: #333;
}*/


.dentistItem .description div{
	float: right;
	width: 270px;
	font-size: 11px;
	color: #333;
}

.dentistItem .description1{
	float: left;
	width: 350px;
	font-size: 11px;
	color: #333;
}

.dentistItem .description2{
	float: right;
	width: 350px;
	font-size: 11px;
	color: #333;
}

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

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

.dentistItem small{
	position: absolute;
	right: 0;
	top: 1px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

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

.dentistItem1{
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 1em;
	display:block;
	min-height:120px;
}

div#body .dentistItem1 h2{
	position: relative;
	font-size: 16px;
	line-height: 1em;
	border-bottom: 2px solid #9cb7a5;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

/*.dentistItem1 .description{
	float: right;
	width: 350px;
	font-size: 11px;
	color: #333;
}*/


.dentistItem1 .description div{
	float: right;
	width: 270px;
	font-size: 11px;
	color: #333;
}

.dentistItem1 .description1{
	float: left;
	width: 350px;
	font-size: 11px;
	color: #333;
}

.dentistItem1 .description2{
	float: right;
	width: 350px;
	font-size: 11px;
	color: #333;
}

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

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

.dentistItem1 small{
	position: absolute;
	right: 0;
	top: 1px;
	font-weight: normal;
	font-size: 14px;
	color: #666;
}

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

#newsTop{
	font-size: 12px;
	padding: 2px 10px;
	margin-bottom: 10px;
	color: #555;
	background: #e4effb;
}

.newsItemLeft, .newsItemRight{
	float: left;
	border: 1px solid #e4effb;
	background: #c0d2c6;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
	color: #555;
	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 #e4effb;
	vertical-align: bottom;
	margin: 0 10px 3px 0;
}

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

/* Simplepie feeds style */
#simple {width:200px; overflow:hidden; padding:0 0 20px 0;}
#simple .spost {border-bottom:1px dotted #cccccc; padding:5px 0 5px 0;}
#simple .mtitle {margin:0 0 5px 0; color:#fff; background:url(/images/simpleheading.gif) no-repeat; font-size:11px; font-weight:normal; text-transform:uppercase; text-align:center; padding:6px 0 6px 0;}
#simple	.stitle {font-weight:normal; font-size:11px; padding:0 0 0 0;}
#simple	a {color:#436a4f; text-decoration:none;}
#simple	a:hover {text-decoration:underline;}
#simple	.spost p {font-size:11px; padding:0 0 0 0; margin:0 0 0 0;}

.gtitle {margin:0 0 5px 0; color:#fff; background:url(/images/simpleheading.gif) no-repeat; font-size:11px; font-weight:normal; text-transform:uppercase; text-align:center; padding:6px 0 6px 0;}
.adsensebg {background:#f1f1f1;}

.clr {clear:both;}
.expert_buttons { text-align:center; padding:3px 0 3px 0;}
.expert_buttons img {border:none; padding:0 0 0 0; margin:0 0 0 0; float:none;}

/* extra blog styles */
#sidebar .mtitle {margin:0 0 5px 0; color:#fff; background:url(/images/simpleheading.gif) no-repeat; font-size:11px; font-weight:normal; text-transform:uppercase; text-align:center; padding:6px 0 6px 0;}
