/* PaSha */

* {margin: 0; padding: 0;}
body {
	text-align: center;
	background: #e39c83 url(../images/body-bg.jpg) 0 0 repeat-x; 
	color: #470f23;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;}
/*-----------------------------------------
Typography Everything set to 18px baseline
|grid. use increments of 18px for images, 
logos etc to maintain this grid
-----------------------------------------*/

/*---------- LINKS ----------------------*/
a {cursor:pointer;}
a, a:link {
	text-decoration: underline;
	color: #c66043;
	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'] { 
	width: 25px;
	height: 18px;
	text-indent: -999em;
	overflow: hidden;
	display: inline-block;
	background: transparent url(images/icon_pdf.gif) no-repeat center 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(../../palos/css/images/icon_video.gif) 100% 50% no-repeat;
}
#logo a {display: block; width: 783px; height: 170px; overflow: hidden;}
#footer li a {color: #ffffff;}
a.sesame-link {font-size: 10px; color: #f0e8ca; text-decoration: none;}

/*------------------------
Headings*/

h1 {
	font-size: 18px;
	color: #8c0839;
	line-height: 18px;
	margin: 9px 0 9px 0;}
h1.replace {
	height: 56px;
	width: 550px;
	background-position: 0 0;
	margin: 0;
	overflow: hidden;
	}
h1#logo {
	margin: 0 auto;
	padding: 0;
	width: 783px;
	height: 170px;
	overflow: hidden;
	}
h2.subhead {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#8c4660;
	line-height:18px;
	margin-top:-9px;
}
h2, dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	margin: 9px 0;
	color: #8c4660;}
h2 em, dt em {color: #8c4660;}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 18px 0 0;
	font-weight: bold;
	color:#8c4660;
	}
h3#doctor, h3#patient {
	color:#8c4660;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0 0 0;
	color: #8c4660;
	font-weight: bold;}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 18px 0;}
#footer h5 {color: #ffffff; margin: 9px 72px; font-size:10px;}
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 dd img {border: 2px solid #24265e; margin: 9px 0;}
dl#links dt {font-weight:bold; font-size: 14px; color:#8c0939;}
dl#links dd {margin-bottom: 18px; border-bottom: 1px solid #ffffff;}
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 100px 9px;
	padding-left: 0;
	list-style: none;
	text-align: center;}
#footer li {
	color: #ffffff; 
	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 #ffffff;
	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.home {
	margin-left:400px;
}
p.top-link {font-weight: bold; text-align: right; clear: both;}
li > p {margin-bottom: 16px;}
#address p {font-size: 11px; color: #8c0839;}
#address p.name {font-size: 12px; color: #8c0839; font-weight:bold}
#address p strong {color: #8c0839;}
.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 #74afab; height: 1px; margin: 18px 0;}

/*----------------------------- 
Shortcuts	
-----------------------------*/

/* 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: 760px;
	height: 224px;
	background:#c66043;
}

#non-flash {
	width: 760px;
	height: 224px;
	background:#c66043;
}

/*---------------------------------
Layout
---------------------------------*/
.img-right-no {float: right; clear: right; margin: 0 0 18px 18px;}
.img-right {float: right; clear: right; margin: 0 0 18px 18px; border:1px solid #8f444b;}
.img-left {float: left; clear: right; margin: 18px 36px 0 0; border:1px solid #8f444b;}
.img-center { margin: 9px auto 9px auto; text-align: center;}
#media-center, #pt-forms, #directions {
	width: 220px;
	float: right;
	clear: right;
	margin: 0 0 18px 18px;
	padding: 0 0 9px;
	border: 1px solid #f7931f;
}
#media-center dt, #pt-forms dt, #directions dt {
	margin: 0 0 9px;
	padding: 3px 9px;
	color: #ffffff;
	background: #f7931f;
}
#media-center dd, #pt-forms dd, #directions dd {margin: 0 9px 9px;}

#container {
	width: 800px;
	margin: 0 auto; 
	background: url(../images/content-bg.png) 0 0 repeat-y;
	text-align:left; 
}
#inner-container {width: 760px; min-height: 800px;	_height: 800px; margin:0 auto; position:relative;}
#header {height: 88px; background: url(../images/logo-bg.jpg) 0 0 no-repeat; }

a.login{ color:#fff; text-transform:uppercase; position:absolute; right:35px; top:-4px; font-weight:bold; font-size:12px; letter-spacing:1px; text-decoration:none; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:6px; background-color:#c66043; 
 -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; } 
a.login:hover{ background-color:#b44349; } 

#address {
	position:absolute;
	top: 360px;
	left:50%;
	text-align:left;
	width:150px;
	padding: 0;
	margin:0px 0px 0px -365px;
}

