/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. Used with Permission.                             
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff url("../images/bg.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#403A2F;
	}
	body#disclaimer { text-align:left; background-color:#FCF9F4; background-image:none; margin:10px; }

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:52px; 
	margin-right:48px; 
	}

h1,h2,h3 { margin-bottom:8px; }
h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#1088C0; text-decoration:underline; }
a:hover,a:active	{ color:#8F4611; text-decoration:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
p.print {
	padding-left:23px;
	background:url("../images/icon_printer.gif") left no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-left-index { 
	float:left; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 24px 10px 10px; 
	}
img.img-right-learn-more { 
	float:right; 
	margin:5px 24px 0 10px; 
	}
	
p.download_forms_instructions {color:#03498F;}

/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 0;
	margin-left: 45px;
	}

form label	{ font-size:1em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #8F4611;
	color:#000;
	width:150px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	font-size:1.0em;
	}
option.bolded{
	font-weight:bold;
	}
#bolded {font-weight:bold;}
.textarea { 
	height:90px; 
	overflow:auto; 
	}

input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 198px; }

input.submit-image { 
	color:white;
	width:63px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:185px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:190px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:777px;
	margin:0 auto;
	text-align:left;
	}

#sitemap {
	position:fixed;
	right:0px;
	top:0px;
	background-image: url(../images/sitemap.gif);
	height: 25px;
	width: 110px;
	z-index:1;
}
#sitemap a {
	position:relative;
	top: 0px;
	right: -10px;
}

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:152px;
	}
	/* home link within #masthead */		
	#masthead a {
	position:absolute;
	left:40px;
	width:250px;
	top:30px;
	height:110px;
		}
                #masthead p a {
	position:absolute;
	left:530px;
	width:220px;
	top:15px;
	height:55px;
	z-index:1;
	text-decoration:none;
                                }
                #masthead p img {
	position:absolute;
	left:0px;
	width:212px;
	top:0px;
	height:55px;
	z-index:-1;
                                }
	#masthead span {
		display:none;
		}


/* ----- column-left ----- */

#column-left {
	background: url("../images/contact-us.jpg") no-repeat;
	width:221px;
	float:left;
	}
	
body#contact #column-left {
	background: url("../images/our-location.jpg") no-repeat;
	width:221px;
	float:left;
	}
	
	#column-left p, #column-left h2, #column-left h3, #column-left ul,#column-left dl {
					padding: 0 10px 0 45px;
					}

	#column-left span{
		display: none;
		}
	#contact-us {
		height: 134px;
		}
	#contact-us p {
		padding:11px 0px 0px 85px;
	 }
	#locate-us-in-oklahoma-misso{
		background: url("../images/locate-us-in-oklahoma-misso.jpg") no-repeat;
		height: 120px;
		width: 221px;
		float:left;
		}	
	/* background image list items */
	#column-left dl { 
		margin-left:5px; 
		}
	#column-left dt { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:15px;
		font-weight: bold;
		}
	#column-left dd { 
		padding-left:15px;
		font-weight: bold;
		}
		
	#download_forms{
		background: url("../images/download_forms.gif") no-repeat;
		height: 37px;
		width: 221px;
		float:left;
		}	
	#download_forms_dl dt,#download_forms_dl dd{font-weight:normal;}
	#download span {display:none;}
/* ----- column-right ----- */

#column-right {
	width:538px;
	float:left;
	}
#column-right p, #column-right ul, #column-right h1, #column-right h2, #column-right h3 { margin-left: 18px; margin-right: 14px;}

#sub-learn-more-mydentist {
	position:relative;
	background: url("../images/sub-learn-more-mydentist.jpg") 0px 6px no-repeat;
	height: 149px;
	}

	#sub-learn-more-mydentist a {	
		position:absolute;
		left:429px;
		width:81px;
		top:25px;
		height:19px; 
		}
	#sub-learn-more-mydentist span {
		display:none;
		}

	#column-right ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:15px;
		color: #04478E;
		margin-left:5px; 
		}
		#column-right ul li span{
			color: #403A2F;
		}
	.learnmore{
		height: 19px;
		margin-right: 24px;
		background: url(../images/btn-learn-more.jpg) no-repeat right;
		position: relative;
		}
		.learnmore a{
			position: absolute;
			height: 19px;
			width: 81px;
			margin: 0 0 0 433px;
			}
		.learnmore span{
			display: none;
		}
	
/* ----- bottom-wrap ----- */

#bottom-wrap {
	clear:both;
	width:100%;
	background:url("../images/bottom-wrap.jpg") no-repeat bottom;
	padding: 0 0 30px 0;
	}
	
#img-welcome {
	position:relative;
	background:  url("../images/img-wecome.jpg");
	width: 533px;
	height: 97px;
	}	
	
	#img-welcome #lnk1 {	
		position:absolute;
		left:6px;
		width:172px;
		top:0px;
		height:81px; 
		}
	#img-welcome #lnk2 {	
		position:absolute;
		left:182px;
		width:172px;
		top:0px;
		height:81px; 
		}
	#img-welcome #lnk3 {	
		position:absolute;
		left:359px;
		width:172px;
		top:0px;
		height:81px; 
		}
	#img-welcome span {
		display:none;	 
		}	

/* header framework
 * ------------------------------------------------------------------------- */

