
/*********************************************************************
	
	Sesame Communications - (c) 2010
	Written by: Damien Komala
	All rights reserved. 
	Any reproduction or intentional misuse is strickly prohibited
	
*********************************************************************/

/*********************************************************************
	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;
}

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background:#FFF url(../images/background.jpg) top center repeat-x;
	color: #000;
	font-size: 12px;
}

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 {
	outline: none;
	color: #D55500;
}

h1 {
	text-indent: -999em;
	height: 50px;
	width:450px;
	display: block;
	margin: 0 0 5px 0;
}

h2 {
	color:#3F81A1;
	font-size: 18px;
	margin-bottom: 10px
}

h3 {
	color:#D55500;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

hr {
	background: #ccc;
	height: 1px;
	border: none;
	clear:both;
	margin: 0 0 15px;
}

.hide {
	display:none;
}

.flash-replaced .alt {
	display:none;
}

.flash-replaced {
	margin-bottom:20px;
}

p.small {
	font-size: 9px;
}

dl dt {
	font-size: 1.5em;
	font-weight: bold;
}

dl dd ul {
	margin: 0;
	list-style-type: none;
}

/*********************************************************************
	IE6 upgrade alert
*********************************************************************/

#ie_alert {
	display: none;
	background-color: #fff;
	width: 400px;
	color: #333;
	text-align: left;
	font-size: 11px;
	letter-spacing: normal;
	font-weight: bold;
	padding: 15px 15px 0 15px;
	border: solid 2px #a52003;
	position: absolute;
	z-index: 5000;
	top: 10px;
	left: 10px;
}

#ie_alert ul {
	margin: 0 0 15px 25px;
}

#ie_alert p {
	margin: 0 0 15px 0;
	line-height: 14px;
	padding: 0;
}

a.upgrade {
	float: left;
	margin: 0 10px 0 0;
}

span#ie_alert_reasons {
	color: #a52003;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/
a#patient-login {
	background-image:url(../images/nav/patient-login.jpg);
	width:101px;
	text-indent: -999em;
}

a#doctor-login {
	background-image:url(../images/nav/doctor-login.jpg);
	width:105px;
	text-indent: -999em;
}

a#contact-us {
	background-image:url(../images/nav/contact-us.jpg);
	width:101px;
	text-indent: -999em;
}

a#meet-the-team {
	background-image:url(../images/nav/meet-the-team.jpg);
	width:135px;
	text-indent: -999em;
}

a#for-new-patients {
	background-image:url(../images/nav/for-new-patients.jpg);
	width:154px;
	text-indent: -999em;
}

a#about-orthodontics {
	background-image:url(../images/nav/about-orthodontics.jpg);
	width:158px;
	text-indent: -999em;
}

a#braces-101 {
	background-image:url(../images/nav/braces-101.jpg);
	width:122px;
	text-indent: -999em;
}

a#orthodontic-treatments {
	background-image:url(../images/nav/orthodontic-treatments.jpg);
	width:181px;
	text-indent: -999em;
}

a#first-aid {
	background-image:url(../images/nav/first-aid.jpg);
	width:96px;
	text-indent: -999em;
}

a#home {
	background-image:url(../images/nav/home.jpg);
	width:88px;
	text-indent: -999em;
}

/*********************************************************************
	Structure
*********************************************************************/

#container, .container {
	width:940px;
	margin:0 auto;
}

#container {
	position:relative;
}

.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, .container {
	display:inline-block;
}

* html .clearfix, * html .container {
	height:1%;
}

.clearfix, .container {
	display:block;
}

.clear {
	clear:both;
}

/*********************************************************************
	Header and top piece
*********************************************************************/

#hd {
	height:30px;
	width:940px;
	margin: 0;
	display: block;
	color: #85C3D8;
}

#hd p {
	margin-top: 10px;
	float:left;
}

#hd h1 {
	margin: 0;
}

#logo, #logo a {
	height:63px;
	width:385px;
}

