body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#E5EBEF;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	font-family:Verdana, Geneva, sans-serif;
	color:#3F3F3F;
}
a {
	color:#0B739A;
}
a:hover {
	color:#060606;
	text-decoration:underline;
}
h1, h2, h3 {
	margin: 0.3em 0;
	padding:0;
}
h1 {
	color:#005270;
	font-size: 1.5em;
	margin-bottom:15px;
	margin-top:15px;
}
h2 {
	color:#008080;
	font-size: 1.2em;
	margin:20px 0 15px 0;
}
p {
	margin:2px 0 1em 0;
	padding:0;
}
a img {
	border:0;
}

h6 {
font-size:16px;
margin:2px 0 1em 0;
	padding:0;

}

#ads img {
	display:block;
	padding-top:10px;
}
ol {
	line-height:150%;
}
/* Header styles */
.wrap-header {
	background:#0B739A;
	border-left: 1px solid #C1D8DB;
	border-right: 1px solid #C1D8DB;
	width:980px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}
#header {
	clear:both;
	float:left;
	width:100%;
	height:160px;
}
#header ul {
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	text-decoration:none;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active, #header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	border-top: 3px solid #6FC7DF;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:980px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin:0 auto;
	border-right: 1px solid #C1D8DB;
	border-left: 1px solid #C1D8DB;
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:17%;			/* width of the right column */
	background:#fff;		/* center column background colour */
	border-right: 1px solid #C1D8DB
}
.threecol .colleft {
	right:61%;			/* width of the middle column */
	background:#d2e7ea;	/* left column background colour */
	border-right: 1px solid #c1d8db;
}
.threecol .col1 {
	width:59%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:22%;			/* Width of left column content (column width minus padding on either side) */
	left:19%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	overflow: visible;
}
.threecol .col3 {
	width:17%;			/* Width of right column content (column width minus padding on either side) */
	left:80%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	padding: 10px 0px;
	text-align: center;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #C1D8DB;
	background:#0B739A;
	padding-bottom:10px;
	padding-top:5px;
}
#footer p {
	padding: 2px;
	margin:0;
	text-align: center;
}
.header-flash {
	margin-top: 10px;
}
.center-header {
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 435px;
	margin-top:12px;
}
.center-header p {
	color: #fff;
	font-size: 80%;
}
.float-left {
	float:left;
}
p.top-docs {
	border-bottom: 1px solid #96D3EB;
	padding-bottom:10px;
	margin-top:10px;
	color:#96D3EB
}
p.top-address {
	color: #EAD59C;
	font-size:1.2em;
}
.top-call p {
	float:none;
}
.top-call {
	color:#fff;
	overflow: hidden;
}
p.top-phone {
	float: right;
	font-size: 1.9em;
	font-weight: bold;
	margin-left: 30px;
	text-align: center;
	float:none;
	margin-bottom: 0.8em;
}
.social-sidebar a {
	margin-right: 3px;
}
.social-sidebar img {
	padding:2px;
}
.banda {
	margin-bottom: 20px;
}
.col3 a {
	text-decoration:none;
}
.footer-wrap {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	font-size:11px;
	color:#FFF;
}
.footer-wrap a {
	color:#D2E7EA
}
.footer-wrap a:hover {
	color:#FFF;
}
.footer-wrap p {
}
.margin-top {
	margin-top:15px;
}
#top-logo {
	padding-left: 10px;
}
.px10 {
	font-size:10px;
}
.px14 {
	font-size:15px;
	font-weight:bold;
}
.td-1 {
	width:950px;
	
}
.col1 ul li {
	list-style-type:square;
	padding-bottom: 4px;
	color:#0B739A;
}
.col1 ul li span {
	color:#3F3F3F;
}
/* MAIN MENU*/
#main-nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
#main-nav ul {
	list-style:none;
	background:url("/pics/menu-side.gif") top left repeat-y;
	padding-left:11px;
	margin:0;
	font-size: 11px;
	font-weight: bold;
	z-index:100;
}
#main-nav ul li {
}
#main-nav ul li a {
	text-decoration:none;
	display: block;
	line-height: 25px;
	padding-left:4px;
	border-bottom: 1px solid #0B90BF;
}
.wrapper-inner-cases {
padding:30px!important;
}
#main-nav ul li a:hover {
	background:#6FC7DF;
	color:#fff;
	border-bottom: 1px solid #fff;
	z-index:100;
}
/* new styles */


