/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. 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:disc;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body#index { 
	background:#C2CFD7 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#055C9E;
	}
body { 
	background:#DAE3EB url("../images/sub-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#055C9E;
	}

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

h1	{ font-size:1.2em; color:#055C9E; }
h2	{ font-size:1.1em; color:#2BA0EA; }
h3	{ font-size:1.0em; color:#5C6977; }

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

a:link,a:visited	{ color:#2BA0EA; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#055C9E; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	clear:both;
	}
div.clear-h2	{ 
	height:10px; 
	overflow:hidden; 
	clear:both;
	}
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:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 80px 0px 10px; 
	}
img.btn-seminar {
	margin: 10px 0 0 110px;
	}
/* ------------------------ form elements ------------------------ */
#contact form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	clear:both;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#contact input, #contact textarea, #contact select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C7D8EA;
	color:#055C9E;
	width:120px; /* 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:1.0em;
	}

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

textarea { height:60px; 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:244px; 
	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("../images/btn-submit.jpg");
	width:44px;
	height:12px;
	border:none;
	cursor:pointer;
	}

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

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:772px;
	margin:0 auto;
	text-align:left;
	}
#wrap {
	background:url("../images/sub-wrap.jpg") repeat-y;
	width:772px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
body#index #masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:87px;
	}
#masthead {
	position:relative;
	background:url("../images/masthead-sub.jpg");
	height:87px;
	}

	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:76px;
		width:610px;
		top:0px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ Privacy Policy Styles --------------- */
body#privacy { 
	background:#DAE3EB;
	text-align:left; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#055C9E;
	padding-top: 20px;
	}
body#privacy h1,  body#privacy h2, body#privacy h3, body#privacy p {
	margin: 0 40px 12px 40px;
	}
body#privacy h1 {
	font-size: 1.5em;
	}
body#privacy h2 {
	font-size: 1.3em;
	}
hr { margin-bottom: 10px; }

body#privacy ul.drs-notice {
	float: left;
	width: 250px;
	}
body#privacy ul {
	margin: 5px 5px 15px 60px;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:274px;
	float:left;
	}
#column-left-drs {
	width:237px;
	float:left;
	}
#index-left	{
	float:left;
	width:385px;
	padding-left:42px;
	margin-top:247px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 1px 10px 20px;
		}
	#column-left-drs p, #column-left-drs h1, #column-left-drs h2, #column-left-drs h3, #column-left-drs ul, #column-left-drs dl {
		margin:0px 1px 10px 20px;
		}
	#column-left p.left-imgs {
	margin-left: 0px;
	padding-top: 165px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#column-left form { padding-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			padding-left:3px; /* pushes text to the right to display bg img */
			}
	
	#column-left ol { padding-left:5px; }
		#column-left ol li { 
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* 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; /* 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 framework ------------------------ */
#column-right {
	width:498px;
	float:left;
	}
#column-right-drs {
	width:450px;
	float:left;
	}

