*{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
	color: #333300;
	background-color: #E3F1FC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration: underline;
	color: #2793f3;
}
#footer a {color: #000000;}
#footer-nav a {color: #000000;}
#footer-nav a:hover {color: #a70403;}
#sesame a {color: #000000; font-size: 10px; text-decoration: none;}
#sesame a:hover {color: #a70403;}

a:hover {color: #a70403;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	margin: 18px 0 18px 0;
}
h1#logo {
	margin: 0;
}
h1#h-welcome {
	margin: 0;
	line-height: 22px;
}
h1#h-what-makes-us-special, * #h-about-our-office, * #h-meet-dr-demas, * #h-meet-the-team, * #h-contests, * #h-office-policies, * #h-about-orthodontics, * #h-treatment-philosophy, * #h-orthodontics-kids-teens, * #h-orthodontics-adults, * #h-two-phase-treatment, * #h-orthodontic-dictionary, * #h-faq, * #h-links, * #h-braces-101, * #h-life-with-braces, * #h-types-of-braces, * #h-types-of-appliances, * #h-brushing-flossing, * #h-palatal-expander, * #h-retainer-instructions, * #h-treatment-options, * #h-common-treatments, * #h-invisalign, * #h-in-ovation, * #h-dentofacial-orthopedics, * #h-sleep-apnea, * #h-tmj-tmd, * #h-surgical-orthodontics, * #h-emergency-care, * #h-the-game-room, * #h-contact-us, * #h-location, * #h-comment-form, * #h-refer-a-friend, * #h-privacy-policy, * #h-site-map  {
	margin-top: 0;
	margin-bottom: 9px;
	line-height: 22px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 9px 0 9px;
	color: #000000;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #000000;
}
img {
	border: 0;
	display: block;
}
ol, ul, dl {
	list-style: none;
	margin: 9px 0;
}
ul.bullet {
	list-style: outside;
	font-size: 12px;
	line-height: 18px;
	margin-left: 18px;
	padding-bottom: 9px;
	list-style-type: disc;
}

dt, th {
	line-height: 18px;
	font-size: 12px;
	color: #6b7f80;
	font-weight: normal;
}
dl.site-map dt {font-size: 12px;}
dt {padding: 3px 0}
dd {margin: 9px 0;}
dd ul {margin: 0 18px;}
dd iframe {border: 2px solid;}
li, dd {
	font-size: 12px;
	line-height: 18px;
}
blockquote {
	margin-left: 30px;
	margin-top: 19px;
	margin-bottom: 10px
}
p, td {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px;
}


pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 11px;
}
strong, b {
	font-weight: bold;
}
em {color: #ffffff}
sup, sub {
	font-size: 75%;
}

/* 
| Shortcuts	|
*/

/* clear floats */

*  .clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
* .clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {/* For IE =< 6 */
	height: 1%;
}

/* Image Replacement -- add class="replace" to root element, i.e. <p> and add a bg image*/
* .replace {
	letter-spacing : -1000em;
	line-height: 0;
	over-flow: hidden;
	text-indent: -999em;
}
/* Just for Opera, but hide from MacIE */

/*\*/html>body .replace {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
}
/* End of hack */


/* 
|	Flash 	|
*/

* #flash-home {
    position: absolute; top:20px; left:128px; width:540px; height:207px;
}

* #photo {
    position: absolute; top:40px; left:257px; width:540px; height:207px; 
}

div#sesame-game {
background: #000;
line-height: 0;
margin: 10px auto;
text-align: center;
width: 400px;}

ul#sesame-games {
list-style: none;
margin: 0;
padding: 0;}

ul#sesame-games li {
clear: both;
padding: .5em 0;}

ul#sesame-games img {
border: 0;
float: left;
padding-right: 12px;
}

ul#sesame-games p {
float: left;
width: 250px;
margin: 0 0 0 15px;
padding-bottom: 5px;
}

* .flash {/* class for common flash styles */
	overflow: hidden;
	margin: 0 0 18px;
}
p.upgrade-flash {margin: 18px 54px; background: #005782; padding: 9px; color: #ffffff; font-size: 12px;}
/* End Flash */

/* 
|	Layout	|
*/

img {
	display: block;
	border: 0;
}
* .static {border: 0px solid; margin: 18px 0 18px;}

* .float-left {/* Left Floated Images */
	float: left;
	margin: 0 9px 18px 0;
	border: 0px; text-align: left;
}
* .float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
}

* .left {
float:left;
margin:10px 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;}

