/* Import font-face stylesheet */
@import url('fonts.css');

/* 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.5em;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #636363;
}
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;}
a {
	color: #017dca;
	text-decoration: underline;
}
a:hover {
	color: #48A741;
	text-decoration: none;
}
.hide {display:none;}
.flash-replaced .alt {display:none;}
/*Sticky Footer*/
html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#bd {padding-bottom: 200px;}  /* must be same height as the footer */

#ft {position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;}

/*LAYOUT*/
#container {
	width: 841px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#hd {
	height: 159px;
}
#logo a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 129px;
	width: 841px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#sidebar {
	font-weight: bold;
	font-family: Arial, "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #363636;
	width: 215px;
	position: absolute;
	top: 239px;
	right: 10px;
	text-align: right;
	z-index: 5;
}
#bd {
	background-image: url(../images/bd-bg.png);
	background-repeat: no-repeat;
	background-position: left 294px;
}
#content {
	padding-top: 330px;
	padding-left: 40px;
	padding-right: 250px;
	padding-bottom: 50px;
	min-height: 580px;
}
body.home #content {
	min-height:1125px;
}
#ft {
	background-image: url(../images/ft-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #48A741;
	width: 100%;
	clear: both;
	color: #FFF;
	font-size: 11px;
}
/*FOOTER ELEMENTS*/
#ft .inner {
	width: 841px;
	margin-right: auto;
	margin-left: auto;
	height:200px;
}
#ft-patient {
	background-image: url(../images/ft-patient.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FBB347;
	height: 150px;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-left: 40px;
	float: left;
	padding-top: 50px;
}
#ft-about {
	background-image: url(../images/ft-about.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 109px;
	padding-top: 50px;
	padding-left: 40px;
	float: left;
	background-color: #0B82CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#ft-text {
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	width: 400px;
	padding-top: 40px;
}
#ft-patient li , #ft-about li{
	list-style-type: none;
}
#ft ul {
	margin-bottom: -20px;
}
#ft a {
	color: #FFF;
	text-decoration: none;
}
#ft a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

/*LOGIN ELEMENTS*/
#login {
	width: 215px;
	position: absolute;
	top: 175px;
	right: 0px;
	z-index: 5;
}
#login li {
	list-style-type: none;
}
#patient, #doctor {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	display: block;
	width: 215px;
	text-indent: -9999px;
}
#patient {
	background-position: left top;
	height: 27px;
}
#patient:hover {
	background-position: -215px top;
	height: 27px;
}
#doctor {
	background-position: left -27px;
	height: 25px;
}
#doctor:hover {
	background-position: -215px -27px;
	height: 25px;
}

/*SOCIAL ELEMENTS*/
#social {
	width: 211px;
	position: absolute;
	top: 480px;
	right: 2px;
}

#social li {
	list-style-type: none;
	float: left;
}

