/* <style type="text/css"> */
#mainContainer {
	width: 950px;
	margin: 0px auto;
	}
#header {
	width: 950px;
	height: 84px;
	position: relative;
	background: url(images/design/front/headerBg.gif) no-repeat 15px 27px;
	}
.slogan	{
	height:45px;
	background:url(images/design/front/sloganBg.gif) no-repeat 150px 10px;
}
.slogan span	{
	display:none;
}	
.tagLines	{
	color:#FFF;
	padding:0px;
	margin-top: 60px;
	text-align:center;
	width:200px;
	line-height:1.4em;
	height: 90px;
	margin-bottom: 0px;
	}
.tagLines a:link, .tagLines a:visited 	{
	color:#000;
	text-decoration:none;
	background:url(images/design/mainmenu/arrows.gif) no-repeat right center;
	display:block;
}
.tagLines a:hover, .tagLines a:active {
	color:#FFF;
}
#logoBox	{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 400;
	}		
/*----------------------------------------------------*/

/* Top Corner Navigation*/	
.headerRightBox{
	width: 298px;
	clear:both;
	float: right;
	 }
.headerRightBox p{
	height:50px;
	margin:0px;
	text-align:right;
	background:url(images/design/front/phoneBg.gif) no-repeat right center;
}
.headerRightBox p span	{
	display:none;
	}
.headerRightBox ul, .headerRightBox li{
	margin: 0px;
	font-size: 11px;
	list-style: none;
	padding: 0px;
	background-color: #333;
}
.headerRightBox li {
	float: right;
}
	.headerRightBox li a:link,
			.headerRightBox li a:visited {
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	/*border-right: 1px solid #666;*/
	color:#FFF;
}
	.headerRightBox li a:active,		
		.headerRightBox li a:hover {color: #FF6600;}

.headerRightBox li a.cornerL:link, .headerRightBox li a.cornerL:visited {
	background: url(images/design/front/cornerL.gif) no-repeat left bottom;
}
.headerRightBox li a.cornerR:link, .headerRightBox li a.cornerR:visited {
	 background:url(images/design/front/cornerR.gif) no-repeat right bottom; border:none;
}
.headerRightBox li a.cornerR:link, .headerRightBox li a.cornerBox:visited {
	  border:none;
}


	/* Horizontal Navigation */	
#menuContainer {
	width:948px;
	height:24px;
	background: url(images/design/mainmenu/mBg.jpg);
	clear: both;
	border-left: 1px #5D5D5D solid;
	border-right: 1px #5D5D5D solid;
	padding-top: 1px;
	font-family: Verdana, Geneva, sans-serif;
	}
.horiznav, .largeButtons ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
.horiznav li {
	padding: 0px;
	float: left;
	margin: 0px;
	position:relative;
	z-index:200;
	width: 14.2%;
}
* html .horiznav li {
 behavior: expression(  this.onmouseover = new Function("this.className += ' hover'"),  this.onmouseout = new Function("this.className = this.className.replace(' hover','')"),  this.style.behavior = null);
}
.horiznav li a:link, .horiznav li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 99%;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #000;
	}
.horiznav li a.current:link, .horiznav li a.current:visited, .horiznav li a:hover, .horiznav li a:active {
	color: #FC0;
	background:url(images/design/mainmenu/marker.gif) no-repeat center bottom;
	}