* #container {
	width: 798px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;	
	padding-bottom: 0;
	background: #ffffff;
}

* #header {
	width: 258px;
	height: 258px;
	background: #ffffff url(../images/header.jpg) 0 0 no-repeat;
	float: left;
}

#header h1#logo {
	width: 258px;
	height: 250px;
}
#logo a {
	display: block;
	width: 258px;
	height: 250px;
	z-index: 2;
}

* #top-nav {
	width: 338px;
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 455px;}
#top-nav li {float: left;}
#top-nav li a {display: block; height: 33px; background-image: url(../images/top-nav.gif);}
* #n-pt-login, * #n-contact-us, * #n-home {overflow: hidden; text-indent: -999em;}
* #n-pt-login {width:114px;}
* #n-contact-us {width:110px;}
* #n-home {width:114px;}
#top-nav ul {
	z-index: 100;
	width: 165px;
	display: block;
	position: absolute;
	left: -999px;
	padding: 0;
	margin: 0 0 0;
	background: #8a0033;
	border: 1px solid #a91b1d;
}
#top-nav li:hover {position: static;}
#top-nav li:hover ul, #top-nav li.sfhover ul {
	left: auto;
	display: block;
}
#top-nav ul li {
	float: none;
	display: inline;
}
#top-nav ul li a {
	float: none;
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	background: #a91b1d;
	padding: 2px 12px;
	height: auto;
	text-decoration: none;
}

#top-nav ul li a:hover {
	background: #ffffff;
	color: #a91b1d;
	font-weight: bold;
}


* #content {
	background: #ffffff;
	min-height: 675px;
}

* html #content {height: 500px}

* #nav-column {
	position: absolute;
	left: 0;
	top: 0;
	margin: 230px 0 0;
	width: 275px;
	z-index:20;
}
#nav-column .inner {
	padding-top: 1px;
	margin: 18px 0 0 0;
}
#nav a {
	display: block;
	width: 265px;
}
#nav ul {
	position: absolute;
	left: -999px;
	padding: 0;
	margin: -35px 0 0 258px;
	background: #8a0033;
	border: 1px solid #a91b1d;
}
#nav li {
	display: inline;
}
#nav ul li a {
	width: 165px;
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	background: #a91b1d;
	padding: 2px 12px;
	text-decoration: none;
}
#nav ul li a:hover {
	background: #ffffff;
	color: #a91b1d;
	font-weight: bold;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	display: block;
}


* #n-what-makes-us-special, * #n-about-our-office, * #n-about-orthodontics, * #n-braces-101, * #n-treatment-options, * #n-emergency-care, * #n-the-game-room {
	height: 41px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/nav.gif) no-repeat;
}
* #main-column {
	margin-left: 275px;
}
#main-column .inner {
	padding-top: 270px;
	margin: 0 18px 18px 0;
}
* .inner-col {width: 49%; float: left;}
.inner-col dl {margin: 0 18px;}
* .sidebar {background: #e3f1fc; font-size: .92em; padding: 10px 10px 0 10px; width: 196px}

* #footer {
	margin: 0px;
	height: 304px;
	background: url(../images/bottom_bg.jpg) 0 0 no-repeat;
	text-align: left;	
}
#footer .inner {
padding: 90px 0 14px;
margin: 0 18px;
}
#footer p {
	font-size: 10px;
	line-height: 14px; 
	color: #000000;
}
#footer p.footer-bold {color: #a70403; font-size: 11px; line-height: 16px; font-weight: bold;}

/*
|	Image Replacement	|
*/

/* Headings */