/*#social a {
	background-image: url(../images/social.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

a#blogger {
	background-position: left top;
}
a#blogger:hover {
	background-position: left -39px;
}
a#youtube {
	background-position: -40px top;
}
a#youtube:hover {
	background-position: -40px -39px;
}
a#facebook {
	background-position: -80px top;
}
a#facebook:hover {
	background-position: -80px -39px;
}
a#yelp {
	background-position: -120px top;
}
a#yelp:hover {
	background-position: -120px -39px;
}
a#twitter {
	background-position: -160px top;
}
a#twitter:hover {
	background-position: -160px -39px;
}
*/
#social a {
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin-right:3px
}
a#blogger {	background-image:url('../images/blog.png'); }
a#youtube { background-image:url('../images/youtube.png'); }
a#facebook { background-image:url('../images/facebook.png'); }
a#yelp { background-image:url('../images/yelp.png'); }
a#twitter { background-image:url('../images/twitter.png'); }
a#googleplus { background-image:url('../images/google-plus.png'); }
a#pinterest { background-image:url('../images/pinterest.png'); }
a#blogger:hover, a#youtube:hover, a#facebook:hover, a#yelp:hover, a#twitter:hover, a#googleplus:hover, a#pinterest:hover {
	padding-top:3px;
}
#google-places
{
	width: 217px;
	position: absolute;
	top: 530px;
	right: 0;
	z-index: 5;
	text-decoration:none;
	text-align:center; 
}
#yelp-reviews
{
	width: 217px;
	position: absolute;
	top: 660px;
	right: 0;
	z-index: 5;
	text-decoration:none;
	text-align:center; 
}
#healthgrades-btn
{
	width: 217px;
	height: 47px;
	position: absolute;
	top: 790px;
	right: 0;
	z-index: 5;
	text-decoration:none;
	text-align:center; 
}
#callout-schedule {
	width: 215px;
	position: absolute;	
	top: 855px;
	right: 0px;
	z-index: 5;
	text-decoration:none;
	text-align:center; 
	background-color:#FDCD46;
	border:#0080C6 1px solid;
}
#callout-schedule a { text-decoration:none}
/*LOGO ELEMENTS*/
#logos {
	width: 200px;
	position: absolute;
	top: 970px;
	right: 0px;
}
#content #logos ul {
	margin: 0px;
	padding: 0px;
}
#content #logos li {
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#invisalign-logo, #invisalign-teen-logo, #aboo, #aao, #damon, #inovationr, #inovationc, #invisalign-event, #invisalign-pref-2012 {
	background-image: url(../images/logos.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	text-indent: -9999px;
}
#invisalign-event {
	background:url(../images/invisalign-event-callout.jpg) no-repeat 0 0;
	height:140px;
}
#invisalign-event:hover {
	background-position:right 0;
}
#invisalign-pref-2012 {
	background:url(../images/invisalign-preferred-2012.jpg) no-repeat 0 0;
	height:200px;
}
#invisalign-pref-2012:hover {
	background-position:right 0;
}
#invisalign-logo {
	background-position: left top;
	height: 139px;
}
#invisalign-logo:hover {
	background-position: -200px top;
	height: 139px;
}
#invisalign-teen-logo {
	background-position: left -290px;
	height: 71px;
}
#invisalign-teen-logo:hover {
	background-position: -200px -290px;
	height: 71px;
}
#damon {
	background-position: left -361px;
	height: 59px;
}
#damon:hover {
	background-position: -200px -361px;
	height: 59px;
}
#inovationr {
	background-position: left -420px;
	height: 71px;
}
#inovationr:hover {
	background-position: -200px -420px;
	height: 71px;
}
#inovationc {
	background-position: left -491px;
	height: 75px;
}
#inovationc:hover {
	background-position: -200px -491px;
	height: 75px;
}
#aboo {
	background-position: left -68px;
	height: 125px;
}
#aboo:hover {
	background-position: -200px -68px;
	height: 125px;
}
#aao {
	background-position: left -193px;
	height: 97px;
}
#aao:hover {
	background-position: -200px -193px;
	height: 97px;
}

#content #insurance-box {
	position: absolute;
	top: 1500px;
	right: 0px;
	text-align: center;
	width:200px;
}
#content ul#insurances {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 3px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px;
	width: 160px;
	margin-bottom: 20px;
	list-style-type: none;
	list-style: none;
}
#content ul#insurances li {
	margin: 0;
	padding: 3px 0px 0px 10px;
	list-style-image: none;
	list-style-type: none;
}

/*NAVIGATION*/
#nav {
	position: absolute;
	z-index: 80;
	left: 00px;
	top: 129px;
	width:841px;
}

#nav ul li a#meet-the-team, #nav ul li a#for-new-patients, #nav ul li a#about-orthodontics, #nav ul li a#invisalign, #nav ul li a#orthodontic-treatments, #nav ul li a#damon-smile, #nav ul li a#first-aid, #nav ul li a#contact-us, #nav ul li a#home  {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	position: relative;
	height:30px;
}

