body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background: #f1e9d6;
	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;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f1e9d6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/main_bg.jpg);
	background-color: #f1e9d6;
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 771px;
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0px;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 15px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 400px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/main_content_bg.png);
	background-repeat:repeat-y;
	line-height: 18px;
}
.twoColFixLtHdr #mainContenttop {
	margin: 30px -20px 0 -20px; /*  0 -20px 0 -20px the left margin on this div element creates the column down the left 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. */
	height:10px;
	background-image:url(images/main_content_top.png);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainContentbottom {
	height:33px;
	margin-left:-20px;
	padding-bottom:0;
	padding-left:0;
	width:580px;
	background-image:url(images/main_content_bottom.png);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainContent h1 {
	color: #704F01; line-height: 24px;

}
.twoColFixLtHdr #mainContent h2 {
	color: #765914;  line-height: 21px;
}
.twoColFixLtHdr #mainContent h3 {
	color:#704F01; font-size:18px; font-family:Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h4 {
	font-size:12px; color:#453A1E; text-transform:uppercase; font-weight:bold; display:block;
}
.twoColFixLtHdr #mainContent span{
	width:500px; height:13px; display:block; padding:10px; background:#F1E9D6; margin-bottom:2px;
}
.twoColFixLtHdr #mainContent ul.nti{
	width: 490px; display:block; font-size:0; padding: 10px 0 10px 30px; margin:0 0 10px 0; background:#F1E9D6; 
}
.twoColFixLtHdr #mainContent ul.nti li{
	background:url(images/nti_arrow.gif) no-repeat 0 5px;
	padding:0 15px;
	display:block;
	font-size:12px;
	line-height:18px;
}
.twoColFixLtHdr #mainContent #appt span{
	width:150px; height:13px; display:block; padding:0px; margin-bottom:2px; background:#e3d3b1;
}
/*
.twoColFixLtHdr #mainContent ul.nti li a{
	font-size:12px; line-height:16px;  text-decoration:none; 
	font-weight:normal; padding:0; margin:0; 
	}
.twoColFixLtHdr #mainContent ul.nti li a:hover{
	color:#453A1E; background-color:#E5DBC2; background-image:none; padding:0; margin:0;
	}
*/
.twoColFixLtHdr #mainContent p A:link {		text-decoration: none; color:#2F2712; background-color:#D1C097; padding:0 2px 0 2px;}
.twoColFixLtHdr #mainContent p A:visited {	text-decoration: none; color:#2F2712; background-color:#D1C097; padding:0 2px 0 2px;}
.twoColFixLtHdr #mainContent p A:active {		text-decoration: none; color:#2F2712; background-color:#D1C097; padding:0 2px 0 2px;}
.twoColFixLtHdr #mainContent p A:hover {		font-size:24; color: #D1C097;  background-color:#2F2712;}

.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;
}
/*-----------------------menu------------------*/

.menu {
	width:200px;
	margin:20px 0 0 690px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0;
	left:337px;
	top:108px;
	margin-bottom:15px;
	}
.menu ul{
	width:120px;
	display:block;
	list-style: none;
	}
.menu ul li{
	background:url(images/right_arrow.gif) repeat-x left bottom; height:22px; font-size:0; display:block; position: relative;
	}
.menu li ul {
	position: absolute;
	left: 85px;
	top: 0;
	display: none;
	}
.menu ul li.no{
	background:none; height:22px; font-size:0; display:block;
	}
.menu ul li a{
	background:url(images/navi_arerow.gif) no-repeat 0 0 .F1E9D6; color:#765914; font-weight:bold; font-size:12px;
	line-height:21px; padding:0 0 0 10px; display:block; text-decoration:none; height:21px; border-bottom: 0;
	}
.menu ul li a:hover{
	background:url(images/navi_arerow_h.gif) no-repeat 0 0 ; padding:0 0 0 10px;
	}
.menu ul li a.show{
	background:url(images/navi_arerow_h.gif) no-repeat 0 0 #F1E9D6; color:#765914; font-weight:bold; font-size:12px;
	line-height:21px;	padding:0 0 0 10px; height:21px;  display:block; text-decoration:none;
	}
.menu ul li a.show:hover{
	background:url(images/navi_arerow_h.gif) no-repeat 0 0 ; padding:0 0 0 10px;
	}
.menu li:hover ul, li.over ul { 
	display: block; } 

.menu h2{
	font:normal 24px/22px Arial, Helvetica, sans-serif; color:#765914; display:block; width:170px; text-indent:0;
	height:52px; background-color:#F1E9D6; margin:0 0 22px 0; 
	}
.menu h2 span{
	color:#281D00; background-color:#F1E9D6;
	}
.menu p{
	width:190px; color:#453A1E; font-size:12px; line-height:16px; display:block; margin:0 0 20px 0;
	background-color:#F1E9D6;
	}