.horiznav div.level2, .horiznav div.level3, .horiznav div.level4 {
	position:absolute;
	top: 100%;
	margin:0px;
	padding: 5px;
	list-style: none;
	z-index: 100;
}
.horiznav div.level2 {
	width: 420px;
	left: 0;
}
.horiznav div.level3 {
	width: 210px;
	left: 0;
}
.horiznav div.level4 {
	width: 210px;
	right: 0;
}
.horiznav ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.horiznav ul li {
	text-align: left;
	font-weight:bold;
	background-color: #484848;
	width: 206px;
	margin: 0px;
	padding: 0px;
}
.horiznav ul li a:link, .horiznav ul li a:visited{
	text-align: left;
	border:none;
	padding: 4px;
	font-size: 12px;
	background-image: none;
	font-weight: normal;
}
.horiznav ul li a:hover, .horiznav ul li a:active{
	color:#FFF;
	background-color: #999;
}
.horiznav ul ul {
	padding: 0px;
	margin: 2px 5px;
	list-style: none;
}
.horiznav ul ul li {
	font-weight:normal;
	margin: 0px 0px 1px 0px;
	width:145px;
	border-right: none;
	padding: 0px 2px;
}
.horiznav ul ul li a:link, .horiznav ul ul li a:visited {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	display:inline;
	border:none;
	padding: 2px;
}
.horiznav ul ul li a:hover, .horiznav ul ul li a:active {
	color: #000;
}
.horiznav ul, .horiznav div.level2, .horiznav div.level3, .horiznav div.level4, .horiznav ul li:hover ul ul {
	display: none;
}
.horiznav li:hover ul, .horiznav li.hover ul, .horiznav li:hover div.level2, .horiznav li:hover div.level3, .horiznav li:hover div.level4, .horiznav li.hover div.level2, .horiznav li.hover div.level3, .horiznav li.hover div.level4 {
	display: block;
	background-color: #000;
	padding: 1px;
}
.horiznav li:hover ul li a, .horiznav li.hover ul li a, .horiznav ul li:hover ul li a, .horiznav li:hover ul li a:visited, .horiznav li.hover ul li a:visited, .horiznav ul li:hover ul li a:visited {
	width:198px;
}
/*------------------------------------------------------------------*/

.extraDiv01	{
	background: url(images/design/front/extraDiv01.gif) no-repeat left top;
	clear:both;
	height:16px;
	
}	
#mainData {
	width: 950px;
	clear: both;
	margin-top: 10px;
	background-image: url(images/design/front/mainDataBg.jpg);
	background-repeat: no-repeat;
	position: relative;
	}

/* Left Column */

#leftCol{
	float: left;
	width: 170px;
	margin-top: 21px;
	}
#leftCol h3 span{
		display:none;
	}
.inthisSection	{
	background:url(images/design/bf/inthisSectionBg.gif) no-repeat;
	height:55px;
	margin:0px;
	padding: 0px;
}
.moreInfo {
	background-image: url(images/design/front/moreInfoBg.gif);
	background-repeat: no-repeat;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
.leftmenuBox	{
	padding: 10px 8px;
	background-image: url(images/design/front/leftmenuBoxBg.gif);
	background-repeat: repeat-y;
}
.leftmenuBoxBot	{
	height:9px;
	background-image: url(images/design/front/leftmenuBoxBot.gif);
	background-repeat: no-repeat;
}
#textColumns	{
	float:left;
	width:518px;
	margin-top:30px;
	color: #666;
}
#textColumns img	{
	border-bottom:solid 1px #CCC;
}
#textColumns h2	{
	color: #336C99;
	font-size:1.2em;
}

.texBox01, .texBox02	{
	border:1px solid #CCC;
	line-height:1.4em;
	width:125px;
	float:left;
	margin-left: -1px;
}

.texBox02	{
	margin-top:44px;
}
/*Left Navigation*/
.largeButtons	{
	text-align:center;
}
.largeButtons li{
	background: url(images/design/mainmenu/largeButtonsBg.gif) no-repeat;
	width:162px;
	height:50px;
	margin-right:5px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.largeButtons li a:link, .largeButtons li a:visited{
	display:block;
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
	line-height:1.3em;
	height:45px;
	}
.largeButtons li a:hover, .largeButtons li a:active	{
	background: url(images/design/mainmenu/largeButtonsBg_f2.gif) no-repeat;
}
.largeButtons	img	{
	border: none;
	margin: 5px 0px;
}
/*------------------------------------------------*/
	/* Drop down menus*/

.leftmenu {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.leftmenu li {

}
.leftmenu li a:link, .leftmenu li a:visited {
	display: block;
	text-decoration: none;
	color: #079CFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-right: 6px;
	margin-left: 6px;
	padding: 3px;
}
.leftmenu li a:hover, .leftmenu li a:active {
	background-color: #000;
	color:#FFF;
}
.leftmenu ul {
	position:absolute;
	top: 0;
	left: 100%;
	width:100%;
	margin:0px;
	padding: 0px;
	border-left:1px solid #FFFFFF;
	list-style: none;
}
.leftmenu ul, .leftmenu ul li:hover ul {
	display: none;
}
.leftmenu li:hover ul, .leftmenu li.hover ul, .leftmenu ul li:hover ul {
	display: block;
	background-color: #d2e0f0;
}
#col2{
	width: 360px;
	background-image: url(images/design/front/col2Bg.jpg);
	background-repeat: no-repeat;
	background-position: 21px 0px;
	margin-top: 11px;
	padding-top: 240px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 43px;
	float: left;
	}
#col2In{
	width: 740px;
	margin-top: 11px;
	float: right;
	}
