﻿@import url("fonts.css");
/**************************************/
/*              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: 13px;
	color: #333333;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #336600;
}
a:hover, a:active {
	color:#7298d0;
	text-decoration: none;
}
a:visited {
	color: #336600;
}
h1, h2, h3, h4 {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	letter-spacing: normal;
	word-spacing: normal;
}
h1 {
	margin: 0;
}
h1.headline {
	font-size: 30px;
	line-height: 1.2em;
	color:#332717;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
h2 {
	font-size: 24px;
	color:#635242;
}
h3 {
	font-size: 20px;
	margin: 18px 0;
	color:#7e745b;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
dt {
	font-size: 16px;
	margin: 18px 0 0;
}
legend {
	font-size: 16px;
}
p {
	font-size: 13px;/* default is 13px*/
}
#content ul li, #content ol li {
	line-height: 1.5em;
	margin-top: 9px;
	margin-bottom: 9px;
}
.intro {
	color:#666666;
	font-style:italic;
}
blockquote {
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #7298D0;
}
/**************************************/
/*              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: #39556C;
	border: solid 2px #7298D0;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 3px 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 #39556C; /* 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: 490px;/* multiples of 9px less border and padding*/
	height: 360px; /* multiples of 9px less border and padding */
	background-color: #39556C;
	border: solid 2px #7298D0;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	overflow: hidden;
	display: block;
	margin: 0 0 18px 0;
	padding: 5px;
}
/**************************************/
/*              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;
	background: #f1f1f1;
}
select {
	text-indent: 0;
}
textarea {
	height: 72px;
}
/* Radios and Checkboxes*/
	.radio-group {
}
.radio-group p {
	margin: 0;
}
/* 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;
	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);
}
.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: 0px;
	padding: 0px;
}
/*page layout*/
	body .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/**************************************/
/*              HEADER                */
/**************************************/
	#hd {
	background-image: url(../images/hd-bg-extended.png);
	background-repeat: no-repeat;
	background-position: center top;
}/*placeholder for #hd*/
#hd .wrapper {
	height: 283px;
}/*placeholder for .wrapper*/
#hd .wrapper hgroup#branding {
}/*placeholder for #branding hgroup*/
#hd .wrapper hgroup#branding #logo {
}/* placeholder for logo h1 */
#hd .wrapper hgroup#branding #logo a {
	text-indent: -9999px;
	display: block;
	height: 130px;
	width: 300px;
	position: absolute;
	left: 50px;
	top: 0px;
}/* logo h1 a */
#hd #address {
	position: absolute;
	left: 444px;
	top: 90px;
	display: block;
	height: 20px;
	width: 300px;
	color: #000;
	font-family: JournalRegular;

}
#address p {
	line-height: normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 21px;
	color: #000;
	font-family: 'JournalRegular';
}
#address #drname, #address #phone {
	font-size: 30px;
}
#address #address-list {	font-size: 23px;}

#address .telephone {
	padding-left: 30px;
}
#address a {
	color: #000;
	text-decoration: none;
}
#address a:hover {
	color: #039;
}
/**************************************/
/*             SIDEBAR                */
/**************************************/
	.sidebar-left #sidebar {
	position: absolute;
	left: 18px;
	margin-left:0;
	width: 200px;
}
.sidebar-left #content {
	margin-left: 232px;
	float: none;
	width: 500px;
}/* 18px gutter + width1*/
.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: 660px;
}/* equal to height of left/right nav */
#sidebar a img {
	position: relative;
}
#btn-consult a {
	background-image: url(../images/btn-consult.png);
	background-repeat: no-repeat;
	display: block;
	height: 128px;
	left: 58px;
	position: absolute;
	text-indent: -9999px;
	top: 263px;
	width: 144px;
	background-position: left top;
}
#btn-consult a:hover {
	background-image: url(../images/btn-consult.png);
	background-repeat: no-repeat;
	background-position: -144px top;
}
#btn-invisalign a {
	background-image: url(../images/btn-invisalign.png);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	left: 36px;
	position: absolute;
	text-indent: -9999px;
	top: 414px;
	width: 160px;
	background-position: left top;
}
#btn-invisalign a:hover {
	background-image: url(../images/btn-invisalign.png);
	background-repeat: no-repeat;
	background-position: -160px top;
}
#btn-facebook a {
	background-image: url(../images/btn-facebook.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	left: 62px;
	position: absolute;
	text-indent: -9999px;
	top: 450px;
	width: 127px;
	background-position: left top;
}
#btn-facebook a:hover {
	background-image: url(../images/btn-facebook.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

/**************************************/
/*           MAIN CONTENT             */
/**************************************/
	#bd-wrap {
	padding: 0;
	background-image: url(../images/bd-wrap-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#bd {
	padding: 0;
	background-image: url(../images/bd-bg.png);
	background-repeat: no-repeat;
	background-position: center -77px;
}
#content {
	padding: 0px;
	min-height:560px;
	height:auto !important;
	height:560px;
}
#content header.child {
	padding: 0;
}
#slideshow-home {
	display: block;
	height: 222px;
	width: 219px;
	position: absolute;
	top: -187px;
	right: 28px;
	z-index:2000;
}
#page-photo {
	display: block;
	height: 222px;
	width: 219px;
	position: absolute;
	position: absolute;
	top: -110px;
	right: 28px;
	z-index:2000;
}
#page-photo p {
	margin: 0px;
	padding: 0px;
}
.back-to-top {
	text-align: right;
}
.member {
	padding: 10px;
	text-align: center;
}
.member img {padding: 10px;
	text-align: center;}
