
/*********************************************************************
	SOMMERVILLE-JANICE
	
	Sesame Communications - (c) 2011
	Written by: James Stillion
	All rights reserved. 
	Any reproduction or intentional misuse is strictly 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;
}

/*********************************************************************
	Fonts
*********************************************************************/
	
@font-face {
    font-family: 'CicleGordita';
    src: url('../fonts/Cicle_Gordita-webfont.eot');
    src: url('../fonts/Cicle_Gordita-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/Cicle_Gordita-webfont.woff') format('woff'),
         url('../fonts/Cicle_Gordita-webfont.ttf') format('truetype'),
         url('../fonts/Cicle_Gordita-webfont.svg#CicleGordita') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold-webfont.eot');
    src: url('../fonts/DroidSans-Bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************************************************************
	Type
*********************************************************************/

body {
	background: #FFF url("../images/background.jpg") repeat-x center top;
	font-size: 14px;
	color: #1b4b6b;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	min-width: 990px;
}

a {
	color: #2c8e90;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

h1 {
    font-family: 'CicleGordita';
	color:#2b8c8f;
    font-size: 50px;
	font-weight: 400;
	line-height: 1em;
    margin: 0 0 18px;
	text-shadow: #fff 2px 2px 0em;
}

h1.headline {
	padding: 0 0 14px;
	text-transform: lowercase;
}

.home h1.headline {
    font-size: 45px;
}

h2 {
	color: #2c8e90;
	font-weight:700;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.home #content h2 {
	font-size: 16px;
}

h2#tagline {
	text-indent: -999em;
}

h3 {
	color:#666;
    font-size: 16px;
	font-weight:700;
	margin: 18px 0 10px;
}

h4 {
	color:#1b4b6b;
	font-style:italic;
	font-weight:700;
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

dt {
	font-size: 16px;
	margin: 18px 0 0;
}

legend {
	font-size: 16px;
	margin: 0 0 20px;
}

p {
	font-size: 14px;/* default is 13px*/
	margin: 0 0 18px 0;
	top:auto;
}

form {
	margin: 0 0 20px 0;
}

.right {
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
}

.left{
	clear: left;
	float: left;
	margin: 0 20px 20px 0;
}

.img-right {
	border: 6px solid #fff;
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
	-webkit-box-shadow: 3px 3px 3px #666666;
	-moz-box-shadow:3px 3px 3px #666666;
	box-shadow:3px 3px 3px #666666;
}

.img-left {
	border: 6px solid #fff;
	clear: left;
	float: left;
	margin: 0 20px 20px 0;
	-webkit-box-shadow: 3px 3px 3px #666666;
	-moz-box-shadow:3px 3px 3px #666666;
	box-shadow:3px 3px 3px #666666;
}

/*********************************************************************
	Header
*********************************************************************/

#hd {
	background: url("../images/header-background.png") top center repeat-x;
	height: 292px;
    padding-bottom: 0;
    position: relative;
    z-index: 100;
}
.home #hd {
	background: url("../images/header-bg.png") top center repeat-x;
	height:573px;
}

#hd .wrapper {
	position: relative;
}

#hd .wrapper hgroup#branding {
	width:100%;
	position: relative;
	z-index:10;
}

#hd .wrapper hgroup#branding #logo {
}

#hd .wrapper hgroup#branding #logo a {
	background: url("../images/logo.png") 0 0 no-repeat;
	display: block;
    height: 157px;
    left: 18px;
    position: absolute;
    text-indent: -999em;
    top: 18px;
    width: 177px;
    z-index: 10;
}

#logins {
    left: 713px;
    position: relative;
    top: -30px;
}
#logins img:hover {
    margin-bottom: -2px;
}

/*********************************************************************
	Home Page Slideshow
*********************************************************************/
a#we-care{
	text-decoration:none;
    font-family: 'DroidSansRegular';
	font-size:13px;
	color:#666;
	text-shadow: #fff 1px 1px 0.2em;
	position:absolute;
	left:43px;
	top:387px;
	z-index:2;
}

a#we-care span{
    font-family: 'DroidSansBold';
	color:#10485c;
}

/*a:hover#we-care {
	color:#041f28;
}*/
a:hover#we-care span{
	color:#2591b5;
}

#slideshow-home {
	display: block;
    overflow: visible;
    padding: 0;
    margin: 0;
    height: 382px;
    width: 985px;
    position: absolute;
    left: 2px;
    top: 78px;
    z-index: 1;
}