#index-right	{
	float:left;
	position:relative;
	width:322px;
	padding-top:67px;
	padding-left:10px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 80px 10px 20px;
		}
	#column-right-drs p, #column-right-drs h1, #column-right-drs h2, #column-right-drs h3, #column-right-drs ul, #column-right-drs dl {
		margin:0px 80px 10px 15px;
		}
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:15px; }
		#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:2px;  /* pushes text to the right to display bg img */
			margin-bottom: 2px;
			}
	#column-right ol { padding-left:45px; margin:0; padding-bottom:10px; }
		#column-right ol li { 
			padding-left:5px;  /* pushes text to the right to display bg img */
			}
	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi 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 */
			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; /* 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 #change-venue {
	margin:0px 80px 10px 20px;
	padding:15px;
	border:1px solid #ff0000;
	font-size:14px;
	background-color:#fff;
}
/* ------------------------ header framework ------------------------ */
body#index #header-flash { height:197px; background: url("../images/header-index-flash.jpg"); padding: 0 0 0 69px;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash { height:109px; background: url("../images/sub-flash.jpg"); padding: 0 0 0 16px;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash p { padding: 30px 0 5px 30px;}
#header-flash, #header-flash a {color: #FFFFFF;}
#header-flash a:hover {text-decoration: none;}
#header-flash ins {margin-left: 30px;}
#header-spacer {height: 17px; background: url("../images/header-spacer.jpg");}
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); position:relative; }
	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 {float: left; width: 772px; position:relative;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; padding-top:0px;margin-top:0px;}
	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat;  padding-top:100px; }
	body#specialties #subhead { background:url("../images/subhead-specialties.jpg") top no-repeat; padding-top:100px; }
	body#patient #subhead { background:url("../images/subhead-patient.jpg") top no-repeat; padding-top:100px;}
	body#seminars #subhead { background:url("../images/subhead-seminars.jpg") top no-repeat; padding-top:100px;}
	body#support #subhead { background:url("../images/subhead-support.jpg") top no-repeat; padding-top:100px;}
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg") top no-repeat; padding-top:100px;}
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; padding-top:100px; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; padding-top:100px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; padding-top:100px;}
	
	body#wallace #subhead { background:url("../images/subhead-wallace.jpg") top no-repeat; padding-top:100px;}
	body#varicose #subhead { background:url("../images/subhead-varicose.jpg") top no-repeat; padding-top:100px;}
	body#sscs #subhead { background:url("../images/subhead-sscs.jpg") top no-repeat; padding-top:100px;}
	body#revisional #subhead { background:url("../images/subhead-revisional.jpg") top no-repeat; padding-top:100px;}
	body#reflux #subhead { background:url("../images/subhead-reflux.jpg") top no-repeat; padding-top:100px;}
	body#other #subhead { background:url("../images/subhead-other.jpg") top no-repeat; padding-top:100px;}
	body#gastro #subhead { background:url("../images/subhead-gastro.jpg") top no-repeat; padding-top:100px;}
	body#preop #subhead { background:url("../images/subhead-preop.jpg") top no-repeat; padding-top:100px;}
	body#hernia #subhead { background:url("../images/subhead-preop.jpg") top no-repeat; padding-top:100px;}
	body#offices #subhead { background:url("../images/subhead-offices.jpg") top no-repeat; padding-top:100px;}
	body#hours #subhead { background:url("../images/subhead-hours.jpg") top no-repeat; padding-top:100px;}
	body#laparoscopic #subhead { background:url("../images/subhead-laparoscopic.jpg") top no-repeat; padding-top:100px;}
	body#laparoscopic #subhead { background:url("../images/subhead-laparoscopic.jpg") top no-repeat; padding-top:100px;}
	body#insurance #subhead { background:url("../images/subhead-insurance.jpg") top no-repeat; padding-top:100px;}
	body#hemorrhoids #subhead { background:url("../images/subhead-hemorrhoids.jpg") top no-repeat; padding-top:100px;}
	body#heartburn #subhead { background:url("../images/subhead-heartburn.jpg") top no-repeat; padding-top:100px;}
	body#right #subhead { background:url("../images/subhead-right.jpg") top no-repeat; padding-top:100px;}
	body#bariatric #subhead { background:url("../images/subhead-bariatric.jpg") top no-repeat; padding-top:100px;}
	body#faq #subhead { background:url("../images/subhead-faq.jpg") top no-repeat; padding-top:100px;}
	body#endocrine #subhead { background:url("../images/subhead-endocrine.jpg") top no-repeat; padding-top:100px;}
	body#guske #subhead { background:url("../images/subhead-guske.jpg") top no-repeat; padding-top:100px;}
	body#peter #subhead { background:url("../images/subhead-peter.jpg") top no-repeat; padding-top:100px;}
	body#kane-jr #subhead { background:url("../images/subhead-kane-jr.jpg") top no-repeat; padding-top:100px;}
	body#kane #subhead { background:url("../images/subhead-kane.jpg") top no-repeat; padding-top:100px;}
	body#abdominal #subhead { background:url("../images/subhead-abdominal.jpg") top no-repeat; padding-top:100px;}
	body#post #subhead { background:url("../images/subhead-post.jpg") top no-repeat; padding-top:100px;}
	body#lap-band #subhead { background:url("../images/subhead-lap-band.jpg") top no-repeat; padding-top:100px;}
	body#roux #subhead { background:url("../images/subhead-roux.jpg") top no-repeat; padding-top:100px;}
	body#new #subhead { background:url("../images/subhead-new.jpg") top no-repeat; padding-top:100px;}
	body#breast #subhead { background:url("../images/subhead-breast.jpg") top no-repeat; padding-top:100px;}
	body#colon #subhead { background:url("../images/subhead-colon.jpg") top no-repeat; padding-top:100px;}
	body#reflux-patient #subhead { background:url("../images/subhead-reflux-patient.jpg") top no-repeat; padding-top:100px;}
	body#laparoscopic #subhead { background:url("../images/subhead-laparoscopic.jpg") top no-repeat; padding-top:100px;}
	body#spleen #subhead { background:url("../images/subhead-spleen.jpg") top no-repeat; padding-top:100px;}
	body#videoscopic #subhead { background:url("../images/subhead-videoscopic.jpg") top no-repeat; padding-top:100px;}
	body#doyouhave #subhead { background:url("../images/subhead-doyouhave.jpg") top no-repeat; padding-top:100px;}
	body#video #subhead { background:url("../images/subhead-video.jpg") top no-repeat; padding-top:100px;}

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

