/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
                          
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#e4d69f;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.4em;
	color:#FFF;
	text-transform: uppercase;
	font-weight: lighter;
}
h2 {
	font-size:1.1em;
	color:#dbb51c;
}
h3 {
	font-size:1.3em;
	color:#FFF;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
}
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
}

/*---------------Screen Shots alignment---------------*/
.alignright { 
float: right;
padding: 5px 3px 3px 3px;
}

.alignright-fillings { 
float: none;
padding: 3px 0px 0px 0px;
}

.alignright-crowns { 
float: none;
padding: 3px 0px 8px 3px;
}


.alignright-white { 
float: right;
padding: 5px 1px 0px 3px;
}




/* ------------------------ End of Contact button ------------------------ */

/* ------------------------ form elements ------------------------ */

form {
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:0.8em;
	color: #FF9;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#313131 !important; /* to prevent highlighting by Google Toolbar */
	background: url(../images/bg-input.jpg) bottom repeat-x;
	border:1px solid #313131;
	color:#000;
	width:265px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:none;
} /* test before you change !! will be display:none;*/
.copyright {
	display:none;
	z-index:-99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main label {
	width:220px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1em;
	color: #FFF;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:250px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
.wrap {
	width:934px;
	margin:0 auto;
	text-align:left;
	display:block;
}
#mast-wrap {
	background:url(../images/mast-bg-repeat-x.gif) top repeat-x;
}
#mast-wrap .top-wrap {
	background:url(../images/mast-wrap.jpg) top center no-repeat;
	width:100%;
}
#intro-wrap {
	background:#242424 url(../images/intro-bg-repeat-x.gif) top repeat-x;
	color: #FFC;
}
#intro-wrap .top-wrap {
	background: url(../images/intro-wrap.jpg) top center no-repeat;
	width:100%;
	padding: 0 0 20px 0;
}
#footer-wrap {
	background:#e4d69f url(../images/footer-bg-repeat-x.gif) top repeat-x;
}
#footer-wrap .top-wrap {
	background:  url(../images/footer-wrap.gif) top center no-repeat;
	width:100%;
	padding: 30px 0;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:100px;
}
/* index page link within #masthead */		
	#masthead a#logo {
	position:absolute;
	left:29px;
	width:305px;
	top:20px;
	height:44px;
}
#masthead a#call {
	position:absolute;
	left:623px;
	width:288px;
	top:14px;
	height:31px;
}
#masthead #sub-nav{
	position:absolute;
	left:658px;
	width:173px;
	top:53px;
	height:31px;
	text-align:center;
}
#masthead #sub-nav li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #FFF;
}
#masthead #sub-nav li.first {
	padding: 0 5px 0 0;
	border-left: none;
}

#masthead a span {
	display:none;
}




/* ------------------------ column-left framework ------------------------ */
.column-left {
	width:614px;
	float:left;
	display: block;
	padding: 16px 0 20px 0;
}
#footer-wrap .column-left {
	padding: 0;
}
.column-left .content {
	display:block;
	padding:0 20px;
}
.column-left h1 {
	margin:0 0 20px 0;
}
.column-left h1 span {
	display: inline;
	color:#dbb51c;
}
#index-service {
	background:url(../images/seravice-repeat.gif) top repeat-y;
	width:586px;
	display: block;
	margin: 20px auto 10px auto;
}

