/*--------------------- 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:#0e080c url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#666469;
	}
	
body#liability { 
	background:#fff;
	text-align:left; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#666469;
	width:420px;
	padding:10px;
	}
	body#liability h1 { margin-bottom:10px; }

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

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

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

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

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

.clear {
	clear:both;
	}

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

p.back-to-top {
	text-align:right;
	display:block;
	}

img.img-left { 
	float:left; 
	margin:0 10px 0 70px; 
	}
	
img.img-right { 
	float:right; 
	margin:0 0px 5px 5px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
#column-left h3.inline-block { display:inline-block; margin-bottom:0; }
	
#column-left .disc li { list-style:disc; background-image:none; }
#column-left .circle li { list-style:circle; }
	
#column-left ul#subnav li { background-image:none; list-style:none; background-image:none; }
#column-left ul.subnav li { background-image:none; list-style:none; background-image:none; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:257px;
	margin:0 0 18px 0;
	}

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

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

input, textarea, select { 
	background-color:#ccc3ce !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ccc3ce;
	color:#160e14;
	width:252px; /* 5 pixels 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:257px; 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:0 0 18px 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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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

input.submit { 
	background:url("../images/btn-submit.jpg");
	width:85px;
	height:31px;
	border:none;
	cursor:pointer;
	margin-left:-3px;
	}

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

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:1019px;
	text-align:left;
	margin:0 auto;
	}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:1019px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap-bottom-index {
	background:url("../images/bg-wrap-bottom.jpg") bottom no-repeat;
	width:1019px;
	padding-bottom:40px;
	
	}	

#wrap-bottom {
	background:url("../images/bg-wrap-bottom-sub.jpg") bottom no-repeat;
	width:1019px;
	padding-bottom:40px;
	}	
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:115px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:115px;
		width:487px;
		top:66px;
		height:49px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	background:url("../images/bg-left.jpg") top no-repeat;
	width:665px;
	float:left;
	padding-bottom:50px;
	}

#column-left {
	background:url("../images/bg-left-sub.jpg") top no-repeat;
	width:665px;
	float:left;
	padding-bottom:50px;
	}
	
#column-left #staff-img-container {
	width:330px;
	float:left;
	margin-bottom:20px;
	}
	#column-left #staff-img-container p { margin-left:90px; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left ol, #column-left dl { margin:0 25px 18px 78px;
		}
/*	#column-left img { margin-left:78px; }*/
		body#photo-gallery #column-left img { margin:0; }
	#column-left form { margin-left:70px; }
	
	/* single column list */
	#column-left ul { padding-left:25px; }
		#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 */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#column-left ul.multi-columns {
		margin-left:78px;
		}
	
	#column-left ul.multi-columns li {
		width:130px;
		float:left;
		margin:0 0 0 20px;
		}
		#column-left ul.multi-columns li.last { margin-bottom:20px; }
		
	#column-left ol { padding-left:50px; }
		#column-left ol li { 
			list-style:decimal;
			}
	
	/* definition list */
	#column-left dl { padding-left:25px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left 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:15px;
			}
			
#column-left #noflash { margin:0 0 0 88px; }
		
/* ----- column-right ----- */

body#index #column-right {
	background:url("../images/bg-right.jpg") top no-repeat;
	width:354px;
	float:left;
	padding-bottom:50px;
	}

#column-right {
	background:url("../images/bg-right-sub.jpg") top no-repeat;
	width:354px;
	float:left;
	padding-bottom:50px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 76px 18px 18px;
		}
	#column-right form { margin-left:18px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#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 */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:15px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#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:15px;
			}
	
	
/* header framework
 * ------------------------------------------------------------------------- */
body#index #header-graphic { 
	background:url("../images/flash.jpg"); 
	height:705px; 
	width:1019px; 
	position:relative; 
	}
	
#header-graphic {
	position:relative; 
	background:url("../images/header-graphic.jpg"); 
	height:378px; width:728px; float:right; /* sets height for all non-flash headers */ 
	}

#header-graphic #nav-float { 
	position:absolute; 
	top:0px;
	left:0px;
	}


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

