/*--------------------- 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:#BFBFC2 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000017;
	padding: 0 0 20px 0;
	}

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:#134B83; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#187FE5; text-decoration:underline; outline:none; }

.light-text{
	color:#fff;
	}
.light-text a:link, .light-text a:visited	{ color:#85C4FF; text-decoration:underline; outline:none; }
.light-text a:hover, .light-text a:active	{ color:#187FE5; text-decoration:none; 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-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}

img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

.img-right2 { 
	float:right; 
	margin:5px 15px 10px 2px; 
	}

img.img-left-about { 
	float:left; 
	margin:2px 10px 10px 45px; 
	}

p.section-head  {
	font-size:1.1em;
	color:#6B94B4;
	}	
/* ----- global form elements ----- */ 

#wrap #column-right form {
	width:150px;
	margin:10px 0 15px 38px;
	}
	body#index form{ 
		width:320px; 
		margin:10px 0 15px 0;
		}
	
form label	{ font-size:11px; }

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 #144B84;
	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:12px;
	}
	body#index input, body#index textarea, body#index select{ border: none;	}

select { width:150px; padding:0; font-size:12px; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 

 #contact-button {
	background:transparent url("../images/contact-button.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:90px;
	width:180px;
	display: block;
	padding-top: 30px;
}


 #contact-button-bkg {
	background:transparent url("../images/contact-button-bkg.jpg") no-repeat;
	margin:0 20px 10px 18px;
	height:90px;
	width:180px;
	display: block;
	padding-top: 30px;
}




#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:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit-button, input.submit-contact-main, input.submit-login { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	background: #2C75D9 !important;
	color: #fff;
	margin: 1px 0 0 91px;
	font-size:12px;
	}
	input.submit-login {
		margin: 1px 0 0 60px;
		font-size:12px;
		}
	body#index input.submit-button{ margin: 1px 0 0 89px; }

input.submit-contact-main { margin:95px 0 0 243px; }

	#login-form {
		margin-left:8px;
		margin-bottom:20px;
		}
		
		#login-form span { margin:0 0 0 40px;}
		
		#column-left #login-form label {
			width:400px;
			position:relative;
			height:25px;
			display:block;
			padding-top:3px;
			}
			
			#column-left #login-form label input {
				width:150px;
				position:absolute;
				height:20px;
				left: 60px;
				top:0;
				}
			

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background: url("../images/bg-wrap-sub.jpg") repeat-y;
	width:776px;
	margin:0 auto;
	text-align:left;
	}
	body#index #wrap {
		background: url("../images/bg-wrap.jpg") repeat-y;
		}
	
#masthead {
	position:relative;
	background:url("../images/masthead-sub.jpg") no-repeat;
	height:126px;
	margin: 0 0 0 8px;
	}
	body#index #masthead {
		background:url("../images/masthead.jpg") no-repeat;
		}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:37px;
		width:316px;
		top:22px;
		height:50px; 
		}
	#masthead span {
		display:none;
		}

#what-is-vmr{
	background: url(../images/what-is-vmr.jpg);
	height: 58px;
	width: 760px;
	margin: 0 0 0 8px;
	}
	#what-is-vmr span{ display: none; }

#text-what-is-vmr{
	background: #003 url(../images/vmr-image.jpg) no-repeat bottom right;
	width: 756px;
	margin: 0 0 0 10px;
	}

#media-video-center{
	background: url(../images/media-video-center.jpg) no-repeat bottom left;
	padding: 0 0 79px 0;
	}
	#media-video-center span{
		display: none;
		}
	
	.vmr-cols{
		float: left;
		width: 145px;
		margin: 0 10px 0 0;
		display: inline;
		}
		
		#first-vmr-col{
			margin-left: 40px;
			}
			
