*{margin: 0; padding: 0;}/* Sets all elements to 0 to overcome different browser margin and padding values */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
td {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

.clear {clear: both;}

/*

|		  Typography					|

|Everything set to 18px baseline		|

|grid. use increments of 18px for 		|

|images, logos etc to maintain this grid|

*/

a {
	text-decoration: underline;
	color: #535353;
	cursor: auto;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: none;
}
#sesame a:link, #sesame a:visited{
	color: #464646;
	text-decoration: none;
	font-size: 12px;
}
#sesame a:hover, #sesame a:active{
	color: #464646;
	text-decoration: underline;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 18px 0px;
}
* #header h1 {margin:0;}

* h1#h-logo {font-size: 0;}
* h1#h-logo a {display: block; width: 377px; height: 124px;}
* #h-logo {
	background: #FFFFFF url(images/logo.jpg) no-repeat;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 16px;
	color: #AB0000;
}



h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: normal;
	color: #AC0000;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: normal;
	color: #6331FD;
}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
h6 {
	font-size: 18px;
	line-heght: 18px;
	font-weight: bold;
	color: #565656;
	padding-left: 20px;
	margin-top: 32px;
}
img {
	border: 0;
}
ul {/*no bullets as a rule*/
	margin-bottom: 9px;
	margin-left: 20px;
}


ul.bullet {/*used to display bullets on specific ul's just add class="bullet" to the ul*/
	list-style: square;
}
ul.bullet ul {/*for nested ul's with bullets*/
	list-style: square outside;
	margin-left: 18px;
}
th {
	line-height: 16px;
	font-size: 18px;
	font-weight: normal;
}

/* Patient Forms */
* #form p {font-weight: bold;}
* #form li {margin-left: 18px;}
* #btn-reader {width: 112px; height: 33px; text-align: center; margin: 9 auto;}
/* end */

li {
	font-size: 11px;
	line-height: 18px;
}
blockquote {
	margin-left: 30px;
	margin-top: 19px;
	margin-bottom: 10px
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 18px 0px 18px;
}
* #address p {	
	color: #6331FD;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 5px 10px;
}
* #copywrite p {
	padding: 10px;
	text-align: center;
	color: #292929;
	font-size: 12px;
	line-height: 14px;

}

* #logo {
	float:left;
	margin: 0px;
	padding: 0px;
	height: 124px;
	width: 377px;
}
* #tagline {
	float:right;
	height: 102px;
	width: 404px;
	position: absolute;
}

* #forms {/* Left Floated Forms */
/*	margin: 20 0 18px 9px;
*/
	margin: 5px 0 5px 5px;
	border: 1px;
	background-color: #CCCCCC;
	padding: 10px;
	width: 275px;
	font-size: 11px;
}

* #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #6F31FF;
}
* p#sesame {text-align: center}
* p.top, * .skip {font-weight: bold;}
li > p {
	margin-top: 3px;
}


strong, b {
	font-weight: bold;
}
em { font-style:italic;}
sup, sub {
	font-size: 75%;
}

/* 
| Shortcuts	|
*/



/* Image Replacement -- add class="replace" to root element, i.e.  and add a bg image*/
* .replace {
	letter-spacing : -1000em;
	line-height: 0;
	over-flow: hidden;
	line-height: 0;
	font-size: 0;
	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 	|
*/
p.upgrade-flash {background: #73b164; color: #ffffff; font-size: 12px;}
* .flash {overflow: hidden;}/* Basic styles for all flash modules */
/* End Flash */

/* 
|	Layout	|
*/


* .float-left {/* Left Floated Images */
	float: left;
	display: block;
	clear: left;
	margin: 18px 9px 18px 0;
}
* .float-right {/* Right Floated Images */
	float: right;
	display: block;
	margin: 18px 0 18px 9px;
	clear: right;
}

/* Layout */
* #container {
	width: 763px;
	margin: 0 auto;
	text-align: left; /* Sets horizontal centering */
	top:0; /* Top position */
	left: 50%; /* Position from left */
	margin-left: -381px/* left margin; exactly half the width of container to push the center of the div to the center of the page */;
	position: absolute;
}

* #nav-column {float: left; width: 187px; position: relative; margin: 4px 0 0;}/* Float left nav, position: relative; to fix bug in IE */

* #address {
	margin: 5px 0 0 192px;
	border: 1px solid #F2F2F2;
	height: 230px;
	text-align: left;
}/* set negative margin to push away from floated nav */


* #copywrite {
	background-color: #BCBCBC;
	margin: 0 5px;
}

* .banner {
	height: 76px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 765px;
}

* .main-content {
	padding-left: 10px;
	text-align: left;
}

* .frame {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	padding-bottom: 20px;
	padding-top: 5px;
}

* #footer {
	margin: 10px 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #6F31FF;
	font-size: 11px;
} 



