/* CSS Document */
html {
    min-height:100.1% /* this is to solve the shifting problem on firefox and opera, it forces the scrollbar to be there at all times.*/
}
 
body {
	margin: 0px;
	padding: 0 0 0 0;
	background: #ccac9f url(../images/bg_top.jpg) center top no-repeat;
	SCROLLBAR-FACE-COLOR: #e6ecf1; 
	SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
	SCROLLBAR-SHADOW-COLOR: #fff; 
	SCROLLBAR-3DLIGHT-COLOR: #fff; 
	SCROLLBAR-ARROW-COLOR: #fff; 
	SCROLLBAR-TRACK-COLOR: #fff; 
	SCROLLBAR-DARKSHADOW-COLOR: #fff;
	text-align: center;

}
body, p, td, li, h1, h2, h3 {
	font: normal 12px arial, tahoma, Helvetica, Sans-serif;
	color: #666666;

}
a:link, a:visited {
	color: #007f00;
	text-decoration: none;
}
a:hover, a:active {
	color: #ee8e00;
	text-decoration: none;
}

li{
	padding: 2px 10px 2px 0px;
	list-style-image: url(../images/arrow_green.gif);
}
.bg_center {
	background: url(../images/bg_center2.gif) center top repeat-y;	
}
.bg_bottom {
	background: url(../images/bg_footer.gif) center bottom no-repeat;	
}
.footer
{
	padding: 40px 10px 40px 140px;
	FONT: 11px arial; 
	FONT-WEIGHT: bold;
    COLOR: #fff600;
}
.footer A:link, .footer A:visited
{
	FONT: 11px arial; 
	FONT-WEIGHT: bold;
    COLOR: #fff;
    TEXT-DECORATION: none
}

.footer A:hover, .footer A:active
{
	FONT: 11px arial; 
	FONT-WEIGHT: bold;
    COLOR: #451300;
    TEXT-DECORATION: none
}
.copyright
{
	padding: 40px 140px 40px 10px;
    FONT-WEIGHT: normal;
    COLOR: #fff;
    font: 11px arial, Verdana;
}

/* ----------------- Header -----------------------*/

#contact {
	FONT-size: 11px; 
	FONT-WEIGHT: bold;
	color: #fdff7c;
	text-decoration: none;
}

#contact a:link, #contact a:visited {
	margin: 0px 30px 0px 0px;
	FONT-WEIGHT: bold;	
	color: #fff;
	text-decoration: none;
}
#contact a:hover, #contact a:active {
	color: #ee8e00;
	text-decoration: none;
}
.home {
	background: url(../images/nav_on.jpg) no-repeat;
}
.office {
	background: url(../images/nav_on.jpg) -92px no-repeat;
}
.services {
	background: url(../images/nav_on.jpg) -184px no-repeat;
}
.patients {
	background: url(../images/nav_on.jpg) -279px no-repeat;
}
.gallery {
	background: url(../images/nav_on.jpg) -373px no-repeat;
}
.spacer {
	background: url(../images/spacer.gif) no-repeat;
}


.subtabon  {
	background: url(../images/subtab_on.gif) no-repeat;
	display: block;
	float:left;
	height: 40px;
	font: 14px arial; 
	color: #fff; 
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 7px 5px 6px 14px;
}
.subtabon_end  {
	background: url(../images/subtab_on_R.gif) no-repeat;
	height: 40px;
	padding: 0px 20px 0px 5px;
	display: block;
	float:left;
}

.subtab  {
	background: url(../images/subtab.gif) no-repeat;
	display: block;
	float:left;
	height: 40px;
	font: 14px arial; 
	color: #4597ca; 
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.subtab_end  {
	background: url(../images/subtab_R.gif) no-repeat;
	height: 40px;
	padding: 0px 20px 0px 5px;
	display: block;
	float:left;
}


.subtab  a:link, .subtab a:visited, .subtab a:active {
	padding: 7px 9px 6px 14px;
	font: 14px arial; 
	color: #4597ca; 
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.subtab  a:hover {
	color: #003955; 
}


.leftnavon  {
	background: #fff url(../images/arrow_red.gif) 2px 9px no-repeat;
	padding: 8px 0px 7px 20px;
	font: 13px arial; 
	color: #000; 
	font-weight: bold;
	display: block;
	border-bottom: #ccc 1px dashed;
}
.leftnav  a:link, .leftnav a:visited, .leftnav a:active {
	background: #fff url(../images/arrow_red.gif) 2px 9px no-repeat;
	padding: 8px 0px 7px 20px;
	font: 13px arial; 
	color: #4597ca; 
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom: #ccc 1px dashed;
}
.leftnav  a:hover {
	color: #003955; 
}


/* ----------------- Content -----------------------*/



.container {
	padding: 35px 0px 65px 20px;
}
.container2 {
	padding: 35px 0px 75px 45px;
}
.content {
	padding: 0 20px 20px 20px;
}

#heading1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #666666;
    FONT-FAMILY: tahoma;
}
#heading2
{
	padding-bottom: 14px;
    FONT-WEIGHT: bold;
    FONT: 18px arial;
    COLOR: #b55b38;
}
#heading3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #535353;
    FONT-FAMILY: arial;
	padding: 15px 0 3px 0;
}
#heading4
{
	padding: 10px 0 6px 0 ;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #b55b38;
    FONT-FAMILY: tahoma;
}
#heading5
{
	padding: 5px 0 2px 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    FONT-FAMILY: arial;
    COLOR: #007f00;
}
.heading6
{
	padding: 5px 0 0 0;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000;
    FONT-FAMILY: arial;
}
.heading7
{
	padding: 5px 0 10px 0;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #336699;
    FONT-FAMILY: arial;
}
#textsmall
{
	padding: 5px 0 10px 0;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #666;
    FONT-FAMILY: verdana;
}


/* ------------------ Forms -------------------*/
.field2 {
	background-color: #fffeed ;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	height: 16px;
	border: #d1cdc5 1px solid;
}
.field_comments {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	background-color: #fffeed ;	
	border: #d1cdc5 1px solid;
}

.button {
	padding: 0px 4px 0px 4px;
	background: #007f00;
	color: #fff;
	height: 18px;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: #d5d5d5 2px solid;
	text-decoration: none;		
}

.buttondown {
	padding: 0px 4px 0px 4px;
	background: #ee8e00;
	height: 18px;	
	color: #fff;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: #CDCDCD 2px solid;
	text-decoration: none;
}
.buttonup {
	padding: 0px 4px 0px 4px;
	background: #007f00;
	height: 18px;	
	color: #fff;
	font: bold 10px tahoma, Helvetica, Sans-serif;
	border: #d5d5d5 2px solid;
	text-decoration: none;
}