#nav ul li a#meet-the-team {background-position: left top; width:122px;}
#nav ul #meet-the-team:hover, #nav li:hover #meet-the-team, #nav li.sfhover #meet-the-team, #nav .active #meet-the-team, #nav ul #meet-the-team.active {background-position: left bottom;}

#nav ul li a#for-new-patients {	background-position: -122px top;	width:132px;}
#nav ul #for-new-patients:hover, #nav li:hover #for-new-patients, #nav li.sfhover #for-new-patients, #nav .active #for-new-patients, #nav ul #for-new-patients.active {background-position: -122px bottom;}

#nav ul li a#about-orthodontics {background-position: -254px top; width:153px;}
#nav ul #about-orthodontics:hover, #nav li:hover #about-orthodontics, #nav li.sfhover #about-orthodontics, #nav .active #about-orthodontics, #nav ul #about-orthodontics.active {background-position: -254px bottom;}

#nav ul li a#invisalign {background-position: -407px top; width:92px;}
#nav ul #invisalign:hover, #nav li:hover #invisalign, #nav li.sfhover #invisalign, #nav .active #invisalign, #nav ul #invisalign.active {background-position: -407px bottom;}

#nav ul li a#orthodontic-treatments {background-position: -499px top; width:95px;}
#nav ul #orthodontic-treatments:hover, #nav li:hover #orthodontic-treatments, #nav li.sfhover #orthodontic-treatments, #nav .active #orthodontic-treatments, #nav ul #orthodontic-treatments.active {background-position: -499px bottom;}

#nav ul li a#damon-smile {background-position: -499px top; width:95px;}
#nav ul #damon-smile:hover, #nav li:hover #damon-smile, #nav li.sfhover #damon-smile, #nav .active #damon-smile, #nav ul #damon-smile.active {background-position: -499px bottom;}

#nav ul li a#first-aid {background-position: -594px top; width:82px;}
#nav ul #first-aid:hover, #nav li:hover #first-aid, #nav li.sfhover #first-aid, #nav .active #first-aid, #nav ul #first-aid.active {background-position: -594px bottom;}

#nav ul li a#contact-us {background-position: -676px top; width:94px;}
#nav ul #contact-us:hover, #nav li:hover #contact-us, #nav li.sfhover #contact-us, #nav .active #contact-us, #nav ul #contact-us.active {background-position: -676px bottom;}

#nav ul li a#home {background-position: -770px top; width:71px;}
#nav ul #home:hover, #nav li:hover #home, #nav li.sfhover #home, #nav .active #home, #nav ul #home.active {background-position: -770px bottom;}

/*TYPE*/
h1, h2, h3, h4 {
	font-weight:bold;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: normal;
}
#content h1 {color: #48a741; font-size:30px; font-family: 'LucidaGrandeRegular';}
h2 {color: #017dca;	font-size:22px;}
h3 {color: #76bd71;	font-size:18px;}
h4, h5, h6 {color: #ed2a2b;	font-size:14px;}
p {
	padding-top: 10px;
	padding-bottom: 10px;
}
blockquote {
	margin-left: 20px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #48A741;
}
sup {
	font-size: 10px;
}
#content ul {
	padding-left: 10px;
	list-style-type: none;
}
#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
}
#content ol {
	padding-left: 20px;
}
#content ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-map #content ul li {
	font-size:14px;
	background-image: none;
}
.site-map #content ul li ul li {
	font-size:12px;
	background-image: url(../images/content-li.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}
/*SUBNAV*/
.sub_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	color:#017dca;
	margin-bottom:10px;
}

