/* 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, input, textarea table, caption, tbody, tfoot, thead, tr, th, td, button {margin:0 0 0 0; /* custom */padding:0 0 0 0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;border: 0;}
body {line-height:18px;}
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;}

/* fonts */


@font-face {
	font-family: 'MyriadProCondensed';
	src: url('myriadpro-cond-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProCondensed';
	src: url(//:) format('no404'), url('myriadpro-cond-webfont.woff') format('woff'), url('myriadpro-cond-webfont.ttf') format('truetype'), url('myriadpro-cond-webfont.svg#webfontqGPhNi9H') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('myriadpro-regular-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url(//:) format('no404'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro-regular-webfont.svg#webfonth8sH4VtA') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'MyriadProBoldCondensed';
	src: url('myriadpro-boldcond-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProBoldCondensed';
	src: url(//:) format('no404'), url('myriadpro-boldcond-webfont.woff') format('woff'), url('myriadpro-boldcond-webfont.ttf') format('truetype'), url('myriadpro-boldcond-webfont.svg#webfontJjw1cVhv') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* main layout */
body {
	font-family:Helvetica,"Helvetica Neue",Arial,sans-serif; /* custom */
	font-size:14px; /* custom */
	line-height:20px; /* custom */
	color:#a6a6a6; /* custom */
	background: #292929;  /* custom */
	background-position:top center;
	text-align: center;
	overflow-x: hidden;
}

#container {
	text-align:left;
	margin:0 auto;
	width:890px; /* custom */
}

.opaqueChildren-extraDiv {	
	-moz-box-shadow: 0px 0px 310px #fff;
    -webkit-box-shadow: 0px 0px 310px #fff;
    box-shadow: 0px 0px 310px #fff;
	opacity: .2; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=20); /* IE lt 8 */
	-ms-filter: "alpha(opacity=20)"; /* IE 8 */
	-khtml-opacity: .20; /* Safari 1.x */
	-moz-opacity: .20; /* FF lt 1.5, Netscape */
	behavior: url(css/PIE.htc);
}

#bd {
	width:870px; /* custom */
	position: relative; 
	margin: 0 auto; 
	border:10px solid #000;
}

#hd {
	width:890px;
	height:35px; /* custom */
	text-align:left;
	position: relative; 
	margin: 0 auto; 
	padding: 75px 0 0 0;
}

#hd h1#logo{
	margin: 0 0 0 0;
}
	
#hd h1#logo a{
	font-family: 'MyriadProBoldCondensed';
	text-shadow: 0px -5px 10px #000; 
	font-size:31px;
	text-transform:uppercase;
	color:#fff;
	margin: 0 0 0 0;
	display:inline;
	float:left;
	text-decoration:none;
	letter-spacing:1px;
}

.doctor {
	font-family: 'MyriadProBoldCondensed';
	text-shadow: 0px -5px 10px #000; 
	font-size:31px;
	float:right;
	color:#fff;
	margin:4px 0 0 0;
	letter-spacing:1px;
}

#content {
	background: #292929;
	margin: 0 0 0 240px; /* custom */
	padding: 0 0 10px 30px; /* custom */
	text-align:left;
	min-height: 920px; /* custom */
	position:relative;
	border-left:1px solid #999;
}

body.meet-dr-howard-henry #content {
	min-height:1170px; /* custom */
}

body.site-map #content {
	min-height:1230px; /* custom */
}

body.page-not-found #content, body.internal-server-error #content {
	min-height:1300px; /* custom */
}

#contact-box {
	
	height:99px;
	border:1px solid #999;
	border-right:none;
	border-left:none;
	margin:-6px 0 25px -30px;
	padding:0 0 0 28px;
		
}

body.home #contact-box {
	margin:0px 0 25px -30px;
		
}

#sidebar {
	background: url(../images/sidebar-bg.png) -1px 380px no-repeat;
	width:240px;
	height:auto;
	min-height:600px;
	position:absolute;
	top:10px; /* custom */
	left:50%; /* custom */
	margin-left:-435px;
	padding: 299px 0 0 0;
	text-align:center;
	z-index:600;
}