#logo {
	left:0;
	position:absolute;
	top:26px;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/logo-header.png) top left no-repeat;
}

.address {
	height: 52px;
	width: 148px;
	position: absolute;
	right: 0;
	top:60px;
	text-indent: -999em;
	display: block;
	background: url(../images/address.gif) top left no-repeat;
}

/*********************************************************************
	Content
*********************************************************************/

#bd {
	clear:both;
	display:block;
	width:940px;
}

#content-heading {
	float:right;
	margin:132px 0 2px;
	width:704px;
	height: 50px;
}

.home #content-heading {
	margin: 525px 0 2px;
}

#content {
	background:url(../images/content-background.png) top center no-repeat;
	float:right;
	margin:0 0 30px;
	min-height:576px;
	width:645px;
	padding:20px 30px;
}

.home #content {
	background:url(../images/content-background-home.png) top center no-repeat;
	min-height:376px;
}

.content-body {
	margin:30px;
}

#content a {
	color:#D55500;
}

#content p {
	margin-bottom: 20px;
}

#content ul {
	margin:0 0 20px 30px;
}

#flash-home {
	background: url(../images/alt-flash-image.png) top left no-repeat;
	height:384px;
	left:-11px;
	margin:0;
	position:absolute;
	top:157px;
	width:952px;
}

#content .sub_nav {
	color:#3f81a1;
}

#content .sub_nav a {
	font-style: normal;
	color: #3f81a1;
}

#content .sub_nav a.active {
	color:#d65600;
	text-decoration:none;
	cursor:default;
}

/*********************************************************************
	Page Specific Styles
*********************************************************************/

img.border, img.auto {
	border:1px solid #255377;
}

img.auto {
	float: right;
	margin: 0 0 0 15px
}

img.right {
	border:1px solid #255377;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	background: #FFF;
}

img.left {
	border:1px solid #255377;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	background: #FFF;
}

.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 1px #255377;
}

img.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: solid 1px #255377;
}

p.flash_notice {
	margin: 18px;
	padding: 9px;
	color: #ff0000;
	border: 1px dotted #ff0000;
	background: #ffffff;
	text-align: center;
}

.site-map #content ul {
	margin:0 0 20px 30px;
	list-style: none;
	font-weight: bold;
}

.site-map #content ul li a {
	font-style: normal;
	text-decoration: none;
}

.site-map #content ul li a:hover {
	text-decoration: underline;
}

.site-map #content ul li ul li {
	font-weight: normal;
}

/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
	color:#FFFFFF;
	font-size:12px;
	left:0;
	position:absolute;
	text-align: center;
	top:217px;
	width:220px;
}

#sidebar p {
	margin-bottom: 15px;
}

.home #sidebar {
	top:570px;
}

#sidebar img {
	margin:0 0 20px;
}

/*********************************************************************
	Navigation
*********************************************************************/

#nav a {
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	text-align: left;
}

#nav {
	left:0;
	position:absolute;
	top:118px;
	width:940px;
	z-index: 10;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float:left;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: 0 -30px;
}

#nav li.active a {
	background-position: 0 -30px;
}

#nav li.active a:hover, #nav li.active:hover a, #nav li.active.sfhover a {
	background-position: 0 -30px;
}

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	padding: 10px 0;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 10;
	background: #3F81A1;
	top:30px;
}

#nav li ul a {
	color: #FFF;
	background-image: none;
	text-decoration: none;
	text-indent:12px;
	height: 16px;
	width: 160px;
	padding:5px 0;
}

#nav li ul a:hover {
	background:#FFF;
	color:#193D63;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin:0;
}

#nav ul ul ul {
	display:none;
}

#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul {
	display: block;
	margin-left: 200px;
}

/*********************************************************************
	Utility Navigation
*********************************************************************/

#util a {
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	text-align: left;
}

#util {
	position:absolute;
	right:0;
	top:6px;
	width:307px;
	z-index:8;
}

#util ul {
	list-style: none;
	margin: 0;
}

