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

blockquote { margin-left:15px;  }

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

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

a:link,a:visited	{ color:#DB2B35; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#DB2B35; 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:0px 10px 0px 22px;
	}
	img.img-left-first { 
		float:left; 
		margin:80px 10px 0px 0px;
		}

img.img-left-opti { 
	float:left; 
	margin:0px 10px 5px 21px;
	border:2px solid #488DAF;
	}

img.img-right { 
	float:right; 
	margin:20px 32px 0px 10px; 
	}
	
img.img-center { 
	margin:5px 0px 10px 60px; 
	}

.divider {
	background:url("../images/img-divider.jpg") no-repeat;
	height:28px;
	display:block;
	}
	
table#insurance-plans{
	margin:10px 0px 20px 30px;
	}
	
.bna-thumb{
	display:block;
	margin:20px 0px 20px 0px;
	}	
	
.blue {
	color:#002B5C;
	}	
	
/* ------------------------ form elements ------------------------ */


form {
	width:174px;
	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 #404040;
	color:#000;
	width:169px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* 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:66px; overflow:auto; }

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




/* ------------------------ SPECIFIC ELEMENTS ------------------------ */



/* ------------------------- care credit calculator ------------------- */

#carecredit { 
	width: 250px; 
	float: right; 
	padding-right: 40px;
	}
	
#carecredit-button {
	padding-left: 20px;
	float: left;
	}	
	
#calculator_small { width:250px; margin:0px; padding:0px; background: url("http://carecredit.com/payment_calculator/images_small/calc_body-bgrd.gif") repeat-y top left;}
#searchArea { width:220px; margin:0 0 0 12px; padding:0 0 0 0;}
#carecredit-form { width: 230px; margin: 0px; padding: 0px; }
 
#carecredit-form input { width: 110px; }
 
#carecredit-form input.submit-carecredit-form { /* REMOVE IF NOT USED */
	background:url("http://carecredit.com/payment_calculator/images_small/button_calculate.gif");
	width:79px;
	height:27px;
	border:none; 
	vertical-align:middle;
	cursor:pointer;
	}
	
/* ------------------------- VW link ------------------- */	

#vms-lightwindow-link {
	display: none;
	}
	

/* ------------------------ 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; height: 22px;} /* 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 */





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

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

body#disclaimer {background:none; background-color:#488DAF;}
body#disclaimer #wrap{
	background-image:none;
	width:430px;
	color:#ffffff;
	}	
	body#disclaimer #wrap p {
	margin:10px;
	}
	body#disclaimer #wrap h1 {
	position:relative;
	background-color:#ffffff;
	text-align:center;
	border: 1px solid #3A6C85;
	border-top:none;
	padding:3px;
	width:80%;
	left:10%;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:77px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:12px;
	width:425px;
	top:4px;
	height:69px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url("../images/bg-column-left.jpg") 0px 262px no-repeat;
	width:214px;
	color:#FFFFFF;
	float:left;
	}

body#index #column-left {
	background:url("../images/bg-column-left-index.jpg") 0px 262px no-repeat;
	width:214px;
	color:#FFFFFF;
	float:left;
	}
	
body#contact #column-left,
body#thankyou #column-left {
	background:url("../images/bg-column-left-contact.jpg") 0px 262px no-repeat;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}
		#column-left h1.first, #column-left h2.first, #column-left h3.first{
			padding:68px 0px 10px 0px;
			}
			
		#column-left p.first {
			padding: 55px 0 10px 0;
			}
	#column-left form { 
		margin-left:20px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; padding-bottom:20px; }
		#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 */
			}


	/* definition list */
	#column-left dl { padding-left:5px;  }
		#column-left dl dt {
			font-weight:bold;
			}
		#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-left .bsce {margin: 10px 0 10px 2px;}

#lapband {
	float:left;
	width:200px;
	height:86px;
	}
	
	#lapband a {
		float:left;
		background: url("../images/btn-lapband.gif");
		width:200px;
		height:86px;
		}	
#gastricsleeve {
	float:left;
	width:200px;
	height:86px;
	}
	
	#gastricsleeve a {
		float:left;
		background: url("../images/btn-gastricsleeve.gif");
		width:200px;
		height:86px;
		}	