#ft {
	font-size:12px;
	text-align:center;
	width:875px;
	height:120px;
	position: relative; 
	margin: 0 auto; 
	margin-top:0px;
	margin-left:0px;
	padding: 27px 0 0 15px;
}


/* links */
a {
	cursor:pointer;!important 
	outline: none;
}

a, a:link, a:visited {
	color:#ffffff;  /* custom */
	text-decoration:none;
}

a:hover, a:active  {
	text-decoration:underline;
}

#contact-box a, #contact-box  a:link, #contact-box  a:visited {
	color:#fff;  /* custom */
	text-decoration:none;
}

#contact-box  a:hover, #contact-box  a:active  {
	text-decoration:underline;
}

#utility-nav a, #utility-nav a:link, #utility-nav a:visited {
	color:#fff;  /* custom */
	text-decoration:none;
}

#utility-nav a:hover, #utility-nav a:active  {
	color:#fd9f25;
	text-decoration:none;
}

p.sub_nav a, p.sub_nav a a:link, p.sub_nav a a:visited {
	padding:0 5px 0 4px;
	color:#fff;
	text-decoration:none;
}

p.sub_nav a:hover, p.sub_nav a:active  {
	color:#fd9f25;
	text-decoration:none;
}


#ft a, #ft a:link, #ft a:visited {
	color:#fff;  /* custom */
	padding-right:16px;
}

a#sesame-link {
	color:#fff;  /* custom */
	display:block;
}

/* various typo */
p {
	line-height: 20px; /* custom */
	margin: 0 10px 20px 0; /* custom */
}

p.tag-line {
	font-size:17px;
	line-height: 22px; /* custom */
	margin: 0 0 20px 0; /* custom */
}

#contact-box p {
	font-size:12px;
	line-height: 17px; /* custom */
	width: 100%;
	float:left;
	margin:14px 5px 0 0px;
	display:inline;
	text-align: center;
	letter-spacing:1px;
}

#contact-box p.right {
	width:310px;
	margin-left:5px;
}

.office-name {
	color:#fff;
	text-transform:uppercase;
}

.phone {
	font-size:14px;
}

.hide {
	display:none;
}

.center {
	text-align:center; 
	margin-left:auto; 
	margin-right: auto;
}

.right {
	text-align:right;
}

strong, b {	
	font-weight:bold;
}

em {
	font-style:italic;
}

sup, sub {
	font-size:90%; 
	line-height:18px; 
	vertical-align:middle;
}

sub {
	vertical-align:text-bottom;
}

blockquote p {
	margin:10px 0 10px 0;
}

/* headings */
h2, h3, h4, h5, h6, dt {font-weight:normal;}

h1 { 
	font-family: 'MyriadProCondensed';
	font-size: 28px; /* custom */
	line-height: 28px; /* custom */
	margin: 0 0 20px 0; /* custom */
}
	
h2 {
	font-size: 19px; /* custom */
	color:#a5a5a5;
	line-height: 27px; /* custom */
	margin: 0 0 4px 0; /* custom */
}

h3, dt {
	font-size: 17px; /* custom */
	color:#a5a5a5;
	line-height: 27px; /* custom */
	margin: 0 0 2px 0; /* custom */
}

h4 {
	font-size: 18px; /* custom */
	line-height: 18px; /* custom */
	margin: 0 0 0 0; /* custom */
}

h5 {
	font-size: 14px; /* custom */
	line-height: 18px; /* custom */
	margin: 0 0 0 0; /* custom */
}


/* lists */
ul {
	margin: 0 20px 20px 50px; /* custom */
}

ul li {
	margin: 0 0 3px 0; /* custom */
}

#sidebar ul {
	margin: 31px 0 0 0px; /* custom */
	list-style:none;
}

#sidebar ul li {
	margin: 0 0 31px 0; /* custom */
}

#pro-pack ul#testimonials {
list-style-image: none;
list-style: none none;
margin: 0px;
padding: 0px;
}

#toggle-content ul {
	margin: 0 0 20px 0; /* custom */
	list-style:none;
}