/* ------------------------ title framework with varying heights ------------------------- */
div.col-left-wrap{
	background: url("../images/col-left-wrap.jpg") repeat-y;
	width: 179px;
	margin-left: 90px;
	}
	#title-contact {
		background: url("../images/title-contact.jpg") top no-repeat;
		padding-top: 35px;
		width: 179px;
		}
	#title-contact p {
		margin:10px;
		padding:10px;
		}
#title-register {
	background: url("../images/title-register.jpg") top no-repeat;
	padding-top: 35px;
	width: 179px;
	}

#subhead .call{
	position: absolute;
	top: 138px;
	left: 180px;
	width: 220px; 
	line-height: 14px;
	height:29px;
	}
#subhead .change {
	left: 435px;
	width: 265px; 
	line-height: 14px;
	}

#index-left-container	{
	width:385px;
	margin:0px;
	padding:0px;
	}
.link {
	height:11px;
	margin-left:90px;
	margin-top:6px;
	width:100px;
	}
.link a	{
	height:11px;
	width:100px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
	}
.link span {
	display:none;
	}
.link2 {
	height:11px;
	margin-left:90px;
	margin-top:22px;
	width:100px;
	}
.link2 a	{
	height:11px;
	width:100px;
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
	}
.link2 span {
	display:none;
	}
.kane	{
	height:60px;
	padding:0px;
	margin-left:29px;
	width:190px;
	margin-top:40px;
	margin-bottom:0px;
	position:relative;
	}
	.kane a	{
	position:absolute;
	width:236px;
	height:25px;
	left: -15px;
	top: -17px;
		}
.kane-jr {
	height:110px;
	width:190px;
	margin-left:29px;
	margin-top:53px;
	position:relative;
	}
	.kane-jr a	{
	position:absolute;
	width:236px;
	height:25px;
	left: -15px;
	top: -17px;	
		}
		
#interview { 
	left: 0px;
	top: 0px;
	position:relative;
	}
		
.rantis {
	height:110px;
	margin-left:29px;
	width:190px;
	position:relative;
	}
	.rantis a	{
	position:absolute;
	width:236px;
	height:25px;
	left: -15px;
	top: -17px;
		}
.guske {
	padding-top:1px;
	margin-left:29px;
	width:190px;
	height:110px;
	position:relative;
	}
	.guske a	{
	position:absolute;
	width:236px;
	height:25px;
	left: -15px;
	top: -17px;
		}
.wallace {
	padding-top:1px;
	margin-left:29px;
	width:190px;
	height:60px;
	position:relative;
	}
	.wallace a	{
	position:absolute;
	width:236px;
	height:25px;
	left: -15px;
	top: -17px;
		}
.change-link	{
	width:200px;
	height:15px;
	margin-left:33px;
	position:relative;
	}
.change-link a {
	width:200px;
	height:15px;
	position:absolute;
	left:0px;
	top:0px;
	}

