
/*********************************************************************
	
	Sesame Communications - (c) 2011
	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;
}

/*********************************************************************
	Fonts
*********************************************************************/

@font-face {
    font-family: 'HelveticaLight';
    src: url('../fonts/helveticalight-webfont.eot');
    src: url('../fonts/helveticalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticalight-webfont.woff') format('woff'),
         url('../fonts/helveticalight-webfont.ttf') format('truetype'),
         url('../fonts/helveticalight-webfont.svg#HelveticaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*********************************************************************
	Common Elements
*********************************************************************/

body {
	line-height:1.5;
	margin:0;
	background:#2D1D15 url(../images/background.jpg) center top repeat;
	color: #4e3f1c;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

a img {
	border:none;
}

a {
	color: #1E4D93;
	outline: none;
}

h1 {
	font-family: 'HelveticaLight', Helvetica, Arial;
	font-size: 30px;
	font-weight: normal;
	color: #1F4F97;
	text-transform: uppercase;
}

h1.headline {
	margin-bottom: 20px;
}

h2 {
	color: #5B9713;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}

.home #content h2, .orthohome #content h2, .pedohome #content h2 {
	font-size: 14px;
}

h3 {
	color: #192378;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}

p {
	margin-bottom: 20px;
}

blockquote {
	font-weight: bold;
	font-style: italic;
}

.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;
}

p.highlight {
	font-style: italic;
}

/*********************************************************************
	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#home {background-image:url(../images/nav/home.png);width:75px;}

a#orthodontics {background-image:url(../images/nav/orthodontics.png);width:150px;}

a#pediatrics {background-image:url(../images/nav/pediatrics.png); width:195px;}


a#meet-the-team {background-image:url(../images/nav/meet-the-team.jpg); width:147px;}

a#for-new-patients {background-image:url(../images/nav/for-new-patients.jpg); width:174px;}

a#treatments {background-image:url(../images/nav/treatments.jpg); width:130px;}

a#invisalign {background-image:url(../images/nav/invisalign.jpg); width:129px;}

a#wearing-braces {background-image:url(../images/nav/wearing-braces.jpg);width:166px;}

a#contact {background-image:url(../images/nav/contact.jpg); width:89px;}

a#meet-the-pediatric-team {background-image:url(../images/nav/meet-the-pediatric-team.jpg); width:145px;}

a#for-new-patients-pediatric {background-image:url(../images/nav/for-new-patients-pediatric.jpg); width:171px;}

a#preventive-dentistry {background-image:url(../images/nav/preventive-dentistry.jpg); width:202px;}

a#dentistry-for-kids {background-image:url(../images/nav/dentistry-for-kids.jpg); width:184px;}

a#contact-pediatric {background-image:url(../images/nav/contact-pediatric.jpg); width:94px;}


/*********************************************************************
	Structure
*********************************************************************/

#container, .container {
	position: relative;
	margin:0;
}

#container {
	position:relative;
	clear: both;
}

.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 {
	background: url(../images/header-background-home.jpg) top center repeat-x;
	display: block;
    height: 276px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.orthodontic #hd {
	background: url(../images/header-background-orthodontic.jpg) top center repeat-x;
}

.pediatric #hd {
	background: url(../images/header-background-pediatric.jpg) top center repeat-x;
}

.site-map #hd {
	background: url(../images/header-background-home.jpg) top center repeat-x;
}

#hd .hd-wrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#logo, #logo a {
	height: 138px;
    width: 433px;
}

#logo {
	left:20px;
	position:absolute;
	top:21px;
}

#logo a {
	display:block;
	overflow: hidden;
	text-indent: -999em;
}
/****************************************************************************
					TOP LOGIN
*****************************************************************************/

