/**************************************/
/*              INFO                  */
/**************************************
COLOR SCHEME:
- body				#
- links				#
- main copy		#

TABLE OF CONTENTS (line number):
- Type				#
- Global			#
- Forms				#
- Layout 			#
	-	Header			#
	- Sidebar			#
	- Content			#
	- Footer			#
	- Navigation	#
----------------------------
- CSS3				#
- Sesame 			#
- Plugins			#
***************************************/

/**************************************/
/*               TYPE                 */
/**************************************/

	body {
	font-size: 14px;
 font-family:;
	color: #604840;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1E0D05;
	line-height: 1.5em;
}
a {
	color: #4a5a3c;
}
a:hover, a:active {
	text-decoration: none;
	color: #662c1a;
}
a:visited {
	color: #662c1a;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	letter-spacing: normal;
	word-spacing: normal;
}
h1 {
	margin: 0 0 18px;
}
h1.headline {
	font-size: 35px;
	margin: 0;
	line-height: 54px;
	color:#5d3d32;
	font-family: 'Poly', serif;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
.sitemap .headline {margin-top:36px;}
h2 {
	font-size: 20px;
	color:#4a5a3c;
	font-family: 'Poly', serif;
}
h3 {
	font-size: 18px;
	margin: 18px 0;
	color:#5d3d32;
	font-family: 'Poly', serif;
}
h4 {
	font-size: 16px;
	color:#5d3d32;
	font-family: 'Poly', serif;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
dt {
	font-size: 16px;
	margin: 18px 0 0;
}
legend {
	font-size: 16px;
}
p {
	font-size: 14px;/* default is 13px*/
}
#content ul li, #content ol li {
	padding-bottom: 9px;
	font-size: 14px;
}
.intro {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #4a5a3c;
	line-height: normal;
}
/**************************************/
/*              GLOBAL                */
/**************************************/
	/* Extra Elements  -----------------*/
	object#flash-homepage {
	margin: 0;
	border: none;
}
/* Shortcuts and Helpers -----------------*/	
	.img-right {
	margin: 0 0 36px 18px;
	float: right;
	clear: right;
}
.img-left {
	margin: 0 18px 36px 0;
	float: left;
	clear: left;
}
.border {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
.border-top {
	border-top: solid 1px #333; /* Customize me! */
}
.border-bottom {
	border-bottom: solid 1px #333; /* Customize me! */
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
div.hr {/* This styled div acts as the hr for most browsers */
	height: 0px;
	border-top: solid 1px #eee; /* Customize me! */
	margin: 17px 0 18px;/* increase top/bottom margin by multiples of 18px less top margin equal to border-width */
	padding: 0;
	clear: both;
}
hr {/* This is the backup for screen readers */
	display: none;
	height: 0px;
}
/* Clear Fix -----------------*/
	.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;
}
/* Text Classes -----------------*/
	p.flash-notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}