#subhead { height:83px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:82px; }
	body#about-dr-constantian #subhead { background:url("../images/subhead-dr-constantian.jpg"); }
	body#about-the-practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#patient-quotes #subhead { background:url("../images/subhead-quotes.jpg"); }
	body#our-approach #subhead { background:url("../images/subhead-approach.jpg"); }
	body#primary-rhinoplasty #subhead { background:url("../images/subhead-primary.jpg"); }
	body#secondary-rhinoplasty #subhead { background:url("../images/subhead-secondary.jpg"); }
	body#faqs-general #subhead { background:url("../images/subhead-general.jpg"); }
	body#faqs-technique #subhead { background:url("../images/subhead-technique.jpg"); }
	body#faqs-silicone #subhead { background:url("../images/subhead-silicone.jpg"); }
	body#faqs-grafts #subhead { background:url("../images/subhead-grafts.jpg"); }
	body#faqs-rib-cartilage #subhead { background:url("../images/subhead-cartilage.jpg"); }
	body#faqs-breathing-problems #subhead { background:url("../images/subhead-breathing.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg"); }
	body#blepharoplasty #subhead { background:url("../images/subhead-blepharoplasty.jpg"); }
	body#other-facial-procedures #subhead { background:url("../images/subhead-other.jpg"); }
	body#breast-augmentation #subhead { background:url("../images/subhead-augmentation.jpg"); }
	body#breast-reduction #subhead { background:url("../images/subhead-reduction.jpg"); }
	body#breast-lift #subhead { background:url("../images/subhead-lift.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#skin-solutions #subhead { background:url("../images/subhead-skin.jpg"); }
	body#other-treatments #subhead { background:url("../images/subhead-treatments.jpg"); }
	body#photo-gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#patient-information #subhead { background:url("../images/subhead-information.jpg"); }
	body#where-is-nashua #subhead { background:url("../images/subhead-nashua.jpg"); }
	body#at-home-consultations #subhead { background:url("../images/subhead-consultations.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"); }
	body#surgery-vitamin #subhead { background:url("../images/subhead-surgery-vitamin.jpg"); }


/* index flash framework */
body#index #primary-rhinoplasty {
	position:absolute;
	height:252px;
	top:435px;
	left:80px;
	width: 264px;
	}
	body#index #primary-rhinoplasty a.click-for-more span { display:none; }
	body#index #primary-rhinoplasty a.click-for-more {
	position:absolute;
	height:20px;
	top:232px;
	left:176px;
	width: 88px;
		}
	
body#index #secondary-rhinoplasty {
	position:absolute;
	height:252px;
	top:435px;
	left:385px;
	width: 264px;
	}
	body#index #secondary-rhinoplasty a.click-for-more span { display:none; }
	body#index #secondary-rhinoplasty a.click-for-more {
	position:absolute;
	height:20px;
	top:232px;
	left:175px;
	width: 88px;
		}
	
body#index #facial-surgery {
	position:absolute;
	height:100px;
	top:435px;
	left:680px;
	width: 264px;
	}
	body#index #facial-surgery a.click-for-more span { display:none; }
	body#index #facial-surgery a.click-for-more {
	position:absolute;
	height:20px;
	top:81px;
	left:175px;
	width: 88px;
		}
	
body#index #breast-surgery {
	position:absolute;
	height:100px;
	top:590px;
	left:681px;
	width: 264px;
	}
	body#index #breast-surgery a.click-for-more span { display:none; }
	body#index #breast-surgery a.click-for-more {
	position:absolute;
	height:20px;
	top:82px;
	left:174px;
	width: 88px;
		}
	
body#index #flash-bg p, body#index #flash-bg ul {	margin:0 0 18px 0; }
	
/* single column list */
	body#index #flash-bg ul { padding-left:25px;}
		body#index #flash-bg ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	body#index #flash-bg ul li ul { margin:0 0 0 5px; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-procedures {
	height:37px;
	background:url("../images/subhead-procedures.jpg") right no-repeat;
	clear:right;
	}

/* ------------------------ title framework with varying heights ------------------------- */

body#index #social {
	/* height:96px; */
	padding:96px 0 0 19px;
	background: url("../images/title-social-trans.png") no-repeat;
}

body.single #social,
body.multiple #social {
margin-bottom:10px;
}

#social {
	padding:86px 0 0 19px;
	background: url("../images/title-social-trans.png") 0px -10px no-repeat;
}

#social a
{
	margin-right:9px;
}
body#index #title-qcontact {
	height:76px;
	background:url("../images/title-qcontact-trans.png") bottom left;
	}

#title-qcontact {
	height:78px;
	background:url("../images/title-qcontact-trans.png") 0px -20px no-repeat;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:66px;
	background:url("../images/title-location-trans.png") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
	
.btn-click-for-more {
	width:87px;
	height:13px;
	display:block;
	background:url("../images/btn-click-for-more.jpg") no-repeat;
	float:right;
	}
				
	.btn-click-for-more span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#copyright {
	width:1019px;
	margin:0 auto;
	text-align:center;
	color:#7f7788;
	font-size:11px;
	}
	
	#copyright p {
		margin-bottom: 10px; 
		}

#footer {
	width:1019px;
	margin:0 auto;
	text-align:center;
	color:#f7f4fb;
	font-size:11px;
	}
	
#footer a { color:#f7f4fb; }

#footer p, #footer ul {
	margin:0 20px 10px 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 #f7f4fb;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

body#index ul#nav { 
	background:url("../images/nav-index.jpg") top left no-repeat;
	
	}