#top-login {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 288px;
	z-index:999;
	height: 108px;
	font-weight: bold;
	background-position: right top;
}
.home #top-login {
	position: absolute;
	right: 18px;
	top: 224px;
	width: 288px;
	z-index:999;
	height: 108px;
	font-weight: bold;
	background-position: right top;
}
#top-login ul {
	margin-left: 0px;
	list-style:none;
}
#top-login ul ul {
	margin-left: 0px;
}
#top-login ul li a.doctor, #top-login ul li a.patient {
	height:30px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/logins.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display:block;
	position: relative;
	z-index:10000
}
#top-login ul li a.doctor {
	background-position: left top;
	width: 144px;
	height: 30px;
	text-indent: -9999px;
}
#top-login ul li a.patient {
	background-position: -144px top;
	height: 30px;
	width: 144px;
	text-indent: -9999px;
}
#top-login ul .doctor:hover, #top-login li:hover .doctor, #top-login li.sfhover .doctor, #top-login .active .doctor, #top-login ul .doctor.active {
	background-repeat: no-repeat;
	background-position: left bottom;
}
#top-login ul .patient:hover, #top-login li:hover .patient, #top-login li.sfhover .patient, #top-login .active .patient, #top-login ul .patient.active {
	background-repeat: no-repeat;
	background-position: -144px bottom;
}
#top-login, #top-login * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#top-login {
    font-size: 12px;
    line-height: 1em;
}
#top-login ul {
    z-index: 100;
}
#top-login ul ul {
    background-color: #ACB3BD;
    font-size: 12px;
    padding-bottom: 10px;
    position: absolute;
    top: -999em;
    width: 144px;
    z-index: 100;
}
#top-login ul ul li {
    width: 100%;
}
#top-login li:hover {
    visibility: inherit;
}
#top-login li {
    float: left;
    position: relative;
}
#top-login a {
    color: #0768C1;
    display: block;
    position: relative;
}
#top-login li:hover ul, #top-login li.sfHover ul {
    top: 30px;
    z-index: 200;
}
ul#top-login li:hover li ul, ul#top-login li.sfHover li ul {
    top: -999em;
}
ul#top-login li li:hover ul, ul#top-login li li.sfHover ul {
    top: 0;
}
ul#top-login li li:hover li ul, ul#top-login li li.sfHover li ul {
    top: -999em;
}
ul#top-login li li li:hover ul, ul#top-login li li li.sfHover ul {
    top: 0;
}
#top-login {
    margin-bottom: 1em;
}
#top-login li li a {
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px 0;
    text-decoration: none;
}
#top-login li li a, #top-login li li a:visited {
    color: #ffffff;
}
#top-login ul ul li:hover, #top-login ul ul li.sfHover, #top-login ul ul a:hover, #top-login ul ul a:active {
    background-color: #FFFFFF;
    color: #666666;
    outline: 0 none;
}
#top-login .sfHover ul {
    z-index: 300;
}
/*********************************************************************
	Content
*********************************************************************/

#bd {
	background: url(../images/content-background-orthodontic.jpg) top center repeat-x;
	min-height:427px;
	margin: 0;
	padding:0;
	position: relative;
	z-index: 1;
}

#bd .bd-wrapper {
    height: auto;
    margin: 0 auto;
    min-height: 980px;
    position: relative;
    width: 960px;
}

.orthodontic #bd {
	background: url(../images/content-background-orthodontic.jpg) top center repeat-x;
}

.pediatric #bd {
	background: url(../images/content-background-pediatric.jpg) top center repeat-x;
}

.site-map #bd {
	background: url(../images/content-background-orthodontic.jpg) top center repeat-x;
}

#bd .orthohome {
	background: url(../images/landing-content-background-orthodontic.jpg) top center repeat-x;
}

.orthodontic #bd .orthohome {
	background: url(../images/landing-content-background-orthodontic.jpg) top center repeat-x;
}

.pediatric #bd .pedohome {
	background: url(../images/landing-content-background-pediatric.jpg) top center repeat-x;
}

#content {
	float: right;
    margin: 0;
    padding: 30px 50px 0 0;
    width: 631px;
}

.home #content, .orthohome #content, .pedohome #content {
	padding: 452px 50px 0 0;
}

#slideshow-home, #main-image {
	background: #fff;
	display: block;
    height: 350px;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 271px;
    width: 731px;
    z-index: 10;
}

.pediatric #main-image {
	background: url(../images/slideshow/pedo-home.jpg) 0 0 no-repeat;
}

.orthodontic #main-image {
	background: url(../images/slideshow/ortho-home.jpg) 0 0 no-repeat;
}

#content a {
	color: #1E4D93;
}

#content a:hover {
}

#content ul, #content ol {
	margin:0 0 20px 30px;
}

/*********************************************************************
	Page Specific Styles
*********************************************************************/

.column {
	float:left;
	width:49%;
}

.site-map #content a {
	font-size: 14px;
}

.site-map #content a {
	text-decoration: none;
}

.site-map #content ul {
	list-style: none;
	font-weight: bold;
	font-weight: 12px;
}