.note {
	font-style: italic;
}
.note:before {
	content: "** "
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
	font-weight: normal;
}
.loud {
	color:#000;
	font-weight: bold;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.centered {
	text-align: center;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.error, .notice, .success, .growl, .message, .dialog {
	padding: 4px 9px 5px;
	margin-bottom:14px;
	border: 2px solid #ddd;
}
.error {
	background:#ad2d10;
	color:#fff;
	border-color:#900f00;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:rgba(182, 217, 41, 0.8);
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/* Google Map; see local.js */
	/*hides iframe <a> tag*/
	.iframe {
	display: none;
}
.map {
	width: 529px;/* multiples of 9px less border and padding*/
	height: 360px; /* multiples of 9px less border and padding */
	overflow: hidden;
	display: block;
	margin: 0 0 18px 0;
	padding: 5px;
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
/**************************************/
/*              FORMS                 */
/**************************************/
	
	label span {
	display: inline-block;
}
label > span + span, label.required span.quiet {/*sibling span */
	font-size: 95%;
	font-weight: normal;
}
input[type="text"], input[type="date"], input.date, input[type="email"], input[type="url"], input[type="password"],  input[type="select"], input[type="search"], textarea, select {
	padding: 3px 0 4px;
	text-indent: 9px;
	line-height: 18px;
	border: 1px solid #666; /* customize me */
	background: #f1f1f1;/* customize me */
}
select {
	text-indent: 0;
}
textarea {
	height: 72px;
}
/* Radios and Checkboxes*/
	.radio-group {
}
.radio-group p {
	margin: 0;
}
.radio-group label span {
	font-size: 11px;
}
/* Field hover styles */
	input[type="text"]:hover, input[type="date"]:hover, input.date:hover, input[type="email"]:hover, input[type="url"]:hover,  input[type="password"]:hover, input[type="select"]:hover, input[type="search"]:hover, textarea:hover, select:hover,  input[type="text"]:focus, input[type="date"]:focus, input.date:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus,  input[type="select"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
	background: #ffffff;
	border-color: #333; /* customize me*/
	box-shadow: 0 0 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .35);
}
/* disabled fields */
	input[disabled="disabled"], textarea[disabled="disabled"], select[disabled="disabled"],  input[disabled="disabled"]:hover, textarea[disabled="disabled"]:hover, select[disabled="disabled"]:hover {
	border-color: #e0e0e0;
	background: #e0e0e0;
}
/* Buttons */	
	button {
}
button:active {
	top: 6px;
}
/* Required and Error styles */
	label.required > span, p.required > span {
	font-weight: bold;
}
/*errors*/
	fieldset div.error {
	text-shadow: 1px 0 1px rgba(0, 0, 0, .45);
	width: 250px;
	font-size: 90%;
}
.error em {
	display:block;
	width:0;
	height:0;
	border: 9px solid;
	border-color: transparent transparent #ad2d10;
	/* positioning */
			position:absolute;
	top:-17px;
	left:18px;
}
.error span {
	display: block;
	margin: 0;
}
input[type="text"].invalid, input[type="email"].invalid, input[type="url"].invalid, input[type="password"].invalid,  input[type="select"].invalid, input[type="search"].invalid, textarea.invalid, select.invalid {
	border-color: #900f00;
	color: #900f00;
}
/* hidden field styles */
	.hidden-option {
	display: none;
}
/* Star Rating*/
	div.js-rate {
	margin-bottom: 18px;
}
div.js-rate p {
	margin: 0 0 9px;
}
div.js-rate label, div.js-rate label span {
	display: none;
}
.ui-stars-star,  .ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,  .ui-stars-cancel a {
	width: 18px;
	height: 18px;
	display: block;
	background: url(../../sesame_media/images/star_rating/jquery.ui.stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -36px;
}
.ui-stars-star-on a {
	background-position: 0 -54px;
}
.ui-stars-star-hover a {
	background-position: 0 -72px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -18px;
}
.ui-stars-star-disabled,  .ui-stars-star-disabled a,  .ui-stars-cancel-disabled a {
	cursor: default !important;
}
/**************************************/
/*          LAYOUT OVERRIDES          */
/**************************************/

	/* Overrides a few defaults from CSS framework */
	header#hd, section#bd, footer#ft {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*page layout*/
	body .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/**************************************/
/*              HEADER                */
/**************************************/
	#hd {
	background-image: url(../images/hd-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}/*placeholder for #hd*/
#hd .wrapper {
	height: 197px;
}/*placeholder for .wrapper*/
#hd .wrapper hgroup#branding {
}/*placeholder for #branding hgroup*/
#hd .wrapper hgroup#branding #logo {
	text-indent: -9999px;
	display: block;
	height: 143px;
	width: 365px;
	margin-top:18px;
	margin-left:18px;
}/* placeholder for logo h1 */
#hd .wrapper hgroup#branding #logo a {
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	display: block;
	height: 143px;
	width: 365px;
	margin-top:18px;
	margin-left:18px;
}/* logo h1 a */
#hd-address {
	position: absolute;
	width: 300px;
	top: 100px;
	right: 50px;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	font-family: 'Poly', serif;
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.65);
	line-height:2em;
}
#hd-address .phone {
	font-size: 20px;
}
#hd-address a {
	color: #FFF;
	text-decoration:none;
}
/**************************************/
/*             SIDEBAR                */
/**************************************/
	.sidebar-left #sidebar {
	position: absolute;
	left: 18px;
	margin-left:0;
}
.sidebar-left #content {
	float: none;
	margin-left: 352px;
}
.sidebar-right #sidebar {
	position: absolute;
	right: 18px;
}
.sidebar-right #content {
	margin-left: 0;
	margin-right: 252px;
}/* 18px right gutter + width1*/
.nav-left #sidebar, .nav-right #sidebar {
	padding-top: 440px;
}/* equal to height of left/right nav */
#sidebar a img {
	position: relative;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
