/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. 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
/*------------------------------------------------------------------------------------*/

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:#dedede url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/20px Arial, Helvetica, sans-serif; 
	color:#2c4f79;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#2c4f79; }
h2	{ font-size:1.1em; color:#2c4f79; }
h3	{ font-size:1.0em; color:#2c4f79; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2c4f79; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#6785b3; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

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; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:270px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#223d62 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #223d62;
	color:#FFF;
	width:265px; /* 5 pixles smaller than form width !important */
	height:21px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:5px; /* sets vertical spacing between fields */
	padding-top:6px; /* 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:1.0em;
	}

select { width:270px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 100px 0;}

#contact-main label { 
	width:250px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:15px;
	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: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 { 
	background:url("../images/btn-submit.jpg");
	width:87px;
	height:34px;
	cursor:pointer;
	border:none; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 273px; } /* defines placement of contact-main submit button */

input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:87px;
	height:34px;
	border:none;
	cursor:pointer;
	margin-top:3px;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1040px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	width:684px;
	float:left;
	background:url("../images/bg-column-left-index.jpg") no-repeat;
	}

#column-left {
	width:684px;
	float:left;
	background:url("../images/bg-column-left.jpg") no-repeat;
	}



	#column-left p, #column-left ul, #column-left dl {
		margin:0px 25px 20px 70px;
		}
		
		#column-left h1, #column-left h2, #column-left h3 {margin:0 25px 0 70px;}

	#column-left form { margin-left:70px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 9px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:356px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 70px 10px 15px;
		}

	#column-right form { margin-left:15px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#223d62;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:177px; position:relative;} /* sets height for all non-flash headers */
	
	#header-graphic a {
		height:120px;
		left:64px;
		position:absolute;
		top:16px;
		width:219px;
	}
	
	body#index #header-graphic { background:url("../images/header-index.jpg"); height:519px;}
	
	body#practice #header-graphic { background:url("../images/header.jpg"); }
	body#skin-care #header-graphic { background:url("../images/header.jpg"); }
	body#injectable-treatments #header-graphic { background:url("../images/header.jpg"); }
	body#post-weight-loss #header-graphic { background:url("../images/header.jpg"); }
	body#male #header-graphic { background:url("../images/header.jpg"); }
	body#face-lift #header-graphic { background:url("../images/header.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header.jpg"); }
	body#breast #header-graphic { background:url("../images/header.jpg"); }
	body#face #header-graphic { background:url("../images/header.jpg"); }
	body#body #header-graphic { background:url("../images/header.jpg"); }
	body#consultation #header-graphic { background:url("../images/header.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header.jpg"); }
	body#multiple #header-graphic, body#single #header-graphic { background:url("../images/header.jpg"); }
	



/* ------------------------ subhead framework ------------------------ */
#subhead { height:73px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#skin-care #subhead { background:url("../images/subhead-skin-care.jpg"); }
	body#injectable-treatments #subhead { background:url("../images/subhead-injectable-treatments.jpg"); }
	body#post-weight-loss #subhead { background:url("../images/subhead-post-weight.jpg"); }
	body#male #subhead { background:url("../images/subhead-male.jpg"); }
	body#face-lift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#consultation #subhead { background:url("../images/subhead-consultation.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#face #subhead { background:url("../images/subhead-face.jpg"); }
	body#body #subhead { background:url("../images/subhead-body.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#multiple #subhead, body#single #subhead { background:url("../images/subhead-blog.jpg"); }

/* ------------------------ photo-header ------------------------ */
#photo-header { height: 251px; margin-left:15px;}
	body#body #photo-header { background:url("../images/photo-body.jpg") no-repeat; }
	body#consultation #photo-header, body#sitemap #photo-header, body#thankyou #photo-header { background:url("../images/photo-consultation.jpg") no-repeat; }
	body#practice #photo-header { background:url("../images/photo-practice.jpg") no-repeat; }
	body#post-weight-loss #photo-header { background:url("../images/photo-post-weight-loss.jpg") no-repeat; }
	body#male #photo-header { background:url("../images/photo-male.jpg") no-repeat; }
	body#face-lift #photo-header { background:url("../images/photo-face-lift.jpg") no-repeat; }
	body#face #photo-header, body#skin-care #photo-header, body#injectable-treatments #photo-header { background:url("../images/photo-face-lift.jpg") no-repeat; }
	body#breast #photo-header { background:url("../images/photo-breast.jpg") no-repeat; }
	body#multiple #photo-header, body#single #photo-header { background:url("../images/photo-consultation.jpg")no-repeat; }

	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:56px;
	background:url("../images/title-contact.jpg") ;
	margin-bottom:13px;
	}