#nav-row {
	position: absolute;
	left: 50%;
	top: 312px;
	margin: 0 0 0 -380px;
	width: 760px;
	height: 39px;
	padding: 0;
	background:#951741;
}
#content {
	width: 550px;
	margin-left:195px;
	margin-top:55px; 
	min-height:610px;
	_height:610px;
	
}
#footer {
	width: 800px;
	background: #e29b82 url(../images/footer-bg.jpg) 0 0 no-repeat; 
	padding: 12px 0 10px 0;
	text-align: center;
	min-height:150px;
	_height:150px;
}


/*---------------------------------
Navigation
---------------------------------*/

#nav {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#nav li {float:left; margin:0; padding:0;}
#nav li a {display:block; margin:0; padding:0;}

/*---------------------------------
Subnavigation
----------------------------------*/
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#nav ul li a {
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:125px;
	border-bottom:1px solid #bb4d4c;
}

#nav ul li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#bb4d4c;
}

#nav li ul {
	position:absolute;
	left:-999em;
	color:#000; 
	font-size:11px;	
	font-weight:bold;
	text-align:left;
	background:#f7931f;
	margin: 0px; 
	padding: 0px;
	border-top:1px solid #bb4d4c;
	border-right:1px solid #bb4d4c;
	border-left:1px solid #bb4d4c;
	border-bottom:none;
}

#nav li:hover {position: static;}

#nav li:hover ul, #nav li.sfhover ul {
	z-index: 1000;
	display:block;
	left:auto;
	color:#ffffff;
	text-decoration: none;
	background:#d97b59; 
}

#nav li ul li {
	clear:left;
}


#nav-home, #nav-office, #nav-ortho, #nav-braces, #nav-emergency, #nav-game-room, #nav-contact {
	height: 39px;
	text-indent: -999em;
	background: url(../images/navigation.jpg) 0 0 no-repeat;
}

/*---------------------------------
Image Replacement
---------------------------------*/
#logo a {background: url(../images/logo-bg.jpg) 0 0 no-repeat;}

/* Nav Elements */

#nav-home {background-position: 0 0px; width:87px;}
li:hover #nav-home, li.sfhover #nav-home, li.active #nav-home {background-position: 0px -39px;}
#nav-office {background-position: -87px 0px; width:106px;}
li:hover #nav-office, li.sfhover #nav-office, li.active #nav-office {background-position: -87px -39px;} 
#nav-ortho {background-position: -193px 0px; width:122px;}
li:hover #nav-ortho, li.sfhover #nav-ortho, li.active #nav-ortho {background-position: -193px -39px;}
#nav-braces {background-position: -315px 0px; width:113px;}
li:hover #nav-braces, li.sfhover #nav-braces, li.active #nav-braces {background-position: -315px -39px;}
#nav-emergency {background-position: -428px 0px; width:148px;}
li:hover #nav-emergency, li.sfhover #nav-emergency, li.active #nav-emergency {background-position: -428px -39px;}
#nav-game-room {background-position: -576px 0px; width:87px;}
li:hover #nav-game-room, li.sfhover #nav-game-room, li.active #nav-game-room {background-position: -576px -39px;}
#nav-contact {background-position: -663px 0px; width:97px;}
li:hover #nav-contact, li.sfhover #nav-contact, li.active #nav-contact {background-position: -663px -39px;}


/*---------------------------
Sesame Forms
---------------------------*/

/* Global form styles */
.referral-form, .appointment-form, .comment-form {width: 500px; color:#470f23;}

fieldset {border: none; padding: 9px 0; color:#2a2b6b;}
fieldset div {clear: both;}
.form-header {border-bottom: 1px solid #8f444b;/*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 #8f444b;/*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:#8f444b;/* customize me! */
	border: 1px solid #8f444b;
	text-align:center;
	line-height:31px;
	color:#2a2b6b;/* customize me! */
	font-size:12px;
	font-weight:bold;}


/* referral form */
.referral-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #8f444b;/*optional, change color to match site*/
	background:#f2c7b6;/*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 #8f444b;
	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 #8f444b;}
.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 */
.appointment-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #f7931f;/*optional, change color to match site*/
	background:#fafafa;/*optional, change color of background*/}
.appointment-form fieldset {border: none; padding: 9px 0;}
.appointment-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;}
.appointment-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100%;}
.appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #f7931f;
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.appointment-form p.radio, .appointment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.appointment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.appointment-form span#found-other {width: 100%;}
.appointment-form span#found-other input {margin-left: 47%; background: #fff0b2}
.appointment-form p.verification {margin-top: 0;}
.appointment-form p.verification img {border: 1px solid #f7931f;}
.appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}

/* comment form */	
.comment-form {
	margin: 0 0 18px;
	padding: 10px;
	border:solid 2px #f7931f;/*optional, change color to match site*/
	background: #fafafa;}
.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 #f7931f;
	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 #f7931f;}
.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%;
}


/*----------------------------
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}