#slideshow-home img {
	margin: 0;
	padding-bottom: 0;
    height: 382px;
    width: 985px;
}

/*********************************************************************
	Social Media
*********************************************************************/


/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
    left: 7px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 45px;
    width: 220px;
    z-index: 8;
}

.home #sidebar {
}

#sidebar a img {
	float: left;
	margin: 0;
	padding:0;
}

/*********************************************************************
	Address
*********************************************************************/

a.address {
	color:#213d59;
	text-decoration:none;
	font-size:15px;
	text-shadow: #999 1px 1px 0.1em;
	position:absolute;
	left:194px;
	top:72px;
	z-index:10;
}

a.address span.phone{
	font-size:21px;
	color:#fafefe;
}


/*********************************************************************
	Main Content
*********************************************************************/

#bd {
	padding: 0;
	position: relative;
	z-index: 1;
}

#bd .wrapper {
	position: relative;
	z-index: 2;
}

#content {
	float: none;
	margin: 0 0 0 280px;
	min-height: 600px;
	padding: 0;
	width: 630px;
	z-index: 3;
}

.home #content {
	min-height: 270px;
}

.office-tour #content {
}


#content header.child {
	padding: 0;
}

#content p {
	margin-bottom: 20px;
}

#content ul, #content ol {
	margin:0 0 20px 30px;
}

.meet-the-staff #content h2 {
	clear:both;
}

.column {
	display: block;
    float: left;
    margin-left: 0;
    margin-right: 25px;
}

/*********************************************************************
	Navigations
*********************************************************************/

#nav, #utility-nav {
	position: absolute;
	margin: 0;
	z-index: 1000;
}

#nav li {
	display: inline;
	float: left;
}

/*********************************************************************
	set bg image for each link
*********************************************************************/

a#about-us {
	background-image:url("../images/nav/about-us.png");
	text-indent: -999em;
	width:91px;
}

a#for-new-patients {
	background-image:url("../images/nav/for-new-patients.png");
	text-indent: -999em;
	width:155px;
}

a#treatments {
	background-image:url("../images/nav/treatments.png");
	text-indent: -999em;
	width:109px;
}

a#about-orthodontics {
	background-image:url("../images/nav/about-orthodontics.png");
	text-indent: -999em;
	width:180px;
}

a#wearing-braces {
	background-image:url("../images/nav/wearing-braces.png");
	text-indent: -999em;
	width:144px;
}

a#five-st-marks {
	background-image:url("../images/nav/five-st-marks.png");
	text-indent: -999em;
	width:106px;
}

/*UTILITY NAV*/
a#contact-us {
	background-image:url("../images/nav/contact-us.png");
	text-indent: -999em;
	width:104px;
}

a#home {
	background-image:url("../images/nav/home.png");
	text-indent: -999em;
	width:64px;
}

/*********************************************************************
	Navigation
*********************************************************************/

#nav a {
	display: block;
	height: 62px;
	outline: none;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
	margin-right:30px;
}

#nav {
	clear: both;
    height: 62px;
    left: 18px;
    padding: 0;
    position: absolute;
    top: 187px;
    width: 965px;
    z-index: 90;
}

.home #nav{
	top:482px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float:left;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	top: auto;
}

#nav a:hover, #nav li:hover a, #nav li.sfhover a {
	background-position: 0 -62px;
}

#nav li.active a {
	background-position: 0 -62px;
}

#nav li.active a:hover, #nav li.active:hover a, #nav li.active.sfhover a {
	background-position: 0 -62px;
}

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	background: #1c5264;
	left: -9999px;
	padding: 10px 0;
	position: absolute;
	top:30px;
	width: 200px;
	z-index: 1010;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

#nav li.five-st-marks ul{width:235px;}

#nav li ul a {
	color: #c0e1ec;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	overflow: hidden;
	padding:5px 10px;
	text-decoration: none;
	text-indent:1px;
	width: 180px;
}
#nav li.five-st-marks ul a{width:215px;}

#nav li ul a.dr-lance-west-oral-maxillofacial-surgeon {
	height:42px;
}

#nav li ul a:hover {
	background: #318d8e;
	color: #c0e1ec;
	font-weight:bold;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin:0;
}

#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul {
	display: block;
	margin-left: 220px;
}

