* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3f1d0f;
	background: #3f1d0f url(images/body-bg.jpg) 50% 0 repeat-x;
}
/*-----------------------------------------

Typography Everything set to 18px baseline

|grid. use increments of 18px for images, 

logos etc to maintain this grid

-----------------------------------------*/

/* edit.com visible styles */
body, td, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #3f1d0f; }

.Title		{ color: #920101; font-size: 18px; font-weight: normal; font-family: Georgia, Times New Roman; text-transform: uppercase; }
.Header		{ color: #920101; font-size: 18px; font-weight: normal; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; line-height: 27px; }
.Subheader	{ color: #3f1d0f; font-size: 14px; font-weight: bold; font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; line-height: 18px; }

.Red		{ color: #920101; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }


/*---------- LINKS ----------------------*/

a {
	cursor:pointer;
	border:none;
	outline:none;
}
a, a:link {
	text-decoration: underline;
	color: #284660;
	font-weight: normal;
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: none;
}

/* displays icons next to PDF and WORD docs */

#pt-forms a[href$='.doc'], #pt-forms a[href$='.rtf'] {
 width: 25px;
 height: 18px;
 text-indent: -999em;
 overflow: hidden;
 display: inline-block;
 background: transparent url(images/icon_doc.gif) no-repeat center center;
}
 #pt-forms a[href$='.pdf'] {
 padding-right: 25px;
 background: transparent url(images/icon_pdf.gif) no-repeat right center;
}
 .off-site a[href^="http:"] {
 background: url(images/i-offsite.gif) 100% 50% no-repeat;
 padding-right: 25px;
}
a.video-link {
	padding: 3px 27px 3px 0;
	background: url(images/icon_video.gif) 100% 50% no-repeat;
}
#logo a {
	display: block;
	width: 760px;
	height: 125px;
	overflow: hidden;
}
#footer li a {
	color: #f0e8ca;
}
a.sesame-link {
	font-size: 10px;
	color: #f0e8ca;
	text-decoration: none;
}
/*------------------------

Headings*/



h1 {
	font-size: 30px;
	color: #920101;
	line-height: 36px;
	font-weight: bold;
	margin: 0px 0 9px 0;
}
h1.replace {
	height: 27px;
	width: 500px;
	margin: 0px 0 0;
	overflow: hidden;
}
h1#logo {
	margin: 0;
	padding: 0;
	width: 760px;
	line-height:0px;
	height: 125px;
	overflow: hidden;
}
h2, dt {
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	margin: 9px 0;
	color: #920101;
}
h2 em, dt em {
	color: #920101;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 0;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 0 0;
	color: #b0b0b0;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0;
}
#footer h5 {
	color: #f0e8ca;
	margin: 9px 72px;
	font-size:11px;
}
h6 {
	font-size: 11px;
	line-height: 18px;
	margin-top: 18px;
	font-weight: bold;
	color: #666666;
}
img {
	display: block;
	border: 0;
	outline: 0;
}
ol, ul, dl {
	list-style: none;
	margin: 9px 0;
}
dd {
	margin: 9px 0;
}
dd ul {
	margin-left: 18px;
}
dd ul li {
	margin-left: 18px;
}
dl.address {
	margin: 0;
}
dl.address dt, dl.address dd {
	margin: 9px 0 0;
}
dl#links dt img {
	border: 2px solid #74afab;
	margin: 9px 0;
}
dl#links dd {
	margin-bottom: 18px;
	border-bottom: 1px solid #920101;
}
ul.bullet {
	list-style: disc outside;
	display: block;
	margin-left: 18px;
}
ul.bullet li {
	margin-left: 18px;
}
ul.bullet ul {
	list-style: disc outside;
	margin-left: 18px;
}
ol {
	list-style: decimal outside;
	margin-left: 18px;
}
ol li {
	margin-left: 18px;
}
li, dd {
	font-size: 12px;
	line-height: 18px;
}
#footer ul {
	margin: 0 144px 9px;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
#footer li {
	color: #f0e8ca;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin-left: 0;
	list-style: none;
	display: inline;
	white-space: nowrap;
	text-align: center;
}
#footer li a {
	padding: 0 0px 0 4px;
	border-left: 1px solid #f0e8ca;
	text-decoration: none;
}
#footer li.first a {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0 9px 0;
}
p.upgrade-flash {
	margin: 10px;
	padding: 10px;
}
p.caption {
	color: #666666;
	margin: 9px 36px;
}
p.top-link {
	font-weight: bold;
	text-align: right;
	clear: both;
}
li > p {
	margin-bottom: 16px;
}
#address p {
	text-align: left;
	font-size: 11px;
	color: #3f1d0f;
}
#address p strong {
	color: #3f1d0f;
}
* .center {
	text-align: center;
}
* .right {
	text-align: right;
}
strong, b {
	font-weight: bold;
}
em {
	font-style:italic;
}
sup, sub {
	font-size: 85%;
}
q:before, q:after {/* remove quotes since IE doesn't understand :( */
	content: "";
}
q {
	font-style:italic;
	color: #9f70c2;
}
hr {
	display: none;
}
div.hr {
	border-top: 1px solid #920101;
	height: 1px;
	margin: 18px 0;
}

