/*--------------------- 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: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px verdana, Helvetica, sans-serif; 
	color:#000;
	}

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

h1	{ font-size:16px; color:#000; }
h2	{ font-size:17px; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

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

/* ------------------------ 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: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:"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; }

#subject { 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:100px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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

 

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

html {
background:#000000 url(../images/bg-html.jpg) repeat-y scroll center top;}

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:898px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:240px;
	}
/*	/* index page link within #masthead 
	#masthead a {
	position:absolute;
	left:275px;
	width:182px;
	top:39px;
	height:0px;
		}
	#masthead a span {
		display:none;
		}*/

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:212px;
	float:left;
	background-color:#000000;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 10px 10px 12px;
		color:#fff;
		}
		#column-left p{font-size:12px;line-height:14px; letter-spacing:-0.05em}
		#column-left h1 {color:#2c90c3;}

	#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 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 */
			list-style:inside;
			}

 
			.vert_nav {
			width:191px; 
			height:25px; 
			display:block; 
			background-color:#000; 
			border-bottom:1px solid #fff;
			text-decoration:none;
			font-size:14px;
			padding-left:20px;
			padding-top:8px;
			}
			a.vert_nav { color:#ffffff; text-decoration:none; outline:none; }
			a.vert_nav:hover	{ color:#000; outline:none; background-color:#ebbb0f; }
			#vert_nav{margin-bottom:20px;}
			
			#column-left p.blue{color:#2c90c3;font-weight:bold}




#social-network {
	background: url(../images/socialmedia.jpg);
	height: 61px;
	width: 212px;
	position:relative;	 
	margin-bottom:15px;
}
#social-network a#twitter-link{
	position: absolute;
	width: 76px;
	height: 61px;
	top: 0px;
	left: 0px;
}
	
#social-network a#facebook-link{
	position: absolute;
	width: 60px;
	height: 61px;
	top: 0px;
	left: 76px;
}
	
#social-network a#myspace-link{
	position: absolute;
	width: 72px;
	height: 61px;
	top: 0px;
	left: 136px;
}

	 
 

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:686px;
	float:left;
	}

	#column-right p, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 55px 15px 37px;
		}
#column-right h1{ color:#f5a815; font-size:2.0em; margin:0px 55px 15px 37px;}

	#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 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 */
			}
 
			
			
			.blurb {
			text-align:center;
			}
			
			 h2.blurbh2 {margin:25px 0px 0px 0px !important;
			color:#0099FF;
			text-decoration:underline;
			}
			.blurb_1 {width:228px;float:left; background:url(../images/blurb_home.jpg) 15px 0px no-repeat; height:253px; text-align:center;}
			.blurb_2 {width:228px;float:left; background:url(../images/blurb_home.jpg) 10px 0px no-repeat; height:253px; text-align:center;}
			.blurb_3 {width:228px;float:left; background:url(../images/blurb_home.jpg) 5px 0px no-repeat; height:253px; text-align:center;}
			.blurb_p {margin: 15px 25px 0px 25px !important; font-weight:bold;}
			
			#column-right p.cities_title{margin:15px;color:#1e6386; font-weight:bold; font-size:16px;}
			#column-right p.cities{margin:15px;}
			
			#location_1 {width:189px;float:left;margin-right:17px; margin-top:20px; margin-bottom:30px;letter-spacing:-0.03em}
			#location_2 {width:165px;float:left;margin-right:17px; margin-top:20px; margin-bottom:30px;letter-spacing:-0.03em}
			#location_3 {width:195px;float:left;margin-right:17px; margin-top:20px; margin-bottom:30px;letter-spacing:-0.03em}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:254px; width:686px; margin-bottom:25px; } /* sets height for all non-flash headers */

	body#elcajon #header-graphic { background:url("../images/header-elcajon.jpg"); }
	body#vista #header-graphic { background:url("../images/header-vista.jpg"); }
	body#sandiego #header-graphic { background:url("../images/header-sdcentraljail.jpg"); }
	body#carlsbad #header-graphic { background:url("../images/header-carlsbadpd.jpg"); }
	body#chulavista #header-graphic { background:url("../images/header-chulavistapd.jpg"); }
	body#escondido #header-graphic { background:url("../images/header-escondidopd.jpg"); }
	body#lascolinas #header-graphic { background:url("../images/header-lascolinas.jpg"); }
	body#natinalcity #header-graphic { background:url("../images/header-natinalcity.jpg"); }
	body#sandiego #header-graphic { background:url("../images/header-sdcentraljail.jpg"); }
	body#oceanside #header-graphic { background:url("../images/header-oceansidepd.jpg"); }
	
	
	
	
	
	body#anaheim #header-graphic { background:url("../images/header-anaheim.jpg"); }
	body#brea #header-graphic { background:url("../images/header-brea.jpg"); }
	body#buenapark #header-graphic { background:url("../images/header-buenapark.jpg"); }
	body#costamesa #header-graphic { background:url("../images/header-costamesa.jpg"); }
	body#danapoint #header-graphic { background:url("../images/header-danapoint.jpg"); }
	body#fountainvalley #header-graphic { background:url("../images/header-fountainvalley.jpg"); }
	body#fullerton #header-graphic { background:url("../images/header-fullerton.jpg"); }
	body#gardengrove #header-graphic { background:url("../images/header-gardengrove.jpg"); }
	body#lapalma #header-graphic { background:url("../images/header-lapalma.jpg"); }
	body#lagunabeach #header-graphic { background:url("../images/header-lagunabeach.jpg"); }
	body#losalamitos #header-graphic { background:url("../images/header-losalamitos.jpg"); }
	body#newportbeach #header-graphic { background:url("../images/header-newportbeach.jpg"); }
	body#sanclemente #header-graphic { background:url("../images/header-sanclemente.jpg"); }
	body#sealbeach #header-graphic { background:url("../images/header-sealbeach.jpg"); }
	body#santaana #header-graphic { background:url("../images/header-santaana.jpg"); }

	 
 




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


/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.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") ;
	}

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

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.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:100px;
	clear:both; /* important - do not remove */
	}

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

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#column-right #footer-nav a:link, #column-right #footer-nav a:visited { color:#0a2739; text-decoration:none}
#column-right #footer-nav a:hover, #column-right #footer-nav a:active { color:#0a2739; text-decoration:none}

#column-right footer-nav {float:right;}
#column-right p.navp  {text-align:right; margin:0px 15px 0px 0px;color:#0a2739; font-size:10px;}
#column-right #footer-nav ul {margin:0px; font-size:11px; float:right;  width:296px;}
	#column-right #footer-nav 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 #0a2739;
		width:auto;
		font-size:11px;
		line-height:13px;
		float:left;
		}
	#column-right #footer-nav li.first { border: none; }
	

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

#nav a:link, #nav a:visited { color:#000; text-decoration:none}
#nav a:hover, #nav a:active { color:#000; text-decoration:none}

#nav {float:right; margin-top:216px;}
#nav ul {margin:0px; font-size:12px; float:right;  width:660px;}
	#nav li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 12px 0 12px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #0a2739;
		width:auto;
		font-size:15px;
		line-height:13px;
		font-weight:bold;
		}
	#nav li.first { border: none; }