#ctc {
	float:left;
	width:200px;
	height:70px;
	}
	#ctc a {
		float:left;
		background: url("../images/ctc-button.gif");
		width:200px;
		height:70px;
		}
		#ctc a:hover {background-position: 0px -70px;}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:541px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 10px 22px;
		}
		#column-right p.first, #column-right h1.first {
			padding:80px 0px 0px 0px;
			}
			#column-right p.bold {
				font-weight:bold;
				color:#196890;
				}
	#column-right form { margin-left:0px; }


	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			background:transparent url("../images/img-bullet.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
			}
		#column-right li.indent {margin-left: 15px;}
	#column-right ul.bold { 
		padding-left:5px; 
		font-weight:bold;
		color:#196890; 
		}
	/* definition list */

	#column-right dd {
		width: 205px;
		}
		#column-right dl dt {
			float:left;
			font-weight:bold;
			width:90px;
			text-align:left;
			padding-right:5px;
			color:#196890;
			}
		#column-right dl dd {
			float:left;
			margin-left:15px;
			font-weight:bold;
			color:#196890;
			width:50px;
			}
			
		/*----------- calendar of events ---------------------------- */
		
		#calendar_of_events {
			margin:0px 40px 10px 22px;
			border:1px solid #488DAF;
			}	
		#calendar_of_events p { margin-left:0px; margin-right:0px;}
		#calendar_of_events td { 
			margin-top:5px; margin-bottom:5px;
			padding:0px 5px 0px 5px;
			vertical-align:top;
			}

		#calendar_of_events caption {
			margin:0px 40px 10px 22px;
			
			}	
		tr.odd td {
			background-color:#C7ECF4;
			border-bottom:1px solid #488DAF;
			
			}	
		tr.even td {	
			background-color:#e8fbff;
			border-bottom:1px solid #488DAF;
			
			}
		#calendar_of_events thead {
			border-bottom:1px solid #488DAF;
			}	
		#calendar_of_events th {
			padding:0px 5px 0px 5px;
			font-weight:bold;
			font-size:1.2em;
			color:#3A6C87;
			}
			
		.calendar_of_events .even .date {
	width: 65px;
}
.calendar_of_events .even .info {
	width: 450px;
}


		
/* ------------------------ header framework ------------------------ */

#header-graphic { height:267px; } /* 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, body#sleeve #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#bariatric #header-graphic { background:url("../images/header-bariatric.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#financing #header-graphic { background:url("../images/header-financing.jpg"); }
	body#lap #header-graphic { background:url("../images/header-lap.jpg"); }
	body#realize #header-graphic { background:url("../images/header-lap.jpg"); }
	body#obesity #header-graphic { background:url("../images/header-obesity.jpg"); }
	body#patient-info #header-graphic { background:url("../images/header-patient-info.jpg"); }
	body#pre-post-op #header-graphic { background:url("../images/header-pre-post-op.jpg"); }
	body#protocols #header-graphic { background:url("../images/header-protocols.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg"); }
	body#patient-tips #header-graphic { background:url("../images/header-patient-tips.jpg"); }

#header-graphic-left { height:255px; } /* sets height for all non-flash headers */
	body#index #header-graphic-left { background:url("../images/left-header-graphic.jpg"); }
	body#about #header-graphic-left { background:url("../images/header-about-left.jpg"); }
	body#bariatric #header-graphic-left { background:url("../images/header-bariatric-left.jpg"); }
	body#contact #header-graphic-left { background:url("../images/header-contact-left.jpg"); }
	body#sitemap #header-graphic-left, body#sleeve #header-graphic-left { background:url("../images/header-sitemap-left.jpg"); }
	body#faqs #header-graphic-left { background:url("../images/header-faqs-left.jpg"); }
	body#financing #header-graphic-left { background:url("../images/header-financing-left.jpg"); }
	body#lap #header-graphic-left { background:url("../images/header-lap-left.jpg"); }
	body#realize #header-graphic-left { background:url("../images/header-lap-left.jpg"); }
	body#obesity #header-graphic-left { background:url("../images/header-obesity-left.jpg"); }
	body#patient-info #header-graphic-left { background:url("../images/header-patient-info-left.jpg"); }
	body#pre-post-op #header-graphic-left { background:url("../images/header-pre-post-op-left.jpg"); }
	body#protocols #header-graphic-left { background:url("../images/header-protocols-left.jpg"); }
	body#testimonials #header-graphic-left { background:url("../images/header-testimonials-left.jpg"); }
	body#patient-tips #header-graphic-left { background:url("../images/header-patient-tips-left.jpg"); }
	body#thankyou #header-graphic-left { background:url("../images/header-thankyou-left.jpg"); }
	
/* ------------------------ subhead framework ------------------------ */
	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#sleeve #subhead { background:url("../images/subhead-sleeve.jpg") no-repeat; }
	body#bariatric #subhead { background:url("../images/subhead-bariatric.jpg") no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faq.jpg") no-repeat; }
	body#financing #subhead { background:url("../images/subhead-financing.jpg") no-repeat; }
	body#lap #subhead { background:url("../images/subhead-lap.jpg") no-repeat; }
	body#realize #subhead { background:url("../images/subhead-realize.jpg") no-repeat; }
	body#obesity #subhead { background:url("../images/subhead-specialties.jpg") no-repeat; }
	body#patient-info #subhead { background:url("../images/subhead-patient.jpg") no-repeat; }
	body#pre-post-op #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#protocols #subhead { background:url("../images/subhead-protocols.jpg") no-repeat; }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg") no-repeat; }
	body#patient-tips #subhead { background:url("../images/subhead-tips.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.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-contact {