* #h-welcome {background: url(../images/h-welcome.gif) no-repeat;}
* #h-what-makes-us-special {background: url(../images/h-what-makes-us-special.gif) no-repeat;}
* #h-about-our-office {background: url(../images/h-about-our-office.gif) no-repeat;}
* #h-meet-dr-demas {background: url(../images/h-meet-dr-demas.gif) no-repeat;}
* #h-meet-the-orthodontists {background: url(../images/h-meet-the-orthodontists.gif) no-repeat;}
* #h-meet-the-team {background: url(../images/h-meet-the-team.gif) no-repeat;}
* #h-contests {background: url(../images/h-contests.gif) no-repeat;}
* #h-office-policies {background: url(../images/h-office-policies.gif) no-repeat;}
* #h-about-orthodontics {background: url(../images/h-about-orthodontics.gif) no-repeat;}
* #h-treatment-philosophy {background: url(../images/h-treatment-philosophy.gif) no-repeat;}
* #h-orthodontics-kids-teens {background: url(../images/h-orthodontics-kids-teens.gif) no-repeat;}
* #h-orthodontics-adults {background: url(../images/h-orthodontics-adults.gif) no-repeat;}
* #h-two-phase-treatment {background: url(../images/h-two-phase-treatment.gif) no-repeat;}
* #h-orthodontic-dictionary {background: url(../images/h-orthodontic-dictionary.gif) no-repeat;}
* #h-faq {background: url(../images/h-faq.gif) no-repeat;}
* #h-links {background: url(../images/h-links.gif) no-repeat;}
* #h-braces-101 {background: url(../images/h-braces-101.gif) no-repeat;}
* #h-life-with-braces {background: url(../images/h-life-with-braces.gif) no-repeat;}
* #h-types-of-braces {background: url(../images/h-types-of-braces.gif) no-repeat;}
* #h-types-of-appliances {background: url(../images/h-types-of-appliances.gif) no-repeat;}
* #h-brushing-flossing {background: url(../images/h-brushing-flossing.gif) no-repeat;}
* #h-palatal-expander {background: url(../images/h-palatal-expander.gif) no-repeat;}
* #h-retainer-instructions {background: url(../images/h-retainer-instructions.gif) no-repeat;}
* #h-treatment-options {background: url(../images/h-treatment-options.gif) no-repeat;}
* #h-common-treatments {background: url(../images/h-common-treatments.gif) no-repeat;}
* #h-invisalign {background: url(../images/h-invisalign.gif) no-repeat;}
* #h-in-ovation {background: url(../images/h-in-ovation.gif) no-repeat;}
* #h-dentofacial-orthopedics {background: url(../images/h-dentofacial-orthopedics.gif) no-repeat;}
* #h-sleep-apnea {background: url(../images/h-sleep-apnea.gif) no-repeat;}
* #h-tmj-tmd {background: url(../images/h-tmj-tmd.gif) no-repeat;}
* #h-surgical-orthodontics {background: url(../images/h-surgical-orthodontics.gif) no-repeat;}
* #h-emergency-care {background: url(../images/h-emergency-care.gif) no-repeat;}
* #h-the-game-room {background: url(../images/h-the-game-room.gif) no-repeat;}
* #h-contact-us {background: url(../images/h-contact-us.gif) no-repeat;}
* #h-location {background: url(../images/h-location.gif) no-repeat;}
* #h-comment-form {background: url(../images/h-comment-form.gif) no-repeat;}
* #h-refer-a-friend {background: url(../images/h-refer-a-friend.gif) no-repeat;}
* #h-privacy-policy {background: url(../images/h-privacy-policy.gif) no-repeat;}
* #h-site-map {background: url(../images/h-site-map.gif) no-repeat;}

/* Nav */
* #n-what-makes-us-special {background-position: 0 0;}
#n-what-makes-us-special:hover, #n-what-makes-us-special.active {background-position:-265px 0;}

* #n-about-our-office {background-position: 0 -40px;}
#n-about-our-office:hover, #n-about-our-office.active {background-position:-265px -40px;}

* #n-about-orthodontics {background-position: 0 -80px;}
#n-about-orthodontics:hover, #n-about-orthodontics.active {background-position:-265px -80px;}

* #n-braces-101 {background-position: 0 -120px;}
#n-braces-101:hover, #n-braces-101.active {background-position:-265px -120px;}

* #n-treatment-options {background-position: 0 -160px;}
#n-treatment-options:hover, #n-treatment-options.active {background-position:-265px -160px;}

* #n-emergency-care {background-position: 0 -200px;}
#n-emergency-care:hover, #n-emergency-care.active {background-position:-265px -200px;}

* #n-the-game-room {background-position: 0 -240px;}
#n-the-game-room:hover, #n-the-game-room.active {background-position:-265px -240px;}

/* Other */
* #n-pt-login {background-postion: 0 0;}
#n-pt-login:hover  {background-position: 0 -33px;}

* #n-contact-us {background-position: 0 -66px;}
#n-contact-us:hover, #n-contact-us.active  {background-position: 0 -99px;}

* #n-home {background-position: 0 -132px;}
#n-home:hover, #n-home.active  {background-position: 0 -165px;}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A70403;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

* .PageTitle {
	font-family: Times New Roman, "Times", Georgia, serif;
	font-size: 17px;
	line-height: 20px;
	color: #A70403;
	text-transform: uppercase;
	font-weight: bold;
}
