/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
object {outline: none;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
a img {border:none;}
* .hide {display:none;}
.flash-replaced .alt {display:none;}

/***************************************************************************** universal styles ***/
html {
  height: 100%;
}

body {
  font-family:Arial, "Helvetica Neue", Helvetica, serif;
  background: #d8c49f url(../images/bg.png) repeat top left;
  color: #3b2605;
  font-size: 85%;
  height: 100%;
  line-height:1.3em;
}

h2 {
	color:#24637a;
	font-weight:bold;
	font-size:153.9%;
	line-height:1.5em;
	margin-bottom:15px;
}

h3 {
  color:#24637a;
  font-weight:bold;
  font-size:108%;
  margin-bottom:14px;
}

h4 {
  color:#3b2605;
  font-weight:bold;
  font-size:100%;
}

a {
  color: #52001f;
  font-weight:bold;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  outline: none;
}

b {
  font-weight:bold;
}

/***************************************************************************** general layout styles ***/
* .container {
  width:880px;
  margin:0 auto;
}

/*** header ***/
* #hd {
	height:205px;
	width:100%;
	background: #b1803d url(../images/header-bg.png) repeat-x top left;
	position:relative;
}

* #hd div.address {
  /* font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#fff;
  font-size:108%;
  letter-spacing:0.07em;
  font-style:normal;
  font-weight:300;
  */
  position:absolute;
  top:6px;
  text-align:right;
  width:858px;
  margin-right:22px;
}

h1#logo a {
  width:411px;
  height:100px;
	display:block;
	margin:41px 0 0 10px;
	float:left;
	background: url(../images/logo.png) no-repeat top left;
	text-indent:-9999px;
	z-index:9999
}

/* tagline */
* #tagline {
  background: url(../images/tagline.png) no-repeat top left;
  float:left;
  margin:53px 0 0 168px;
	width:256px;
	height:80px;
}

/*** sidebar ***/
* #sidebar {
  margin-top:329px;
	padding-top:20px;
	position:relative;
	width:220px;
	float:left;
	height:656px;
}

/* sidebar callouts */
#sidebar .callouts-box {
	position:absolute;
	top:30px;
}
#callout-testimonials { margin-bottom:30px}

#sidebar .callouts-box ul {
	padding-left:0;
}

#sidebar .callouts-box ul li {
	list-style:none;
}

#sidebar .callouts-box ul li a {
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
  text-indent:-9999px;
}

ul.callouts-1 li.meet-the-orthodontist a {
	background-image: url(../images/callouts/meet-the-doctor.png);
	width:220px;
	height:58px;
}

ul.callouts-1 li.meet-the-team a {
	background-image: url(../images/callouts/meet-the-staff.png);
	width:220px;
	height:58px;
	margin-bottom:35px;
}

ul.callouts-2 li.location a {
	background-image: url(../images/callouts/free-consultation.png);
	width:200px;
	height:66px;
	margin:0 0 35px 10px;
}

ul.callouts-3 li.contests-and-events a {
	background-image: url(../images/callouts/contests-events.png);
	width:220px;
	height:59px;
}

ul.callouts-3 li.dr-t-dollars a {
	background-image: url(../images/callouts/dr-t-dollars.png);
	width:220px;  
	/* use height below and dr-t-dollars.old.png when "contests and events" page is used */
	/*height:77px;*/
	height:85px;
	margin-bottom:35px;
}

ul.callouts-4 li.meet-the-orthodontist a {
	background-image: url(../images/callouts/AAO-ADA.png);
	width:204px;
	height:139px;
	margin-left:8px;
}

/* main navigation */
* #nav {
	top:175px;
	width:218px;
	padding:1px;
	background: #fff url(../images/nav-bg.png) no-repeat top left;
	position:absolute;
	height:329px;
}

#nav ul li a {
  display:block;
  width:218px;
  background-position:top right;
	background-repeat:no-repeat;
	position: relative;
	color: #e1e1c7;
	font-weight: normal;
	text-decoration: none;
}

#nav ul {
	padding: 0;
	list-style: none;
	position:absolute;
	margin-top:28px;
}

#nav li {
	display: inline;
	margin:0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}