* .attention {
	font-style:italic;
	font-weight:bold;
	color:#920101;
	font-size:14px;
}
/*----------------------------- 

Shortcuts	

-----------------------------*/



div.clear {
	overflow:auto;
}
/* Image Replacement -- add class="replace" to root element, i.e. <p> and add a bg image*/

* .replace {
	letter-spacing : -1000em;
	line-height: 0;
	font-size: 0;
	overflow: 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 {
	overflow: hidden;
	margin: 18px auto;
}
.flash-replaced .alt {
	display: block;
	height: 0px;
	position: absolute;
	overflow: hidden;
	width: 0px;
}
* #flash-home {
	width: 546px;
	height: 312px;
	position: absolute;
	top: 185px;
	left: 0px;
	margin-left:190px;
}
/*---------------------------------

Layout

---------------------------------*/
* .inset-right {
	float: right;
	clear: right;
	margin: 0 0 18px 18px;
	padding:3px;
}

* .img-right {
	float: right;
	clear: right;
	margin: 0 0 18px 18px;
	padding:3px;
	border:1px solid #3f1d0f;
}
* .img-left {
	float: left;
	margin: 9px 9px 18px;
	padding:3px;
	border:1px solid #3f1d0f;
}
* .img-center {
	margin: 9px auto 9px auto;
	text-align: center;
}
* .staff_tour {
	float:left;
	width:90px;
	height:135px;
	margin:3px;
}
* #media-center, * #pt-forms, * #directions {
	width: 220px;
	float: right;
	clear: right;
	margin: 0 0 18px 18px;
	padding: 0 0 9px;
	border: 1px solid #920101;
}
#media-center dt, #pt-forms dt, #directions dt {
	margin: 0 0 9px;
	padding: 3px 9px;
	color: #ffffff;
	background: #920101;
}
#media-center dd, #pt-forms dd, #directions dd {
	margin: 0 9px 9px;
}
* #container {
	width: 760px;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -380px;
	background: transparent url(images/main-bg.gif) 0 0 repeat-y;
}
* #inner-container {
	background: url(images/header-top.gif) 0 0 no-repeat;
	padding-top: 0px;
	width: 760px;
	min-height: 694px;
	_height: 654px;
}
* #header {
	margin: 0;
	width:760px;
	padding-top:35px;
}
* #address {
	padding: 25px 0 0 10px;
	margin-right: 10px;
	text-align:left;
}
* #nav-column {
	position: absolute;
	left: 11px;
	top: 179px;
	width: 165px;
	height: 475px;
	padding: 0;
	background: transparent url(images/nav-col-bg.gif) 0 0 repeat-y;
}
* #content {
	margin: 18px 27px 0 189px;
	padding-bottom:18px;
}
* #content.home {
	margin-top: 348px;
}
* #footer {
	background: #3f1d0f url(images/footer-top.gif) 0 0 no-repeat;
	padding: 9px 0;
	text-align: center;
}
/*---------------------------------

Navigation

---------------------------------*/

* #utility {
	width: 266px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 476px;
	margin: 0;
	list-style: none;
}
#utility li {float: left;}
#utility a {
	display: block;
	font-size: 11px;
	color: #920101;
	text-decoration: none;	
}
* #pt-login {
	display: block;
	width: 130px;
	height: 35px;
	margin: 0 6px 0 0;
}
* #dr-login {
	display: block;
	width: 130px;
	height: 35px;
}
#utility ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 4px;
	width: 165px;
	display: block;
	background: #f0e8ca;
	border:1px solid #920101;
}
#utility li:hover {
	position: static;
}
#utility li:hover ul, #utility li.sfhover ul {
	left: auto;
}
#utility ul li {float: none;}
#utility ul li a {
	padding: 4px;
	font-size: 11px;
	display: block;
}
#utility ul li a:hover, #utility ul li a.active {
	background: #ffffff 0 50% no-repeat;
	color: #920101;
}


* #nav {
	margin: 0;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
}
#nav ul {
	position: absolute;
	left: -999em;
	margin: -30px 0 0 160px;
	padding: 4px;
	width: 165px;
	background: #f0e8ca;
	border:1px solid #920101;
}
#nav ul li a {
	padding: 4px;
	font-size: 11px;
	color: #920101;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.active {
	background: #ffffff 0 50% no-repeat;
	color: #920101;
}
#nav li:hover {
	position: static;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	display: block;
}
#nav.replace ul * {
	letter-spacing: normal;
	line-height: 18px;
	overflow: visible;
	text-indent: 0;
}
* #nav-office, * #nav-ortho, * #nav-braces, * #nav-emergency, * #nav-contact, * #nav-home {
	width: 165px;
	height: 30px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/nav.gif) no-repeat;
}
* #nav-events{
	width: 165px;
	height: 46px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/nav.gif) no-repeat;
}
/*---------------------------------

Image Replacement

---------------------------------*/

* #logo {
	background: url(images/logo.gif) 50% 0 no-repeat;
}
/* Nav Elements */