/**************************************/
/*              FOOTER                */
/**************************************/
	#ft {
	padding-top: 0px;
	background-image: url(../images/ft-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#ft .wrapper {
	height: 120px;
	padding-top: 60px;
}
#ft dl {
	margin-top: 0;
}
#ft dl dt {
	margin-top: 0;
}
#ft p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 200px;
}
#ft a {
	color: #dccbaf;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#ft a:hover {
	color: #FFF;
}

/**************************************/
/*             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: 200px;
	border: 1px solid #d9d9d9;
	padding: 9px;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/navulul-bg.png);
	background-repeat: repeat;
	background-position: left top;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
}
#nav ul ul li {
	float: none;
}
#nav ul ul li a {
	height: auto;
	color: #6f553b;
	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: 0;
	width: 218px;
	top: 190px;
	left: 50%;
	margin-left: -508px;
}
body.nav-left #nav li {
	float: none;
}
body.nav-left #nav li a {
	width: 100%;
}
body.nav-left #nav ul ul {
	left: -999em;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
}
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 {
	color: #749ad1;
}
a#home, a#meet-the-team, a#for-new-patients, a#life-with-braces, a#first-aid, a#about-orthodontics, a#orthodontic-treatments, a#contact-us, a#wearing-braces {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat;
}
#nav ul li a#home {
	background-position: 0px 0px;
	height: 36px;
}
#nav ul li:hover a#home, #nav ul li.sfhover a#home, #nav ul li.active a#home {
	background-position: -200px 0px;
}
#nav ul li a#meet-the-team {
	background-position: 0px -36px;
	height:37px;
}
#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: -200px -36px
}
#nav ul li a#for-new-patients {
	background-position: 0px -73px;
	height:36px;
}
#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: -200px -73px;
}
#nav ul li a#life-with-braces {
	background-position: 0px -109px;
	height: 36px;
}
#nav ul li:hover a#life-with-braces, #nav ul li.sfhover a#life-with-braces, #nav ul li.active a#life-with-braces {
	background-position: -200px -109px;
}
#nav ul li a#first-aid {
	background-position: 0px -145px;
	height: 36px;
}
#nav ul li:hover a#first-aid, #nav ul li.sfhover a#first-aid, #nav ul li.active a#first-aid {
	background-position: -200px -145px;
}
#nav ul li a#about-orthodontics {
	background-position: 0px -181px;
	height: 37px;
}
#nav ul li:hover a#about-orthodontics, #nav ul li.sfhover a#about-orthodontics, #nav ul li.active a#about-orthodontics {
	background-position: -200px -181px;
}
#nav ul li a#orthodontic-treatments {
	background-position: 0px -218px;
	height: 36px;
}
#nav ul li:hover a#orthodontic-treatments, #nav ul li.sfhover a#orthodontic-treatments, #nav ul li.active a#orthodontic-treatments {
	background-position: -200px -218px;
}
#nav ul li a#contact-us {
	background-position: 0px -254px;
	height:36px;
}
#nav ul li:hover a#contact-us, #nav ul li.sfhover a#contact-us, #nav ul li.active a#contact-us {
	background-position: -200px -254px
}
#nav ul li a#wearing-braces {
	background-position: 0px -290px;
	height:36px;
}
#nav ul li:hover a#wearing-braces, #nav ul li.sfhover a#wearing-braces, #nav ul li.active a#wearing-braces {
	background-position: -200px -290px
}
/* 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;
	top: 32px;
	right: 290px;
	height: 30px;
	width: 206px;
}
#utility-nav ul {
	margin: 0px;
	padding: 0px;
	width: 206px;
}
#utility-nav li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#utility-nav li a {
	display: block;
	height: 30px;
	width: 103px;
	margin: 0px;
	padding: 0px;
}
/* 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;
}
#patient-login, #doctor-login {
	text-indent: -9999px;
	display: block;
}
#patient-login {
	background-image: url(../images/utility-nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#patient-login:hover {
	background-image: url(../images/utility-nav.png);
	background-repeat: no-repeat;
	background-position: left -30px;
}
#doctor-login {
	background-image: url(../images/utility-nav.png);
	background-repeat: no-repeat;
	background-position: -103px top;
}
#doctor-login:hover {
	background-image: url(../images/utility-nav.png);
	background-repeat: no-repeat;
	background-position: -103px -30px;
}
/*Section Sub-Nav */
.more-section {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-style: italic;
	
}
.sub-nav {clear:both;
}
.sub-nav a {
}
.sub-nav a:hover, .sub-nav a.active {
	color: #333;
	text-decoration: none;
}
.sub-nav a.active {
	cursor: default;
}
/**************************************/
/*               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%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
	position: relative;
}
.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;
	border-color: #333;
	background-color: #7499D1;
}
	.site-button-color:hover {
	color: #fff;
	border-color: #333;
	background-color: #47576C;
}
/**************************************/
/*           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;
}
ul#toggle-emergency li {
    border-color: #39556C;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 18px 0;
}
/* Common Treatments -----------------*/
	div.box {
background-color: #39556C;
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);}
div.box img {
	border: solid 1px #7298D0; /* Customize me! */
}
div.box p {
	color:#7298D0; /* 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 ------------------ */
#video-invisalign {background-color: #39556C;
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;}
	span.indent {
	padding-left: 40px;
}
#invisalign-sidebar {
	background-color:#ffffff;
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;}
#invisalign-sidebar a {
	color: #036; /* Customize me! */
}
#invisalign-sidebar h3 {
	background: #39556C; /* Customize me! */
	font-size: 16px; /* Customize me! */
	font-weight: bold; /* Customize me! */
	color: #fff; /* Customize me! */
}
.thumb {
	border: solid 1px #39556C; /* 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 #39556C; /* Customize me!! */
}
#pro-pack ul#testimonials {
	clear: both;
}
/* Invisalign Teen ------------------ */
	#pro-pack #invisalign-sidebar {
	background: #fff; /* Customize me! */
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
#pro-pack #invisalign-sidebar a {
	color: #036; /* Customize me!! */
}
#pro-pack #invisalign-sidebar h3 {
	background: #39556C; /* Customize me!! */
	font-size: 16px; /* Customize me!! */
	font-weight: bold; /* Customize me!! */
	color: #fff; /* Customize me!! */
}
#pro-pack .thumb {
	border: solid 1px #39556C; /* Customize me!! */
}
/* Invisalign Videos ------------------- */
	#pro-pack div.invisalign-flash {