.sub_nav a {
	color: #017dca;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}
.sub_nav a:hover, .sub_nav .active {
	color: #017dca;
	text-decoration: none;
}


/* office tour */
ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;}
#slideshow-container {
	background: #fff; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	width: 500px; 
	height:386px; 
	padding: 10px;
	position: relative;
	margin-left:30px;
}
#caption {
	margin: 10px;
	height: 30px; /* Adjust this if caption text runs over two lines long */
	display: block;
	font-weight: bold;
	font-size: 1.17em;
	text-align: center;
	}
ul.slideshow img {
	width: 500px; 
	height:386px; }
.office-tour-nav {
	background: #A17E3C; /* Customize me */
	position: absolute; 
	z-index: 50; 
	bottom: 10px;
	padding: 0 3px;}
.office-tour-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #fff;}
.office-tour-nav a.activeSlide {color: #333;}

.right {
	float: right;
	}

/* SESAME CSS */
img.right {
	margin: 0 0 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;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.main-photo {
	position: absolute;
	left: 0px;
	top: 159px;
}
.back-to-top a {
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	display: block;
	font-weight: bold;
	clear: both;
}
.back-to-top a:hover {
	background-position: left 2px;
}
.map {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 520px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.member {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.dualcolumn {
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
}
/* jQuery Slideshow */
#slideshow-home {width: 841px; height: 291px;	position: absolute;
	left: 0px;
	top: 159px;
	z-index: 3;
}


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;
	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: #FFFFFF; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.box img {
	float: left;
	border: solid 1px #333; /* Customize me! */
	margin-right: 5px;
}
div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

/* Magic Braces!! Ooooo... */
#content ul#magic {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul#magic li {
	margin: 0;
	padding: 0 15px;
	list-style: none;
	width: 25%;
	float: left;
	background-image: none;
	text-align: center;
	font-size: 12px;
}
#content ul#magic li img {
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Damon System */
#damon-bracket {
	display: block;
	margin: 0 auto 10px auto;
	}
#damon-wrap {
	width: 400px;
	margin: 0 auto;
	}
#damon-left {
	float: left;
	width: 175px;
 	margin-right: 20px;
	}
#damon-right {
	float: left;
	width: 170px;
	}
#flash-damon-system-comparison {
	margin: 10px auto;
	width: 250px;
	display: block;
	}
#video-the-damon-system {
	margin: 0 15px 15px 0;
	width: 240px;
	height: 206px;
	float: left;
	clear: left;
	}
#video-the-damon-system-2 {
	margin: 0 15px 15px 0;
	width: 400px;
	height: 330px;
	float: left;
	clear: left;
	}



/* In-Ovation */
div.comparison {
	background: #fff;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
	}
	div.comparison div {
		float: left;
		width: 49%;
		}
#video-in-ovation {
	width: 320px;
	height: 266px;
	}





/* 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;
	background-image: none;
}
.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 {
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 1px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;}
#flash-general-soreness, #flash-headgear, #flash-loose-appliance, #flash-loose-bracket, #flash-loose-wire, #flash-poking-wire  {margin-top: -10px;
}

#content #brushing-instructions ul li, #content #flossing-instructions ul li {
	list-style-type: none;
	background-image: none;
}

/*-----------------------------------------------
	Forms
	*/
	/* Global form styles */

	#content .formContainer ul li {
	background-image: none;
	list-style-type: none;
}
	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: #FDDAA4;/* customize me - this is the hover color change of li */}
					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: #537197;/* 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: #537197;/*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%;}
						button {border:0 none; margin:0; text-align:left; }

							.form-footer button, .form-footer button:visited {
														background: #0B82CC;
														display: inline-block;
														padding: 5px 10px 6px;
														color: #fff;
														text-decoration: none;
														-moz-border-radius: 5px;
														-webkit-border-radius: 5px;
														-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
														-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
														text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
														border-bottom: 1px solid rgba(0,0,0,0.25);
														position: relative;
														cursor: pointer;
														font-weight: bold;
														line-height: normal;
														}
							.form-footer button:hover { background-color: #48A741; color: #fff; }
							.form-footer button:active { top: 1px; }
							button::-moz-focus-inner { padding:0; }



	/* 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;}
/****/
#streaming { text-indent:-999em; width:256px; height:193px; display:block; background:url(../images/streaming-button.jpg)}
#streaming:hover { background:url(../images/streaming-button.jpg) 0 193px}

.right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.left-border {
	border: solid 1px #000;
	margin: 0 15px 15px 0;
	float: left;
	}
img.left {
	margin: 0 15px 15px 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;
	line-height: 18px;
	font-size: 11px;
	float: right;
	clear: right;
	}
#invisalign-sidebar a {
	color: #036;
	}