#header-flash {
	height:0px;
	background:url("../images/header-graphic.jpg") no-repeat;
	}

#header-graphic {
	position:relative;
	height:214px; /* sets height for all non-flash headers */
	background:url("../images/header-graphic.jpg") no-repeat right;
	}

	body#breast #header-graphic {
		background:url("../images/header-graphic.jpg"); 
		}
	#header-graphic p a {
	position:absolute;
	left:604px;
	width:220px;
	top:90px;
	height:55px;
	z-index:1;
	text-decoration:none;
		}
	#header-graphic p img {
	position:absolute;
	left:0px;
	width:162px;
	top:0px;
	height:136px;
	z-index:-1;
		}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:86px; /* sets height for all subheads */
	width: 556px;
	}
	#subhead span{
		display: none;
	}
	#subhead h1{
		margin: 0;
	}
	body#index #subhead {
		background: url("../images/subhead-index.jpg");
		}
	
	body#practice #subhead {
		background:url("../images/subhead-practice.jpg"); 
		}

	body#cosmetic #subhead {
		background:url("../images/subhead-cosmetic.jpg"); 
		}

	body#general #subhead {
		background:url("../images/subhead-general.jpg"); 
		}

	body#implant #subhead {
		background:url("../images/subhead-impant.jpg"); 
		}

	body#tmj-page #subhead {
		background:url("../images/subhead-tmj.jpg"); 
		}

	body#gallery #subhead {
		background:url("../images/subhead-gallery.jpg"); 
		}

	body#contact #subhead {
		background:url("../images/subhead-contact.jpg"); 
		}
		
	body#employment #subhead {
		background:url("../images/subhead-employment.jpg"); 
		}
		
	body#doctors #subhead {
		background:url("../images/subhead-doctors.jpg"); 
		}
		
	body#map #subhead {
		background:url("../images/subhead-sitemap.jpg"); 
		}

    body#financing #subhead {
		background:url("../images/subhead-contact1.jpg"); 
		}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	font-size: 11px;
	text-align:center;
	}

#footer p {
	color:#03498F;
	}

#footer a:link, #footer a:visited {
	color:#03498F;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color:#03498F;
	text-decoration: underline;
	}

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background: url("../images/nav.jpg") top left no-repeat;					
	width:221px;		/* Width of buttons, not entite image (or half of entire image) */
	height:214px;		/* Height of entire image */
	margin-bottom:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:27px;			/* Each button must have the same height, define it here */
	display:block;
	}
#nav #nav-01, #nav-01 a, #nav #nav-08, #nav-08 a { 
	height:26px;			/* Each button must have the same height, define it here */
	display:block;
	}
	

/* margin-top to set where the nav should begin */
#nav-01 { background:url("../images/nav_about.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-02 { background:url("../images/nav_doctors.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-03 { background:url("../images/nav_general.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-04 { background:url("../images/nav_cosmetic.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-05 { background:url("../images/nav_implant.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-06 { background:url("../images/nav_tmj-tmd.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-07 { background:url("../images/nav_gallery.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}
#nav-08 { background:url("../images/nav_contact.jpg") no-repeat;  margin-top:0px; margin-left:7px; width:221px;}

/* nav button when moused over */
#nav-01 a:hover { background:url("../images/nav_about_f2.jpg") no-repeat; }
#nav-02 a:hover { background:url("../images/nav_doctors_f2.jpg") no-repeat; }
#nav-03 a:hover { background:url("../images/nav_general_f2.jpg") no-repeat; }
#nav-04 a:hover { background:url("../images/nav_cosmetic_f2.jpg") no-repeat; }
#nav-05 a:hover { background:url("../images/nav_implant_f2.jpg") no-repeat; }
#nav-06 a:hover { background:url("../images/nav_tmj-tmd_f2.jpg") no-repeat; }
#nav-07 a:hover { background:url("../images/nav_gallery_f2.jpg") no-repeat; }
#nav-08 a:hover { background:url("../images/nav_contact_f2.jpg") no-repeat; }


/* -------------------------------------- Location Pop Up ------------------------------------ */
body#loc-pop { 
	background:#84A6C9;
	text-align:center; 
	color:#403A2F;
	}
	#loc-pop-header {
		position:relative;
		background:#84A6C9 url("../images/loc-header.jpg") no-repeat;
		height:125px;
		}
	#loc-pop-header a {
		position:absolute;
		left:25px;
		width:120px;
		top:20px;
		height:70px; 
	}
	#loc-pop-header a span {display:none;}
	#loc-pop-footer {
		background:#84A6C9 url("../images/loc-footer.jpg") no-repeat;
		height:42px;
		}
	#loc-pop-wrap {
	background:url("../images/loc-bg.jpg") repeat-y;
	width:500px;
	margin:0 auto;
	text-align:left;
	}
	#loc-pop-wrap h1 { color:#0F88BD; }
	#loc-pop-wrap p { margin:0 20px 10px; } 
	#loc-pop-wrap p, #loc-pop-wrap ul, #loc-pop-wrap h1 { margin-left:30px; }
	#loc-pop-wrap ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:15px;
		}
input.blue {background-color: #024D91; font-weight: bold; font-size: 12px; color: white;}

textarea.violet {background-color: #ccccff; font-size: 10px;}
option.blue {background-color: #024D91; font-weight: bold; font-size: 12px; color: white;}
option.pink {background-color: #ffcccc;}