* #pt-login {
	background: url(images/pt-login.gif) 0 -35px no-repeat;
}
li:hover #pt-login, li.sfhover #pt-login {
	background-position: 0 0px;
}
* #dr-login {
	background: url(images/dr-login.gif) 0 -35px no-repeat;
}
li:hover #dr-login, li.sfhover #dr-login {
	background-position: 0 0px;
}
* #nav-office {
	background-position: 0 0px;
}
li:hover #nav-office, li.sfhover #nav-office, li.active #nav-office {
	background-position: -165px 0px;
}
* #nav-ortho {
	background-position: 0 -30px;
}
li:hover #nav-ortho, li.sfhover #nav-ortho, li.active #nav-ortho {
	background-position: -165px -30px;
}
* #nav-braces {
	background-position: 0 -60px
}
li:hover #nav-braces, li.sfhover #nav-braces, li.active #nav-braces {
	background-position: -165px -60px;
}
* #nav-emergency {
	background-position: 0 -90px;
}
li:hover #nav-emergency, li.sfhover #nav-emergency, li.active #nav-emergency {
	background-position: -165px -90px;
}
* #nav-events {
	background-position: 0 -120px;
}
li:hover #nav-events, li.sfhover #nav-events, li.active #nav-events {
	background-position: -165px -120px;
}
* #nav-contact {
	background-position: 0 -166px;
}
li:hover #nav-contact, li.sfhover #nav-contact, li.active #nav-contact {
	background-position: -165px -166px;
}
* #nav-home {
	background-position: 0 -197px
}
li:hover #nav-home, li.sfhover #nav-home, li.active #nav-home {
	background-position: -165px -197px;
}
/*---------------------------

Sesame Forms

---------------------------*/



/* Global form styles */

* .referral-form, * .appointment-form, * .comment-form {
	width: 500px;
}
fieldset {
	border: none;
	padding: 9px 0;
}
fieldset div {
	clear: both;
}
* .form-header {
	border-bottom: 1px solid #920101;/*optional, change color to match site*/
}
.form-header h3 {
	margin: 0 0 9px;
}
.form-header p {
	margin: 0 0;
	padding-bottom: 18px;
}
* .form-footer {
	padding-top: 18px;
	text-align: center;
	border-top: 1px solid #920101;/*optional, change color to match site*/
}
.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*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;
	background:#920101;/* customize me! */
	border: 1px solid #920101;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
}
/* referral form */

* .referral-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #920101;/*optional, change color to match site*/
	background:#fffbeb;/*optional, change color of background*/
}
.referral-form fieldset {
	border: none;
	padding: 9px 0;
}
.referral-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;
}
.referral-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;
}
.referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #920101;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
}
.referral-form p.radio, .referral-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;
}
.referral-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;
}
.referral-form p.verification {
	margin-top: 0;
}
.referral-form p.verification img {
	border: 1px solid #920101;
}
.referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;
}
/* appointment form */



/* comment form */	

* .comment-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #920101;/*optional, change color to match site*/
	background: #fffbeb;
}
.comment-form li {
	font-weight: bold;
}
.comment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:45%;
	float:left;
	padding-top: 4px;
}
.comment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;
}
.comment-form .label-block label {
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
}
.comment-form input, .comment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #920101;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
}
.comment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;
}
.comment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;
}
.comment-form p.verification {
	margin-top: 0;
}
.comment-form p.verification img {
	border: 1px solid #920101;
}
.comment-form p.radio input, .comment-form p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;
}
.comment-form p.radio span {
	padding: 0 2% 0 0;
}
.comment-form .radio {
	text-align: left;
	font-weight: normal;
}
.comment-form .comments-box label {
	float: none;
	font-weight: normal;
	display: block;
	text-align: left;
}
.comment-form .comments-box textarea {
	float: none;
	margin-left: 0;
	width:95%;
}
/* Mini-Contact Form */

* .contact-form {
	float: right;
	clear: right;
	margin: 0 0 36px 36px;
	width: 225px;
	padding: 10px;
	border:solid 2px #920101;/*optional, change color to match site*/
	background:#fffbeb;/*optional, change color of background*/
}
.contact-form fieldset {
	border: none;
	padding: 9px 0;
}
.contact-form li {
	font-weight: bold;
}
.contact-form label {
	display: none;
}
.contact-form input, .contact-form textarea {
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #920101;
	width:90%;
	margin:9px 10px;
	background: #ffffff;
}
/*----------------------------

Sesame Content

----------------------------*/

* .left {
	float:left;
	margin:0 9px 18px 0;
}
img.right {
	float:right;
	margin:0 0 18px 9px;
}
* .clear {
	clear:both;
}
div.media-center {
	display:inline-block;
	overflow:auto;
	padding:9px;
}
div.media-center img {
	border:1px solid #FFF;
}
div#sesame-game {
	background: #000;
	line-height: 0;
	margin: 10px 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;
	margin: 0 0 10px 10px
}
ul#sesame-games a.button {
	float:right;
	height:85px;
	width:200px
}
ul#sesame-games p {
	padding-bottom: 1em
}