.menu p a{
	text-decoration:underline; color:#453A1E; background-color:#F1E9D6;
	}
.menu p a:hover{
	text-decoration:none;
	}
.menu h3{
	font-size:11px; color:#453A1E; text-transform:uppercase; font-weight:bold; padding:0 0 8px 0 ; display:block;
	line-height:16px; background-color:#F1E9D6;
	}
.menu a.more{
	background:url(images/read_more.gif) no-repeat 0 0; padding:0; margin:0; float:right; height:11px; width:71px; display:block;
	font-size:0;
	}
.menu a.more:hover{
	background:url(images/read_more_h.gif) no-repeat 0 0; padding:0; margin:0; height:11px;
	}
  
/*-----------------------logo------------------*/
  
#logo { 
	margin: 0 0 0 400px;
	padding: 20px 0 0 20px; 
}
/*-----------------------patient login------------------*/
#patient { height:50px; 
	}
#patient h2{
	font:normal 24px/22px Arial, Helvetica, sans-serif; color:#765914; display:block; width:80px; margin:0 0 0 0; padding:10px 
	}
#patient h2 span{
	color:#281D00;
	}
#patient ul{
	 margin:0 0 0 0; 
	}
#patient ul li{
	float:right; display:block; margin: 10px 10px 0 20px; background: url(images/patient_btn.png) no-repeat left;
	}
#patient ul li a{
	text-decoration:none;
	}
#patient ul li a:hover{
	color=#f0; display:block; padding:0; background: url(images/patient_btn_r.png) no-repeat left;
	}

/*-----------------------sitemap------------------*/
	
#sitemap{	
	width:200px; display:block; font-size:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#sitemap h2{
	font-size:16px; line-height:22px; display:block; margin:5px;
	width:200px; font-family:Arial, Helvetica, sans-serif; background:#D1C097; margin:10px; padding:5px;
	}
	#sitemap h2 a{
	color:#2F2712; text-decoration:none; 
	}
	#sitemap h2 a:hover{
	color:#FFF; 
	}
#sitemap ul{
	margin:0; display:block; padding:0;
	}
#sitemap ul li{
	background:url(images/sitemap_arrow.gif) no-repeat 0 8px #E1D3B1; border-bottom: 1px dashed #948258; padding:0 0 0 10px;
	margin: 0 0 0 33px;  color:#2F2712; width:178px; height:17px; display:block;
	}
#sitemap ul li.nobor{
	background:url(images/sitemap_arrow.gif) no-repeat 0 8px #E1D3B1; border-bottom: none; padding:0 0 0 10px;
	margin: 0 0px 8px 33px;  color:#2F2712; width:178px; height:17px; display:block;
	}
#sitemap ul li a{
	color:#2F2712; background-color:#E1D3B1; font-size:12px; line-height:17px; text-decoration:none; display:block;
	}
#sitemap ul li a:hover{
	color:#2F2712; background-color:#D1C097;
	}
/*-----------------------footer------------------*/

.twoColFixLtHdr #footer{
	padding: 0 10px 0 20px;  background:#2f370a;
	font-family:Arial, Helvetica, sans-serif; font-size:0; height:80px; padding:20px 0 0 0;
	}
.twoColFixLtHdr #footer ul{
	display:block; margin:0 0 0 101px; font-size:0;
	}
.twoColFixLtHdr #footer ul li{
	float:left; display:block; font:12px/22px Arial, Helvetica, sans-serif; color:#F1E9D6; height:22px;
	background-color:#2f370a; 
	}
.twoColFixLtHdr #footer ul li a{
	font:bold 12px/22px Arial, Helvetica, sans-serif; color:#F1E9D6;  padding:0 5px 0 5px;
	background-color:#2f370a; text-decoration:none; 
	}
.twoColFixLtHdr #footer ul li a:hover{
	background-color:#2B2517; color:#F1E9D6;
	}
.twoColFixLtHdr #footer p{
	width:960px; display:block; font-size:11px; line-height:22px; margin:25px 0 0 0;color: #f1e9d6; text-align:center; /*padding: 10px 0; color: #f1e9d6; text-align: center;*/
	}	
.twoColFixLtHdr #footer p.text{
	width:960px; display:block;  text-transform:uppercase; margin:8px 0 0 0; color:#E9DFC6; background-color:#2f370a; 
	font:bold 10px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;  float:left; padding:0 0 0 12px; 
	}
.twoColFixLtHdr #footer p.text a{
	text-decoration:none; color:#FFFFFF; background-color:#2f370a; padding:0 0 0 0;
	}
.twoColFixLtHdr #footer p.text a:hover{
	background-color:#2B2517; color:#F1E9D6;
	}
	
.twoColFixLtHdr #container #mainContent p {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent p {
	font-weight: normal;
}