.laser-therapy {
background-image: url(../images/header-laser-therapy.jpg);
width:432px;
height:21px;
margin:20px 0 0 9px;
}			
			
			
#video-boxes {
	height: 237px;
	width: 756px;
	margin: 0 0 0 10px;
	position: relative;
}
#university-level-care span, #innovative-diagnostics span, #proven-track-record span, #compassionate-and-caring-environment span{
	display: none;
}
#university-level-care{
	background: url(../images/university-level-care.jpg);
	width: 756px;
	height: 67px;
	margin: 0 0 0 10px;
	}
#proven-track-record{
	background: url(../images/proven-track-record.jpg);
	width: 756px;
	height: 53px;
	margin: 0 0 0 10px;
	}
	.left-list{
		margin: 10px 0 15px 50px;
		width: 300px;
		padding-left: 0px;
		float: left;
		display: inline;
		}
		#listing .left-list li{
			background: url(../images/bullet.gif) no-repeat 0px 2px;
			padding-left: 18px;
			margin: 0 0 3px 0;
			}
	#listing .right-list{
		margin: 10px 0 15px 72px;
		width: 300px;
		float: left;
		display: inline;
		}
		
		#listing .right-list li{
			background: url(../images/bullet.gif) no-repeat 0px 2px;
			padding-left: 18px;
			margin: 0 0 3px 0;
			}

#box-dr {
	background: url(../images/bg-box-dr.jpg);
	width:756px;
	color:#fff;
	margin-left:10px;
	position:relative;
	}
	
	#box-dr a:link, #box-dr a:visited	{ color:#85C4FF; text-decoration:underline; outline:none; }
	#box-dr  a:hover, #box-dr a:active	{ color:#187FE5; text-decoration:none; outline:none; }
	
	#subtitle-sebag {
		background: url(../images/subtitle-sebag.jpg);
		width:756px;
		height:148px;
		margin-bottom:-40px;
		}
		

		
		
		
		
		#subtitle-sebag a {
			position:absolute;
			top:61px;
			left:623px;
			height:71px;
			width:95px;
			}
			
		#subtitle-sebag span { display:none}
		
		
		#subtitle-chong {
		background: url(../images/drchong-banner.jpg);
		width:756px;
		height:148px;
		margin-bottom:-40px;
		}
			#subtitle-chong a {
			position:absolute;
			top:61px;
			left:623px;
			height:71px;
			width:95px;
			}
			
		#subtitle-chong span { display:none}
	
	
	
	#box-dr p {
		margin: -84px 0 0 190px;
		z-index:1;
		width:400px;
		display:block;
		}
		
	#bottom-box-dr {
		background:url(../images/img-bottom-box-dr.jpg);
		height:39px;
		}
	
#j-sebag-banner{
	background: url(../images/j-sebag-banner.jpg);
	height: 187px;
	width: 756px;
	margin: 0 0 0 10px;
	position: relative;
	}
	#j-sebag-banner span{ display: none; }
	#j-sebag-banner #about-dr-sebag-click-here{
		position: absolute;
		height: 58px;
		width: 90px;
		margin: 68px 0 0 626px;
		}
		#j-sebag-banner .light-text{
			position: absolute;
			width: 400px;
			margin: 64px 0 0 191px;
			}
.bg-contact-form-homepage {
	background:url(../images/bg-contact-form-homepage.jpg);
	}
#contact-form-homepage{
	background: #00021B url(../images/contact-form-homepage.jpg) no-repeat;
	margin: 0 0 0 10px;
	padding: 54px 0 0 0;
	width: 756px;
	}
	#contact-form-homepage span { display: none; }
	#ptt{
		margin: 59px 0 0 45px;
		width: 154px;
		height: 60px;
		float: left;
		display: inline;
		position: relative;
		}
		#ptt a{
			width: 154px;
			height: 60px;
			position: absolute;
			}
	#contact-form-homepage #contact-form-text{
		width: 161px;
		float: left;
		margin: 55px 0 0 50px;
		}
	#quick-contact-form-homepage{
		float: left;
		margin: 5px 0 0 10px;
		}
		#quick-contact-form-homepage .fieldset{
			float: left;
			width: 150px;
			margin: 0 3px 0 0;
			}
			#quick-contact-form-homepage textarea {
				height: 88px;
				margin: 15px 0 3px 0;
				}
	#map-directions {
		background:url(../images/btn-map.jpg);
		float: left;
		width: 126px;
		height: 40px;
		margin: -20px 0 0 0;
		position: relative;
		}
		#map-directions span { display: none; }
		#map-directions a{
			position: absolute;
			width: 121px;
			height: 35px;
			}
			
		
