/*--------------------- 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:#CACACA url(../images/bg-wrap.jpg) top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#000;
	padding-top: 30px;
	}

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

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

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

a:link,a:visited	{ color: #692C3B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color: #692C3B; text-decoration:none; 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; 
	}

ul#moss-edu {
	list-style: none;
}
	
li.achievement {
	margin-left: 48px;
}

/* ------------------------ form elements ------------------------ */
form {
	width:170px;
	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:#592331 !important; /* to prevent highlighting by Google Toolbar */
	color:#FFF;
	width:165px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	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:1.0em;
	border: 0px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

body#index #quick-contact {
		float:right;
		margin-right: 24px;
		width:194px;
		}
		body#index #quick-contact p {
			margin: 0 30px 0 0px;
			}
			
			body#index #quick-contact dl, body#index #quick-contact dl dt, body#index #quick-contact dl dd {
				margin-left: 0px;
				padding-left: 0px;
				}
				

/* ------------------------ 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 dl dt {
		margin: 0 0 5px 255px;
		}

#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:78px;
	height:25px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:80px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:78px;
	height:25px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background-color: #E9E9E9;
	width:850px;
	margin:0 auto;
	text-align:left;
	clear: both;
	}
	
	#inner-wrap {
		padding-bottom: 30px;
		}
		body#index #inner-wrap {
			background:url("../images/bg-inner-wrap.jpg") right bottom no-repeat;
			padding-bottom: 30px;
			}
		
	#top-wrap {
		width: 850px;
		margin: 0 auto;
		}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("../images/masthead.jpg");
	height:298px;
	width: 331px;
	float: left;
	position:relative;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	width:331px;
	height:298px;
	top:0;
	left:0;
	z-index:2;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:563px;
	float:left;
	background: transparent url("../images/bg-left-col.jpg") no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {
		margin:5px 40px 10px 80px;
		}
		
		#column-left p strong {
			color: #D5B9AC;
			}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px;}
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px; /* pushes text to the right to display bg img */
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			}
			#column-left dt {
				width: 150px;
				margin-left: 15px;
				}
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left #experience {
		width: 250px;
		margin: 0 0 0 30px;
		}
		#column-left #experience p {
			margin: 15px 0 0 50px;
			}
			#column-left #experience h2{
				margin:5px 40px 10px 50px;
			}
			#column-left #experience .img-left {
				margin: 15px 5px 5px 0px;
				}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:287px;
	float:left;
	padding: 53px 0 0 0;
	}

	#column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 45px 10px 8px;
		}
		
		#column-right p {
			margin:5px 45px 10px 20px;
			}

	#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 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px;  /* pushes text to the right to display bg img */
			line-height: 14.5px;
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#000;
			width: 150px;
			}
		#column-right dl dd {
			background:transparent url("../images/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;
			}
			
	
#column-right #quick-contact p {
	width: 175px;
	}
	#column-right #quick-contact dl {
		margin-left: 15px;
		}
	#column-right #quick-contact dl dt, #column-right #quick-contact dl dd {
				margin-left: 0px;
				padding-left: 0px;
				}
				
#column-right #bls {
	margin:15px 0 15px 15px;
}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:298px; width: 519px; float: left; } /* sets height for all non-flash headers */

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

/* ------------------------ subhead framework ------------------------ */
#subhead { height:61px; margin-left: 80px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#family #subhead { background:url("../images/subhead-family.jpg") no-repeat; }
	body#divorce-annulment #subhead { background:url("../images/subhead-divorce-dissolution.jpg") no-repeat; }
	body#seperation #subhead { background:url("../images/subhead-seperation.jpg") no-repeat; }
	body#child-custody #subhead { background:url("../images/subhead-child-custody.jpg") no-repeat; }
	body#paternity #subhead { background:url("../images/subhead-paternity.jpg") no-repeat; }
	body#spousal-support #subhead { background:url("../images/subhead-spousal-support.jpg") no-repeat; }
	body#division #subhead { background:url("../images/subhead-division.jpg") no-repeat; }
	body#divorce-money #subhead { background:url("../images/subhead-divorce-money.jpg") no-repeat; }
	body#business #subhead { background:url("../images/subhead-business.jpg") no-repeat; }
	body#rights #subhead { background:url("../images/subhead-rights.jpg") no-repeat; }
	body#consulting #subhead { background:url("../images/subhead-consulting.jpg") no-repeat; }
	body#limited-scope #subhead { background:url("../images/subhead-limited-scope.jpg") no-repeat; }
	body#agreements #subhead { background:url("../images/subhead-agreements.jpg") no-repeat; }
	body#financial #subhead { background:url("../images/subhead-planning-divorce.jpg") no-repeat; }
	body#protect #subhead { background:url("../images/subhead-protect.jpg") no-repeat; }
	body#press-room #subhead { background:url("../images/subhead-press-room.jpg") no-repeat; }
	body#divorce #subhead { background:url("../images/subhead-divorce.jpg") no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }

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

/* ------------------------ title framework with varying heights ------------------------- */
#title-family {
	height:57px;
	background:url("../images/title-family.jpg") ;
	}

#title-consulting {
	height:57px;
	background:url("../images/title-consulting.jpg") ;
	}
	
#title-location {
	height:56px;
	background:url("../images/title-location.jpg") ;
	}
	body#contact #title-location, body#thankyou #title-location {
		height:57px;
		background:url("../images/title-contact-location.jpg") ;
		}
	
#title-email {
	height:41px;
	width: 180px;
	background:url("../images/title-email.jpg") no-repeat;
	}
	
#title-experience {
	height:64px;
	width: 238px;
	margin-left: 50px;
	background:url("../images/title-experience.jpg") no-repeat;
	}
	
#title-contact {
	height:56px;
	background:url("../images/title-contact.jpg") ;
	}

/* ------------------------------------- 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:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000000;
	margin-bottom:10px;
	}
	
#footer ul {
	line-height: 20px;
	}

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

#footer ul {margin:10px;}
	#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 #382522;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav-new.jpg") no-repeat; 
	width:850px; 
	height:40px; 
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:999;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 50px;}
#nav-02 { width: 50px;}
#nav-03 { width: 177px;}
#nav-04 { width: 136px;}
#nav-05 { width: 120px;}
#nav-06 { width: 122px;}
#nav-07 { width: 41px;}
#nav-08 { width: 85px;}
#nav-09 { width: 69px;}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav-new.jpg")  -0px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-new.jpg") -50px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-new.jpg") -100px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-new.jpg") -277px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-new.jpg") -413px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-new.jpg") -533px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-new.jpg") -655px -40px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-new.jpg") -696px -40px no-repeat; }
#nav-09 a:hover { background:url("../images/nav-new.jpg") -781px -40px no-repeat; }
/* ------------------------ 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:#EFEFEF;	/* 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 #B2B1AF;
	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:#000;
	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 { 
	background-image:none;
	background-color:#CBCBCB;
	color:#000;
	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:400px; }		
#nav-04 ul, #nav-04 li { width:200px; }