height:62px;
	background:url("../images/title-contact-us.gif") no-repeat;
	}
#title-texas-logo {
	background:url("../images/img-texas-logo-contact.jpg") no-repeat;
	}
#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/wrap-footer.jpg") left bottom no-repeat;
	width:100%; /* fix for Safar */
	height:6px;
	clear:both; /* important - do not remove */
	}




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

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

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 2px 0 5px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }





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

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:755px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 40px;}
#nav-02 { width: 40px;}
#nav-03 { width: 74px;}
#nav-04 { width: 113px;}
#nav-05 { width: 94px;}
#nav-06 { width: 59px;}
#nav-07 { width: 77px;}
#nav-08 { width: 35px;}
#nav-09 { width: 70px;}
#nav-10 { width: 77px;}
#nav-11 { width: 56px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  0px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -40px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -80px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -154px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -267px -41px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -361px -41px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -420px -41px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -497px -41px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -532px -41px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -602px -41px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -679px -41px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -0px -41px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -40px -41px no-repeat; }
body#bariatric #nav-03 { background:url("../images/nav.jpg") -80px -41px no-repeat; }
body#lap #nav-03 { background:url("../images/nav.jpg") -80px -41px no-repeat; }
body#obesity #nav-03 { background:url("../images/nav.jpg") -80px -41px no-repeat; }
body#sleeve #nav-04 { background:url("../images/nav.jpg") -154px -41px no-repeat; }
body#realize #nav-05 { background:url("../images/nav.jpg") -267px -41px no-repeat; }
body#financing #nav-06 { background:url("../images/nav.jpg") -361px -41px no-repeat; }
body#testimonials #nav-07 { background:url("../images/nav.jpg") -420px -41px no-repeat; }
body#faqs #nav-08 { background:url("../images/nav.jpg") -497px -41px no-repeat; }
body#patient-info #nav-09 { background:url("../images/nav.jpg") -532px -41px no-repeat; }
body#patient-tips #nav-10 { background:url("../images/nav.jpg") -602px -41px no-repeat; }
body#contact #nav-11 { background:url("../images/nav.jpg") -679px -41px 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:#1a6c91;	/* 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 #1a6c91;
	border-top:none;
	text-align:left;
	}	

#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:#FFFFFF;
	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 { 
	background-image:none;
	background-color:#69afc8;
	color:#FFFFFF;
	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:70px; }		
#nav-03 ul, #nav-03 li { width:120px; }		


/* --------------------- bmi form elements ------------------------------------------ */
#bmi form {
	width:125px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

#bmi input, #bmi textarea, #bmi select { 
	background-color:#E4F7F8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #196890;
	color:#196890;
	width:120px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* 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;
	}

	#bmi input.calculate-btn{
	margin:5px 0 10px 103px;
		width:80px;
		height:20px;
		cursor:pointer; 
		padding:0;
		text-align:center; 
		}
		
	#bmi { margin:80px 0 10px 0; }
	
	#bmi label { 
		width:95px;
		color:#196890;
		font-weight:bold;
		position:relative; 
		display:block; 
		text-align:right; 
		margin-bottom:10px;
		font-size:1.0em;
		}
	
	#bmi label input, #bmi label textarea, #bmi label select { 
		width:40px;
		position:absolute;
		display:block; 
		left:110%; 
		top:-2px;
		}
	
	#bmi label select { width:175px; } /* fixes display issue - 5px larger than input field */
	
	#bmi label textarea { height:100px; overflow:auto; }
	
	input.calculate-image { 
		margin:5px 0 20px 102px; /* defines placement of contact-main submit button */
		} 
	
	
	#bmi-wrap {
		background:#E4F7F8 url("../images/title-bmi-calcolator.jpg") no-repeat;
		width:224px;
		float:right;
		margin:0 40px 0 10px;
		display:inline;
		}
	#bmi-wrap-bottom {
		background:url("../images/img-bmi-bottom.jpg") no-repeat;
		height:29px;
		clear:both;
		}

.staff-img {width:250px;float:left;}
.staff-img h3, .staff-img p {margin:0 auto; text-align:center;}

.calendar_of_events .odd .date {
	width: 65px;
}
.calendar_of_events .odd .info {
	width: 450px;
}
.calendar_of_events .fit_in_window {
}