/**utility flyouts***/
#utility-nav li ul {
	background: #1c5264;
	left: -9999px;
	padding: 10px 0;
	position: absolute;
	top:30px;
	width: 200px;
	z-index: 1010;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

#utility-nav li ul a {
	color: #c0e1ec;
	font-style: normal;
	font-weight: normal;
	height: 17px;
	overflow: hidden;
	padding:5px 10px;
	text-decoration: none;
	text-indent:1px;
	width: 180px;
}

#utility-nav li ul a:hover {
	background: #318d8e;
	color: #c0e1ec;
	font-weight:bold;
}

#utility-nav li:hover ul, #utility-nav li.sfhover ul {
	left: auto;
	margin:0;
}

#utility-nav li:hover li:hover ul, #utility-nav li.sfhover li.sfhover ul {
	display: block;
	margin-left: 220px;
}




/*********************************************************************
	Special Dropdown Locations
*********************************************************************/

#nav ul li.about-us:hover ul, #nav ul li.about-us.sfhover ul, #nav ul li.for-new-patients:hover ul, #nav ul li.for-new-patients.sfhover ul, #nav ul li.treatments:hover ul, #nav ul li.treatments.sfhover ul, #nav ul li.about-orthodontics:hover ul, #nav ul li.about-orthodontics.sfhover ul, #nav ul li.wearing-braces:hover ul, #nav ul li.wearing-braces.sfhover ul, #nav ul li.five-st-marks:hover ul, #nav ul li.five-st-marks.sfhover ul {
	top:33px;
}

/*********************************************************************
	Utility Navigation
*********************************************************************/

#utility-nav a {
	display: block;
	height: 35px;
	outline: none;
	overflow: hidden;
	text-indent: -999em;
	margin-right:4px;
}
/*.home #utility-nav a {
	height: 34px;
}*/

#utility-nav {
	height: 35px;
    right: 19px;
    position: absolute;
    top: 69px;
    width: 176px;
    z-index: 80;
}

#utility-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:176px;
}

#utility-nav li {
	float:left;
	margin: 0;
	padding: 0;
}

#utility-nav a:hover, #utility-nav li:hover a, #utility-nav li.sfhover a {
	background-position: 0 -35px;
}

#utility-nav li.active a {
	background-position: 0 -35px;
}

#utility-nav li.active a:hover, #utility-nav li.active:hover a, #utility-nav li.active.sfhover a {
	background-position: 0 -35px;
}

/*********************************************************************
	In Page Sub Nav
*********************************************************************/

#subnav {
	display: block;
	float: left;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 21px;
	width: 210px;
}

#subnav li {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0 0 0 45px;
	text-align: left;
	width: 210px;
}

#subnav a {
	color: #666;
    display: block;
    text-align: left;
	font-size:14px;
	font-weight:400;
    text-decoration: none;
    width: 210px;
}

#subnav a:hover, #subnav a.active {
	color: #669999;
	text-decoration: none;
	font-weight:700;
}

#sidebar h2 {
	background: url("../images/nav/more-topics.png") top center no-repeat;
	display: block;
	height: 115px;
	margin: 0 0 17px;
	text-indent: -999em;
	width: 210px;
}


/*********************************************************************
	Back to Top
*********************************************************************/

.back-to-top a {
	background: url("../images/back-to-top.png") 0 0 no-repeat;
	height: 31px;
	width:124px;
	display: block;
	float: left;
	margin: 20px 0 0;
	text-indent: -999em;
}

.braces-diagram .back-to-top{
	display:none;
}

/*********************************************************************
	Page Specific CSS
*********************************************************************/

.office-tour .back-to-top a, .before-and-after .back-to-top a {
	display: none;
}

.sitemap #content{
	
}
.sitemap #content ul {
	margin-left:0px;
	list-style: none;
}

.sitemap #content .column a {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #1b4b6b;
}
.sitemap #content .column a:hover {
	text-decoration:underline;
}
.sitemap #content .column ul ul li a {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #1b4b6b;
	text-decoration: none;
	margin-left:15px;
}.sitemap #content ul {
	list-style: none;
}

.sitemap #content a {
	font-style: normal;
}

ul#css-office-tour li {
    display: inline;
    float: left;
    margin: 390px 0 0 10px;
}

/*********************************************************************
	Footer
*********************************************************************/