#invisalign-sidebar h3 {
	background: #7FBDE5;
	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 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;}

/* Reveal Video */
.reveal-me {}
.reveal-me .hidden {display:none;}
#home-video.reveal-me {border:#FBB347 solid 2px; padding:4px; width:360px;}



/* Reset */
#pro-pack {
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
#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 20px 20px;
}
#pro-pack .left {
  margin: 0 20px 20px 0;
  float: left;
}


#pro-pack .img-left  {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#pro-pack .img-right  {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#pro-pack p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: #ff0000;
  border: 1px dotted #ff0000;
  background: #ffffff;
  text-align: center;
}

/* Main Invisalign page ----------------- */
#pro-pack #video-invisalign {
  width: 360px; 
  height: 266px;
  display: block;
}

/* Invisalign Testimonials ------------------ */
#pro-pack ul#testimonials {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#pro-pack ul#testimonials li {
background-image: none;
  list-style: none;
  list-style-image: none;
}
#pro-pack .invisalign-block {
  width: 315px; 
  float: left;
}

/* Invisalign Teen ------------------ */
#pro-pack span.indent {padding-left: 40px;}
#pro-pack #invisalign-sidebar {
  background: #fff;
  width: 275px;
  margin: 0 0 20px 20px;
  padding: 0;
  border: solid 1px #333; /* Customize me! */
  line-height: 18px;
  font-size: 11px;
  float: right;
  clear: right;
}
#pro-pack #invisalign-sidebar a {
  color: #036; /* Customize me!! */
}
#pro-pack #invisalign-sidebar h3 {
  background: #48A741; /* Customize me!! */
  margin: 0;
  padding: 20px;
  font-size: 16px; /* Customize me!! */
  font-weight: bold; /* Customize me!! */
  color: #fff; /* Customize me!! */
}
#pro-pack #invisalign-sidebar p {
  padding: 0 15px;
  margin: 15px 0;
  font-size: 11px;
  line-height: 16px;
}
#pro-pack .thumb {
  border: solid 1px #333; /* Customize me!! */
  margin: 0 10px 15px 0;
  float: left;
  clear: left;
}

/* Invisalign Videos ------------------- */
#pro-pack div.invisalign-flash {
  background: url(/sesame_media/images/invisalign-pro-package/invisalign-video-bg.jpg) no-repeat;
  width: 450px;
  height: 250px;
  border: solid 1px #333; /* Customize me!! */
  margin-bottom: 20px;
}
#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;
}

/* Invisalign Before and After --------------- */
#pro-pack #invisalign-before-after {
  width: 488px;
  min-height: 335px;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 10px;
  background-color: #48A741; /* Customize me */
  border: solid 1px #333; /* Customize me */
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -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 */
  color:#FFFFFF;
}
#pro-pack #invisalign-before-after ul.slideshow {
  list-style: none; 
  margin: 0; 
  padding: 0;
  width: 488px;
  height: 270px;
  overflow: hidden;
}

#pro-pack #invisalign-before-after ul.slideshow li {
  list-style: none; 
  background-image:none;
  margin-left:0px;
  padding-left:0px;
}