.side-invisalign a {
	background-image: url(../images/callouts.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 135px;
	width: 300px;
	margin-left: 7px;
}
.side-invisalign a:hover {
	background-position: -300px top;
}
.side-consult a {
	background-image: url(../images/callouts.png);
	background-repeat: no-repeat;
	background-position: left -135px;
	text-indent: -9999px;
	display: block;
	height: 185px;
	width: 300px;
	margin-left: 7px;
}
.side-consult a:hover {
	background-position: -300px -135px;
}
/**************************************/
/*           MAIN CONTENT             */
/**************************************/
	#bd {
	padding: 0;
}
#bd-wrap {
    background-image: url("../images/bd-bg.png");
    background-position: center 20px;
    background-repeat: repeat-y;
}#bd-cnt {
	background-image: url(../images/bd-cnt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bd-inner {
	background-image: url(../images/bd-inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	padding: 18px 0;
	min-height:800px;
	height:auto !important;
	height:800px;
	width: 600px;
}
#content header.child {
	padding: 0;
}
.home .headline {
	margin-top:360px;
}
#page-photo {
	float: right;
	margin-left: 18px;
}
#page-photo p {
	margin: 0px;
	padding: 0px;
}
#home_slideshow {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
	width: 639px;
	background-color:#3D1E1B;
}
.chrome #home_slideshow {
	display: block;
	position: absolute;
	right: 14px;
	top: 0;
	width: 639px;
	background-color:#3D1E1B;
}
.sub-nav {
	color:#fff;
	font-style:italic;
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.65);
	font-size:14px;
	margin-top:5px;
}
.sub-nav a {
	color:#fff;
	text-decoration:underline;
}
.sub-nav a:hover, .sub-nav a.active {
	color:#e4c085;
	text-decoration:none;
}
/**************************************/
/*              FOOTER                */
/**************************************/
	#ft {
	padding-top: 18px;
	background-image: url(../images/ft-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:12px;
}
#ft-wrap {
	background-image: url(../images/ft-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#ft .wrapper {
	height: 340px;
}
.col-1 {
	float: left;
	height: 150px;
	width: 350px;
	padding-top:70px;
}
a.ft-map {
	background-image: url(../images/ft-map.png);
	text-indent: -9999px;
	display: block;
	float: left;
	height: 103px;
	width: 155px;
	background-repeat: no-repeat;
	background-position: left top;
}
.ft-address a {
	color: #E3D1B3;
	float: left;
	padding-left: 10px;
	width: 150px;
}
.col-2 {
	float: left;
	height: 100px;
	width: 330px;
	padding-top:50px;
}