#ft {
	background: url("../images/footer-background.png") top center repeat-x;
	padding-top: 0;
	height: 375px;
	color: #999;
	margin-top:40px;
}

#ft .wrapper {
    margin-left: auto;
    margin-right: auto;
}

#ft a {
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;
}

#ft p.for-new-patients, #ft p.our-treatments {
    font-size: 14px;
    position: absolute;
    top: 142px;
    width: 170px;
}
#ft p.for-new-patients{left:311px;} 
#ft p.our-treatments{left:631px;}

#ft p.for-new-patients a, #ft p.our-treatments a {
	color: #999;
    display: block;
    float: left;
    height: 14px;
    margin: 0;
    padding: 3px;
    width: 170px;
}
#ft p.our-treatments a span{
	text-decoration:none;
}

p#sesame-link {
	display: block;
    left: 317px;
    position: absolute;
    top: 323px;
}

p#sesame-link a {
	display: block;
	color:#3aa1c4;
	font-size:14px;
    width: 224px;
}

#ft a.address {
	text-align:center;
	text-decoration:none;
	font-size:13px;
	color:#999;
	position:absolute;
	top:212px;
	left:93px;
	text-shadow:none;
	line-height:14px;
}
#ft a.address span.phone{
	font-size:13px;
	font-weight:bold;
	color:#78bfd7;
}

/**************************************/
/*              GLOBAL                */
/**************************************/

.shift{
	position:relative;
}


.static{
	margin-left:24px;
	margin-bottom:24px;
	float:right;
}
.for-children .static, .emergency-care .static{
display:none;
	
}

div.clear{
	display:block;
	clear:both;
}

/* Extra Elements  -----------------*/

object#flash-homepage {
	margin: 0;
	border: none;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	float: none;
}

div.hr {/* This styled div acts as the hr for most browsers */
	height: 2px;
	background:#999;
	border-top: 0; 
	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;
}

.error, .notice, .success, .growl, .message, .dialog {
	padding: 4px 9px 5px;
	margin-bottom:14px;
	border: 2px solid #fff;
}

.error {
	background:#ad2d10;
	color:#fff;
	border-color:#900f00;
}

.success {
	background: #1c5264;
	padding: 10px;
	width: 365px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	color: #c0e1ec;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent:1px;
	border:none;
}

.error a {
	color:#8a1f11;
}

.notice a {
	color:#514721;
}

.success a {
	color:#264409;
}

.no-error,
.has-error {
	margin-bottom:14px;
	border: 2px solid transparent;
}

.has-error {
	padding: 4px 9px 5px;
	background:#ad2d10;
	color:#fff;
	border-color:#900f00;
}

.has-error a {
	color:#8a1f11;
}

/* Google Map; see local.js */
/*hides iframe <a> tag*/

.iframe {
	display: none;
}

/**************************************/
/*              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;text-indent: 0;padding: 4px;}
	
	/* 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;}

    .invalid,
    .invalid label,
    label.invalid,
    label.invalid span {
        color: #900f00;
    }

    .invalid label input[type="text"],
    .invalid label input[type="email"],
    .invalid label input[type="url"],
    .invalid label input[type="password"],
    .invalid label input[type="select"],
    .invalid label input[type="search"],
    .invalid label textarea,
    .invalid label select {
        border-color: #900f00;
        color: #900f00;
    }

    label.invalid input[type="text"],
    label.invalid input[type="email"],
    label.invalid input[type="url"],
    label.invalid input[type="password"],
    label.invalid input[type="select"],
    label.invalid input[type="search"],
    label.invalid textarea,
    label.invalid select {
        border-color: #900f00;
        color: #900f00;
    }

	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;
}

/*page layout*/
body .wrapper {
	margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 990px;
}

/**************************************/
/*               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;
	border-color: #333;
	background: #444;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#444444), to(#cccccc));
	background: -moz-linear-gradient(#444444, #cccccc);
	background: linear-gradient(#444444, #cccccc);
	-pie-background: linear-gradient(#444444, #cccccc);
	behavior: url("../PIE.htc.html");
}

/**************************************/
/*           SESAME CONTENT           */
/**************************************/