body#index ul#nav { padding:0; }
	body#index ul#nav li { padding:0; }
		body#index ul#nav li ul { 
			padding:0; 
			list-style:none; 
			margin-left:280px;
			margin-top:-34px; 
			}
		body#index ul#nav li ul li { background-image:none; }

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:291px;		/* Width of buttons, not entite image (or half of entire image) */
	height:378px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	z-index:1;
	position:relative; 
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; }

#nav li, #nav a { 
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:48px; width:291px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09 { margin-top:0; width:291px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -291px  -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -291px  -78px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -291px  -108px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -291px  -138px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -291px -168px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -291px -198px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -291px -228px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -291px -258px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -291px -288px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav #nav-01 { background:url("../images/nav-index.jpg") -291px  -48px no-repeat; }
body#about-dr-constantian #nav-02,
body#about-the-practice #nav-02,
body#where-is-nashua #nav-02,
body#patient-information #nav-02,
body#at-home-consultations #nav-02 { background:url("../images/nav.jpg") -291px  -78px no-repeat; }
body#patient-quotes #nav-03 { background:url("../images/nav.jpg") -291px  -108px no-repeat; }
body#photo-gallery #nav-04 { background:url("../images/nav.jpg") -291px  -138px no-repeat; }
body#our-approach #nav-05,
body#primary-rhinoplasty #nav-05,
body#secondary-rhinoplasty #nav-05,
body#faqs-general #nav-05,
body#faqs-technique #nav-05,
body#faqs-silicone #nav-05,
body#faqs-grafts #nav-05,
body#faqs-rib-cartilage #nav-05,
body#faqs-breathing-problems #nav-05 { background:url("../images/nav.jpg") -291px -168px no-repeat; }
body#facelift #nav-06,
body#blepharoplasty #nav-06,
body#other-facial-procedures #nav-06,
body#breast-augmentation #nav-06,
body#breast-lift #nav-06 { background:url("../images/nav.jpg") -291px -198px no-repeat; }
body#injectables #nav-07,
body#skin-solutions #nav-07 { background:url("../images/nav.jpg") -291px -228px no-repeat; }
body#surgery-vitamin #nav-08 { background:url("../images/nav.jpg") -291px -258px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -291px -288px no-repeat; }


/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#f8f2fa;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:280px;			/* Set to same width as in #nav */
	margin-top:-34px;			/* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #dddddd;
	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:15px;
	}

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

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#ecdfef;
	color:#231b18;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:190px; }		
#nav-05 ul, #nav-05 li { width:190px; }
#nav-06 ul, #nav-06 li { width:190px; }		
#nav-07 ul, #nav-07 li { width:190px; }

/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */
#wrap-gallery {
	width:665px;
	margin:0 auto;
	padding:0;
	float:left;
	}
	
#procedure-subhead { height:0px; }

#selection {
	width:665px;
	background:url("images/bg-procedure.jpg");
	height:24px;
	float:left;
	text-align:center;
	padding-top:20px;
	}

	#selection select {
		background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #000;
		color:#000;
		width:160px; /* 5 pixles smaller than form width !important */
		height:22px;
		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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		}

#case {
	margin:0 auto; clear:both;
	}

#caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	}
	
#noflash {
margin-left:61px;
}


#btn-visit{
position:relative;
background:url("../images/img-visit-nashua.jpg") no-repeat;
width:304px;
height:66px;
left:2px;
}
#btn-visit a{
	position:absolute;
	width:208px;
	height:61px;
	left:18px;
	top:2px;
}
#btn-visit-index{
position:relative;
background:url("../images/btn-visit-index.jpg") no-repeat;
width:260px;
height:68px;
left:15px;
}
#btn-visit-index a{
	position:absolute;
	width:208px;
	height:64px;
	left:0px;
	top:2px;
}
#btn-map-index{
	position:relative;
	background:url("../images/btn-map-index.jpg") no-repeat;
	width:260px;
	height:75px;
	left:15px;
}
#btn-map-index a{
	position:absolute;
	width:257px;
	height:65px;
	left:1px;
	top:2px;
}

#btn-contact-nashua{
position:relative;
background:url("../images/btn-nashua-contact.jpg") no-repeat;
width:271px;
height:78px;
}
#btn-contact-nashua a{
	position:absolute;
	width:216px;
	height:65px;
	top:7px;
	left:10px;
}
#btn-contact-nashua-map{
position:relative;
background:url("../images/btn-nashua-contact-map.jpg") no-repeat;
width:271px;
height:78px;
}
#btn-contact-nashua-map a{
	position:absolute;
	width:216px;
	height:65px;
	top:7px;
	left:10px;
}

body.multiple input.submit,
body.single input.submit
{
	background:none;
	border:1px solid #666468;
}