.col-3 {
	float: left;
	height: 100px;
	width: 300px;
	padding-top:50px;
}
.msie7 .col-2, .msie7 .col-3 {padding-top:65px;}
#ft ul li {
	list-style-type: none;
	margin-bottom:10px;
}
#ft a {
	color: #e3d1b3;
	text-decoration: none;
}
#ft a:hover {
	color: #FFF;
}
p.ft-forms a {
	background-image: url(../images/ft-col3.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 82px;
	width: 174px;
}
p.ft-forms a:hover {
	background-position: left -82px;
}
p.ft-faq a {
	background-image: url(../images/ft-col3.png);
	background-repeat: no-repeat;
	background-position: -196px top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 82px;
	width: 107px;
}
p.ft-faq a:hover {
	background-position: -196px -82px;
}
.ft-sitemap {
	position: absolute;
	right: 20px;
	top: 210px;
	width: 285px;
}
.ft-sitemap a {
	margin-right:10px;
}
.sesame-link a {
	position: absolute;
	right: 0;
	top: 290px;
	width: 306px;
}
#ft dl {
	margin-top: 0;
}
#ft dl dt {
	margin-top: 0;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
	#nav, #utility-nav {
	position: absolute;
	margin: 0;
	z-index: 1000;
}
#nav a, #utility-nav a {
	display: block;
	height: 20px;
	width: auto;
	line-height: 18px;
}
#nav li {
	display: inline;
	float: left;
}
/*subnav -----------------*/
			#nav ul ul, #utility-nav ul ul {
	position: absolute;
	width: 187px;
	border: 7px solid #e4dfce;
	padding: 0;
	margin: 0;
	background-image: url(../images/popout-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:16px;
}
#nav ul ul li {
	float: none;
}
#nav ul ul li a {
	height: auto;
	padding:  5px 10px;
	color:#fff;
	font-family: 'Poly', serif;
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.65);
	text-decoration:none;
}
/* top nav -----------------*/
	body.nav-top #nav {
	top: 144px; /* positioned to bottom of #hd */
	left: 50%;
	margin-left: -495px;
}
/* First-level nav links -----------------*/
		body.nav-top #nav>ul li a {
}
body.nav-top #nav ul {
	width: 990px;
}
body.nav-top #nav ul ul {
	top: -999em;
	width: 234px;
}
body.nav-top #nav ul li:hover ul, #nav ul li.sfhover ul {
	top: auto;
}
/* left nav  -----------------*/	
body.nav-left #nav {
	left: 50%;
	margin-left: -489px;
	top: 210px;
	width: 300px;
}
body.nav-left #nav li {
	float: none;
}
body.nav-left #nav li a {
	width: 100%;
}
body.nav-left #nav li li a {
	width: 167px;
}
body.nav-left #nav ul ul {
	left: -999em;
	margin: -40px 0 0 234px;
}
body.nav-left #nav li:hover ul, body.nav-top #nav li.sfhover ul {
	left: auto;
}
#nav ul ul li a:hover, #nav ul li ul li.active a {
	background-image: url(../images/popout-hover.png);
	background-repeat: repeat;
}
#nav ul li #home, #nav ul li #meet-the-team, #nav ul li #for-new-patients, #nav ul li #restore-your-smile, #nav ul li #enhance-your-smile, #nav ul li #dentistry-for-kids-and-teens, #nav ul li #contact-us {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	z-index:100;
	width:300px;
	height:43px;
}
#nav ul li #home {
	background-image: url(../images/nav.png);
	background-position: left top;
}
#nav ul #home:hover, #nav li:hover #home, #nav li.sfhover #home, #nav .active #home, #nav ul #home.active {
	background-position:  -300px top;
}
#nav ul li #meet-the-team {
	background-position: left -43px;
}
#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: -300px -43px;
}
#nav ul li #for-new-patients {
	background-position: left -86px;
}
#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: -300px -86px;
}
#nav ul li #restore-your-smile {
	background-position: left -129px;
}
#nav ul #restore-your-smile:hover, #nav li:hover #restore-your-smile, #nav li.sfhover #restore-your-smile, #nav .active #restore-your-smile, #nav ul #restore-your-smile.active {
	background-position: -300px -129px;
}
#nav ul li #enhance-your-smile {
	background-position: left -171px;
}
#nav ul #enhance-your-smile:hover, #nav li:hover #enhance-your-smile, #nav li.sfhover #enhance-your-smile, #nav .active #enhance-your-smile, #nav ul #enhance-your-smile.active {
	background-position: -300px -171px;
}
#nav ul li #dentistry-for-kids-and-teens {
	background-position: left -214px;
}
#nav ul #dentistry-for-kids-and-teens:hover, #nav li:hover #dentistry-for-kids-and-teens, #nav li.sfhover #dentistry-for-kids-and-teens, #nav .active #dentistry-for-kids-and-teens, #nav ul #dentistry-for-kids-and-teens.active {
	background-position: -300px -214px;
}
#nav ul li #contact-us {
	background-position: left -257px;
}
#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: -300px -257px;
}
/* right nav -----------------*/	
	.nav-right #nav {
	right: 0;
	width: 234px;
	top: 144px;
	right: 50%;
	margin-right: -475px;
}
body.nav-right #nav li {
	float: none;
}
body.nav-right #nav li a {
	width: 100%;
}
body.nav-right #nav ul ul {
	left: -999em;
	margin: -20px 0 0 -252px;
}
body.nav-right #nav li:hover ul, body.nav-top #nav li.sfhover ul {
	left: auto;
}
/*utility nav  -----------------*/
#utility-nav {
	position: absolute;
	right: 40px;
	top: 18px;
}
#utility-nav ul {
	margin: 0;
}
#utility-nav li {
	display: inline;
	float: left;
}
#utility-nav li a {
	display: block;
	height: 46px;
}
/* Subnav styles */
				#utility-nav ul ul {
	margin: 36px 0 0;/* margin-top matches height of top-level links*/
}
#utility-nav ul ul li {
	float: none;
}
#utility-nav ul ul li a {
	height: auto;
}
a#patient-login {
	line-height: 46px;
	background-image: url(../images/btn-login.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 46px;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
a#patient-login:hover {
	background-position: left -46px;
}
a#doctor-login {
	line-height: 46px;
	background-image: url(../images/btn-login.png);
	background-repeat: no-repeat;
	background-position: -200px top;
	text-indent: -9999px;
	display: block;
	height: 46px;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