/*Blog css for WordPress site */
/*social media --------------------*/				
#sidebar ul.social-media {text-align:center;}
#sidebar ul.social-media li {overflow:hidden; display:inline; list-style:none; list-style-image:none; margin-right:2px;}
#sidebar ul.social-media li.facebook a {background:url("../socialnetworking/icons/facebook.png") no-repeat; display:inline-block; text-indent:-9999px; width:50px; height:50px;}
#sidebar ul.social-media li.blogger a {background:url("../socialnetworking/icons/blog.png") no-repeat; display:inline-block; text-indent:-9999px; width:50px; height:50px;}
#sidebar ul.social-media li.youtube a {background:url("../socialnetworking/icons/youtube.png") no-repeat; display:inline-block; text-indent:-9999px; width:50px; height:50px;}


/* Blog ------------------ */
.navigation,
.pagination {margin-top: 36px; margin-bottom:12px;}
.navigation .next_post,
.pagination .next_page {float: right;}
.navigation .previous_post:before,
.pagination .previous_page:before {content: "\27EA  ";}
.navigation .next_post:after,
.pagination .next_page:after {content: " \27EB";}

.entry {display:block; clear:both;}
.entry img.alignleft {margin: 0 0 2px 7px; display: inline;	float:left;}
.entry img.alignright {margin: 0 7px 2px 0; display: inline; float:right;}
.entry img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.entry_meta p {margin: 0 0 12px;}
#entry_comments {margin-top:36px;}
  #entry_comments form {
    width: 486px;
    }
    #entry_comments form input {
      width: 480px;
      margin-bottom: 18px;
      }
    #entry_comments form label {margin-bottom: 6px;}
	#entry_comments form button {color:#333;}

form#blog_search {position: absolute; top: 370px; left: 0px; width: 223px; margin:0; text-align:left;}
form#blog_search label {margin-bottom: 0px; text-align:left;}
form#blog_search input {width: 223px; margin: 0 0 12px;}
form#blog_search button {color:#000; float:left;}

.search-results .post {margin-bottom:30px;}
.search-results .post h2 {margin-bottom:0;}

.comment {margin:18px 0; border-bottom: 1px solid #000;}
.comment_author {font-weight: bold;}
.comment_author h3 {margin: 0;}
.comment_author span {font-style: italic; font-weight: normal;}
.comment_meta {font-size: 10px;}
.comment_meta a {text-decoration: none;}

/* end blog css */

/* 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: #fff; 
	color:#333;
	padding:10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 2px 5px #CFCCC5;
	-moz-box-shadow:0px 2px 5px #CFCCC5;
	box-shadow:0px 2px 5px #CFCCC5;
}

div.box img {
	border: solid 1px #333; 
}

#content div.box p {
	margin-bottom: 0;
}

/* In-Ovation  -----------------*/

div.comparison {
	border: 1px solid; 
}

div.comparison div {
	width: 46%; /* Adjust this number to fine tune width */
}

/* Invisalign Teen ------------------ */

span.indent {
	padding-left: 40px;
}

#invisalign-sidebar {
	background: #fff; 
	border: solid 1px #333; 
}

#invisalign-sidebar a {
	color: #036; 
}

#invisalign-sidebar h3 {
	background: #97AFC2; 
	font-size: 16px; 
	font-weight: bold; 
	color: #fff; 
}

.thumb {
	border: solid 1px #333; 
}

/* Invisalign Pro Pack ======================= */
	
/* Reset */

#pro-pack {
	position: relative;
	font-size: inherit;
	line-height: inherit;
}

#pro-pack .img-right {
	clear:right;
	float:right;
	margin:18px 0 20px 20px;
}

#pro-pack .invisalign-block {
float:left;
width:370px;
}

#pro-pack ul#testimonials {
	clear: both;
}

/* Global Pro Pack Styles ------------------- */

#pro-pack .border {
	border: solid 6px #fff;
}

#pro-pack ul#testimonials {
	clear: both;
}

/* Invisalign Teen ------------------ */

#pro-pack #invisalign-sidebar {
	background: #fff; 
	border: solid 1px #333; 
}

#pro-pack #invisalign-sidebar a {
	color: #036;
}

#pro-pack #invisalign-sidebar h3 {
	background: #97AFC2;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#pro-pack .thumb {
	border: solid 1px #333;
}

/* Invisalign Videos ------------------- */

#pro-pack div.invisalign-flash {
	border: solid 1px #333;
}

/* Invisalign Before and After --------------- */

#pro-pack #invisalign-before-after {
	/*
-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 2px 5px #CFCCC5;
	-moz-box-shadow:0px 2px 5px #CFCCC5;
	box-shadow:0px 2px 5px #CFCCC5;
*/
}