#nav li ul li {
	float:none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	top:auto;
	z-index:100000;
	margin-top:-37px;
	margin-left:219px;
	border:1px solid #a5d3d5;
}

#nav li.for-new-patients ul,
#nav li.about-orthodontics ul {
	margin-top:-36px;
}

#nav li.braces-101 ul,
#nav li.first-aid ul {
	margin-top:-35px;
}

#nav li ul li a {
	height:31px;
	line-height:31px;
	width:201px;
	padding:0 10px;
	background:#b2e1e1;
  color:#2e596a;
	cursor:pointer;
	text-transform:uppercase;
	font-size:77%;
	font-weight:bold;
	letter-spacing:0.05em;
	
}

#nav li ul li a:hover {
	color:#52001f;
	background:#a2d0d2 url(../images/subnav-bg.png) repeat-x top left;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
} 

#nav li a#about-our-office, #nav li a#for-new-patients, 
#nav li a#about-orthodontics, #nav li a#about-braces, 
#nav li a#orthodontic-treatments, #nav li a#at-home-solutions, 
#nav li a#contact-us, #nav li a#home 


#nav li a.head, #nav li a#meet-the-team, #nav li a#for-new-patients, #nav li a#about-orthodontics,
#nav li a#braces-101, #nav li a#orthodontic-treatments, #nav li a#first-aid,
#nav li a#contact-us,#nav li a#home,#nav li a#site-map {
	overflow: hidden; 
	text-indent: -9999px; /* Indents the rich-text so it does not show */
	width: 218px;
	cursor: pointer;
}

a#meet-the-team {background-image:url(../images/nav/meet-the-team.png);height:37px;}

a#for-new-patients {background-image:url(../images/nav/for-new-patients.png);height:36px;}

a#about-orthodontics {background-image:url(../images/nav/about-orthodontics.png);height:36px;}

a#braces-101 {background-image:url(../images/nav/braces-101.png);height:35px;}

a#orthodontic-treatments {background-image:url(../images/nav/orthodontic-treatments.png);height:37px;}

a#first-aid {background-image:url(../images/nav/first-aid.png);height:35px;}

a#contact-us {background-image:url(../images/nav/contact-us.png);height:37px;}

a#home {background-image:url(../images/nav/home.png);height:48px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

#nav li.sfHover a, #nav li,
#nav li.active a, #nav a:hover, 
#nav a:active, #nav a:focus, #nav li.sfhover a,
#nav li:hover, #nav li.sfHover {
  background-position: 0 0 !important;
}

/*** content ***/
/*page title */
h1.headline {
	width:620px;
	height:43px;
	background-position: center left;
	background-repeat: no-repeat;
	text-indent:-9999px;
  margin-bottom:15px;  
}

h1.section {
  margin:10px 0 6px  0;
}

* #content {
	width:620px;
	padding:20px;
	line-height:1.5em;
	font-size:93%;
	position:relative;
	float:left;
}

#content p, #content ul {
	margin-bottom:20px;
}

#content ul {
	margin-left:25px;
}

#content ol {
	margin-left:20px;
}

#content ul li {
  margin-bottom:5px;
}

/*** footer ***/
* #ft {
  padding-bottom:30px;
  font-size:85%;
  text-align:center;
}

#ft a {
  color: #3b2605;
}

#ft a:hover {
  color:#52001f;
  text-decoration:none;
}

#ft p {
  margin-top:26px;
}

#ft a#sesame-link {
  font-weight:normal;
}


/***************************************************************************** page specific styles */
/*** homepage ***/
body.home .headline {
	background-image:url(../images/headlines/welcome.png);
}

.flash p {
  background: #ff2f30;
  border: 1px solid #d02026;
  color: #fff;
  line-height: 18px;
  padding: 10px;
}

.flash a {
  color: #fff;
  font-weight: bold;
}

* #flash-homepage {
  height: 351px;
  width: 620px;
  margin:-61px 0 28px 0;
  z-index:1;
  position:relative;
}

* #flash-shadow {
  height: 43px;
  width: 620px;
  top:310px;
  left:20px;
  z-index:-1;
  position:absolute; 
	background:url(../images/flash-shadow.png) no-repeat top left;
}