a#doctor-login:hover {
	background-position: -200px -46px;
}
/**************************************/
/*               CSS3                 */
/**************************************/
	/* Rounded Corners */
	.box-round {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.box-round-top {
	border-radius:7px 7px 0 0;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
}
.box-round-bottom {
	border-radius:0 0 7px 7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}
.box-round-left {
	border-radius:7px 0 7px 0;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-bottom-left-radius:7px;
}
.box-round-right {
	border-radius:0 7px 0 7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:7px;
}
/* text shadow  -----------------*/
	.singlepx-shadow-dark {
	text-shadow:0 1px rgba(0, 0, 0, 0.65);
}
.singlepx-shadow-light {/* dark Apple-style shadow */
	text-shadow:0 1px rgba(255, 255, 255, 0.85);
}
.negative-singlepx-shadow-dark {/* light Apple-style shadow */
	text-shadow:0 -1px rgba(0, 0, 0, 0.85);
}
.negative-singlepx-shadow-light {/* dark negative Apple-style shadow */
	text-shadow:0 -1px rgba(255, 255, 255, 0.85);
}
.inset-shadow {/* light negative Apple-style shadow */
	text-shadow:-1px -1px rgba(0, 0, 0, 0.65), 1px 1px rgba(255, 255, 255, 0.85);
}
.classic-shadow {
	text-shadow:2px 2px 3px rgba(0, 0, 0, 0.65);
}
/* classic drop shadow  -----------------*/
	.glow-shadow {
	text-shadow:0 0 9px rgba(255, 255, 255, 0.85);
}
/* box shadow  -----------------*/
	.box-shadow {
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.45);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.45);
}
.box-shadow-bottom {
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.45);
}
.box-shadow-large {
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.65);
	box-shadow:0 0 9px rgba(0, 0, 0, 0.65);
}
/* buttons  -----------------*/
	.button, a.button {
	color: #fff;
	border: solid 1px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
	padding: 5px 1em 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
.button:hover, a.button:hover {
	text-decoration: none;
}
.button span {
	padding-left: 24px;
}
.button-medium {
	font-size: 16px;
	padding: 4px 18px 5px;
}
.button-small {
	font-size: 14px;
	padding: 4px 9px 5px;
}
/* button colors  -----------------*/
	.site-button-color {
	color: #fff;
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
.site-button-color:hover {
	color: #fff;
	background-color: #333;
	border: solid 1px #fff;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
/**************************************/
/*           SESAME CONTENT           */
/**************************************/
	/* Brushing and Flossing -------------*/
	dl dd ul {
	Êmargin: 0;
	Êlist-style-type: none;
}
#toggle-content dd ul {
	list-style: none;
}
/* Emergency Care --------------------*/
	#toggle-emergency li div {
	margin-bottom: 9px;
}
#toggle-emergency li div p {
	top: auto;
	margin-top: 0;
}
/* Common Treatments -----------------*/
	div.box {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
div.box p {
	color:#fff;
}
div.box img {
	border: solid 1px #dcc9ac; /* Customize me! */
}
/* In-Ovation  -----------------*/
	div.comparison {
	border: 1px solid; /* Customize me! */
}
div.comparison div {
	width: 46%; /* Adjust this number to fine tune width */
}
/* Invisalign Teen ------------------ */
	span.indent {
	padding-left: 40px;
}
#invisalign-sidebar {
	background: #fff; /* Customize me! */
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#invisalign-sidebar a {
	color: #036; /* Customize me! */
}
#invisalign-sidebar h3 {
	background: #444e3b; /* Customize me! */
	font-size: 16px; /* Customize me! */
	font-weight: bold; /* Customize me! */
	color: #fff; /* Customize me! */
}
.thumb {
	border: solid 1px #333; /* Customize me! */
}
/* Invisalign Pro Pack ======================= */
	
	/* Reset */
	#pro-pack {
	position: relative;
	font-size: inherit;
	line-height: inherit;
}
#pro-pack ul#testimonials {
	clear: both;
}
/* Global Pro Pack Styles ------------------- */
	#pro-pack .border {