/* ----- content-left ----- */

#column-left {
	width:531px;
	float:left;
	background: url(../images/column-left.jpg) no-repeat 8px 0px;
	position:relative;
	}
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 25px 10px 49px;
		}
		
		
		.what-is-vmr-header {
		margin:0 0 0 8px;
		background:url("../images/what-is-vmr.jpg");
		width:760px;
		height:58px;
		}
		
		.what-is-vmr-header {
			_margin-top:-30px;
			}
			
			.what-is-vmr-header span{
			display:none;
			}
			
		
		#column-left h1.hospitals-and-insurance-header {
		margin:0 0 0 8px;
		background:url("../images/subtitle-hospitals-insurance.jpg");
		width:523px;
		height:51px;
		}
		
		
	#column-left form { margin-left:40px; }
	
	#thankyou-pusher {
		height: 180px;
	}
	
			#column-left p.pdf-links {
			background: url(../images/pdf-icon.gif) no-repeat 52px -1px;
			padding-left: 75px;
			margin: 0 0 5px 0;
			}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			list-style: disc;
			color: #4E73A0;
			margin-left: 20px;
			}
			#column-left ul li span {
				color: #000;
				}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#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:5px;
			}
						
/* ----- content-right ----- */

#column-right {
	width:237px;
	float:left;
	background-image:url(../images/circle-graphic-blank.jpg) no-repeat;
	}
	#circle-graphic {
		background: url(../images/circle-graphic.jpg);
		height: 204px;
		}
	#ptt-sub {
		background: url(../images/ptt-sub.jpg);
		width: 235px;
		height: 140px;
		position: relative;
		}
		#ptt-sub span {
			display: none;
			}
			#ptt-sub a{
				position: absolute;
				width: 162px;
				height: 69px;
				margin: 52px 0 0 41px;
				}
				
	#circle-graphic-doctor {
	background: url(../images/circle-graphic-doctor.jpg);
	height: 204px;
	}
	
	#circle-graphic-common-sym {
	background: url(../images/circle-graphic-common-sym.jpg);
	height: 204px;
	}
	
	#circle-graphic-blank {
	background: url(../images/circle-graphic-blank.jpg);
	height: 204px;
	width:237px;
	margin:0px;
	padding:0px; 
	position: relative;
	}
	
	#circle-graphic-meet {
	background: url(../images/circle-graphic-meet.jpg);
	height: 204px;
	width:237px;
	margin:0;
	padding:0; 
	position: relative;
	}
		
	#circle-graphic-hospitals {
	background: url(../images/circle-graphic-hospitals.jpg);
	height: 204px;
	}
	
	#circle-graphic-technology {
	background: url(../images/circle-graphic-technology.jpg);
	height: 204px;
	}
	
	#circle-graphic-research {
	background: url(../images/circle-graphic-research.jpg);
	height: 204px;
	}
	
	#circle-graphic-whats-new {
	background: url(../images/circle-graphic-whats-new.jpg);
	height: 204px;
	}
	
	#circle-graphic-dr-login {
	background: url(../images/circle-graphic-dr-login.jpg);
	height: 204px;
	}
	
	#circle-graphic-contact {
	background: url(../images/circle-graphic-contact.jpg);
	height: 204px;
	}
	
	#office-location-sub {
		background: url(../images/office-location-sub.jpg) no-repeat 40px 0px;
		height: 16px;
		overflow: hidden;
		margin-bottom: 17px;
		}
		
	#office-location-sub span { display: none; }
	
	#location-map{
		background: url(../images/map.jpg);
		width: 235px;
		height: 191px;
		position: relative;
		}
		#location-map span { display: none;	}
		#location-map a{
			position: absolute;
			height: 149px;
			width: 163px;
			margin: 21px 0 0 41px;
			}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 29px 10px 38px;
		}
	 
	/* single column list */
	#column-right ul { /* padding-left:5px; */ }
		#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 */
			}

	/* multi column list */
	#column-right ul { /* padding-left:5px; */ } 
		#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 */
			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("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background: url(../images/footer-sub.jpg) top;
	height:64px;
	clear:both;
	width:776px;
	margin: 0 auto;
	}
	
	#subtitle-location {
		background:url(../images/subtitle-location.jpg);
		height:41px;
		width:776px;
		}
		
		#subtitle-location span {display:none;}
	
