@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_repeat.jpg); background-repeat:repeat-x;
	background-color:#f8f1dc;
	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: #000000;
}
/*------------------CONTAINER holds background repeating graphic allowing to shrink and grow---------------*/
.thrColFixHdr #container { 
	width: 771px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/content_repeat.jpg); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;  /*this overrides the text-align: center on the body element. */
	padding: 0;
} 
/*--------------------------------------------------------Header-------------------------------------------*/
.thrColFixHdr #header { 
	background-image:url(images/header.jpg);background-repeat:no-repeat;
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:233px;
	width:739px;
	margin-left:16px;
} 
/*------------holds the 1st left logo-----------------*/
.thrColFixHdr #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: 40px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*------------holds the 2nd right logo phone number---*/
.thrColFixHdr #header h2 {
	float:right;
	margin:60px 30px 0 0;
	}
/*------------------------------------------ N A V I G A T I O N ---------------------------------*/
/* Root = Horizontal, Secondary = Vertical */

#nav {
	padding-left:15px;
	}

/* Root = Horizontal, Secondary = Vertical */

ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding:0;
/*width: 500px; */
  list-style: none;
  height:80px;
  z-index:100;
}

ul#navmenu-h li {
  margin: 0;
  padding-right:5px;
  float: left; 
  display: inline;
  list-style: none;
  position: relative;
  /*height: 35px;*/
  z-index:100;
  color:#9c5d34;
}

ul#navmenu-h ul {
/*container of dropdowns*/
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 240px;
  list-style: none;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index:100;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index:100;
}

ul#navmenu-h ul li {
/*each drop down*/
  width: 240px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  border-bottom:1px solid #FFFFFF;
  z-index:100;
}

/* Root Menu */
ul#navmenu-h a {
  background-image:url(images/nav_bg_repeat.jpg); background-repeat:repeat-x;
 
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 color:#9c5d34;
  font: normal 14px Georgia, "Times New Roman", Times, serif;
  text-align:left;
  text-indent:5px;
  text-decoration: none;
  height:35px;
  line-height:35px;
/*  height: auto !important;
  height: 1%; /*For IE*/
  padding-right:10px;
}




/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #000;
	text-decoration:none;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  padding: 0px;
  float: none;
  background-color:#00983d;
  color:#9c5d34;
	text-decoration:none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  color:#000;
}

/* Do Not Move - Must Come Before display:block */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}


/*----------------------- F L A S H and RANDOM inside banner--------------------------------------------*/
#flash {
	margin-left:16px;
	padding:0;
	}
#insidebanner {
	margin-left:16px;
	padding:0;
	width:739px;
	height:118px;
	}
/*----------------------------------sidebars hold graphics for edges of container------------------*/
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 16px; /* 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 */
	padding:0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 16px; /* 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 */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

/*---------------------------------------- C O N T E N T --------------------------------------------*/
.thrColFixHdr #mainContent { 
	margin:0 16px;
	padding-right: 20px; 
	background-image:url(images/content_bg.jpg); background-repeat:no-repeat; background-position:top;	
	min-height:354px;
} 
/*------used to hold content away from edges of the container-----*/
.thrColFixHdr #mainContentwords {
	padding:15px 30px 10px 30px;
	}
h1,h2,h3,h4,h5,h6 {
	color:#9c5d34;
	font-family:"Times New Roman", Times, serif;
	}
#mainContentwords h1 {
	font-size:1.6em;
	}	
#mainContentwords p {
	color:#715623;
	font-size:12px;
	line-height:18px;
	}	
ul, ol {
	color:#715623;
	font-size:.8em;
	}
	
/*-------------------------------------------------FOOTER-----------------------------------------------------*/
.thrColFixHdr #footer { 
	width:771px;
	/*background-image:url(images/footer_top.jpg); background-repeat:no-repeat; background-position:top;*/
} 
.thrColFixHdr #footer img {
	margin-left:16px;
	}
.thrColFixHdr #footercolor {
	margin-top:-5px;
	background:#dac492;
	width:739px;
	margin-left:16px;
	padding-bottom:10px;
	}
.thrColFixHdr #footercolor p {
	margin:5px 0 0 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
	}
.thrColFixHdr #footer p {
	margin:5px 0 0 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#994a3a;
	font-size:10px;
}
.thrColFixHdr #footer ul {
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
	}
#footer li {
	display:inline;
	font-size:.8em;
	}
#footercolor li{
	color:#994a3a;
	}
#footer li a {
	color:#994a3a;
	text-decoration:none;
	}
#footer li a:hover {
	color:#a1823a;
	}
	
#footer ul.extralinks li a {
	color:#994a3a;
	text-decoration:none;
	font-size:7pt;
	font-family:arial;
	}
#footer ul.extralinks li a:hover {
	color:#a1823a;	
	
	}	
/*--------------------------------------bottom of the container----------------------------*/
#containerbottom {
	background-image:url(images/container_bottom.jpg); background-repeat:no-repeat;
	width:771px;
	height:20px;
	}	
	

/*-----------------------------------other stuff ----------------------------------------------*/	
.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;
}
a img {
	border:none;
	}
td {
	vertical-align: top;
	}
blockquote {
	color:#715623;
	font-size:.8em;
	line-height:18px;
	}
a {
	color:#a15543;
	}
a:hover {
	text-decoration:none;
	}
#submenu {
	width:200px;
	background-color:#f0e4c4;
	float:right;
	margin:10px;
	font-family:Tahoma, Arial;
	color:#ae5431;
	font-size:.8em;
	}
#breadcrumbtree {
	margin:10px 10px 10px 0px;
	font-family:Tahoma, Arial;
	color:#ae5431;
	font-size:.8em;
	}
	
#callouts-right {
	float:right;
	width:200px;
	padding:0;
	margin:0;
	}

#new-patient-callout a img {
	margin-right:50px;
	margin-left:25px;
	width:166px;
	height:100px;
	background-image:url(images/new-patient-callout.gif); background-repeat:no-repeat; 
	background-position: 0 0;
	}

#new-patient-callout a:hover img {
	background-position: 0 -109px;
	}

	
#appointment-callout a img {
	margin-right:50px;
	margin-left:25px;
	width:166px;
	height:100px;
	background-image:url(images/appointment.gif); background-repeat:no-repeat; 
	background-position: 0 0;
	}

#appointment-callout a:hover img {
	background-position: 0 -109px;
	}

.changecolor {
	color:#0000FF;
	}

ul.space li {
	padding-bottom:12px;
	}

.noscreen {
	display:none;
	}
	
.centerbuttonsubmit {
	font-weight:600;
	font-size:18px;
	}