#national	{
	background: url("../images/national-wrap.jpg") top left repeat-y;
	width:274px;
	margin-top:25px;
	padding:0px;
	}
	
#new-procedure {
	background: url("../images/national-wrap.jpg") top left repeat-y;
	width:274px;
	margin-top:25px;
	padding:0px;
	}
	#new-procedure p, #new-procedure a img { margin:0 10px 5px 20px; }

#national ul, #national2 ul{margin: 0 10px 0 15px;list-style:none;}
		#national ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			padding-top:0px;
			margin:0px;
			width:260px;
			}
			
#national2	{
	background: url("../images/national-wrap.jpg") top left repeat-y;
	width:274px;
	margin-top:5px;
	padding:0px;
	}
#national2	p {
	background: url("../images/national-wrap.jpg") top left repeat-y;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:0px;
	}

#subhead #contact-us-home {
	background: url("../images/contactus2.jpg") top no-repeat;
	padding-top: 0px;
	width: 150px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:18px;
	float:left;
	height:600px;
	}
	#subhead #contact-us-home p {
		margin:0 10px 0 0;
		}
#quickcontact {
padding-top: 40px;
padding-left: 10px;
}

/* #subhead #contact-us-home a {
	top:612px;
	left:52px;
	position:absolute;
	} */
	
#subhead #video {
	width: 179px;
	float: left;
	padding-top:12px;	
	}

#subhead #procedures-index {
	background: url("../images/procedures-index.jpg") top no-repeat;
	width: 179px;
	float: left;
	position:relative;
	margin:0 0 0 0;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}

	
	
	
	
	 #subhead #estore {
	background: url("../images/estorebutton.jpg") top no-repeat;
	width: 179px;
	float: left;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height:110px;
	}
	
	
	#sscs{
	float: left;
}
	#sscs p{
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background-color: #E4EDF6;
	border: 1px solid #DCDFE4;
	
}

	
	/*
#subhead #estore {
	background: url("../images/estorebutton.jpg") top no-repeat;
	width: 179px;
	float: left;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 0px;
	height:110px;
	}*/
	#subhead #estore a {
		position:absolute;
		width:159px;
		height:88px;
		top:15px;
		left:8px;
		}
	
#procedures-index ul li a:link, #procedures-index ul li a:visited {
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#055C9E;
	text-decoration:underline;
	}
#procedures-index ul li a:hover, #procedures-index ul li a:active {
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#2BA0EA;
	text-decoration:none;
	}
#subhead #procedures-index ul	{
	list-style-image:url("../images/bullet.gif");
	width:179px;
	padding:0px;

	}
#subhead #procedures-index ul li {
			padding:0px; /* pushes text to the right to display bg img */
			margin-left:33px;
		}
		
#procedures {
	background: url("../images/procedures.jpg") top no-repeat;
	width:179px;
	padding: 65px 0 0 0;
	position:relative;
	}
	#procedures ul li a:link, #procedures ul li a:visited {
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#055C9E;
	text-decoration:underline;
	}
#procedures ul li a:hover, #procedures ul li a:active {
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#2BA0EA;
	text-decoration:none;
	}
#procedures ul	{
	list-style-image:url("../images/bullet.gif");
	padding-left:10px;
		}

#workshop {
	background: url("../images/workshop.jpg") top no-repeat;
	padding: 50px 0 0px 0px;
	margin:0;
	width: 179px;
	height: 190px;
	position:relative;
	}
	#workshop p {
		text-align:center;
		padding:0;
		margin:0;
		}
	#workshop p.red-upcoming {
		color: #FF0000;}
#awareness {
	background: url("../images/awareness.jpg") top no-repeat;
	padding: 50px 0 0px 0px;
	margin:0;
	width: 179px;
	height: 52px;
	}
	#awareness p {
		text-align:center;
		padding:0;
		margin:0;
		}

#specials {
	background: url("../images/specials-wrap.jpg") repeat-y;
	width: 353px;
	margin-left: 0px;
	margin-top:10px;
	}
	#specials h1 {
	margin: 0 12px 0px 17px;
	}
	#specials2 {
	background: url("../images/specials-wrap.jpg") repeat-y;
	width: 353px;
	margin-left: 47px;
	}