/* ---------------Main Navigation ------------------ */
ul#nav {
	/* height: 29px; */
	width:187px;
	list-style: none;
	margin: 0;
	padding: 0;
}
* .caption {
	font-size: 10pt;
	text-align: center;
}

/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
	display: block;
	width: 187px; /* You have to give height and width when using background images for links */
}



/* Set the image for each nav item */

* #home, * #who-we-are, * #why-were-fun, * #what-we-do, * #about-orthodontics, * #links, * #how-to-reach-us, * #emergency-care, *#new-patient-forms {
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -999em; /* Indents the rich-text so it does not show */
}
* #home {
	background: url(images/nav/nav-home.jpg);
}
* #who-we-are {
	background: url(images/nav/nav-who-we-are.jpg);
}
* #what-we-do {
	background: url(images/nav/nav-what-we-do.jpg);
}
* #why-were-fun {
	background: url(images/nav/nav-why-were-fun.jpg);
}
* #about-orthodontics {
	background: url(images/nav/nav-about-orthodontics.jpg);
}
* #links {
	background: url(images/nav/nav-links.jpg);
}
* #how-to-reach-us {
	background: url(images/nav/nav-how-to-reach-us.jpg);
}
* #emergency-care {
	background: url(images/nav/nav-emergency-care.jpg);
}

* #new-patient-forms {
	background: url(images/nav/nav-new-patient-forms.jpg);
}
/* Shift the image position up to show the active state */



#nav a:hover, #nav .active {
	background-position: 0 -29px;
}
/* Set the cursor to default arrow so link does not appear clickable */



* #nav .active {
	cursor: default
}
#nav a:hover, #nav .active, 
#nav li:hover #who-we-are, #nav li.sfhover #who-we-are, 
#nav li:hover #what-we-do, #nav li.sfhover #what-we-do, 
#nav li:hover #why-were-fun, #nav li.sfhover #why-were-fun, 
#nav li:hover #about-orthodontics, #nav li.sfhover #about-orthodontics, 
#nav li:hover #links, #nav li.sfhover #links, 
#nav li:hover #how-to-reach-us, #nav li.sfhover #how-to-reach-us, 
#nav li:hover #new-patient-forms, #nav li.sfhover #new-patient-forms 

 {
	background-position: 0 -29px
}
#nav ul {
	background: #565656;
	color:#FFFFFF;
	font-size: 11px;
	left: -999em;
	padding: 5px 0;
	position: absolute;
	width: 187px;
	z-index: 1;
		margin: -29px 0px 0px 187px; 
	text-align:left;}
#nav li {
	display: inline;
}
#nav li ul {
	float: none;
	background: #565656;
	color:#FFFFFF;
	font-size: 11px;
	left: -999em;
	padding: 5px 0;
	position: absolute;
	z-index: 1
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}
#nav ul li a {
	height: 12px;
	line-height: 11px;
	margin: 0;
	padding: 4px 4px 4px 15px;
	text-indent: 0;
	color:#FFFFFF;
	text-decoration: none;
	width: 168px;
}
#nav ul li a:hover {
	background: #BCBCBC;
	color:#565656
}	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	display: block;
}


/*#nav ul {
	position: absolute;
	left: -999px;
	padding: 0;
	margin: -36px 0 0 230px;
	background: #535353;
	border: 1px solid #f4e08f;
	border-width: 1px 1px 0;
}
#nav li {
	display: inline;	
}
#nav ul li a {
	width: 210px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #d4a00e;
	font-weight: normal;
	background: #293E0F;
	border: 1px solid #F4E08F;
	border-width: 0 0 1px;
	padding: 3px 9px;
	text-decoration: none;
	height: 18px;
}
#nav ul li a:hover {
	background: #4C721D;
	color: #d4a00e;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: -43px;
	display: block;
}*/

/* ---------------Top Navigation ------------------ */
ul#top-nav {
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;

}


/*  Makes the list items sit next to each other */
#top-nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#top-nav a {
display: block;
height: 36px; 
width: 129px;
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

* #patient-login {background: url(images/nav/nav-patient-login.jpg);}
* #doctor-login {background: url(images/nav/nav-doctor-login.jpg);}

#top-nav a:hover, #top-nav .active {
	background-position: 0 -36px;
}
/* Set the cursor to default arrow so link does not appear clickable */
* #top-nav .active {
	cursor: default
}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.SmallBlueBold {
	color: #6F31FF;
	font-size: 11px;
	font-weight: bold;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style:normal;
}

.SubHeader {
	font-size: 14px;
	font-weight: normal;
	color: #AC0000;
}
	
.SubjectHeader {
	font-size: 16px;
	font-weight: bold;
	color: #AB0000;
}

.PageTitle {
	font-size: 18px;
	line-heght: 18px;
	font-weight: bold;
	color: #565656;
}

* td.pt { padding-left: 20px;	padding-top: 32px; }