ol {
	margin: 0 0 0 0; /* custom */
}


/* back to top */
p.back-to-top {
	text-align:right; /* custom */
	margin:15px 0px 5px 510px; /* custom */
	position:absolute;
	bottom:0px;
	clear: both; 
}

body.meet-dr-howard-henry p.back-to-top {
	margin-top:175px;
}

p.back-to-top a {
	text-decoration:underline; /* custom */
}

p.back-to-top a:hover {
	text-decoration:none; /* custom */
}

body.braces-diagram p.back-to-top {
	display:none
}


/* location map goodness */
.iframe {
	display: none;
}

.map {
	width:550px; /* custom */
	height:350px; /* custom */
	border: 1px solid #fd9f25; /* custom */
	overflow: hidden;
	display: block; 
	margin: 0 0 30px 0; /* custom */
	padding: 9px;
	background-color: #000; /* Customize me! */
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
}


/* navigation */
#nav {
	width:240px; /* custom */
	height:243px; /* custom */
	position:absolute;
	top:144px; /* custom */
	margin-left:10px;
	z-index: 1000;
	text-align: left;
	
}

#nav ul {
	list-style:none;
	width:240px; /* custom */
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0;
}
#nav ul li {
	float:left;
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0;
}

#nav ul li a {
	display: block;
}

				
a#meet-the-team, a#for-new-patients, a#about-orthodontics, a#about-braces, a#orthodontic-treatments, a#invisalign, a#suresmile, a#first-aid, a#contact-us {
	width:240px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat;
}
					
#nav ul li a#meet-the-team {
	height:31px;
	background-position: 0px 0px;
	
}

#nav ul li:hover a#meet-the-team, #nav ul li.sfhover a#meet-the-team, #nav ul li.active a#meet-the-team {
	background-position: -260px 0px
}

#nav ul li a#for-new-patients {
	height:30px;
	background-position: 0px -31px;
}

#nav ul li:hover a#for-new-patients, #nav ul li.sfhover a#for-new-patients, #nav ul li.active a#for-new-patients {
	background-position: -260px -31px
}

#nav ul li a#about-orthodontics {
	height:30px;
	background-position: 0px -61px;
}

#nav ul li:hover a#about-orthodontics, #nav ul li.sfhover a#about-orthodontics, #nav ul li.active a#about-orthodontics {
	background-position: -260px -61px
}

#nav ul li a#about-braces {
	height:30px;
	background-position: 0px -91px;
}

#nav ul li:hover a#about-braces, #nav ul li.sfhover a#about-braces, #nav ul li.active a#about-braces {
	background-position: -260px -91px
}

#nav ul li a#orthodontic-treatments {
	height:30px;
	background-position: 0px -121px;
}

#nav ul li:hover a#orthodontic-treatments, #nav ul li.sfhover a#orthodontic-treatments, #nav ul li.active a#orthodontic-treatments {
	background-position: -260px -121px
}

#nav ul li a#suresmile {
	height:30px;
	background-position: 0px -151px;
}

#nav ul li:hover a#suresmile, #nav ul li.sfhover a#suresmile, #nav ul li.active a#suresmile {
	background-position: -260px -151px
}

#nav ul li a#invisalign {
	height:30px;
	background-position: 0px -181px;
}

#nav ul li:hover a#invisalign, #nav ul li.sfhover a#invisalign, #nav ul li.active a#invisalign {
	background-position: -260px -181px
}



#nav ul li a#first-aid {
	height:30px;
	background-position: 0px -211px;
}

#nav ul li:hover a#first-aid, #nav ul li.sfhover a#first-aid, #nav ul li.active a#first-aid {
	background-position: -260px -211px
}

#nav ul li a#contact-us {
	height:30px;
	background-position: 0px -241px;
}

#nav ul li:hover a#contact-us, #nav ul li.sfhover a#contact-us, #nav ul li.active a#contact-us {
	background-position: -260px -241px
}

					
#nav ul li ul { /* dropdown styles */
	width:180px; /* same as above */
	border:1px solid #999;
	border-left:none;
	height:auto;
	position:absolute;
	top:-999em;
	display: block;
	margin:-20px 0 0 241px; /* custom */
	padding-top:10px; /* custom */
	padding-bottom:12px; /* custom */
	background: #292929;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.35);
	box-shadow: 0 5px 5px rgba(0,0,0,0.35);
}

