@charset "utf-8";
body  {
	background: #b9b9b9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4d4f51;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	font-size: 100%;
}
h1, h2, h3{
color: #5d5942;
font-weight: normal;
margin-bottom: 3px;
padding: 0;
font-size: x-large;
}
p {
margin-top: 2px;
padding: 0;
}

img {
border: 0;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbf6ee url(/images/content-bg.gif) repeat-x top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
overflow: auto;
} 
.twoColFixRtHdr #header { 
	height: 155px;
	min-height: 155px;
} 
.twoColFixRtHdr #header2 { 
	height: 155px;
	min-height: 155px;
} 
.twoColFixRtHdr #header3 { 
	height: 155px;
	min-height: 155px;
} 
.twoColFixRtHdr #header4 { 
	height: 155px;
	min-height: 155px;
} 
.twoColFixRtHdr #header5 { 
	height: 155px;
	min-height: 155px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 232px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 60px;
}
.rightcol { 
	padding: 20px 0 10px 25px;
	} 

.rightcol img{
padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 8px 35px;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bottom-bar-the-secret-to-surgery-natural.jpg) bottom left;
	background-repeat: no-repeat;
	min-height: 185px;
	height: 185px;
clear: both;
	} 

.twoColFixRtHdr #footer p, h3{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.topright {
float:right;
margin-bottom: 0;
position: absolute;
right: 0;
top: 0;

}
#segments {
text-align:center;
}

.navbar {
background-color: #d0cbaf;
height: 28px;
width: 880px;
padding-left: 1px;
}

.nav {
list-style: none;
}

.footbuttons {
	margin: 5px 0 0 180px;
text-align: center;
	width: 510px;
}

.tabset {
	margin: 0 10px 0 200px;
	float: left;
	width: 480px;
	letter-spacing: 1px;
	background: url(/images/tabset-line.gif) repeat-x bottom;
}
.tabset a {
	float: left;
	text-decoration: none; 
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	overflow: hidden;
	height: 28px;
	width: 94px;
	line-height: 31px;
	text-align: center;
	background: url(/images/tabset-bg.gif) no-repeat ;
}
.tabset a.active,
.tabset a:hover {
	background-position: 0 -28px;
	color: #000;
}
div.tab {
	margin: 0 10px 0 200px;
	float: left;
	width: 480px; 
	color: #4a4a4a;
	background: #fff url(/images/tab-vert-line.gif) repeat-y ;
}
div.tab .left-bg {
	float: left;
	width: 480px; 
	background: url(/images/tab-vert-line.gif) repeat-y right;
}
div.tab .bottom-bg {
	float: left;
	width: 480px;
	background: url(/images/tabset-line.gif) repeat-x bottom;
}
div.tab .left-bottom {
	float: left;
	width: 480px; 
	background: url(./images/tabset-left-bottom-bg.gif) no-repeat left bottom;
}
div.tab .right-bottom {
	float: left; 
	width: 480px;
	background: url(/images/tabset-right-bottom-bg.gif) no-repeat right bottom;
}
div.tab .cont {
	padding: 7px 19px 0 0;
}
div.tab .ind {
	height: 15px;
	width: 480px;
	float: left; 
}
div.tab p {
	margin-top: 15px;
}
div.tab .images {
	margin: 19px auto 0;
}
div.tab .images ul {
	margin: 0; 
	padding: 0; 
	text-align: center;
}
div.tab .images li {
	list-style: none; 
	display:inline; 
	margin: 0 0 0 4px;
}
 /* common styling */
.menu {
font-family: verdana, sans-serif; 
width:850px; 
position:relative; 
font-size:0.75em;
margin:0px 0 0 1px; 
text-align: center;
}
.menu ul {
padding:0; 
list-style-type: none;
margin:0px 0 0 0; 
}
.menu ul li {
float:left;
position:relative;
margin:0;
padding-left: 0px;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#5d5942; 
padding-left:10px; 
padding-right:10px; 
line-height:2em; 
}

.menu ul li ul {
display: none;
}

table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#a6a185;
border-top: 1px solid #a6a185;
text-decoration: none;
}
.last a:hover{
text-decoration: none;}

/*added*/
.menu ul li a.here, .menu a .active  {
color:#000; 
background:#d0cbaf;
border-top: 1px solid #676767;
}
.here {
color:#9BCA0F; 
background:#EBEBEB;
border-top: 1px solid #ff9900;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2em;
margin-top:1px;
left:0; 
width:150px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#d0cbaf; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:129px;
border:1px solid #BABABA;

}
* html .menu ul li a:hover ul li a {
width:150px;
w\idth:129px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#F8F8F8 url(drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#a6a185; 
color:#fff;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:150px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

.faqquestion { 
       font-weight: bold;
       margin: 5px 0;
       background: #EBF5FB;
       }

.faqreponse a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
  }

.faqreponse a:hover {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
  }