.Large {
	width: 950px;
	margin-top: 11px;
	float: left;
}
#col2 h2, #col2In h2 {
	font-size: 1.5em;
	color: #336C99;
	margin: 8px 0px;
	}
#picBox	{
	width: 325px;
	clear: both;
	position:absolute;
	top:45px;
	right:43px;
	padding:10px;
	background-color:#000;
	}
#frontVideoBox	{
	background-image: url(images/design/front/videoGalleryBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:300px;
	padding:11px 15px 11px 30px;
}
#meetDoctorsBox	{
	background-image: url(images/design/front/meetDoctors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:300px;
	padding:11px 15px 11px 30px;
}
#frontVideoBox h2, #meetDoctorsBox h2{display:none;}
.frontVideo	{
	width:200px;
	padding:9px;
	float:left;
	}
.visitGallery	{
	padding: 55px 0px 0px 5px;
	float:left;
	margin:0px;
	width:73px;
	text-align:left;
}
.visitGallery a:link, .visitGallery a:visited	{
	color:#FFF;
}
.visitGallery a:hover, .visitGallery:active	{
	color:#000;
}
.product	{
	width:132px;
	float:left;
	color: #C00;
}
.product img, .featured img	{
	padding:10px;
	border: 1px #CCC solid;
	clear:both;
	background-color:#FFF;
}
.textBox02	{
	font-size:1.4em;
	color:#3FBA79;
	clear:both;
	padding:15px 0px;
	text-align:center;
}
.memoBoxPic	{
	float:left;
	width: 100px;
	border: #CCC solid 3px;
	margin-right: 15px;
	
}
.padr {
	clear: both;
	border-bottom: #CCC 1px solid;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
.padr p {
 		margin-top:0px;
	}
	

#col3 h2 span{
		font-weight:bold;
		padding:0px 10px;
	}

.webmaster {
	padding-bottom: 10px;
	color: #00C;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	clear: both;
}


/* Inside Content Area */
#content  p{
	line-height:1.5em;
	}
#content	h3{
	  color:#666;
	  margin: 10px 0px;
	  font-size:1.4em;
	}

#footer {
	width: 950px;
	text-align:center;
	color: #666;
	clear: both;
	background-image: url(images/design/front/footerBg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 15px;
	}
#footer span {padding: 0px 20px; }
.morelink:link, .morelink:visited, .morelink:active, .morelink:hover  {font-size:11px;}

<!--- Before and After Gallery --->

.fl {
	float: left; display: inline;
}
#ba_gallery_container img {
	border: 0; display: block;
}
.news_slider {
	position: relative; width: 600px; padding: 0 2px 10px 15px; text-align: left; clear:both;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; 
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 50%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 560px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #A7BEC3 1px solid;  text-align: center; 
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 130px; padding-right: 10px; float:left;
}
.news_slider .item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}

#ba_gallery_top {
	background:url(images/design/bf/ba_gallery_top.jpg) no-repeat;
	height:30px;
}
#ba_gallery_content {
	/*background:url(images/design/bf/ba_gallery_bg.jpg) repeat-y;*/
}
#ba_gallery_bottom {
	background:url(images/design/bf/ba_gallery_bottom.jpg) no-repeat;
	height:23px;
}
	#ItemTable	{
		clear:both;

	}
#ba_gallery_container { 
   width:630px;
   }
.ba_gallery_halfCol {
	width:50%;
	float:left;
	text-align:center;
	}
.ba_gallery_imgBox {
	padding-bottom:39px;
	width:210px;
	margin:0px auto;
}
#ba_gallery_content .ba_gallery_imgBox img{
	border: #000 solid 5px;
}
.ImageAndCap	{
	color:#666;
	text-align:center;
}
.ImageAndCap img	{
	margin-bottom:8px;
	border:3px #CCC solid;
}