.site-map #content ul ul {
	list-style:none;
	text-transform: none;
	font-weight: normal;
	font-style:normal;
	font-weight: 12px;
}

.site-map #content a:hover {
	text-decoration: underline;
}

.maps {
	margin-bottom:30px;
}

.logos {
	text-align:center;
	background: #fff;
}

.logos img {
	margin:0 5px;
	padding:5px;
}

.back-to-top a{
	background: url(../images/back-to-top.png) 0 0 no-repeat;
	clear: both;
    display: block;
    float: left;
    height: 21px;
    margin: 10px 0 0;
    text-indent: -999em;
    width: 97px;
}

/*********************************************************************
	Top Callouts + Dr. names
*********************************************************************/

.top-callouts {
	position: absolute;
	top:0;
	right:0;
	height: 154px;
	width:193px;
}

a.schedule-top {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	height: 107px;
	width:114px;
}

a.orthodontics-top {
	position: absolute;
	top:22px;
	left:85px;
	z-index: 2;
	height: 100px;
	width:108px;
}

a.pediatrics-top {
	bottom: 0;
    height: 80px;
    position: absolute;
    right: 42px;
    width: 75px;
    z-index: 3;
}

.dr-names {
	font-size: 14px;
	position: absolute;
    right: 0;
    top: 36px;
    width: 340px;
}

.dr-names p {
	text-align: right;
}

.dr-names a {
	color: #333333;
	text-decoration: none;
}

.dr-names a:hover {
	text-decoration: underline;
}

.dr-names p.left-list {
	text-align: right;
	float: left;
	width:175px;
}

.dr-names p.right-list {
	text-align: left;
	float: right;
	width:130px;
}


/*********************************************************************
	Common
*********************************************************************/

div.box {
	float: right;
	clear: right;
	width: 334px;
	background-color: #90B9EC; /* Customize me! */
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 20px;
	border: solid 1px #333; /* Customize me! */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px;
}

div.box img {
	float: left;
	border: solid 1px #333; /* Customize me! */
	margin-right: 5px;
}

div.box p {
	color: #fff;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

iframe {
	border: 1px solid #666;
}

#damon-bracket {
	display: block;
	margin: 0 auto 10px auto;
	}
#damon-wrap {
	width: 400px;
	margin: 0 auto;
	}
#damon-left {
	float: left;
	width: 175px;
 	margin-right: 20px;
	}
#damon-right {
	float: left;
	width: 170px;
	}

/*********************************************************************
	Sub Navigation
*********************************************************************/

.sub_nav {
	color: #9D8C6F;
	margin: 8px 0 10px;
	padding: 0 0 27px;
}

#content .sub_nav a {
	color: #9D8C6F;
	font-style: normal;
}

#content .sub_nav a:hover, #content .sub_nav a.active {
	color: #293D57;
	text-decoration:none;
	cursor:default;
}

/*********************************************************************
	Sidebar
*********************************************************************/

#sidebar {
	display: block;
    left: -1px;
    position: absolute;
    top: 0;
    width: 245px;
}

.sidebar-callouts {
	display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -999em;
    top: 414px;
    width: 245px;
}

.sidebar-callouts a img {
	float: left;
}

.address {
	color: #FFFFFF;
    font-size: 13px;
    left: 36px;
    position: absolute;
    text-shadow: 1px 2px 2px #788088;
    top: 10px;
    width: 168px;
}

.address p {
    line-height: 1.3em;
    margin-bottom: 12px;
    padding-bottom: 7px;
}

.address span {
    font-weight: bold;
    color: #333333;
}

.address strong {
	font-size: 14px;
	font-weight: normal;
}
#refer-a-friend {
	background: url(../images/sidebar/make-a-referral.png) 0 0 no-repeat;
	left: 0;
	position: relative;
	top: 707px;
	height: 150px;
}
#refer-a-friend a {
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 0px #7E7E7E;
	filter: dropshadow(color=#7E7E7E, offx=1, offy=1);
	font-size:15px;
	position: relative;
	top: 80px;
	left: 20px; 
}

/*********************************************************************
	Navigation
*********************************************************************/

#nav a {
	display: block;
	height: 61px;
	outline: none;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}

#nav {
	clear: both;
    height: 61px;
    left: 78px;
    position: absolute;
    top: 210px;
    width: 796px;
    z-index: 90;
}

.orthodontic #nav {
	left: 55px;
    width: 835px;
}