#specials p {
	margin: 10px 12px 0 17px;
	}

#noflash-video {
	margin-top: 5px;
	padding-top: 5px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		}
		#click-to-call:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call 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:27px;
	clear:both; /* important - do not remove */
	}
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:30px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	clear: both;
	}

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

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

#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; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #2BA0EA;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
body#index #nav { 
	background:url("../images/nav-index.jpg") no-repeat; 
	width:772px; 
	height:53px; 
	margin:0;
	padding:0;
	z-index:2;
	}

body#index #nav span { display: none; }

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

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

body#index #nav-01 { width: 45px; margin-left: 83px; z-index:2;}
body#index #nav-02 { width: 131px; z-index:2;}
body#index #nav-03 { width: 73px; z-index:2;}
body#index #nav-04 { width: 122px; z-index:2;}
body#index #nav-05 { width: 110px; z-index:2;}
body#index #nav-06 { width: 65px; z-index:2;}
body#index #nav-07 { width: 57px; z-index:2;}

/*-------------- (-79px) X position of button / (-53px) height of image from above ------------- */
body#index #nav-01 a:hover { background:url("../images/nav-index.jpg")  -83px -53px no-repeat; }
body#index #nav-02 a:hover { background:url("../images/nav-index.jpg") -128px -53px no-repeat; }
body#index #nav-03 a:hover { background:url("../images/nav-index.jpg") -259px -53px no-repeat; }
body#index #nav-04 a:hover { background:url("../images/nav-index.jpg") -332px -53px no-repeat; }
body#index #nav-05 a:hover { background:url("../images/nav-index.jpg") -454px -53px no-repeat; }
body#index #nav-06 a:hover { background:url("../images/nav-index.jpg") -564px -53px no-repeat; }
body#index #nav-07 a:hover { background:url("../images/nav-index.jpg") -629px -53px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
body#index #nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#D9E1EA;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

body#index #nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #2A9FEA;
	border-top:none;
	}	

body#index #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 */
	}

body#index #nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
body#index #nav a:link, body#index #nav a:visited, body#index #nav a:hover, body#index #nav a:active {
	font-size:1.0em;
	color:#055DA0;
	text-decoration:none;
	}

body#index #nav li:hover ul, body#index #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
body#index #nav-02 ul a:hover, body#index #nav-03 ul a:hover, body#index #nav-04 ul a:hover, body#index #nav-05 ul a:hover, body#index #nav-06 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#055DA0;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
body#index #nav-02 ul, body#index #nav-02 li { width:150px; }		
body#index #nav-03 ul, body#index #nav-03 li { width:207px; }		
body#index #nav-04 ul, body#index #nav-04 li { width:207px; }
body#index #nav-05 ul, body#index #nav-05 li { width:170px; }
body#index #nav-06 ul, body#index #nav-06 li { width:120px; }

body#index #nav li ul ul {
	margin:-20px 0 0 207px;
	background:#D9E1EA;
	color:#006699;
	border-top:1px solid #2A9FEA;
	}

body#index #nav, body#index #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}
	
body#index #nav li:hover ul ul, body#index #nav li.sfHover ul ul {
	left: -999em;
	}
body#index #nav li:hover ul, body#index #nav li li:hover ul, body#index #nav li.sfHover ul, body#index #nav li li.sfHover ul {
	left: auto;
	}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:772px; 
	height:51px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index:2;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 57px; margin-left: 48px; z-index:2; }
#nav-02 { width: 139px; z-index:2; }
#nav-03 { width: 82px; z-index:2; }
#nav-04 { width: 131px; z-index:2; }
#nav-05 { width: 120px; z-index:2; }
#nav-06 { width: 72px; z-index:2; }
#nav-07 { width: 70px; z-index:2; }