#util li {
	float:left;
}

#util a:hover, #util li:hover a, #util li.sfhover a {
	background-position: 0 -30px;
}

#util li.active a {
	background-position: 0 -30px;
}

#util li.active a:hover, #util li.active:hover a, #util li.active.sfhover a {
	background-position: 0 -30px;
}

#phone {
	height: 26px;
	width:150px;
	display: block;
	position:absolute;
	right:0;
	top:46px;
	z-index:8;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#FFF;
	text-shadow: 2px 2px 2px #000;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background:#14365C url(../images/footer-background.jpg) top center no-repeat;
	color: #FFF;
	font-size: 11px;
	float: left;
	width:100%;
	margin:0;
	text-align: center;
}

#ft .footer-content {
	height: 62px;
	margin: 0 auto;
	padding:10px 0 0;
	width:940px;
}

.text_nav {
	color:#000;
}

#ft a {
	color: #FFF;
	text-decoration: none;
	margin: 0 15px 0 0;
	padding:0 0 0 20px;
	background: url(../images/footer-star.png) 0 0 no-repeat;
}

#ft a:hover, #ft .sesame a:hover {
	text-decoration: underline;
}

#ft .sesame a {
	color: #57b3e0;
	text-decoration: underline;
	background: none;
	margin: 0;
}

/*********************************************************************
	Common Treatments
*********************************************************************/

div.box {
	float: right;
	clear: right;
	width: 334px;
	background-color: #FFF;
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 3px #C5A165;
	color: black;
}

div.box img {
	float: left;
	border: solid 1px #6193A5;
	margin-right: 5px;
}

div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

/*********************************************************************
	Jquery Office Tour
*********************************************************************/

#content ul.slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slideshow-container {
	background: #fff; 
	border: solid 1px #333; 
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	width: 460px;
	height: 350px;
	padding: 10px;
	position: relative;
}

#caption {
	margin: 10px 12px;
	height: 30px; /* Adjust this if caption text runs over two lines long */
	display: block;
	font-weight: bold;
	font-size: 1.17em;
}

ul.slideshow img {
	width: 460px;
	height: 350px;
}

.office-tour-nav {
	background: #6D8DA4; 
	position: absolute;
	z-index: 50;
	bottom: 10px;
	padding: 0 3px;
}

#content .office-tour-nav a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	margin: 0 3px;
	color: #fff;
}

#content .office-tour-nav a.activeSlide {
	color: #333;
}

/*********************************************************************
	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;
	border: solid 1px #333; /* Customize me! */
}

img.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: solid 1px #333; /* Customize me! */
}

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:#6D8DA4; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #306688; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
}

div.box img {
	float: left;
	border: solid 1px #306688; /* Customize me! */
	margin-right: 5px;
}

div.box p {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/*********************************************************************
	Clarity
*********************************************************************/

#flash-clarity-smart-clip {
	width: 498px;
	height: 374px;
	margin: 10px 0;
	clear: both;
}

/*********************************************************************
	Emergency Care
*********************************************************************/

ul#toggle-emergency {
	list-style: none;
	margin: 0 0 1em 0;
}

ul#toggle-emergency li {
	border: solid 1px #fff;
	border-width: 0 0 1px 0;
	padding: 1em 0;
	margin: 0;
}

