/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#E4ECF6 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#052559;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#052559; }
h2	{ font-size:1.1em; color:#052559; }
h3	{ font-size:1.0em; color:#052559; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#052559; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#052559; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.gif") right no-repeat;
	font-size:.9em;
	}
	
	p.back-to-top a { text-decoration:none}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.pearlridge { font-size:1.2em; color:#052559; font-weight:bold; }	

/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

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 #895E24;
	color:#052559;
	width:191px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}
	
select { width:150px; 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:20px 0 10px 0; }

#contact-main label { 
	width:160px; 
	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:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:225px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- 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 175px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:50px;
	height:14px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:838px;
	margin:0 auto;
	text-align:left;
	}
	
	
#bottom-bg { background:url("../images/bottom-bg.jpg") bottom no-repeat; padding-bottom:80px;}

#bottom-bg-contact { background:url("../images/bottom-bg.jpg") bottom no-repeat; padding-bottom:250px;}

	
#masthead {
	position:relative;
	background:url("../images/masthead4.jpg") no-repeat;
	height:289px;
	width:553px;
	float:left;
	}
	/* index page link within #masthead */		
	#masthead a.btn-1 {	
		position:absolute;
		left:216px;
		width:329px;
		top:66px;
		height:87px; 
		}
		
	#masthead a.btn-2 {	
		position:absolute;
		left:216px;
		width:328px;
		top:167px;
		height:21px; 
		}
	
	#masthead a span {
		display:none;
		}
		
#masthead-img { background:url("../images/masthead-img.jpg") no-repeat; height:289px; width:285px; float:left;}

/* ----- column-left ----- */

#column-left {
	width:565px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 31px 10px 91px;
		}
	#column-left form { margin-left:91px; }
	
	#services { background:url("../images/col-left-services.jpg") no-repeat; padding-top:160px;}
	
	/* single column list */
	#column-left ul { margin-bottom:30px;}
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			margin-bottom:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul.bulleted { margin-bottom:10px; padding-left:15px;}
		#column-left ul.bulleted li { 
			background:transparent url("../images/bulleted.gif") 0px 5px no-repeat;
			margin-bottom:10px; /* pushes text to the right to display bg img */
			padding-left:10px;
			}


			
			
/* ----- column-right ----- */

    body#index #column-right {
	background:url("../images/col-right-location-index.jpg") no-repeat;
	width:273px;
	float:left;
	padding-top:23px;
	}
	
	#column-right {
	background:url("../images/col-right-location.jpg") no-repeat;
	width:273px;
	float:left;
	padding-top:158px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
	margin-top: 0;
	margin-right: 59px;
	margin-bottom: 20px;
	margin-left: 48px;
		}
		
	#column-right #web-access {margin:0 59px 10px 32px}
	#column-right form { margin-left:33px; }
	#locations { background:url("../images/col-right-locations.jpg") no-repeat; height:132px;} 
	#hours { background:url("../images/col-right-hours.jpg") no-repeat; height:99px;}
	#contact-us { background:url("../images/col-right-contact-us.jpg") no-repeat; height:66px;}
	/*#email { background:url("../images/col-right-email.jpg") no-repeat; height:88px;}*/
	#bg-gold { background:url("../images/bg-gold.jpg") repeat-y;}

	#line-bottom { background:url("../images/col-right-bottom.jpg") no-repeat; height:30px;}
				
	/* Column left dl list Media */

	#column-right dl.info { margin:0px 0px 0px 48px;}
	
	#column-right dl.info dt { width:70px; float:left; margin-bottom:2px;  }
	
	#column-right dl.info dd { width:90px; float:left; margin-bottom:2px; text-align:right }
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:51px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:115px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#bone #subhead { background:url("../images/subhead-bone.jpg") no-repeat; }
	body#ct #subhead { background:url("../images/subhead-ct.jpg") no-repeat; }
	body#mri #subhead { background:url("../images/subhead-mri.jpg") no-repeat; }
	body#digital #subhead { background:url("../images/subhead-digital.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; height:700px }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:838px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#052559;
	margin:0 30px 10px 30px;
	}

#footer a:link, #footer a:visited { color:#052559; text-decoration:none }

#footer a:hover, #footer a:active { color:#052559; text-decoration:underline; }

#footer ul {margin-bottom:10px;}

#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 #052559;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:838px; 
	height:28px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:28px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 56px; margin-left: 87px;}
#nav-02 { width: 153px;}
#nav-03 { width: 88px;}
#nav-04 { width: 97px;}
#nav-05 { width: 118px;}
#nav-06 { width: 97px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -87px -28px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -143px -28px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -296px -28px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -384px -28px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -481px -28px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -599px -28px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -87px -28px no-repeat; }
body#bone #nav-02 { background:url("../images/nav.jpg") -143px -28px no-repeat; }
body#ct #nav-03 { background:url("../images/nav.jpg") -296px -28px no-repeat; }
body#mri #nav-04 { background:url("../images/nav.jpg") -384px -28px no-repeat; }
body#digital #nav-05 { background:url("../images/nav.jpg") -481px -28px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -599px -28px no-repeat; }


/************************** Generate by BAMJr. **************************************/
#pop_up, #pop_up_kapahulu {background: #e4Ecf6;}
	#pop_up #bg-gold {margin-top: 35px;}
	#pop_up_kapahulu #bg-gold {margin-top: 15px;}
		#pop_hours {background:url("../images/hours.jpg") no-repeat; height:54px;}
		#pop_desc {
			width: 180px;
			margin-left: 38px;
			}
		#pop_hours_bottom {background:url("../images/hours_bottom.jpg") no-repeat; height:20px; margin-left: 31px; clear: both;}
			
			#contain{
				width: 170px; 
				margin:0 auto; 
				padding-left:10px;
				}
				
				.days {
				float:left;
				text-align:left;
				}
				
				.hours {
				float:right;
				text-align:right;
				}


#close {
	background:url("../images/col-right-close.jpg") no-repeat; height:31px;
	}
	
#email { background:url("../images/col-right-email_index.jpg") no-repeat; height:56px;}

#pdf {
	background:url("../images/col-right-bkgd.jpg") repeat-y;
	padding: 0px 59px 20px 48px;
	}
