/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	float: left;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

ul.tabbernav li
{
	list-style: none;
	padding: 0px;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 26px;
}


ul.tabbernav li a
{
	margin-left: 5px;
	text-decoration: none;
	width: 140px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0px;
	background-image: url(images/hotel_tab_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	text-indent: 5px;
}

ul.tabbernav li a:link {
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li a:visited {
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li a:hover
{
	color: #ffffff;
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li.tabberactive a
{
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #ffffff;
	background-image: url(images/hotel_tab_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	float: left;
	margin: 0px; /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */ /* height:200px; */
	border: 1px solid #660000;
 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
 /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
	display:none;
	padding: 0px;
	float: left;
}
.tabberlive .tabbertab h3 {
 display:none;
}
#tab-content {
	margin: 0px;
	float: left;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tab-content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}



/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	overflow:auto;
}

#left-container {
	float: left;
	width: 620px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin: 0px;
}
#maincontainer {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 927px;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tab-content li {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#tab-content li a {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #407412;
}
#tab-content li a:hover {
	list-style-image: url(images/bullet.jpg);
	text-decoration: underline;
	color: #407412;
}
#promotion-con {
	float: left;
	width: 590px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #f3f3e9;
}
#promotion-con p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#doctor-con {
	float: left;
	width: 580px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f3f3e9;
}
#doctor-con p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.doc-img {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.doc-img2 {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.promotion-intro {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.promotion-intro    p  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #407412;
}
.promotion-intro p a:hover {
	text-decoration: underline;
}
.doc-intro {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.doc-intro    p  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #407412;
}
.doc-intro p a:hover {
	text-decoration: underline;
}
#tab-content li li {
	list-style-image: url(images/bullets_d.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#tab-content li li a {
	list-style-image: url(images/bullet.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #407412;
}
#tab-content li li a:hover {
	list-style-image: url(images/bullet.jpg);
	text-decoration: underline;
	color: #407412;
}