body#index #bottom-wrap {
	width:776px;
	margin: 0 auto;
	text-align: left;
	}
	
	#img-bottom-wrap {
		background:url(../images/img-bottom-location.jpg);
		width:776px;
		height:50px;
		}
	#office-location{
		float: left;
		padding: 0 0 0 190px;
		margin-top:-18px;
		}
	.address-boxes {
		float: left;
		width: 195px;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


body#index #header-graphic{ height:407px; width: 760px; margin: 0 0 0 8px; background:#244061 url(../images/flash-temp2.jpg); position:relative; } 

#header-graphic { height: 41px; width: 760px; margin: 0 0 0 8px; background: url(../images/header-graphic.jpg); } 

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { width:523px; height:51px; margin: 0 0 0 8px; position:relative; color:#000;} /* sets height for all subheads */
#subhead span { display: none; }

	body#about #subhead { background:url("../images/subtitle-about.jpg"); }
	body#meet #subhead { background:url("../images/subtitle-meet.jpg"); }
	body#symptoms #subhead { background:url("../images/subtitle-symptoms.jpg"); }
	body#technology #subhead { background:url("../images/subtitle-technology.jpg"); }
	body#research #subhead { background:url("../images/subtitle-research.jpg"); }
	body#whatsnew #subhead { background:url("../images/subtitle-whatsnew.jpg"); }
	body#hospitals-insurance #subhead { background:url("../images/subtitle-hospitals-insurance.jpg"); }
	body#doctors-login #subhead { background:url("../images/subtitle-doctors-login.jpg"); }
	body#contact #subhead { background:url("../images/subtitle-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subtitle-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subtitle-sitemap.jpg"); }
	body#articles #subhead { background:url("../images/subtitle-articles.jpg"); }

/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#0C335E;
	margin-top:10px;
	}

#footer a:link, #footer a:visited { color:#0C335E; }

#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin-top: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 #0C335E;
	}

	#footer li.first { border: none; }


	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:40px; 
	margin:0 0 0 8px;
	padding:0; 
	}

#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; }

#nav-01 { width: 53px; margin-left: 12px;}
#nav-02 { width: 68px;}
#nav-03 { width: 72px;}
#nav-04 { width: 76px;}
#nav-05 { width: 82px;}
#nav-06 { width: 83px;}
#nav-07 { width: 59px;}
#nav-08 { width: 90px;}
#nav-09 { width: 70px;}
#nav-10 { width: 84px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -12px -40px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -65px -40px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -133px -40px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -205px -40px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -281px -40px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -363px -40px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -446px -40px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -505px -40px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -595px -40px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -665px -40px no-repeat; }



/* DROP DOWN MENU */
/* ------------------------ 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:#69C;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	color:#FFF;
	font-weight:bold;
	margin:0;
	z-index: 10;
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #2f6899;
	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 */
	margin-top:0;
}
#nav li ul li span {
	display:block;
	padding-left:8px;
}
#nav li ul li.indent span {
	padding-left:15px;
	font-weight:normal;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1em;
	color:#036;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav li ul a:hover {
	background-image:none;
	background-color:#036;
	color:#CCC;
	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:156px;
}
#nav-03 ul, #nav-03 li {
	width:156px;
}
#nav-04 ul, #nav-04 li {
	width:124px;
}
#nav #nav-02 ul {
	margin-top:30px;
	
	
}
	