#sddm div a {
	position: relative;
	display: block;
	margin: 0;
 *width: 100%!important;
	width:auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	border-right: none;
	z-index:100;
}
#sddm div a:hover {
	background:#6FC7DF;
	color:#fff;
	border-bottom: 1px solid #fff;
	z-index:100;
}
.sidebarmenu ul {
	list-style:none;
	background:url("/pics/menu-side.gif") top left repeat-y;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	/* Main Menu Item widths */
	padding-left:11px;
	margin:0;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	z-index:100;
}
.sidebarmenu ul li {
	position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: auto;
	/*force hasLayout in IE7 */
	text-decoration: none;
	padding: 10px 6px;
	border-bottom: 1px solid #0B90BF;
}
.sidebarmenu ul li li a {
	border:none;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active {
/*background of tabs (default state)*/}
.sidebarmenu ul li a:visited {
}
.sidebarmenu ul li a:hover {
	background:#6FC7DF;
	color:#fff;
	border-bottom: 1px solid #fff;
}
/*Sub level menu items */
.sidebarmenu ul li ul {
	position: absolute;
	width: 210px;
	/*Sub Menu Items width */
top: 0;
	visibility: hidden;
}
.sidebarmenu a.subfolderstyle {
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: left;
	height: 1%;
}
* html .sidebarmenu ul li a {
	height: 1%;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #D2E7EA;
	border: 1px solid #6FC7DF;
	left: 205px;
	top:-1px;
	z-index:100;
}
/* End */
.sidebarmenu {
	overflow:visible;
}
#home-videos {
	z-index:0;
	position:relative;
	display:block
}
#home-videos object {
	z-index:0;
	position:relative;
}
/* inner layout 2 columns */
#twocols .colmid {
	background:#fff;		/* center column background colour */
	border-right: 1px solid #C1D8DB;
	right:0
}
#twocols .colleft {
	right:78%;			/* width of the middle column */
	background:#d2e7ea;	/* left column background colour */
	border-right: 1px solid #c1d8db;
}
#twocols .col1 {
	width:75%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
#twocols .col2 {
	width:22%;			/* Width of left column content (column width minus padding on either side) */
	left:3%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	overflow: visible;
}
h4 {
	margin:5px 0;
	font-size:13px;
	color:#005270;
	font-weight:bold;
}
h3 {
	margin:15px 0 8px 0;
	font-size:14px;
	color:#005270;
	font-weight:bold;
}
.center {
	text-align:center;
}
.red {
	color:#F00;
}
.inner-container {
	overflow:hidden;
	margin-bottom:20px;
}
.inner-container div:first-child {
	padding:0
}
.mini-con {
	width:30%;
	float:left;
	padding-left:5%;
}
blockquote {
	margin:15px 0 15px 0;
	font-size:10px
}
.content-photo img {
	padding-bottom: 5px;
	float:left;
	padding-right:20px;
}
.content-photo {
	overflow:hidden;
	margin-bottom:15px;
}
.content-photo ul {
	margin:0
}
.content-photo p {
}

.content-photo .caption2 {
	float:left;
	margin-bottom: 5px;
}
.content-photo .caption2 img{
	float:none;
}
.content-photo .caption2 p {
	float: none;
	width: 100%;
	font-size:11px
}
.content-photo .caption {
	float:left;
	margin-bottom: 5px;
}
.content-photo .caption img{
	float:none;
}
.content-photo .caption p {
	float: none;
	width: 200px;
	font-size:11px
}

.banneroffer {
	border: 2px solid #E5BC62;
	margin-top: 10px;
}
.bannerofferin {
	background: none repeat scroll 0 0 #0B739A;
	border: 2px solid #FFFFFF;
	display: block;
	height: 26px;
}
.bannerofferin p {
	color: #FFFFFF;
	line-height: 24px;
	margin: 0;
	text-align: center;
}
.bannerofferin strong {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
}
.bannerofferin a {
	color: #FFFFFF;
	margin: 0;
}
hr {
	margin:20px 0
}
b, strong {
	color: #005270;
}
.tdbg1 {
	background-color: #CFE3E4;
}
.text-sml {
	font-size:10px;
}
ol li{padding-bottom: 10px;}

.feedb span.headline a{
color:#005270; font-weight:bold;
}
.feedb span.headline{
color:#005270; margin-top:15px;
}
.feedb p.date{
 margin:5px 0; font-style:italic;
 }
.feedb h3{
background:#CFE3E4;
line-height: 28px;
margin: 25px 10px 15px;
padding-left: 15px;
text-align: center;
}
.feedb ul{ 
list-style:none;padding: 0 15px;
}
.feedb ul li{ 
margin-bottom:10px;
} 
#creditfooter{
 display:none!important;
 }
.container-swf {
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
}
.steps-text {
	float:left;
	width:60%;
	padding-top:10px;
}
.video-swf {
	float:left;
}
.flv-text {
	float:right;
	width:50%;
	padding-top:25px;
	padding-left:10px;
}
.video-flv {
	float:right;
	
}
.video-flv-pd {
	padding-left:10px;
	
}
ul.horizontal-ul {
float:left;
}
.container-ul {
width:100%;
overflow:hidden;
}

.swf-slideshow {
float:right;
padding-right:50px;
}

.container-ul img {
padding-left:50px;
padding-top:50px;
}
.col1-link {
width:23%;
float:left;
padding-left:10px;
}

ul.horizontal-ul2 {
float:left;
width:25%;
}

.container-imgs {
width:100%;
overflow:hidden;
}
.img-cont {
float:left;
width:25%;

}



#preview{
	position:absolute;
	top:400px;
	left:200px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.img-cont img {
	margin:10px;
	border:1px solid #0B739A;
}
.content-invisalign {
float:left;
width:40%;

}

.img-right {
float:right;
width:30%;

}
.video-center {
	width:100%;
text-align:center;}

.img-right2 {
  float: right;
    padding-bottom: 5px;
    padding-right: 20px;
	padding-left:20px;
	padding-top:15px;
}

.content-photo-implant img{
padding-right:0px!important;
}

.content-photo .container-ul {
	width:80%!important;
}
img.bottom-images {
	padding:20px;
	margin-top:59px;
	}

img.bottom-images:first-child {
	padding:20px;
	margin-top:0px!important;
	margin-left:20px;
	}