/* border: solid 1px #333;  Customize me!! */
	}
#pro-pack ul#testimonials {
	clear: both;
}
/* Invisalign Teen ------------------ */
	#pro-pack #invisalign-sidebar {
	background: #fff; /* Customize me! */
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#pro-pack #invisalign-sidebar a {
	color: #036; /* Customize me!! */
}
#pro-pack #invisalign-sidebar h3 {
	background: #444e3b; /* Customize me!! */
	font-size: 16px; /* Customize me!! */
	font-weight: bold; /* Customize me!! */
	color: #fff; /* Customize me!! */
}
#pro-pack .thumb {
	border: solid 1px #333; /* Customize me!! */
}
/* Invisalign Videos ------------------- */
	.video {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#pro-pack div.invisalign-flash {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
/* Invisalign Before and After --------------- */
	#pro-pack #invisalign-before-after {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#pro-pack #invisalign-before-after p {
	color:#fff;
}
#pro-pack ul#before-after-cycle li img {
	border: solid 1px #dcc9ac; /* Customize me */
}
#pro-pack #invisalign-before-after div.cycle-detail {
	background-color: #fff; /* Customize me */
	color: #333; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-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 */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
#pro-pack #invisalign-before-after div.before-after-nav {
	background: #fff; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-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 */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
