/*--------------------- Last Modified --> 2009.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Rosemont Media 2009. 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:#B88A57 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	color:#5A210E;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#003265; }
h2	{ font-size:1.1em; color:#5A210E; }
h3	{ font-size:1.0em; color:#5A210E; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#5A210E; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#5A210E; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
		

p.back-to-top {
	text-align:right;
	display:block;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0 60px 10px 10px; 
	}

img.btn-read { 
	float:right; 
	margin:-10px 74px 15px 10px; 
	}
	
img.btn-see { 
	float:right; 
	margin:0 74px 15px 10px; 
	}	
	
div.photos {
	margin:0 74px 0 43px;
	}
	
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#E1CFBB !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #541604;
	color:#541604;
	width:145px; /* 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:150px; padding:0; height:20px; } /* 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:176px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 20px 243px; }

input.submit-image, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:54px;
	height:17px;
	border:none;
	cursor:pointer;
	}
	
a#btnContact {
	background: url("../images/btnContact.png") no-repeat;
	width: 171px;
	height: 51px;
	display: block;
	margin:10px 0 10px 15px;
	text-indent: -9999px;
}

a#btnContact:hover { background-position: 0 -53px; }


a#btnBlog {
	background: url("../images/btnBlog.png") no-repeat;
	width: 171px;
	height: 51px;
	display: block;
	margin:10px 0 10px 15px;
	text-indent: -9999px;
}

a#btnBlog:hover { background-position: 0 -53px; }

a#btnCarecredit {
	background: url("../images/carecredit.jpg") no-repeat;
	width: 171px;
	height: 45px;
	display: block;
	margin:10px 0 10px 15px;
	text-indent: -9999px;
}

a#btnSpringstone {
	background: url("../images/springstone.jpg") no-repeat;
	width: 171px;
	height: 73px;
	display: block;
	margin:10px 0 10px 15px;
	text-indent: -9999px;
}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-wrap-footer {
	background:url("../images/bg-wrap-footer.jpg") bottom left no-repeat;
	width:780px;
	}
	
/* ----- content-left ----- */

#column-left {
	width:554px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {
		margin:0 74px 15px 43px;
		}
		
		#column-left dl.thumbs {	
			margin:10px 0px 10px 40px; 	
			}
		
		
		
		#column-left dl.thumbs dd {
		float:left;
		margin: 5px 10px;
		}
		
		#column-left h1, #column-left h2, #column-left h3 {
			margin-bottom: 10px;
			}
			
	#col-procedures {
		width:277px;
		float:left;
		}
		
		#subhead-procedures {
			height:51px;
			background:url("../images/subhead-procedures.jpg");
			}
			
			#subhead-procedures span {
				display:none;
				}
		
	#col-gallery {
		width:277px;
		float:left;
		}
		
		#subhead-gallery {
			height:75px;
			background:url("../images/subhead-gallery.jpg");
			}
			
			#subhead-gallery span {
				display:none;
				}
				
	#subhead-memberships {
		height:60px;
		background:url("../images/subhead-memberships.jpg");
		}
		#subhead-memberships span {
			display:none;
			}
			
	#logos-memberships {
	position:relative;
	background:url("../images/logos-memberships.jpg");
	height:160px;
	}
	/* index page link within #logos-memberships */		

	#logos-memberships .ssc {	
		position:absolute;
		left:22px;
		width:74px;
		top:0px;
		height:127px; 
		}
		
		#logos-memberships .cc {	
			position:absolute;
			left:100px;
			width:69px;
			top:0px;
			height:127px; 
			}	
			
			#logos-memberships .sfl {	
				position:absolute;
				left:170px;
				width:69px;
				top:0px;
				height:127px; 
				}	
		
	#logos-memberships .aacd {	
		position:absolute;
		left:240px;
		width:90px;
		top:31px;
		height:87px; 
		}
		
	#logos-memberships .icoi {	
		position:absolute;
		left:330px;
		width:80px;
		top:46px;
		height:72px; 
		}
		
	#logos-memberships .agd {	
		position:absolute;
		left:410px;
		width:70px;
		top:43px;
		height:75px; 
		}
		
	#logos-memberships .ada {	
		position:absolute;
		left:480px;
		width:60px;
		top:45px;
		height:71px; 
		}
		
	#logos-memberships a span {
		display:none;
		}


	#column-left form { margin-left:43px; }
	