/*fixes for dd alignment with parent */

#nav ul li.about-us ul {
	margin-left:3px ;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	top: auto;
}

#nav ul li ul li {
	list-style:none;
	float: none;
}

#nav ul li ul li a {
	display: block;
	font-size: 14px; /* custom */
	font-weight:bold;
	float: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px; /* custom */
	text-align: left;
	color: #fff; /* custom */
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0; /* custom */
	text-indent:14px; /* custom */
}

#nav ul li ul li a:hover {
	color:#fd9f25;
	position:relative;
	padding:0 0 0 0; /* custom */
}

#nav ul li ul li.active a {
	color:#fd9f25;
	position:relative;
	padding:0 0 0 0; /* same as above */
}
	

/* utility nav */
#utility-nav {
	font-family: 'MyriadProBoldCondensed';
	font-size:13px;
	color:#fff;
	position:absolute;
	top:6px; /* custom */
	left:50%; /* custom */
	margin-left:218px;
	letter-spacing:1px;
}

#utility-nav ul {
	margin:0 0 0 0; /* custom */
	padding:0 0 0 0;
	list-style:none;
}

#utility-nav ul li {
	display:inline;
	float:left;
	padding:0 25px 0 0;
}

#utility-nav ul li.active a {
	color:#fd9f25;
}

/* on page subnav */
p.sub_nav { 
	font-size:14px;
	margin:-2px 0 13px -4px; /* custom */
	color:#fff;
	z-index:100;
	position:relative;
	line-height:24px; /* custom */
}

p.sub_nav a.active {
	color:#fd9f25;
	text-decoration:none;
}


/* sitemap / 404 / 500 */
div.col {
	width:49%; /* custom */
	margin:0 0 0 0; /* custom */
	float:left;
}

div.col2 {
	width:49%; /* custom */
	margin:0 0 0 0; /* custom */
	float:left;
}
div.col ul, div.col2 ul {
	font-size:17px;
	list-style:none; 
	line-height:26px; /* custom */
	padding:0 0 0 0; /* custom */
	margin:0 0 20px 0 !important; /* custom */
}
div.col ul li ul, div.col2 ul li ul {
	font-size:14px !important;
	text-transform:none;
	list-style:none; 
	line-height:16px !important; /* custom */
	padding:0 0 0 0px; /* custom */
	margin:0 0 0 0; /* custom */
}


/* images */
img.auto {
	width:629px;
	height:290px;
	margin: 0 0 0 -30px;
	padding: 0 0 0 0;
}


.slideshow {
	width:629px;
	height:290px;
	margin: 0 0 0 -30px;
	padding: 0 0 0 0;
}

.slideshow img {
	width:629px;
	height:290px;
}

/* callouts */
img.invisalign {
	margin:2px 0 0 -86px;
	padding:0 0 0 0;
	z-index:1000;
	left:50%;
	position:absolute;
}

img.incognito {
	margin:108px 0 0 -78px;
	padding:0 0 0 0;
	z-index:1000;
	left:50%;
	position:absolute;
}

img.refer {
	margin: 5px 0 0 59px;
	padding:0 0 0 0;
	z-index:1000;
	left:50%;
	position:absolute;
}

img.free {
	margin: 2px 0 0 65px;
	padding:0 0 0 0;
	position:absolute;
	left:50%;
	z-index:1001;
}

/* videos */
#video-invisalign, #video-in-ovation, #video-suresmile {
	border: solid 1px #fd9f25; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
}


/* flash */

#flash-brace-painter {
	border: solid 2px #225756; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
	margin-bottom:30px;
}




/* SESAME CSS */
img.right {
	margin: 0 23px 15px 15px;
	float: right;
	clear: right;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
	}
