/* 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:#0071BB url("../images/bg-body.gif") top repeat-x;
	text-align:center; 
	font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; font-size: 13px; line-height: 16px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color: #000000; }

.Header		{ color: #0071BB; font-size: 20px; font-weight: bold; line-height: 20px; text-transform: uppercase; font-family: Copperplate Gothic Light, Trebuchet MSs; }
.Subheader	{ color: #000000; font-size: 14px; font-weight: bold; line-height: 14px; }
.Subheader2	{ color: #088380; font-size: 13px; font-weight: bold; line-height: 14px; font-style: italic; }

.LightBlue	{ color: #088380; }
.Blue		{ color: #0071BB; }
.Black		{ color: #000000; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
}

p.h1	{ font-size:1.32em; color:#00B6BB; font-weight:bold;}
p.h2	{ font-size:1.1em; color:#000; font-weight:bold;}
p.h3	{ font-size:1.0em; color:#088380; font-weight:bold; font-style:italic;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#088380; text-decoration:underline; outline:none; }

TABLE.body 		{ width: 435px; margin: 0 35px 0 55px; }
TABLE.body TD	{ text-align: left; line-height: 18px; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:25px;
	background:url("../images/top.gif") right no-repeat;
	font-size:11px;
	}
	
div.back-to-top {
	text-align:right;
	display:block;
	padding-right:25px;
	background:url("../images/top.gif") right no-repeat;
	font-size:11px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 5px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

img.photo {
	padding:4px;
	background:#fff;
	border:solid 2px #000;
	margin-top:30px;
	}
	
/* ----- global form elements ----- */ 

form {
	width:170px;
	margin:10px 0 15px 10px;
	padding-left:40px;
	}

form label	{ font-size:.90em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#000;
	width:165px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:170px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

* #contact_business { display: none; } /* do not remove */ 


/* ----- 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:1.0em;
	}
	
* #contact-main label input, * #contact-main label textarea, * #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
* #contact-main label select { width:180px; }
	
* #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; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

* #wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:784px;
	margin:0 auto;
	text-align:left;
	}
	
* #masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:167px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:50px;
		width:240px;
		top:20px;
		height:135px; 
		}
	#masthead a span {
		display:none;
		}
		
/* ----- featured-container ----- */
* #featured-container{
	background:url("../images/featured-bg.jpg") no-repeat;
	width:784px;
	font-size:11px;
	line-height:12px;
	float:left;
	}
	
* #featured-container-wrap{
	background:url("../images/featured-wrap.gif") repeat-y;
	width:784px;
	margin:0 auto;
	}
	
* #featured-cosmetic{
	width:273px;
	float:left;
	}
	
	* #featured-cosmetic p{
	margin: 0px 0px 0 140px;
	}

	img.featured-cosmetic-right { 
	margin:15px 10px 10px 140px; 
	}
	
* #featured-restorative{
	width:236px;
	float:left;
	}

	
	* #featured-restorative p{
	margin: 0px 0px 0 105px;
	}
	
	img.featured-restorative-right { 
	margin:15px 10px 10px 105px; 
	}
	
* #featured-apnea{
	width:250px;
	float:left;
	}

		
	* #featured-apnea p{
	margin: 0px 15px 0 105px;
	}
	
	img.featured-apnea-right { 
	margin:15px 0px 10px 105px; 
	}
	
/* ----- sub-nav ----- */

* #sub-nav { width:150px; float:right; padding:10px 20px 50px 0px;}
		#sub-nav ul { margin-left:10px;}
		
		#sub-nav ul li { background:transparent url(../images/bullet.gif) 0px 2px no-repeat; margin-bottom:5px; padding-left:15px; font-size:11px;}
		
		#sub-nav a:link,#sub-nav a:visited	{ color:#79A2A1; text-decoration:underline; outline:none; }
		
		#sub-nav a:hover,#sub-nav a:active	{ color:#00B3B6; text-decoration:underline; outline:none; }

/* ----- content-left ----- */

* #column-left {
	width:525px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left dl {
		margin:0 35px 10px 55px;
		line-height: 18px;
		}
		
	* #column-left form { margin-left:20px; }
			
/* ----- content-right ----- */

* #column-right {
	width:259px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 55px 10px 40px;
		}
		
	#column-right p{
		font-size:11px;
		}
		
	* #column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
* #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:269px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

body#index #header-graphic { 
	height:171px; 
	background:url("../images/header-index.jpg"); 
	} 
	
* #header-graphic { 
	height:171px; 
	background:url("../images/header.jpg"); 
	} 

	/* subhead framework
 * ------------------------------------------------------------------------- */

* #subhead { height:210px; margin-bottom:-140px;} /* sets height for all subheads */
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.gif"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.gif"); }
	body#apnea #subhead { background:url("../images/subhead-apnea.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }


/* ----- subhead framework with varying heights ----- */
* #subhead-welcome{
	height:89px;
	background:url("../images/subhead-index.gif") no-repeat;
	}

* #subhead-our-docs {
	height:63px;
	background:url("../images/subhead-index-doctors.gif") no-repeat;
	}
	
* #subhead-about-staff {
	height:63px;
	background:url("../images/subhead-index-staff.gif") no-repeat;
	}
	
* #subhead-quickcontact-index{
	height:75px;
	background:url("../images/subhead-quick-contact-index.gif") no-repeat;
	}
	
* #subhead-download-forms{
	height:46px;
	background:url("../images/subhead-forms.gif") no-repeat;
	}

* #subhead-quickcontact {
	height:210px;
	background:url("../images/subhead-quickcontact.gif") no-repeat;
	margin-bottom:-140px;
	}
	
* #subhead-locate {
	height:210px;
	background:url("../images/subhead-locate.gif") no-repeat;
	margin-bottom:-140px;
	}
	
	


/* footer
 * ------------------------------------------------------------------------- */
 
* #footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

* #footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#AFE1FF; }

#footer ul {margin-top:10px; margin-bottom: 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 #fff;
	}

	#footer li.first { border: none; }

* #nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:784px; 
	height:33px; 
	margin:0;
	padding:0; 
	}
	
/* nav
 * ------------------------------------------------------------------------- */

#nav span { display: none; }

#nav li, #nav a { height:33px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

* #nav-01 { width: 66px; margin-left: 38px;}
* #nav-02 { width: 84px;}
* #nav-03 { width: 174px;}
* #nav-04 { width: 195px;}
* #nav-05 { width: 105px;}
* #nav-06 { width: 89px;}


#nav-01 a:hover { background:url("../images/nav.gif")  -38px -33px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -104px -33px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -188px -33px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -362px -33px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -557px -33px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -662px -33px no-repeat; }