body#thankyou #column-left { height:400px; }
	
	/*single column list */
	#column-left ul { margin:0 ; padding-left:43px; line-height:20px; float:left; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img*/
			width:135px; 
			}
			


			
/* ----- content-right ----- */

#column-right {
	width:226px;
	float:left;
	color:#ECE1D5;
	line-height:17px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 30px 10px 30px;
		}
		
	#subhead-call {
		height:195px;
		background:url("../images/subhead-call-us.jpg");
		}
		
		#subhead-call span {
			display:none;
			}
			
	#column-right p.content-location {
		margin-top: -25px
		}
		
	#column-right a {
		color:#ECE1D5;
		}
		
	#subhead-questions {
		height:67px;
		background:url("../images/subhead-questions.jpg");
		}
		
		#subhead-questions span {
			display:none;
			}
			
	#column-right form { margin-left:30px; }
	 	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:44px;
	clear:both;
	width:100%;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:400px; margin-left:9px;} /* sets height for the flash header - REMOVE IF NOT USED */

#header-graphic { 
	height:400px;
	background:url("../images/header-graphic.jpg");
	} 

    body#index #header-graphic { background:url("../images/bg-flash.jpg"); }
	body#meet #header-graphic { background:url("../images/header-about.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header-cosmetic.jpg"); }
	body#implant #header-graphic { background:url("../images/header-implant.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:170px; margin-bottom: -87px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#meet #subhead { background:url("../images/subhead-meet.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-smile-gallery.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
#footer-bg {
	background:url("../images/bg-footer.jpg") bottom left repeat-x; 
	}
#footer {
	width:780px;
	margin:0 auto;
	text-align:center;
	line-height:14px;
	position: relative;
	}

#footer p {
	color:#fff;
	margin:0 25px 20px 25px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:none; outline: none; }

#footer a:hover, #footer a:active { color:##fff; text-decoration:underline; outline: none; }

#footer ul {margin:5px 20px 20px 20px;}

#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; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:780px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 53px; margin-left: 28px; }
#nav-02 { width: 123px; margin-left: 18px; }
#nav-03 { width: 139px; margin-left: 19px; }
#nav-04 { width: 128px; margin-left: 19px; }
#nav-05 { width: 100px; margin-left: 18px; }
#nav-06 { width: 84px; margin-left: 18px; }


#nav-01 a:hover { background:url("../images/nav.jpg") -28px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -99px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -241px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -399px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -545px -35px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -663px -35px no-repeat; }


#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#E1CFBB;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #541604;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#541604;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-02 ul a:hover { 
	background-image:none;
	background-color:#7A4426;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:150px; }		
#nav-04 ul, #nav-04 li { width:160px; }
#nav-02 ul, #nav-02 li { width:120px; }		

.h2blog {font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px;}
.hrblog {border: 1px dotted #000; width:80%; margin-left: 40px; margin-top: -10px; margin-bottom: 10px; margin-left:0px\9; *margin-left: 40px;}
.metaData {font-size:10px;}

#joinnetwork {background:url("../images/joinnetwork.png") no-repeat; width:226px; height:20px; margin-left:0px;}
#online-network {
	width: 213px;
	margin: 10px 0 0 50px;
}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.png") no-repeat; }
#facebook {	background:url("../images/facebook.png") no-repeat; margin-left: 0px;}
#rss { background:url("../images/rss.png") no-repeat; }
#twitter { background:url("../images/twitter.png") no-repeat; }