#index-service a:link, #index-service a:visited {
	color:#333;
	text-decoration:underline;
	outline:none;
}
#index-service a:hover, #index-service a:active {
	color:#333;
	text-decoration:none;
	outline:none;
}
#index-service .top-wrap {
	background:url(../images/searvice-top.jpg) top no-repeat;
	padding: 20px 20px 0 20px;
	width: 546px;
	margin: 0;
}
#index-service .top-wrap h2 {
	color:#FFF;
	font-size:1.6em;
	text-transform: uppercase;
	font-weight:lighter;
}
#index-service .top-wrap h2 span {
	color:#e9dcaa;
	display:inline;
}
#index-service .content {
	background:url(../images/service-yellow-repeat.gif) top repeat-y;
	margin: 0;
	padding: 0;
}
#index-service .content .top {
	background:url(../images/service-yellow-top.gif) top no-repeat;
	margin: 0;
	padding: 10px;
}
#index-service .content .top ul li {
	display:block;
	float:left;
	margin:0 20px 10px 0;
	width: 220px;
	padding:0 0 0 20px;
	background:url(../images/img-arrow.jpg) 0 5px no-repeat;
	color:#333;
}
#index-service .bottom {
	background:url(../images/service-bottom.gif);
	width:586px;
	height:15px;
	clear:both;
	margin: 0;
	padding: 0;
}
/* ------------------------ column-right framework ------------------------ */
.column-right {
	width:266px;
	float:left;
	display: block;
	padding: 0 27px;
}
.column-right .forms li{ list-style:disc; margin:0 0 0 10px;}

.column-right li a:link, .column-right li a:visited {
	color:#FFC;
	text-decoration:underline;
	outline:none;
}
.column-right li a:hover, .column-right lia:active {
	color:#FFC;
	text-decoration:none;
	outline:none;
}
a.index-patient{
	height:155px;
	width:253px;
	background:url(../images/button-patient.gif);
	display:block;
	margin: 0 0 20px 0;
}

 #contact-button {
	background:transparent url("../images/title-contact.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:82px;
	width:265px;
	display: block;
	
}





h2.patient {
	background: url(../images/title-patient.jpg);
	height:89px;
	width:265px;
	display:block;
	margin:0;
}
/* ------------------------ header framework ------------------------ */

#header-image {
	height:300px;
	background:url(../images/header-img.gif);
	height:238px;
}

body#header-02 #header-image {
	background:url(../images/header-img-02.gif);
}


body#header-03 #header-image {
	background:url(../images/header-img-03.gif);
}

body#header-04 #header-image {
	background:url(../images/header-img-04.gif);
}


#index-feature {
	position:relative;
	background:url(../images/index-feature.jpg);
	height:123px;
}
.feature-pods {
	width:252px;
	display:block;
	float:left;
	padding:45px 20px 0 20px;
}

.feature-pods a:link, .feature-pods a:visited {
	color:#333;
	text-decoration:underline;
	outline:none;
}
.feature-pods a:hover, .feature-pods a:active {
	color:#333;
	text-decoration:none;
	outline:none;
}
.feature-pods#left {
	padding:45px 20px 0 48px;
}
.feature-pods#right {
	padding:45px 48px 0 20px;
}
.special {
	display:none;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url(../images/bottom-wrap.jpg);
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */

#footer-wrap p {
	color:#313131;
	margin-bottom:10px;
}
#footer-wrap a:link, #footer-wrap a:visited {
	color:#313131;
	text-decoration: none;
}
#footer-wrap a:hover, #footer-wrap a:active {
	color:#313131;
	text-decoration: none;
}
#footer-wrap ul {
	margin:0 0 10px 0;
}
#footer-wrap li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #313131;
}
#footer-wrap li.first {
	padding: 0 5px 0 0;
	border:none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:1052px;
	height:34px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:34px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width:151px;
	margin-left: 0px;
}
#nav-02 {
	width:143px;
}
#nav-03 {
	width:148px;
}
#nav-04 {
	width:126px;
}
#nav-05 {
	width:126px;
}
#nav-06 {
	width:83px;
}
#nav-07 {
	width:157px;
}

/*-------------- (-79px) X position of button / (-34px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") 0px -34px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -151px -34px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -294px -34px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -442px -34px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -568px -34px no-repeat;
}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -694px -34px no-repeat;
}
#nav-07 a:hover {
	background:url("../images/nav.jpg") -777px -34px no-repeat;
}