#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 -61px;
}

#nav li.active a {
	background-position: 0 -61px;
}

#nav li.active a:hover, #nav li.active:hover a, #nav li.active.sfhover a {
	background-position: 0 -61px;
}

/*********************************************************************
	Navigation Fly outs
*********************************************************************/

#nav li ul {
	font-family: Verdana, sans-serif;
	padding: 10px 0;
	left: -9999px;
	position: absolute;
	width: 250px;
	z-index: 91;
	background: #5d6ea9;
	background: -moz-linear-gradient(top, #5d6ea9 0%, #192378 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d6ea9), color-stop(100%,#192378));
	background: -webkit-linear-gradient(top, #5d6ea9 0%,#192378 100%);
	background: -o-linear-gradient(top, #5d6ea9 0%,#192378 100%);
	background: -ms-linear-gradient(top, #5d6ea9 0%,#192378 100%);
	background: linear-gradient(top, #5d6ea9 0%,#192378 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6ea9', endColorstr='#192378',GradientType=0 );
	top:61px;
}

#nav li ul a {
	color: #fff;
	text-decoration: none;
	text-indent:18px;
	height: 18px;
	width: 250px;
	padding:4px 0;
	font-size: 12px;
}

#nav li ul a:hover {
	background: #8AD32F;
	color: #192378;
}

#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: 200px;
}

/*********************************************************************
	Utility Navigation
*********************************************************************/
	
#util a {
	display: block;
	clear:both;
	height: 68px;
	outline: none;
	overflow: hidden;
	text-indent: -999em;
}

#util {
	clear: both;
    height: 68px;
    position: absolute;
    right: 34px;
    top: 156px;
    width: 420px;
    z-index: 100;
}

#util ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:420px;
}

#util li {
	float:left;
	margin: 0;
	background: none;
	padding: 0;
}

#util a:hover, #util li:hover a, #util li.sfhover a {
	background-position: 0 -68px;
}

#util li.active a {
	background-position: 0 -68px;
}

#util li.active a:hover, #util li.active:hover a, #util li.active.sfhover a {
	background-position: 0 -68px;
}

/*********************************************************************
	Sidebar Subnav
*********************************************************************/

#sidebar h2 {
	background: url(../images/sidebar/subnav-header.png) top left no-repeat;
	height: 62px;
	width:245px;
	text-indent: -999em;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top:415px;
	left:0;
}

#subnav {
	background: url(../images/sidebar/subnav-background.png) top left no-repeat;
	color: #333333;
    font-size: 14px;
    padding: 0 0 20px;
    position: absolute;
    top: 477px;
    width: 244px;
}

#subnav ul {
	list-style: none;
	padding: 0 0 0 20px;
}

#sidebar #subnav a {
	color:#333333;
	text-decoration: none;
}

#sidebar #subnav li.active a, #sidebar #subnav a:hover {
	color:#fff;
	cursor:default;
	text-decoration: none;
}

/*********************************************************************
	Footer
*********************************************************************/

.footer-content {
	position: relative;
	background: url(../images/footer-background.jpg) top center no-repeat;
	clear: both;
    height: 336px;
}

#ft {
	position: relative;
	clear: both;
	height: 336px;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

#ft a {
	color: #333;
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;
}

#ft .column1 ul, #ft .column2 ul, #ft .column3 ul, #ft .column4 ul {
	list-style: none;
}

#ft .column3 ul li, #ft .column4 ul li {
	text-align: right;
}

#ft .column1, #ft .column2, #ft .column3, #ft .column4 {
	color: #333333;
	font-size: 12px;
	top: 134px;
    position: absolute;
    text-shadow: 1px 2px 2px #fff;
    width: 140px;
}

#ft .column1 {
	left:61px;
}

#ft .column2 {
	left:205px;
}

#ft .column3 {
	right:230px;
}

#ft .column4 {
	right: 78px;;
}

p#sesame-link {
	color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    left: 272px;
    margin-bottom: 0;
    position: absolute;
    text-align: right;
    text-shadow: 1px 1px 2px #567A1E;
    top: 302px;
    width: 450px;
}

p#sesame-link a {
	color: #fff;
}

/*********************************************************************
	Sesame CSS Styles
*********************************************************************/

img.right, .img-right {
	border: 3px solid #215CA5;
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
}

img.left {
	border: 3px solid #215CA5;
	margin: 0 15px 15px 0;
	float: left;
	clear: left;
}