img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 1px #FD9F25; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 23px 15px 15px;
	border: solid 1px #FD9F25; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
	}
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: 0px;
	background-color: #eee; /* Customize me! */
	border: solid 1px #eee; /* Customize me! */
	border-width: 1px 0 0 0; /* Customize me! */
	margin: 20px 0;
	margin-right:23px;
	padding: 0;
	clear: both;
	}
/* This is the backup for screen readers */
hr {
	display: none;
	height: 0px;
	background-color: #eee;
	border: solid 1px #eee;
	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: #000; /* Customize me! */
	color:#fff;
	padding: 5px 0 5px 5px;
	margin: 6px 23px 20px 20px;
	border: solid 1px #fd9f25; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
}
div.box img {
	float: left;
	border: solid 1px #fd9f25; /* Customize me! */
	margin-right: 5px;
}
div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}







/* In-Ovation */
div.comparison {
	background: #fff;
	border: 1px solid #fd9f25;
	display: inline-block;
	margin-bottom: 10px;
	margin-right:23px;
	clear: both;
	padding: 5px;
	}
	div.comparison div {
		float: left;
		width: 49%;
		}
#video-in-ovation {
	width: 320px;
	height: 266px;
	}



/* invisalign teen */

img.left {
	border: solid 1px #000;
	margin: 0 15px 20px 0;
	float: left;
	}
span.indent {
	padding-left: 40px;
	}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 23px 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 #fff;
		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 1px #333;
	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;
	}

/* Reset */
#pro-pack {
	position: relative;
	font-size: inherit;
	line-height: inherit;
	}
#pro-pack .invisalign-block {
float: left;
width: 315px;
}
#pro-pack img {
	display: block;
	}
#pro-pack a, #pro-pack img, #pro-pack object {
	border:none; 
	outline:none;
	}
	
/* Global Styles ------------------- */
#pro-pack .border {
	border: solid 1px #333; /* Customize me!! */
	}
#pro-pack .right {
	float: right;
	margin: 0 0 15px 15px;
	}
#pro-pack .left {
	margin: 0 15px 15px 0;
	float: left;
	}
#pro-pack .right-border {
	float: right;
	clear: right;
	margin: 5px 15px 15px 10px;
	border: solid 1px #FD9F25; /* Customize me! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 5px 5px -3px black;
	-moz-box-shadow: 0 5px 5px -3px black;
	box-shadow: 0 5px 5px -3px black;
	}
#pro-pack .left-border {
	border: solid 1px #333; /* Customize me!! */
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	}
#pro-pack img.border {
	border: solid 1px #333; /* Customize me!! */
	}
		
/* Invisalign Footer -------------------- */	
#pro-pack #invisalign-footer {
	background: #fff;
	width: 97%;
	margin: 30px 0;
	padding: 0;
	border: solid 1px #333; /* Customize me!! */
	font-size: 11px;
	-moz-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
	clear: both;
	}
#pro-pack #invisalign-footer h3 {
	background: #97AFC2; /* Customize me!! */
	margin: 0;
	padding: 8px 15px;
	color: #fff; /* Customize me!! */
	font-size: 14px;
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
	-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
	}
#pro-pack #invisalign-footer ul li img {
	margin: 0 10px 0 15px;
	float: left;
	}
#pro-pack #invisalign-footer p {
	padding: 0 15px;
	margin: 30px 0 15px 0;
	}
#pro-pack #invisalign-footer ul {
	margin: 15px; 
	padding: 0 0 15px 0;
	list-style: none;
	border: solid 1px #333; /* Customize me!! */
	border-width: 0 0 1px 0;
	}
#pro-pack #invisalign-footer li {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	}
#pro-pack #invisalign-footer li a {
	float: left;
	}	
#pro-pack .invisalign-footer-logo {
	margin: 0 30px 0 15px;
	float: left;
	}
	

/* Invisalign Videos ------------------- */
#pro-pack div.invisalign-flash {
	background: url(http://media.sesamehost.com/images/invisalign-pro-package/invisalign-video-bg.jpg) no-repeat;
	width: 450px;
	height: 250px;
	border: solid 1px #333; /* Customize me!! */
	margin-bottom: 15px;
	}