/*** sub pages ***/
/* page titles */
h1#section-meet-the-team {
  background-image: url(../images/headlines/meet-the-team.png);
}

h1#section-for-new-patients {
  background-image: url(../images/headlines/for-new-patients.png);
}

h1#section-about-orthodontics {
  background-image: url(../images/headlines/about-orthodontics.png);
}

h1#section-braces-101 {
  background-image: url(../images/headlines/braces-101.png);
}

h1#section-orthodontic-treatments {
  background-image: url(../images/headlines/orthodontic-treatments.png);
}

h1#section-first-aid {
  background-image: url(../images/headlines/first-aid.png);
}

h1#section-contact-us {
  background-image: url(../images/headlines/contact-us.png);
}

h1#section-privacy-policy {
  background-image: url(../images/headlines/privacy-policy.png);
}

h1#section-site-map {
  background-image: url(../images/headlines/site-map.png);
}

h1#section-404 {
  background-image: url(../images/headlines/404.png);
}

h1#section-500 {
  background-image: url(../images/headlines/500.png);
}

/* sub navigation */
#content p.sub_nav {
  margin:19px 0 33px -6px;
  font-size:108%;
}

p.sub_nav a {
  display:inline-block;
  padding:0 6px;
  line-height:2em;
}

p.sub_nav a.active {
  color:#24637a;
}

p.sub_nav a:hover {
  text-decoration:none;
}

/* office tour */
#content ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;}
* #slideshow-container {
	background: #ba955e; 
	border: solid 1px #ba955e; 
	width: 460px; 
	height: 350px; 
	padding: 10px;
	position: relative;}
* #caption {
	margin: 10px 12px;
	height: 30px; /* Adjust this if caption text runs over two lines long */
	display: block;
	font-weight: bold;
	font-size: 1.17em;}
ul.slideshow img {
	width: 460px; 
	height: 350px;}
* .office-tour-nav {
	background: #ba955e; 
	position: absolute; 
	z-index: 50; 
	bottom: 10px;
	padding: 3px 3px 0 3px;}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px;}
.office-tour-nav a.activeSlide {color: #fff;}


/* jQuery Cycle Before and After */
* #before-after-container {
	width: 488px;
	margin: 50px 0 20px 0;
	padding: 10px 0 10px 10px;
	background-color: #ba955e; 
	border: solid 1px #ba955e; 
	position: relative;
	line-height: 18px;
	}
#content ul.slideshow {
	margin-left:0;
}
ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
ul#before-after-cycle li img {
	width: 232px;
	height: 177px;
	float: left;
	margin-right: 10px;
	border: solid 1px #fff; 
	}
#before-after-container p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	color:#fff;
	}
#before-after-container div.cycle-detail {
	clear: both;
	background-color: #fff; 
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #fff; 
	}
* .before-after-nav {
	background: #ba955e; 
	position: absolute; 
	z-index: 50; 
	top: -19px;
	left: 11px;
	padding: 0 3px;
	border: solid 1px #ba955e; 
	border-width: 1px 1px 0 1px;
	}
.before-after-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	}
.before-after-nav a.activeSlide {color: #fff;}

/* 404, 500 */
.page-not-found a, .internal-server-error a {
  font-weight:normal;
}

/* location */
* .location-box {
  float:left;
  width:195px;
}

* .map {
  float:left;
  width:425px;
}

/***************************************************************************** elements */
p.back-to-top {
  text-align:right;
}

/* SESAME CSS */
img.right {
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
  border-top:7px solid #fff;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
  border-top:7px solid #fff;
	}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
  border-top:7px solid #fff;
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
  border-top:7px solid #fff;
	}
p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
	}
* .clear {clear: both;}
/* This styled div acts as the hr for most browsers */
div.hr {
	height: 1px;
	background-color: #e5dbc9;
	border: solid 1px #bb9d6d;
	border-width: 1px 0 0 0;
	padding: 0;
	clear: both;
	margin-bottom:5px;
	}
/* This is the backup for screen readers */
hr {
  display:none;
	height: 1px;
	background-color: #e5dbc9;
	border: solid 1px #bb9d6d;
	border-width: 1px 0 0 0;
	clear: both;
	}