.left-border {
	float: left;
	clear: left;
	margin: 5px 15px 15px 0;
	border: 3px solid #215CA5;
}

.right-border {
	float: right;
	clear: right;
	margin: 5px 0 15px 15px;
	border: 3px solid #215CA5;
}

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;
}

/* anatomy of a tooth */
#anatomy-of-a-tooth {
	background: url(http://media.sesamehost.com/images/anatomy-of-a-tooth/anatomy-of-a-tooth-bg.gif);
	height: 525px;
	position: relative;
	width: 300px
}

#anatomy-of-a-tooth a {
	cursor: help;
	display: block;
	position: absolute
}

#anatomy-of-a-tooth a:hover {
	background: transparent
}

a#bone {
	height: 20px;
	left: 30px;
	top: 380px;
	width: 40px
}

a#cementum {
	height: 20px;
	left: 100px;
	top: 460px;
	width: 90px
}

a#dentin {
	height: 20px;
	left: 80px;
	top: 165px;
	width: 60px
}

a#enamel {
	height: 20px;
	left: 165px;
	top: 135px;
	width: 60px
}

a#gingiva {
	height: 30px;
	left: 20px;
	top: 275px;
	width: 60px
}

a#periodontal {
	height: 30px;
	left: 205px;
	top: 440px;
	width: 70px
}

a#pulp {
	height: 30px;
	left: 125px;
	top: 220px;
	width: 50px
}

a#print {
	cursor: pointer;
	height: 23px;
	left: 240px;
	top: 502px;
	width: 60px
}

#bd #anatomy-of-a-tooth a img {
	border: none;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	margin:0;
	padding:0;
}

#bd #anatomy-of-a-tooth a:hover img {
	height: 98px;
	width: 300px
}

a#bone:hover img {
	left: -30px;
	top: -380px
}

a#cementum:hover img {
	left: -100px;
	top: -460px
}

a#dentin:hover img {
	left: -80px;
	top: -165px
}

a#enamel:hover img {
	left: -165px;
	top: -135px
}

a#gingiva:hover img {
	left: -20px;
	top: -275px
}

a#periodontal:hover img {
	left: -205px;
	top: -440px
}

a#pulp:hover img {
	left: -125px;
	top: -220px
}

/*-----------------------------------------------
	Forms
	*/
	/* 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 {
}

fieldset dd li input:hover, fieldset dd li input:focus, fieldset dd li select:hover, fieldset dd li select:focus, fieldset dd li textarea:hover, fieldset dd li textarea:focus {
	background: #f1f1f1;/* customize me - this is the hover color change of form fields*/
	outline-color: #537197;/* customize me */
}

fieldset li h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

fieldset li div {
	float: left;
	display: inline-block;
	width: 40%;
	position: relative;
	padding-right: 5%;
}

fieldset li div.input-street {
	width: 85%;
}

fieldset li div.input-city {
	width: 60%;
}

fieldset li div.input-full-name {
	width: 85%;
}

fieldset li div.input-phone-full {
	width: 85%;
}

fieldset li div.input-email {
	width: 85%;
}

fieldset li div.input-zip {
	width: 20%;
}

fieldset li div.content-switch, fieldset li div.radio, fieldset li div.checkbox {
	width: 85%;
}

fieldset li div.radio input {
	border: none;
}

fieldset li div.radio label {
	padding-right: 9px;
	font-size: 90%;
}

/*fieldset li div.hidden-content, fieldset li.hidden-content {display: none;}*/

fieldset li div.input-select-full {
	width: 85%;
}

fieldset li div.input-comments {
	width: 85%;
}

li div.input-comments textarea {
	height: 63px;
	overflow: auto;
}

fieldset li div.input-captcha {
	width: 50%;
}

fieldset li div.verification {
	width: 35%;
}

li div.verification img {
	border: 1px solid;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div label {
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 9px;
	font-size: 80%;
	color: #537197;/*override to match site*/
}

fieldset li div input, fieldset li div textarea, fieldset li div select {
	display: block;
	line-height: 18px;
	width: 100%;
	border: 1px solid;
	padding: 4px 0 3px;
	text-indent: 4px;
	margin-top: 9px;
	-moz-border-radius: 4px; /*for Moz, optional*/
	-webkit-border-radius: 4px; /*for Webkit Browsers, optional*/
}

fieldset li div select {
	height: 25px;
}

fieldset li div.radio input {
	display: inline;
	width: auto;
	margin-right: 4px;
}

fieldset li div div {
	width: 100%;
}

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:#326EB4;/* customize me! */
	border: 1px solid #000;
	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;/* customize me*/
	position: absolute;
	left: 9px;
	top: 9px;
}