#title-whats-new {
	height:250px;
	background:url("../images/title-whats-new.jpg") no-repeat;
	margin-left:70px;
	position:relative;
	}
	
	#title-whats-new a.blog {
	position:absolute;
	left:221px;
	width:126px;
	top:146px;
	height:36px;
	}
		
	#title-whats-new a.photogallery {
	position:absolute;
	left:357px;
	width:206px;
	top:146px;
	height:36px;
	}
		
	#title-whats-new a span {
		display:none;
		}
	

#title-about {
	width:328px;
	height:54px;
	background:url("../images/title-about.jpg") no-repeat;
	margin-left:70px;
	}

#title-practice {
	width:159px;
	height:54px;
	background:url("../images/title-practice.jpg") no-repeat;
	margin-left:70px;
	}

	
#title-call-back {
	height:115px;
	background:url("../images/title-call-back.jpg") no-repeat;
	margin-left:15px;
	margin-top:10px;
	position:relative;
	}
	
	#title-call-back a {
		position:absolute;
		left:0px;
		width:271px;
		top:18px;
		height:67px;
		}
		
	#title-call-back a span {
		display:none;
		}


#logos {
	width:374px;
	height:128px;
	background:url("../images/logos.jpg") no-repeat;
	margin-left:199px;
	position:relative;
	}
	
	#logos a.logo1 {
	position:absolute;
	left:0px;
	width:120px;
	height:95px;
	top:0;
		}
		
	#logos a.logo2 {
	position:absolute;
	left:215px;
	width:147px;
	height:123px;
	top:1px;
		}
	
	
	#logos a span {
		display:none;
		}
	


#capital-one {
	height:51px;
	background:url("../images/capital-one.jpg") no-repeat;
	margin-left:15px;
	position:relative;
	}
	
	#capital-one a {
		position:absolute;
		left:0px;
		width:260px;
		height:51px;
		top:0;
		}
			
	#capital-one a span {
		display:none;
		}

#citerra {
	height:93px;
	background:url("../images/citerra.jpg") no-repeat;
	margin-left:15px;
	position:relative;
	}
	
	#citerra a {
		position:absolute;
		left:0px;
		width:184px;
		height:93px;
		top:0;
		}
	
	#citerra a span {
		display:none;
		}

#medi-credit {
	height:77px;
	background:url("../images/medi-credit.jpg") no-repeat;
	margin-left:15px;
	position:relative;
	}
	
	#medi-credit a {
		position:absolute;
		left:0px;
		width:199px;
		top:0;
		height:77px;
		}
	
	#medi-credit a span {
		display:none;
		}

#surgery-loans {
	height:77px;
	background:url("../images/surgeryloans.jpg") no-repeat;
	margin-left:15px;
	position:relative;
	}
	
	#surgery-loans a {
		position:absolute;
		left:0px;
		width:199px;
		top:0;
		height:77px;
		}
	
	#surgery-loans a span {
		display:none;
		}


/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { 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:171px;
	clear:both; /* important - do not remove */
	margin:0 auto;
	text-align:center;
	}

#bottom-wrap p {
	color:#2c4f79;
	margin:10px 70px 0px 70px;
	}

#bottom-wrap a:link, #bottom-wrap a:visited { color:#2c4f79; text-decoration:none; outline:none; }
#bottom-wrap a:hover, #bottom-wrap a:active { color:#6785b3; text-decoration:underline; outline:none; }



#bottom-wrap ul {margin:10px;}
	#bottom-wrap li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 2px 0 4px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #2c4f79;
		}
	#bottom-wrap li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:1040px; 
	height:51px; 
	margin:0;
	padding:0;
	}

#nav span { display: none; }

#nav li, #nav a { height:51px; display:block; z-index:2;} /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 79px; margin-left: 58px;}
#nav-02 { width: 95px;}
#nav-03 { width: 82px;}
#nav-04 { width: 69px;}
#nav-05 { width: 75px;}
#nav-06 { width: 157px;}
#nav-07 { width: 178px;}
#nav-08 { width: 65px;}
#nav-09 { width: 125px;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#233e64;	/* 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 #172a44;
	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:#FFFFFF;
	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-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#7e9bc3;
	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, #nav-04 ul, #nav-04 li, #nav-05 ul, #nav-05 li, #nav-06 ul, #nav-06 li, #nav-07 ul, #nav-07 li { width:170px; }		


img.bna { margin-right:5px; border:1px solid; border-color:#2b4c74;}

div.bna-1 { width:215px; float:left; margin:0 -40px 10px 70px; display:inline;}


/* Blog */

.meta, .date {

	margin-bottom: 1em;

	margin:0 0 0 70px;

	}


.post .title {

	font-size: 125%;

}



body#multiple .post .body p {
padding:10px 0 0 70px;
}



.post .body p {
	padding:10px 0 0 0;
}


#multiple #column-left .body, .feedback { padding:5px 0 0 70px;}




div#comments { margin-left:140px;}

#new_comment { background-color:#f4f4f4;}