#pro-pack ul#before-after-cycle li img {
	border: solid 1px #333; 
}

#pro-pack #invisalign-before-after div.cycle-detail {
	background-color: #fff; 
	color: #333; 
	border: solid 1px #333; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#pro-pack #invisalign-before-after div.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; 
}

#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: #2675AB;
} 

/* Invisalign Footer -------------------- */	

#pro-pack #invisalign-footer {
	border: solid 1px #333;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#pro-pack #invisalign-footer h3 {
	background: #97AFC2;
	color: #fff;
	font-size: 14px;
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
}

#pro-pack #invisalign-footer ul {
}

/* Pro Pack Callouts --------------- */

#pro-pack-callout-sm {
	background: #eee  url("http://media.sesamehost.com/images/invisalign-pro-package/callout-sm.png") no-repeat;
	border: solid 1px #000;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	margin: 0 0 18px; 
	}

#pro-pack-callout-lg {
	background: #eee  url("http://media.sesamehost.com/images/invisalign-pro-package/callout-lg.png") no-repeat;
	border: solid 1px #000;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	}

/* Before and After - Static ------------------ */

ul.before-after-static li {
	background-color: #EAE2D4; 
	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 {
	border: solid 10px #fff; 
	-webkit-box-shadow: 0px 2px 5px #666666;
	-moz-box-shadow:0px 2px 5px #666666;
	box-shadow:0px 2px 5px #666666;
	width:736px;
}

ul#before-after-cycle li img {
	border: solid 1px #333; 
	width: 358px;
}

#before-after-container ul.slideshow { list-style: none;  margin: 0;  padding: 0; width: 800px; overflow: hidden; height: 588px; }

#before-after-container div.cycle-detail {
	min-height: 20px;
	background-color: #fff; 
	border: solid 1px #333; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#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; 
}

#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: #2c8e90;
} 

/* jQuery Before and After Slider ------------------ */

.slider-container {
	color: #333; 
	background-color: #EAE2D4; 
	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;
	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: #185785;
} 

/* Office Tour CSS ------------------ */

ul#css-office-tour {
	border: solid 8px #fff; 
	-webkit-box-shadow: 0px 2px 4px #666666;
	-moz-box-shadow:0px 2px 4px #666666;
	box-shadow:0px 2px 4px #666666;
	background: url("../images/css-office-tour/image-01.jpg") 10px 10px no-repeat;
}

ul#css-office-tour li img {
	border: solid 1px #333; 
	float: left;
}

/* Cycle Office Tour ------------------ */

#slideshow-container {
	background: #e8d7c6; 
	border: solid 7px #6c0e2c; 
	width: 275px; 
	height: 280px 
}

#slideshow-container ul.slideshow {
	list-style: none; 
	width: 271px; 
	height: 217px;
	margin: 0; 
	padding: 0;
	}
#slideshow-container ul.slideshow img {
	width: 271px; 
	height: 217px;
	margin: 0;
	}

#slideshow-container div#caption {
	background-color: #fff; 
	color: #333; 
	border: solid 1px #6c0e2c; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.office-tour-nav {
	background-color: #fff; 
	border: solid 1px #6c0e2c; 
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
}

.office-tour-nav a {
	text-decoration: none;  
	font-size: 12px;  
	padding: 2px;  
	margin: 0 3px;  
	color: #333; 
}

.office-tour-nav a.activeSlide, .office-tour-nav a:hover {
	color: #009EC7;
} 

/* Gallery Office Tour ------------------ */

#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.html") center center no-repeat #ddd;
}

/* GALLERY PANELS */

.panel {
}

/* DEFINE HEIGHT OF PANEL OVERLAY */

.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 */

.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 */

*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;
	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;
}

.text-left { margin: 0 15px 20px 0; float: left; clear: left; width: 353px; }  
.text-right { margin: 0 0 20px 0; float: right; clear: right; width: 300px; } 




/*social media --------------------*/				
#social-icons {
  left: 190px;
  position: absolute;
  top: 17px;
  width: 200px;
}

#social-icons a {
    display: block;
    float: left;
    height: 32px;
    margin: 4px;
    width: 32px;
}
#social-icons a img {width:34px;height:34px}
#social-icons a:hover {
filter: alpha(opacity=88); -moz-opacity:0.88;opacity: 0.88;
}