/* general ----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	margin: 0px;
	color: #333;
	background-color: #01aa4f;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
}
a {
	color: #2397CF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2 {
	color: #00aa4f;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
}
img {
	border: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* logo ----------------------------------------*/
.logo {
	letter-spacing : -1000em;
	text-indent : -999em;
	overflow : hidden;
	background: transparent;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	width: 340px;
	height: 150px;
	position: relative;
	float: left;
}
#nav {
	width: 170px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 155px;
	left: 0px;
	list-style-type: none;
}
#nav a {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	height: 40px;
	width: 170px;
}
#office/* Set the image for each nav item */ {
	background-image: url(../images/nav-office.gif);
}
#about-ortho {
	background: url(../images/nav-ortho.gif);
}
#about-braces {
	background: url(../images/nav-braces.gif);
}
#treatment-options {
	background: url(../images/nav-treatment.gif);
}
#emergency {
	background: url(../images/nav-emergency.gif);
}
#contact {
	background: url(../images/nav-contact.gif);
}
#home {
	background: url(../images/nav-home.gif);
}
/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {
	background-position: -170px 0px;
}
/* Set cursor to default arrow so link does not appear clickable */
#nav .active {
	cursor: default
}
/* sub-navigation --------------------*/
#nav li {
	display: inline;
}
#nav li ul { /* second-level lists */
	width: 190px;
	position: absolute;
	left: -999em;
	height: auto;
	/* opacity */
filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	margin-top: -43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 169px;
	background-color: #dcddde;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #999;
	padding: 0px;
}
#nav li ul a {
	width: 175px;
	color: #333;
	text-indent: 0px;
	text-decoration: none;
	line-height: 30px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	color: #333;
	background-color: #ffcc66;
}
/* page layout ----------------------------------------*/
#container {
	position: relative;
	width: 940px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	position: relative;
	width: 940px;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#sidebar {
	background: url(../images/bg-sidebar.gif) no-repeat;
	color: #b0f8ec;
	float: left;
	width: 240px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content {
	width: 940px;
	padding: 0px;
	min-height: 500px;
	margin: 0px;
}
#right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 760px;
}
#callout-container {
	float: right;
	height: 300px;
	width: 280px;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: right;
}
#callout-red {
	background-image: url(../images/bg-callout-red.gif);
	height: 90px;
	width: 280px;
	float: left;
	clear: both;
}
#callout-blue {
	background-image: url(../images/bg-callout-blue.gif);
	height: 90px;
	width: 280px;
	margin-top: 15px;
	clear: both;
	float: left;
}
#callout-green {
	background-image: url(../images/bg-callout-green.gif);
	height: 90px;
	width: 280px;
	margin-top: 15px;
	clear: both;
	float: left;
}
.callout {
	letter-spacing : -1000em;
	text-indent : -999em;
	overflow : hidden;
	padding: 0px;
	width: 280px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#callout-red .callout a {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: none;
}
#callout-red .callout a:hover {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: url(../images/callout-red.gif);
}
#callout-blue .callout a {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: none;
}
#callout-blue .callout a:hover {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: url(../images/callout-blue.gif);
}
#callout-green .callout a {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: none;
}
#callout-green .callout a:hover {
	clear: both;
	height: 40px;
	width: 280px;
	display: block;
	background-image: url(../images/callout-green.gif);
}
#homepage {
	background-image: url(../images/bg-homepage.gif);
	clear: both;
	height: 300px;
	width: 680px;
	margin-top: 15px;
	float: left;
	padding-top: 140px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: top;
}
#homepage h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border: 5px solid #fff;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.left {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
img.right {
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
img.center {
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#sub-page-nav li.#sub-page-nav-first a {
padding-left:0;
border-left:none;
}
#footer {
	background-image: url(../images/bg-footer.gif);
	clear: both;
	width: 680px;
	float: left;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
/* footer-nav */
#footer-nav {
	color: #ffcc66;
	line-height: 20px;
	overflow: hidden;
	clear: both;
	font-size: 9px;
	margin-bottom: 20px;
}
#footer-nav a {
	text-decoration: underline;
	font-size: 10px;
	color: #ffcc66;
}
#footer-nav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#footer-nav a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #ffcc66;
}
/* sesame ----------------------------------------*/
#sesame a{
	margin: 0px;
	font-size: 10px;
	color: #ccffcc;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sesame a:hover {
	margin: 0px;
	font-size: 10px;
	color: #ccffcc;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
a.top {
	background: url(../images/arrow-top.gif) no-repeat;
	padding-left: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 0px;
	font-weight: bold;
}
a:hover.top {
	color: #fff;
}
/* SESAME */
.flash-replaced .alt {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}
#flash-homepage {
	width: 460px;
	height: 300px;
	float: left;
	clear: left;
	background-image: url(../images/bg-flash.jpg);
}
.flash-replaced .alt {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}
.hide {
	display: none;
}
#tagline {
	padding: 0px;
	float: left;
	height: 50px;
	width: 600px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear:both;
}
#subpages {
	background-image: url(../images/bg-x.gif);
	clear: both;
	width: 680px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
#subpages h1{
	overflow: hidden; /* hides rich text so only background image shows */
	line-height: normal;
	font-size: 32px;
	font-weight: normal;
	color: #006e9c;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 3px;
}
#subpages ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
#onpage-nav a {
	color: #ff6600;
	text-decoration: underline;
}
#onpage-nav a:hover {
	color: #ff6600;
	text-decoration: none;
}

#onpage-nav li {
	display: inline;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}
#onpage-nav {
	color: #666666;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 0px;
}
#onpage-nav ul {
	margin: 0px;
	padding: 0px;
}
#onpage-nav  li.first {
	padding-left: 0px;
	border-left-style: none;
}
#onpage-nav a.active {
	color: #666666;
	text-decoration: none;
}


/* The Game Room */
div#sesame-game {background: #000; line-height: 0; margin: 10px auto 30px auto; text-align: center; width: 400px}
ul#sesame-games {list-style: none; margin: 0 18px 0 0; padding: 0}
ul#sesame-games li {clear: both; display: block}
ul#sesame-games img {border: 0; float: right; margin: 0 0 10px 10px}
ul#sesame-games a.button {float:right; height:85px; width:200px}
ul#sesame-games p { padding-bottom: 1em}.border-iframe {
	border: 1px solid #999;
	text-align: center;
	padding: 2px;
	width: 500px;
}

.left {
float:left;
margin:0 10px 10px 0;}
img.right {
float:right;
margin:0 0 10px 10px;}
.clear {
clear:both;}
h2.media-center {
background:#000033;
color:#FFF;
margin:0;
padding:5px;}
div.media-center {
background:#336699;
color:#FFF;
display:inline-block;
margin-bottom:10px;
overflow:auto;
padding:10px;}
div.media-center a {
color:#FFF;}
div.media-center img {
border:1px solid #FFF;}
.flash {
border: solid 1px #ccc;}
#flash-ibraces-1 {
width: 320px;
height: 266px;}
#flash-ibraces-2, #flash-ibraces-3 {
width: 352px;
height: 266px;}
#sitemap ul{
	margin-bottom: 0px;
}
#alert {
display: none;
background-color: #fff; 
width: 420px; 
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;
}
#alert ul {margin: 0 0 15px 25px;}
#alert p {margin: 0 0 15px 0; line-height: 14px; padding: 0;}

a.upgrade {float: left; margin: 0 10px 0 0;}
span#red {color: #a52003;}
.right {float: right;}