/* END OF DROP DOWN MENU*/

















/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -12px -40px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -65px -40px no-repeat; }
body#meet #nav-03 { background:url("../images/nav.jpg") -133px -40px no-repeat; }
body#symptoms #nav-04 { background:url("../images/nav.jpg") -205px -40px no-repeat; }
body#technology #nav-05 { background:url("../images/nav.jpg") -281px -40px no-repeat; }
body#research #nav-06 { background:url("../images/nav.jpg") -363px -40px no-repeat; }
body#whatsnew #nav-07 { background:url("../images/nav.jpg") -446px -40px no-repeat; }
body#hospitals-insurance #nav-08 { background:url("../images/nav.jpg") -505px -40px no-repeat; }
body#doctors-login #nav-09 { background:url("../images/nav.jpg") -595px -40px no-repeat; }
body#contact #nav-10 { background:url("../images/nav.jpg") -665px -40px no-repeat; }



/* Header Graphic Buttons
 * ------------------------------------------------------------------------- */
#nav-video-buttons { 
	background:url("../images/nav-video-buttons.jpg") no-repeat; 
	width:760px; 
	height:140px; 
	margin:0 0 0 8px;
	padding:0; 
	position: relative;
	}

#nav-video-buttons span { display: none; }

#nav-video-buttons li, #nav-video-buttons a { height:85px; width:135px; display:block; } /* change height here also */

#nav-video-buttons li { float:left; list-style:none; _display:inline; }

#nav-video-buttons-01 { margin:0px 0 0 135px;}
#nav-video-buttons-02 { margin:24px 0 0 33px;}
#nav-video-buttons-03 { margin:0px 0 0 25px;}
#nav-video-buttons-04 { margin:0px 0 0 18px;}

#nav-video-buttons-01 a:hover { background:url("../images/nav-video-buttons.jpg")  -135px -265px no-repeat; }
#nav-video-buttons-02 a:hover { background:url("../images/nav-video-buttons.jpg")  -304px -291px no-repeat; }
#nav-video-buttons-03 a:hover { background:url("../images/nav-video-buttons.jpg") -468px -265px no-repeat; }
#nav-video-buttons-04 a:hover { background:url("../images/nav-video-buttons.jpg") -631px -205px no-repeat; }

/* Rotating Index mages
 * ------------------------------------------------------------------------- */
#nav-rotating-images {
	background:url("../images/rotating-images/exceptional-care-1.jpg") no-repeat;
	width:760px;
	height:268px;
	margin:0 0 0 8px;
	padding:0;
	position: relative;
	z-index: 1;
	}

#nav-rotating-images span { display: none; }

#nav-rotating-images li, #nav-rotating-images a { height:195px; width:196px; display:block; } /* change height here also */

#nav-rotating-images li { float:left; list-style:none; _display:inline; }

#nav-rotating-images-01 { margin:73px 0 0 18px;}
#nav-rotating-images-02 { margin:73px 0 0 68px;}
#nav-rotating-images-03 { margin:73px 0 0 79px;}




/*-------------- body font switcher ------------- */

@media screen {

body.larger { font:16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; }

body.largest  { font:20px/24px "Trebuchet MS", Arial, Helvetica, sans-serif; }

}

body#index #font-sizer {
	position:absolute;
	width:225px;
	height:25px;
	top:101px;
	left:635px;
	margin-bottom:10px;
	}
	
body#index #font-text {
		position:absolute;
		width:90px;
		height:12px;
		top:112px;
		left:550px;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		}
	
#font-sizer {
	position:absolute;
	width:100px;
	height:25px;
	top:0;
	left:363px;
	}
	
	#font-text {
		position:absolute;
		width:90px;
		height:12px;
		top:3px;
		left:320px;
		color:#000;
		font-size:16px;
		font-weight:bold;
		}
	
	#font-sizer select {
		width:100px;
		font-size:12px;
		height:20px;
		line-height:35px;
		}
	
