/*--------------------- 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:#041122 url("http://makoandassociates.com.s3.amazonaws.com/bg-top-repeat.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.4em; color:#e3a826; }
h2	{ font-size:1.2em; color:#e3a826; }
h3	{ font-size:1.0em; color:#e3a826; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#E3A826; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; 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("http://makoandassociates.com.s3.amazonaws.com/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:150px;
	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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:190px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; 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 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: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 { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://makoandassociates.com.s3.amazonaws.com/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://makoandassociates.com.s3.amazonaws.com/wrap.jpg") repeat-y;
	width:797px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://makoandassociates.com.s3.amazonaws.com/masthead.jpg");
	height:128px;
	}
	/* 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 ------------------------ */
#column-left {
	width:544px;
	float:left;
	background:url("http://makoandassociates.com.s3.amazonaws.com/top-left-bg.jpg") no-repeat;
	}
	
	#column-left #container { margin-left: 32px; }

	#column-left p, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 0px;
		}
	 #column-left h1{ margin: 31px 0px 10px 0px;}
	#column-left h2 { margin:10px 15px 10px 0px;}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	#column-left ol {margin:0px 15px 10px 0px;list-style-position: outside; padding-left:25px; list-style-type:decimal; list-style-image:none;}
		#column-left ol li {
			list-style-type:outside;
			
		}
	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
		background:transparent url("http://makoandassociates.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			/*float:left;
			width:250px; /* sets the width of each column */
			line-height:20px; 
			clear:both;
			}
	
	#column-left div.redbackground {
		background:#470000;
		height:350px;
		width:485px;
		margin:10px 0 10px 0px;
		padding:10px 0 10px 0;
	}
	#column-left div.redbackground ul {
		margin:0 15px 10px 5px;
	}
		

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
	
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:253px;
	float:left;
	}
	#contact-title{ background:url("http://makoandassociates.com.s3.amazonaws.com/contact-us-title.jpg") no-repeat; height:69px;}
	#our-services{ background:url("http://makoandassociates.com.s3.amazonaws.com/our-services2.jpg") no-repeat; height:38px; margin-left:1px;}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:10px 10px 10px 20px;
		}

	#column-right form { margin-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			/*background:transparent url("http://makoandassociates.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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("http://makoandassociates.com.s3.amazonaws.com/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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("http://makoandassociates.com.s3.amazonaws.com/bullet.jpg") 0px 6px 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-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:267px; background:url("http://makoandassociates.com.s3.amazonaws.com/header.jpg"); } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("http://makoandassociates.com.s3.amazonaws.com/header-index.jpg"); }
	body#about #header-graphic { background:url("http://makoandassociates.com.s3.amazonaws.com/header-about.jpg"); }
	body#contact #header-graphic { background:url("http://makoandassociates.com.s3.amazonaws.com/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("http://makoandassociates.com.s3.amazonaws.com/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("http://makoandassociates.com.s3.amazonaws.com/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-index.jpg"); }
	body#about #subhead { background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-about.jpg"); }
	body#contact #subhead { background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("http://makoandassociates.com.s3.amazonaws.com/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("http://makoandassociates.com.s3.amazonaws.com/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("http://makoandassociates.com.s3.amazonaws.com/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("http://makoandassociates.com.s3.amazonaws.com/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("http://makoandassociates.com.s3.amazonaws.com/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("http://makoandassociates.com.s3.amazonaws.com/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:797px;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	 background:url("http://makoandassociates.com.s3.amazonaws.com/footer-bg.jpg") repeat-y;
	}
#footer-wrap {background:url("http://makoandassociates.com.s3.amazonaws.com/footer-wrap_25.jpg") no-repeat; height:21px; }
#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }
#footer a:hover, #footer a:active { color:#E3A826; }

#footer ul { padding:10px 0 0 0; margin:0 auto; width:730px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#center {
float:left;
margin:0;
padding-left:14px;
}

/* ------------------------ horizontal sprite nav ------------------------ */
#main-nav { 
	background:url("http://makoandassociates.com.s3.amazonaws.com/main-nav-bg.jpg") no-repeat; 
	height:47px; 
	margin:0 auto;
	text-align:center;
	padding:10px 0 0 20px;
	}


#main-nav li {  display:inline; padding:5px 8px 3px;  }
#main-nav li ul{ margin:10px 0 0 0; text-align:left;}




/*------------------- left nav -----------------------*/
/* ------------------------ vertical sprite nav ------------------------ */
#nav-left {
	background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") top left no-repeat;					
	width:240px;	/* Width of buttons, not entite image (or half of entire image) */
	height:296px;	 /* Height of entire image */
	margin-left:0;
	padding:0;
	float:left;
	}

#nav-left li span { display: none; }

#nav-left li { float:left; list-style:none; position:relative; }

#nav-left li, #nav-left a { 
	height:49px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-left-01 {  width:240px; }

/* margin-top if there is a spacing between each nav button */
#nav-left-02, #nav-left-03, #nav-left-04, #nav-left-05, #nav-left-06 { margin-top:0; width:240px; }

#nav-left-01 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px  0px no-repeat; }
#nav-left-02 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px  -49px no-repeat; }
#nav-left-03 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px  -98px no-repeat; }
#nav-left-04 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px  -147px no-repeat; }
#nav-left-05 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px -196px no-repeat; }
#nav-left-06 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/left-nav.jpg") -240px -245px no-repeat; }

/*------------------- middle nav -----------------------*/
#midCenter{ background: url("http://makoandassociates.com.s3.amazonaws.com/info-middle.jpg"); width:290px; height:296px; float:left;}


/*------------------- right nav -----------------------*/
/* ------------------------ vertical sprite nav ------------------------ */
#nav-right {
	background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") top left no-repeat;					
	width:240px;	/* Width of buttons, not entite image (or half of entire image) */
	height:296px;	 /* Height of entire image */
	padding:0;
	float:left;
	margin-top:0;
	}

#nav-right  li span { display: none; }

#nav-right  li { float:left; list-style:none; position:relative; }

#nav-right  li, #nav-right  a { 
	height:49px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-right-01 {  width:240px; }

/* margin-top if there is a spacing between each nav button */
#nav-right-02, #nav-right-03, #nav-right-04, #nav-right-05, #nav-right-06 { margin-top:0; width:240px; }

#nav-right-01 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px  0px no-repeat; }
#nav-right-02 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px  -49px no-repeat; }
#nav-right-03 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px  -98px no-repeat; }
#nav-right-04 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px  -147px no-repeat; }
#nav-right-05 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px -196px no-repeat; }
#nav-right-06 a:hover { background:url("http://makoandassociates.com.s3.amazonaws.com/right-nav.jpg") -240px -245px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;

	list-style:		none;
}
.sf-menu {
	line-height:	1.5;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			150px;
	line-height:1.2em;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {

	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#E3A826;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:		#202020;
}
.sf-menu li li li {
	background:		#202020;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#00172d;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {

	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}