/*-------------- (-79px) X position of button / (-51px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -48px -51px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -105px -51px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -244px -51px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -326px -51px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -457px -51px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -577px -51px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -649px -51px 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:#D9E1EA;	/* 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 #2A9FEA;
	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:#055DA0;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#055DA0;
	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:150px; }		
#nav-03 ul, #nav-03 li { width:207px; }		
#nav-04 ul, #nav-04 li { width:207px; }
#nav-05 ul, #nav-05 li { width:170px; }
#nav-06 ul, #nav-06 li { width:120px; }

#nav li ul ul {
	margin:-20px 0 0 207px;
	background:#D9E1EA;
	color:#006699;
	border-top:1px solid #2A9FEA;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}


/* ------------ BNA Button ---------------- */

#bna-button	{
	margin:0px;
	padding:0px;
	width:144px;
	float:left;
	}

/* Medication Lists */

#column-right #medication-list {
	margin:0 0 0 40px;
	padding:0;
	width:410px;
	}
	
#column-right #medication-list #medlist1 {
	float:left;
	margin:0;
	padding:0;
	width:180px;
	}
	#column-right #medication-list #medlist1 li {
		padding:0 0 0 10px;
		margin:0;
		}

#column-right #medication-list #medlist2 {
	float:left;
	width:130px;
	padding:0;
	margin:0 0 0 20px;
	}
		#column-right #medication-list #medlist2 li {
		padding:0 0 0 10px;
		margin:0;
		}
/* Financial Policy */
#financial-policy {
	text-align:center;
	margin:0 0 40px 0;
	padding:0;
	width:490px;
	}
	#financial-policy #address {
		float:left;
		text-align:center;
		width:210px;
		margin:0 0 10px 0;
		}
		#financial-policy #address p {
			margin:0;
			padding:0;
			}
	#financial-policy #address2 {
		float:left;
		text-align:center;
		width:210px;
		}
		#financial-policy #address2 p {
			margin:0;
			padding:0;
			}

/* Support List */

.support-list {
	width:472px;
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	}
	#column-right .support-list li.date {
		padding:0;
		margin:0 0 0 21px;
		width:120px;
		float:left;
		}
	#column-right .support-list li.topic {
		padding:0;
		margin:0;
		width:221px;
		float:left;
		}
	#column-right .support-list li.room {
		padding:0;
		margin:0 0 0 10px;
		width:100px;
		float:left;
		}		
	#column-right .support-list li.room-padding {
		padding:0;
		margin:0 0 10px 10px;
		width:100px;
		float:left;
		}		
		
	#column-right .support-list li.topic-padding {
		padding:0;
		margin:0 0 0px 0;
		width:321px;
		float:left;
		}

.seminar-list {
	width:460px;
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	}
	#column-right .seminar-list li.date {
		padding:0;
		margin:0 0 0 21px;
		width:190px;
		float:left;
		}
	#column-right .seminar-list li.topic {
		padding:0;
		margin:0;
		width:220px;
		float:left;
		}
	#column-right .seminar-list li.topic-padding {
		padding:0;
		margin:0 0 10px 0;
		width:230px;
		float:left;
		}
		
p.copay {
	padding:0 0 25px 0;
	clear:both;
	}
/*  Office and Doctor Photos */
#office-photos {
	width:185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 79px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#doctor-photos {
	width:159px;
	float:right;
	margin:0 90px 0 0;
	}
	
#kane_nbc {
	width: 126px;
	margin-top: 10px;
	}	


#pdf_link {
	width: 126px;
	}
	
#pdf_link_contact {
	margin-left: 75px;
	text-align: center;
	}
	
	
	#vms-lightwindow-link
	{
		display:none;
	}
	
	body#index #vw3
	{
		margin-top:19px;
	}
	
	body#peter #vw3,
	body#guske #vw3,
	body#kane #vw3,
	body#kane-jr #vw3,
	body#wallace #vw3
	{  
		margin:0 0 0 65px;
	}
	.location {
	background-image: url(../images/new_location.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding-top: 45px;
}

.office_img {
	padding-top: 130px;
}
.office_img2 {
	padding-top: 145px;
}
.office_img3 {
	padding:60px 0 20px 0;
}


#contact-us-home .new_location {
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 80px;
}

#contactBtn {display:block;
width:179px;
height:62px;
text-indent:-9999px;
background:url(../images/contact.jpg);
margin:40px 0;}