background-color: #39556C;
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);}
/* Invisalign Before and After --------------- */
	#pro-pack #invisalign-before-after {
background-color: #39556C;
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	-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 ul#before-after-cycle li img {
	border: solid 1px #7298D0;
}
#pro-pack #invisalign-before-after div.cycle-detail {
	background-color: #fff;
	color: #333;
	border: solid 1px #7298D0;
	-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;
	border: solid 1px #7298D0;
	-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;
}
#pro-pack #invisalign-before-after .before-after-nav a.activeSlide, #pro-pack #invisalign-before-after .before-after-nav a:hover {
	color: #7298D0;
}
/* Invisalign Footer -------------------- */	
	#pro-pack #invisalign-footer {
border: solid 2px #7298D0;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);	-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-footer h3 {
	background: #39556C; /* 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;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.before-after-static li img {
	border: solid 1px #333;
}
ul.before-after-static li div.detail {
	background-color: #fff;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* jQuery Cycle Before and After ------------------ */
	#before-after-container {
	background-color: #39556C;
	border: solid 2px #7298D0;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height: 250px;
}
ul#before-after-cycle li img {
	border: solid 1px #7298D0;
}
#before-after-container p {
    float: left;
    margin: 0 0 10px;
    width: 50%;
	color:#7298D0;
	padding-top:10px;
}
#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;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-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;
	border: solid 1px #333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-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;
}
#before-after-container .before-after-nav a.activeSlide, #before-after-container .before-after-nav a:hover {
	color: #7298D0;
}
/* jQuery Before and After Slider ------------------ */
	.slider-container {
	color: #333;
	background-color: #FFAFFD;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.before-after-slider {
	border: solid 1px #333;
}
.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;
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.slider-nav {
	background: #fff;
	border: solid 1px #333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.slider-nav a {
	color: #333;
}
.slider-nav a.activeSlide, .slider-nav a:hover {
	color: #009EC7;
}
/* Office Tour CSS ------------------ */
	ul#css-office-tour {
	border: solid 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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;
}
/* Cycle Office Tour ------------------ */
	#slideshow-container {
	background-color: #39556C;
	border: solid 2px #7298D0;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.75);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#slideshow-container div#caption {
	background-color: #fff;
	color: #333;
	border: solid 1px #7298D0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-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;
	border: solid 1px #7298D0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-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;
	font-size: 12px;
	padding: 5px;
	margin: 0 3px;
	color: #333;
}
.office-tour-nav a.activeSlide, .office-tour-nav a:hover {
	color: #7298D0;
}
/* 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;
}