/* referral form
	* Styles only for the referral form
	*/
	.referral-form fieldset li div.radio {
	width: 40%;
}

/* JQuery */
	input.error, select.error, textarea.error {
	border-color: #a52003;
	background: #fefda1;
}

div.error {
	background: url(../images/validate_error.gif) 0 0 no-repeat;
	color: #a52003;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

div.success {
	background: url(../images/validate_ok.gif) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	display: block;
	margin: 12px -2% 0 0;
	text-indent: -999em;
}

.contact-form div.error, .contact-form div.success {
	margin-left: 0;
}

#gallery-container {
	width: 480px;
	min-height: 500px;
}

ul#css-office-tour {
	width: 480px;
	height: 370px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
	background: url(../images/css-office-tour/raleigh-1.jpg) 10px 10px no-repeat;
}
#garner ul#css-office-tour {
	background: url(../images/css-office-tour/garner-1.jpg) 10px 10px no-repeat;
}
#smithfield ul#css-office-tour {
	background: url(../images/css-office-tour/smithfield-1.jpg) 10px 10px no-repeat;
}


ul#css-office-tour li {
	margin: 380px 0 0 10px;
	float: left;
	display: inline;
}

ul#css-office-tour li img {
	border: solid 1px #333; /* Customize me */
	margin: 0 4px 2px 0;
	width: 68px;
	height: 52px;
	float: left;
}

ul#css-office-tour a {
	text-decoration: none;
}

ul#css-office-tour a span {
	left: -999em;
	position: absolute;
}

ul#css-office-tour a span img {
	border: none;
	width: 460px;
	height: 350px;
}

ul#css-office-tour a:hover {
	background: none;
	z-index: 100;
}

ul#css-office-tour a:hover span {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
}

/* jQuery Cycle Before and After */
#before-after-container {
	border: 1px solid #333333;
    line-height: 18px;
    margin: 0 0 18px;
    padding:10px 0 23px 10px;
    width: 555px;
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
}

#before-after-container ul.slideshow {
	height: 182px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 554px;
}

ul#before-after-cycle li img {
	width: 265px;
	float: left;
	margin-right: 10px;
	border: solid 1px #333; /* Customize me */
}

#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; /* Customize me */
	padding: 10px;
	margin: 0 10px 0 0;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-radius: 5px; /* Optional - you may customize or remove */
}

#before-after-container .before-after-nav {
	background: #fff; /* Customize me */
	margin: 0 10px 10px 0;
	padding: 5px 3px;
	border: solid 1px #333; /* Customize me */
	-moz-border-radius: 5px 5px 0 0; /* Optional - you may customize or remove */
	-webkit-border-top-left-radius: 5px; /* Optional - you may customize or remove */
	-webkit-border-top-right-radius: 5px; /* Optional - you may customize or remove */
}

#before-after-container .before-after-nav a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	margin: 0 3px;
	outline: none;
	color: #333; /* Customize me */
}