/* Clear Fix */
* .clear {clear: both;}
* .cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
* .cf {display: inline-block;} /*this trips hasLayout for ie7*/
* .cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}


div.box {
	float: right;
	clear: right;
	width: 334px;
	background-color: #ba955e;
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #ba955e; 
}
div.box img {
	float: left;
	border: solid 1px #643f07; 
	margin-right: 5px;
}
div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	color:#643f07;
}

/* In-Ovation */
div.comparison {
	background: #fff;
	border: 1px solid #ba955e;
	display: inline-block;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
	}
	div.comparison div {
		float: left;
		width: 49%;
		}
* #video-in-ovation {
	width: 320px;
	height: 266px;
	}

/* meet the team/orthodontist */
img.bio {
	margin: 0 25px 5px 5px;
	float: right;
	clear: right;
	}

/* invisalign teen */
img.right {
	border: solid 1px #ba955e;
	margin: 0 0 15px 15px;
	float: right;
	clear: right;
	}
img.left {
	border: solid 1px #ba955e;
	margin: 0 15px 20px 0;
	float: left;
	}
span.indent {
	padding-left: 40px;
	}
* #invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	float: right;
	clear: right;
	}
	#invisalign-sidebar a {
		color: #036;
		}
	#invisalign-sidebar h3 {
		background: #97AFC2;
		margin: 0;
		padding: 15px;
		color: #fff;
		}
	#invisalign-sidebar p {
		padding: 0 15px;
		margin: 15px 0;
		}
* .thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	}
* .clear {clear: both;}


/* Emergency Care */
ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;}
	ul#toggle-emergency li {
		border: solid 1px #bb9d6d;
		border-width: 0 0 1px 0;
		padding: 1em 0;
		margin: 0;}
* .general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;}
* .left-border {
	border: solid 7px #fff;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;}

/* suresmile */
p.small {
	font-size: 10px;
	}
div.learn-more {
	background-color: #fff;
	color: #036;
	width: 50%;
	border: solid 1px #fff;
	padding: 0;
	margin: 15px 18px 15px 15px;
	float: right;
	}
	div.learn-more a {
		color: #036;
		}
	.learn-more h3 {
		background-color: #97AFC2;
		color: #fff;
		margin: 0 0 10px 0;
		padding: 10px;
		}
	.learn-more p {
		padding: 0;
		margin: 0 0 10px 0;
		}
* #video-suresmile {
	width: 320px;
	height: 206px;
	}