.general-soreness {
	background: url(http://media.sesamehost.com/images/emergency-care/general-soreness.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.headgear {
	background: url(http://media.sesamehost.com/images/emergency-care/headgear.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-appliance {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-appliance.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-bracket {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-bracket.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.loose-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/loose-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.poking-wire {
	background: url(http://media.sesamehost.com/images/emergency-care/poking-wire.gif) no-repeat;
	width: 80px;
	height: 60px;
}

.left-border {
	border: solid 1px #333;
	margin: 5px 15px 15px 0;
	float: left;
	clear: left;
}

/*********************************************************************
	SureSmile
*********************************************************************/
p.small {
	font-size: 10px;
}

div.learn-more {
	background-color: #fff;
	color: #036;
	width: 50%;
	border: solid 1px #fff;
	padding: 0;
	margin: 15px 18px 15px 15px;
	float: right;
}

div.learn-more a {
	color: #036;
}

.learn-more h3 {
	background-color: #97AFC2;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
}

.learn-more p {
	padding: 0;
	margin: 0 0 10px 0;
}

#video-suresmile {
	width: 320px;
	height: 206px;
}

/*********************************************************************
	Global Form Styles
*********************************************************************/

div.referral-form, div.appointment-form, div.comments {
	width: 100%;
	margin-top: 18px;
	letter-spacing: normal;
}

fieldset {
	border: 0;
	padding: 9px 0;
	margin: 0 18px;
}

fieldset h2 {
	margin: 0 0 9px;
}

fieldset p {
	margin: 0 0 18px;
}

fieldset p.disclaimer {
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

fieldset dl {
}

fieldset dl dt {
	font-size: 16px;
	clear: both;
	margin: 9px 0 0;
}

fieldset dd ul {
	margin: 9px 0;
}

fieldset dd ul li, fieldset dd ol li {
	list-style: none;
}

fieldset dd li {
	clear: both;
	margin: 3px 0;
	padding: 5px 0 4px 10%;
	overflow: auto;
	height: auto;
	position: relative;
}

fieldset dd li:hover {
	background: #d5e0eb;/* 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;
}

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%;
}

fieldset dl dd.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	display: block;
	width: 125px;
	height: 34px;
	text-align: center;
	margin: 0;
	background:#EB8900;/* customize me! */
	border: 1px solid #537197;
	line-height: 34px;
	color:#FFF;/* customize me! */
	font-size:12px;
	font-weight:bold;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

/* appointment form
	* Styles only for the appointment request form
	*/


	/* comment form
	* Styles only for the comments form
	*/
	/*numbering added by jQuery*/
	fieldset ol li span.comment-number {
	font-size: 150%;
	color: #537197;
	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;
}

/*********************************************************************
	jQuery Cycle Before and After
*********************************************************************/

#before-after-container {
	width: 488px;
	margin: 2.5em 0 0; /* Adjust this top margin according to your design */
	padding: 10px 0 10px 10px;
	background-color: #6D8DA4; 
	border: solid 1px #306688; 
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	position: relative;
	line-height: 18px;
	}
ul.slideshow {
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
ul#before-after-cycle li img {
	width: 232px;
	height: 177px; /* This can be customized if the original photo won't fit this aspect ratio. Be sure to change the HTML height too. */
	float: left;
	margin-right: 10px;
	border: solid 1px #306688; 
	}
#before-after-container p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	}
#before-after-container div.cycle-detail {
	min-height: 55px; /* Increase this number to accomodate longer or shorter description text and to prevent "bumping" of lower content */
	clear: both;
	background-color: #fff; 
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #306688; 
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	}
.before-after-nav {
	background: #6D8DA4; 
	position: absolute; 
	z-index: 50; 
	top: -19px;
	left: 11px;
	padding: 0 3px;
	border: solid 1px #333; 
	border-width: 1px 1px 0 1px;
	-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 */
	}
#content .before-after-nav a {
	text-decoration: none; 
	font-size: 12px; 
	padding: 5px; 
	margin: 0 3px; 
	color: #fff; 
	}
.before-after-nav a.activeSlide {color: #333;} 

/*********************************************************************
	Invisalign Teen CSS
*********************************************************************/

span.indent {
	padding-left: 40px;
	}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	float: right;
	clear: right;
	}
#invisalign-sidebar a {
	color: #036;
	}
#invisalign-sidebar h3 {
	background: #97AFC2;
	margin: 0;
	padding: 15px;
	color: #fff;
	}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
	}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	}

div.hr {
	height: 2px;
	background-color: #2c587b; /* Customize me! */
	margin: 20px 0px;
	padding: 0;
	clear: both;
	width: 640px;
	}