#before-after-container .before-after-nav a.activeSlide, #before-after-container .before-after-nav a:hover {
	color: #009EC7;
} /* Customize me */
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;
}
/* 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;
}

#pro-pack {
    font-size: inherit;
    line-height: inherit;
    position: relative;
}
#pro-pack img {
    display: block;
}
#pro-pack a, #pro-pack img, #pro-pack object {
    border: medium none;
    outline: medium none;
}
#pro-pack .right {
    float: right;
    margin: 0 0 20px 20px;
}
#pro-pack .left {
    float: left;
    margin: 0 20px 20px 0;
}
#pro-pack .img-right {
    clear: right;
    float: right;
    margin: 0 0 20px 20px;
}
#pro-pack .img-left {
    clear: left;
    float: left;
    margin: 0 20px 20px 0;
}
#pro-pack p.flash_notice {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #FF0000;
    color: #FF0000;
    margin: 18px;
    padding: 9px;
    text-align: center;
}
#pro-pack #video-invisalign {
    display: block;
    height: 266px;
    width: 360px;
}
#pro-pack ul#testimonials {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#pro-pack ul#testimonials li {
    clear: both;
}
#pro-pack .invisalign-block {
    float: left;
    width: 315px;
}
#pro-pack span.indent {
    padding-left: 40px;
}
#pro-pack #invisalign-sidebar {
    clear: right;
    float: right;
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 20px 20px;
    padding: 0;
    width: 275px;
}
#pro-pack #invisalign-sidebar h3 {
    margin: 0;
    padding: 20px;
}
#pro-pack #invisalign-sidebar p {
    font-size: 11px;
    line-height: 16px;
    margin: 15px 0;
    padding: 0 15px;
}
#pro-pack .thumb {
    clear: left;
    float: left;
    margin: 0 10px 15px 0;
}
#pro-pack div.invisalign-flash {
    background: url("http://media.sesamehost.com/images/invisalign-pro-package/invisalign-video-bg.jpg") no-repeat scroll 0 0 transparent;
    height: 250px;
    margin-bottom: 20px;
    width: 450px;
}
#pro-pack div.invisalign-flash img {
    float: right;
    margin: 30px 50px 0;
}
#pro-pack .bump-right {
    margin-right: 5px;
}
#pro-pack #video-invisalign-best-friends, #pro-pack #video-invisalign-news-travels-fast {
    display: block;
    height: 206px;
    width: 320px;
}
#pro-pack #video-invisalign-lobby {
    display: block;
    height: 266px;
    width: 320px;
}
#pro-pack #invisalign-before-after {
    line-height: 18px;
    margin: 0 0 20px;
    min-height: 335px;
    padding: 10px 0 10px 10px;
    width: 488px;
}
#pro-pack #invisalign-before-after ul.slideshow {
    height: 270px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 488px;
}
#pro-pack ul#before-after-cycle li img {
    float: left;
    height: 265px;
    margin-right: 10px;
    width: 232px;
}
#pro-pack #invisalign-before-after p {
    float: left;
    margin: 0 0 10px;
    width: 50%;
}
#pro-pack #invisalign-before-after div.cycle-detail {
    clear: both;
    line-height: 18px;
    margin: 0 10px 0 0;
    min-height: 55px;
    padding: 10px;
}
#pro-pack #invisalign-before-after div.before-after-nav {
    margin: 0 10px 10px 0;
    padding: 5px 3px;
}
#pro-pack #invisalign-before-after .before-after-nav a {
    font-size: 12px;
    margin: 0 3px;
    outline: medium none;
    padding: 5px;
    text-decoration: none;
}
#pro-pack #invisalign-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    font-size: 11px;
    margin: 30px 0;
    padding: 0;
    width: 99%;
    border:1px solid #ccc;
}
#pro-pack #invisalign-footer h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
}
#pro-pack #invisalign-footer ul li img {
    float: left;
    margin: 0 10px 0 20px;
}
#pro-pack #invisalign-footer p {
    margin: 30px 0 20px;
    padding: 0 20px;
}
#pro-pack #invisalign-footer ul {
    border-width: 0 0 1px;
    list-style: none outside none;
    margin: 15px;
    padding: 0 0 15px;
}
#pro-pack #invisalign-footer li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
}
#pro-pack #invisalign-footer li a {
    float: left;
}
#pro-pack .invisalign-footer-logo {
    float: left;
    margin: 0 30px 0 15px;
}
#pro-pack-callout-sm {
    display: block;
    height: 63px;
    padding: 0;
    text-indent: -999em;
    width: 123px;
}
#pro-pack-callout-sm a {
    display: block;
    height: 63px;
    width: 123px;
}
#pro-pack-callout-lg {
    display: block;
    height: 128px;
    margin: 0 0 18px;
    padding: 0;
    text-indent: -999em;
    width: 223px;
}
#pro-pack-callout-lg a {
    display: block;
    height: 128px;
    width: 223px;
}

/* In-Ovation */
div.comparison {
	background: #fff; 
	border: 1px solid #a0b606; 
	display: inline-block; 
	margin-bottom: 10px; 
	clear: both;
	padding: 10px;
	}
div.comparison div {
	float: left; 
	width: 46%;
	padding: 0 10px 0 0;
	}
div.comparison img {
	margin: 0 15px 0 0;
	float: left;
	}
#video-in-ovation {
	width: 320px;
	height: 266px;
	display: block;
	}
	
#social-media {
    margin-left:5px;
}
#social-media img {
    float:left;
    margin-right:5px;
}