#pro-pack #invisalign-before-after .before-after-nav a {
	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-color: #fff;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#pro-pack #invisalign-footer h3 {
	background: #444e3b; /* Customize me!! */
	color: #fff; /* Customize me!! */
	font-size: 14px; /* Customize me!! */
	-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 {
/* border: solid 1px #333;  Customize me!! */
	}
/* Pro Pack Callouts --------------- */
	#pro-pack-callout-sm {
	background: #eee /* Customize this color!! */ url(http://media.sesamehost.com/images/invisalign-pro-package/callout-sm.png) no-repeat;
	/*  border: solid 1px #000;  Customize me!! */
	  -moz-border-radius: 3px; /* Optional - you may customize or remove - Not supported in iYee */
	-webkit-border-radius: 3px; /* Optional - you may customize or remove - Does not work in IE */
	margin: 0 0 18px; /* Customize me!! *//* 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-lg {
	background: #eee /* Customize this color!! */ url(http://media.sesamehost.com/images/invisalign-pro-package/callout-lg.png) no-repeat;
	/*	  border: solid 1px #000;  Customize me!! */
	  -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 *//* 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 */
	}
/* Before and After - Static ------------------ */
	ul.before-after-static li {
	background-color: #FFAFFD; /* 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 */
}
ul.before-after-static li img {
	border: solid 1px #333; /* Customize me */
}
ul.before-after-static li div.detail {
	background-color: #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 */
}
/* jQuery Cycle Before and After ------------------ */
	#before-after-container {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#before-after-container p {
	color:#fff;
}
ul#before-after-cycle li img {
	border: solid 1px #333; /* Customize me */
}
#before-after-container div.cycle-detail {
	min-height: 70px; /* Increase this number to accomodate longer or shorter description text and to prevent "bumping" of lower content */
	background-color: #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 */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
#before-after-container .before-after-nav {
	background: #fff; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
#before-after-container .before-after-nav a {
	color: #333; /* Customize me */
}
#before-after-container .before-after-nav a.activeSlide, #before-after-container .before-after-nav a:hover {
	color: #009EC7;
} /* Customize me */
/* jQuery Before and After Slider ------------------ */
	.slider-container {
	color: #333; /* Customize me */
	background-color: #FFAFFD; /* 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 */
}
.before-after-slider {
	border: solid 1px #333;
} /* Customize me */
.slider-container div.slider-detail {
	min-height: 55px; /* Increase this number to accomodate longer or shorter description text and to prevent "bumping" of lower content */
	background-color: #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 */
}
.slider-nav {
	background: #fff; /* Customize me */
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
}
.slider-nav a {
	color: #333; /* Customize me */
}
.slider-nav a.activeSlide, .slider-nav a:hover {
	color: #009EC7;
} /* Customize me */
/* Office Tour CSS ------------------ */
	ul#css-office-tour {
	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 */
	background: url(http://media.sesamehost.com/images/css-office-tour/image-01.jpg) 10px 10px no-repeat;
}
ul#css-office-tour li img {
	border: solid 1px #333; /* Customize me */
}
/* Cycle Office Tour ------------------ */
	#slideshow-container {
	background-color: #444e3b;
	border: solid 1px #dcc9ac;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.75);
}
#slideshow-container div#caption {
	background-color: #fff; /* Customize me */
	color: #333; /* Customize me */
	border: solid 1px #a0b606; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