#pro-pack ul#before-after-cycle li img {
  width: 232px;
  height: 265px;
  float: left;
  margin-right: 10px;
  border: solid 1px #333; /* Customize me */
}
#pro-pack #invisalign-before-after p {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
}
#pro-pack #invisalign-before-after div.cycle-detail {
  _width: 478px;
  min-height: 55px;
  _height: 75px;
  line-height: 18px;
  clear: both;
  background-color: #fff; /* Customize me */
  color: #333; /* Customize me */
  padding: 10px;
  margin: 0 10px 0 0;
  border: solid 1px #333; /* Customize me */
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -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 */
}
#pro-pack #invisalign-before-after div.before-after-nav {
  background: #fff; /* Customize me */
  _width: 478px;
  margin: 0 10px 10px 0;
  padding: 5px 3px;
  border: solid 1px #333; /* Customize me */
  border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
}
#pro-pack #invisalign-before-after .before-after-nav a {
  text-decoration: none; 
  font-size: 12px; 
  padding: 5px; 
  margin: 0 3px;
  outline: none;
  color: #333; /* Customize me */
}
#pro-pack #invisalign-before-after .before-after-nav a.activeSlide, #pro-pack #invisalign-before-after .before-after-nav a:hover {color: #009EC7;} /* Customize me */

/* Invisalign Footer -------------------- */	
#pro-pack #invisalign-footer {
  background: #fff;
  width: 99%;
  margin: 30px 0;
  padding: 0;
  border: solid 1px #333; /* Customize me!! */
  font-size: 11px;
  border-radius: 5px; /* Optional - you may customize or remove - Does not work in IE */
  -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: #48A741; /* Customize me!! */
  margin: 0;
  padding: 10px 20px;
  color: #fff; /* Customize me!! */
  font-size: 14px;
  border-radius: 5px 5px 0 0; /* Optional - you may customize or remove - Does not work in IE */
  -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 20px;
  float: left;
}
#pro-pack #invisalign-footer p {
  padding: 0 20px;
  margin: 30px 0 20px 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;
}

/* Pro Pack Callouts --------------- */
#pro-pack-callout-sm {
  width: 123px;
  height: 63px;
  background: #eee /* Customize this color!! */ url(/sesame_media/images/invisalign-pro-package/callout-sm.png) no-repeat;
  border: solid 1px #000; /* Customize me!! */
  border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -moz-border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -webkit-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  margin: 0 0 18px; /* Customize me!! */
  padding: 0;
  display: block;
  text-indent: -9999px;
  /* Uncomment the following lines if using absolute positioning */
  /* top: 390px; Customize me!! */
  /* left: 350px; Customize me!! */
  /* position: absolute; */
  /* z-index: 2; Adjust this number if needed */
}
#pro-pack-callout-sm a {
  width: 123px;
  height: 63px;
  display: block;
}
#pro-pack-callout-lg {
  width: 223px;
  height: 128px;
  background: #eee /* Customize this color!! */ url(/sesame_media/images/invisalign-pro-package/callout-lg.png) no-repeat;
  border: solid 1px #000; /* Customize me!! */
  border-radius: 3px; /* Optional - you may customize or remove - Not supported in IE*/
  -moz-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  -webkit-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
  margin: 0 0 18px;
  padding: 0;
  display: block;
  text-indent: -9999px;
  /* Uncomment the following lines if using absolute positioning */
  /* top: 470px; Customize me!! */
  /* left: 350px; Customize me!! */
  /* position: absolute; */
  /* z-index: 2; Adjust this number if needed */
}
#pro-pack-callout-lg a {
  width: 223px;
  height: 128px;
  display: block;
}

/* 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;}

#home-logos { text-align: center; }
#home-logos img { margin: 40px 10px -30px; }


.img-left  {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.img-right  {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.img-center { margin: 0 0 20px 0; text-align:center; width: 100%; padding:10px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border: 2px solid #FBB347;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}  

.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; }   
.video { display: block; /* Add more nifty stuff in here if you like */ }