/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 18px;
		letter-spacing: normal;
	}

	fieldset {border: 0; padding: 9px 0;margin: 0 18px;}
		fieldset h2 {margin: 0 0 9px;}
		fieldset p {margin: 0 0 18px;}
		fieldset p.disclaimer {font-size: 90%; font-style: italic; margin: 0;}
		fieldset dl {}
			fieldset dl dt {font-size: 16px; clear: both; margin: 9px 0 0;}
				fieldset dd ul {margin: 9px 0;}
					fieldset dd ul li, fieldset dd ol li {list-style: none;}
					fieldset dd li {
						clear: both;
						margin: 3px 0;
						padding: 5px 0 4px 10%;
						overflow: auto;
						height: auto;
						position: relative;
						}
					fieldset dd li:hover {background: #e4dac8;}
					fieldset dd li input:hover, fieldset dd li input:focus,
					 fieldset dd li select:hover, fieldset dd li select:focus,
					 fieldset dd li textarea:hover, fieldset dd li textarea:focus {
					 	background: #f1f1f1;
					 	outline-color: #643f07;
					 	}
						fieldset li h3 {font-size: 12px; line-height: 18px; margin: 0;}
						fieldset li div {float: left; display: inline-block; width: 40%; position: relative; padding-right: 5%;}
						fieldset li div.input-street {width: 85%;}
						fieldset li div.input-city {width: 60%;}
						fieldset li div.input-full-name {width: 85%;}
						fieldset li div.input-phone-full {width: 85%;}
						fieldset li div.input-email {width: 85%;}
						fieldset li div.input-zip {width: 20%;}
						fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {width: 85%;}
							fieldset li div.radio input {border: none;}
							fieldset li div.radio label {padding-right: 9px; font-size: 90%;}
						/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/
						fieldset li div.input-select-full {width: 85%;}
						fieldset li div.input-comments {width: 85%;}
							li div.input-comments textarea {height: 63px; overflow: auto;}
						fieldset li div.input-captcha {width: 50%;}
						fieldset li div.verification {width: 35%;}
							li div.verification img {
								border: 1px solid;
								margin-top: 9px;
								}
							fieldset li div label {
								line-height: 18px;
								font-weight: bold;
								margin-bottom: 9px;
								font-size: 80%;
								color: #24637a;
								}
							fieldset li div input, fieldset li div textarea, fieldset li div select {
								display: block;
								line-height: 18px;
								width: 100%;
								border: 1px solid;
								padding: 4px 0 3px;
								text-indent: 4px;
								margin-top: 9px;
								}
							fieldset li div select {height: 25px;}
							fieldset li div.radio input {display: inline; width: auto; margin-right: 4px;}
							fieldset li div div {width: 100%;}
						fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
							clear:both;/*do not change, forces button to sit below floated elements*/
							display: block;
							width: 125px;
							height: 34px;
							text-align: center;
							margin: 0;
							background:#cdab79;
							border: 1px solid #643f07;
							line-height: 34px;
							color:#24637a;
							font-size:12px;
							font-weight:bold;
							-moz-border-radius: 4px; /*for Moz, optional*/
							-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
							cursor:pointer;
							}
							
							fieldset dd.form-footer li:hover { background:none;}
							

	/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
		font-size: 150%;
		color: #537197;/* customize me*/
		position: absolute;
		left: 9px;
		top: 9px;
	}


	/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {width: 40%;}

	/* JQuery */
	input.error, select.error, textarea.error {border-color: #a52003; background: #fefda1;}
	div.error {
		background: url(../images/validate_error.gif) 0 0 no-repeat;
		color: #a52003;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}
	div.success {
		background: url(../images/validate_ok.gif) 0 0 no-repeat;
		width: 18px;
		height: 18px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		display: block;
		margin: 12px -2% 0 0;
		text-indent: -999em;}

	.contact-form div.error, .contact-form div.success {margin-left: 0;}

/* edit.com */ 

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #3B2605;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #24637A;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #24637A;
	font-weight: bold;
}

.AddressText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: normal;
}

* .PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 38px;
	color: #52001F;
	font-weight: normal;
}

td.TanBorderTop {border-top: solid 1px #BB9D6D; padding-top: 5px;}   

#home-invisalign {
	background: url(/images/learn-more.png) 5px 80px no-repeat;
	height:125px;
	width:220px;
	float:right;
}

#home-damon { 
	background: url(/images/learn-more.png) 5px 50px no-repeat;
	height:100px;
	width:220px;
	float:right;
/*	margin-left:10px;
	margin-bottom:10px;*/ 
}   


.dr-t-rules {
	float:left;
	width:300px;
}
.dr-t-img { float:right; }  

#dr-t-5 { margin-bottom:25px; }      
#dr-t-table td { vertical-align:top; } 
#dr-t-table2 { margin-top:35px; } 
#dr-t-table2 td { vertical-align:middle; text-align:center; } 
#video-container {width:460px;height:350px; margin-top:50px;position:relative; text-align:center; padding-left:0px; margin-left:0px;} 
#video-container h2 {text-align:center;}
 
#right-vid { float:right; padding-left:5px;}
#damon-clear-home p {width:300px;float:left;}    

.home-column { 
width:370px;
position:relative;   
}   

#home-invisalign-logo {
	position:absolute; 
	top:30px;
	left:400px;
} 
#home-damon-logo {
	position:absolute;
	top:255px; 
	left:400px;
} 
#damon-clear-intro {
	width:270px;
	float:left;
} 
#damon-vid { 
	margin-top:30px;
	float:right;   
}
#right-vid2 {
 	position:absolute;
	top:610px; 
	left:400px;    
}
#author {
  text-indent: -99999px;
  position: absolute;
}
#translate {
  margin: 0 0 20px 25px;
  color: #52001F;
  font-weight: bold;
}