.office-tour-nav {
	background-color: #fff; /* Customize me */
	border: solid 1px #a0b606; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
	-moz-box-shadow:inset 0 0 5px #999;
	-webkit-box-shadow:inset 0 0 5px #999;
	box-shadow:inset 0 0 5px #999;
}
.office-tour-nav a {
	text-decoration: none;  /* Customize me */
	font-size: 12px;  /* Customize me */
	padding: 5px;  /* Customize me */
	margin: 0 3px;  /* Customize me */
	color: #333; /* Customize me */
}
.office-tour-nav a.activeSlide, .office-tour-nav a:hover {
	color: #009EC7;
} /* Customize me */
/* Gallery Office Tour ------------------ */
	/* IMPORTANT - This prevents a flash of unstyled content */
	#gallery {
	visibility: hidden;
}
/* GALLERY CONTAINER */
	.gallery {
	background: #fff;
	border: 1px solid #333;
	padding: 10px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* LOADING BOX */
	.loader {
	background: url(../images/loader.gif) center center no-repeat #ddd;
}
/* GALLERY PANELS */
	.panel {
}
/* DEFINE HEIGHT OF PANEL OVERLAY */
	/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
	.panel .panel-overlay,  .panel .overlay-background {
	height: 25px;
	padding: 0 10px;
} /* Change height to 0 if no captions are required */
/* PANEL OVERLAY BACKGROUND */
	.panel .overlay-background {
	background: #222;
}
/* PANEL OVERLAY CONTENT */
	.panel .panel-overlay {
	color: #fff;
	font-size: 12px;
}
.panel .panel-overlay a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
/* FILMSTRIP */
	/* margin will define top/bottom margin in completed gallery */
	.filmstrip {
	margin: 5px;
}
/* FILMSTRIP FRAMES (contains both images and captions) */
	.frame {
}
/* WRAPPER FOR FILMSTRIP IMAGES */
	.frame .img_wrap {
	border: 1px solid #aaa;
}
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
	.frame.current .img_wrap {
	border-color: #000;
}
/* FRAME IMAGES */
	.frame img {
	border: none;
}
/* FRAME CAPTION */
	.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}
/* CURRENT FRAME CAPTION */
	.frame.current .caption {
	color: #000;
}
/* POINTER FOR CURRENT FRAME */
	.pointer {
	border-color: #000;
}
/* TRANSPARENT BORDER FIX FOR IE6 */
	/* NOTE - DO NOT CHANGE THIS RULE */
	*html .pointer {
	filter: chroma(color=pink);
}
/**************************************/
/*           JQUERY PLUGINS           */
/**************************************/
	/* JQUERY TOOLS ----------------*/
	/* Calendar for <input type="date"/> */
	/* calendar root element */
	input.date {
	position: relative;
}
#calroot {
	top: 0;
	display: block;
	z-index:1000;/* place on top of other elements. set a higher value if nessessary */
	margin-top:-1px;
	width:198px;
	padding: 2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}
/* head. contains title, prev/next month controls and possible month/year selectors */
	#calhead {
	padding:2px 0;
	height:22px;
}
#caltitle {
	font-size:14px;
	color:#0150D1;
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
	display:block;
	width:18px;
	height:18px;
	background:transparent url(../../sesame_media/images/calendar/prev.png) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}
#calnext {
	background-image:url(../../sesame_media/images/calendar/next.png);
	float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;
}
/* year/month selector */
	#caltitle select {
	font-size:10px;
}
/* names of the days */
	#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}
#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}
/* container for weeks */
	#calweeks {
	background-color:#fff;
	margin-top:4px;
}
/* single week */
	.calweek {
	clear:left;
	height:22px;
}
/* single day */
	.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* different states */
	.calweek a:hover, .calfocus {
	background-color:#ddd;
}
/* sunday */
	a.calsun {
	color:red;
}
/* offmonth day */
	a.caloff {
	color:#ccc;
}
a.caloff:hover {
	background-color:rgb(245, 245, 250);
}
/* unselecteble day */
	a.caldisabled {
	background-color:#efefef !important;
	color:#ccc !important;
	cursor:default;
}
/* current day */
	#calcurrent {
	background-color:#498CE2;
	color:#fff;
}
/* today */
	#caltoday {
	background-color:#333;
	color:#fff;
}