#pro-pack div.invisalign-flash img {
	margin: 30px 50px 0;
	float: right;
	}
#pro-pack .bump-right {
	margin-right: 5px;
	}
#pro-pack #video-invisalign-best-friends, #pro-pack #video-invisalign-news-travels-fast {
	width: 320px;
	height: 206px;
	display: block;
	}
#pro-pack #video-invisalign-lobby {
	width: 320px; 
	height: 266px;
	display: block;
	}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */
	div.referral-form, div.appointment-form, div.comments {
		width: 100%;
		margin-top: 0px;
		letter-spacing: normal;
	}

	fieldset {border: 0; padding: 9px 23px 0 0;margin: 0 0px;}
		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: #000;/* customize me - this is the hover color change of li */
					-moz-border-radius: 9px; /*for Moz, optional*/
					-webkit-border-radius: 9px; /*for Webkit Browsers, optional*/
					}
					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;/* customize me - this is the hover color change of form fields*/
					 	outline-color: #FD9F25;/* customize me */
					 	}
						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;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							fieldset li div label {
								line-height: 18px;
								font-weight: bold;
								margin-bottom: 9px;
								font-size: 80%;
								color: #FD9F25;/*override to match site*/
								}
							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;
								-moz-border-radius: 4px; /*for Moz, optional*/
								-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
								}
							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;
							border: 1px solid #FD9F25;
							line-height: 34px;
							color:#FD9F25;/* customize me! */
							font-size:12px;
							font-weight:bold;
							-moz-border-radius: 4px; /*for Moz, optional*/
							-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
							}


	/* 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: #FD9F25;/* 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;}





.img-right { margin: 0 0 20px 10px; float: right; clear: right; }  

.img-center { margin: 0 10px 20px 0; text-align:center; width: 100%; }  

.text-left { margin: 0 0 20px 0; float: left; clear: left; width: 300px; }  
.text-right { margin: 0 0 20px 0; float: right; clear: right; width: 300px; }  
.img-left {
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0;
} 
.video { display: block; /* Add more nifty stuff in here if you like */ }


	#pro-pack .invisalign-footer-logo {
	margin: 0px 30px 0px 15px; float: left;
}
	
	#pro-pack #suresmile-footer {
	background: rgb(255, 255, 255); margin: 30px 0px; padding: 0px; width: 99%; clear: both; font-size: 11px;
}
#pro-pack #suresmile-footer h3 {
	margin: 0px; padding: 10px 20px; font-size: 14px;
	color:#FFFFFF;
	 background: #000000; /* Customize me!! */
}
#pro-pack #suresmile-footer ul li img {
	margin: 0px 10px 0px 20px; float: left;
}
#pro-pack #suresmile-footer p {
	margin: 30px 0px 20px; padding: 0px 20px;
}
#pro-pack #suresmile-footer ul {
	border-width: 0px 0px 1px; list-style: none; margin: 15px; padding: 0px 0px 15px;
}
#pro-pack #suresmile-footer li {
	margin: 0px; padding: 0px; border: currentColor; width: 33%; float: left;
}
#pro-pack #suresmile-footer li a {
	float: left;
}

#pro-pack #suresmile-footer a {color:#666666; text-decoration:none;}	
#pro-pack #suresmile-footer li a:hover {text-decoration:underline;}	
#pro-pack .suresmile-footer-logo {
	margin: 0px 30px 0px 15px; float: left;
}
#pro-pack #suresmile-footer {
	border-radius: 5px; border: 1px solid #332727;
}

tbody {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; text-align: left; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; vertical-align: baseline; white-space: normal;
}
tbody th {
	border-top-color: rgb(0, 0, 0); border-top-width: 1px; border-top-style: solid;
}
tbody td {
	border-top-color: rgb(0, 0, 0); border-top-width: 1px; border-top-style: solid;
}
tbody tr:nth-child(2n+1) th {
	background: rgba(0, 0, 0, 0.035);
}
tbody tr:nth-child(2n+1) td {
	background: rgba(0, 0, 0, 0.035);
}
	/* 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;}