.faqfolderlist h3, .faqquestionlist h3 {
	font-size: 1.4em;
	margin: 20px 0;
	font-weight: bold;
       }

.faqfolderlist li {
   background: url(images/sub_icon.gif) no-repeat 0 4px;
   padding: 2px 0 2px 13px;
   list-style: none;
   }

.faqfolderlist a, a:hover {
	text-decoration: none;
  }

.faquplink {
   text-align: right;
   }

.faquplink a{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
  }

.faquplink a:hover {
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
  }
label {display: block; width: 150px; float: left; clear: both;}
input {float: left;
margin-bottom: 10px;}
fieldset { border: none; }
.choosing {
width: 180px;
background: #ffffff;
padding: 8px;
font-size: 15px;
border: 1px solid #5d5942;
}
.choosing h2{
font-size: 18px;
font-weight: bold;
padding: 0;
}
a {
color: #5b7e20;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.smallFlash {
height: 130px;
}

.surgeries li{
display: inline;
padding-right: 15px;
float: left;
}
.surgeries ul{
margin: 0;
padding-bottom: 10px;}

.breadcrumbs {
width: 290px;
padding-top: 60px;
padding-bottom: 10px;
display: inline;}

.ages {
width: 630px;
margin: 0;
}
.agesheader {
background: url(/tophead.gif) no-repeat;
width: 630px;
margin: 20px 0 0 0;
}
.agesfooter {
background: url(/bothead.gif) no-repeat;
width: 630px;
margin: 0;
}
.agesheader h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:100;
text-align: center;
padding: 5px;
line-height: 20px;
margin: 0;
color: #fff;
font-style:italic;
}
.agesfooter h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:200;
text-align: center;
padding: 5px;
line-height: 20px;
margin: 0;
color: #fff;
font-style:italic;
}
.image{
padding: 0 10px 5px 0;
float: left;
margin: 0;
}
.imageright{
padding: 0 0 0 10px;
float: right;
margin: 0;
}
.rightnav{
width: 180px;
	font-size: 12px;
	background:#d0cbaf;
	padding:0;
font-weight: bold;
	margin-bottom:20px;
height: auto !important;
	height: 10px;
min-height: 10px;
margin-left: 20px;
	}
	
.rightnav p{
	padding:0 0 6px 0;
	margin:0;
	border-bottom:1px solid #fff;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	}
	
	
.rightnav ul{
	padding:5px 0 0 22px;
	margin:0;
	list-style:disc;
	}
	
.rightnav ul li{
	padding:0 0 5px 0;
	margin:0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
.rightnav ul li a{
	font-size: 0.9em;
	text-decoration:none;
padding: 3px;
	color:#5d5942;
display: block;
	}
	
.rightnav ul li a:link{
	color:#5d5942;	}

.rightnav h2 { 
padding: 5px 0 5px 0;
text-align: center; 
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid white;
margin-bottom: 0;}
	
.rightnav ul li a:hover{
	color:#fff;
background:#a6a185;
	}
		
.curvedBox {
				width: 180px;
				float: left;
				display: inline;
			}
			
.curvedBox .curvedBoxBottom {
				height: 5px;
				width: 180px;
			}
#mainContent a{
color: #617f26;
text-decoration: underline;}
#mainContent a:hover{
color: #000;}
#mainContent .left{
float: left;
padding: 0 10px 1px 0;}
#mainContent .right{
float: right;
padding: 0 0 1px 10px;}
			
.green {
				background: #d0cbaf url('topCurve.gif') no-repeat top left;
			}

.green .curvedBoxBottom {
				background: #d0cbaf url('botCurve.gif') no-repeat bottom left;
			}

.cat_box{
				width: 550px;
			}
.cat_box .curvedBoxBottom {
				height: 5px;
				width: 535px;padding-left: 15px;
			}
.cat_list{
list-style: none;
margin: 0;
padding: 0;
}
.cat_list li{
margin-bottom: 15px;
}
.h2title {
font-size: 20px;
margin: 0;
padding-top: 5px;
}
.cat_box p{
padding: 10px 10px 0 10px;
}
img.cat_box {
float: left;
}
.textb {
color: #5d5942;
font-size: 16px;}
.catimage {
clear: left;
float: left;
padding: 10px;
}
#mainContent .cat_box a{
color: #5d5942;
font-size: 14px;
}
#mainContent .cat_box a h2 { padding-left: 15px !important; }
.cat_box a:hover{
color: #000;
}
span.catline {
display: block;
padding: 5px 0 0 15px;}

.cat_image {
padding: 0 10px 0 10px;
float: left;
}
.beige {
				background: #d0cbaf url('cattopCurve.gif') no-repeat top left;
			}

.beige .curvedBoxBottom {
				background: #d0cbaf url('catbotCurve.gif') no-repeat bottom left;
			}
.border {
border: 1px solid #d0cbaf;
background: #fff;
margin: 0;
padding: 0;
float: right;
margin-left: 5px;}