html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	background-color:#c3c3c3;
	background-image:url(../images/bg_page.png);
	background-repeat:repeat-x;
	height:100%;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	line-height:22px;
}

a {
	color:#000;
	text-decoration:none;
}

a:link       { color:#000; text-decoration:none; }
a:visited    { color:#000; text-decoration:none; }
a:hover      { color:#000; text-decoration:none; }
a:active     { color:#000; text-decoration:none; }


p{
	margin-top:5px;
	margin-bottom:10px;
}

.heads {
	font-weight:bold;
	font-size:16px;
	color:#538c89;
}

.footertext {
	color:#000;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.parentblock {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	min-height:760px;
    height:auto !important;
    height:760px;
}

div.fadehover {
	position: relative;
	height:200px;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

.nav_menu {
	width:950px;
	height:34px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(http://www.mwoodardaustin.com/dental3/images/fond_bg.png);
	background-repeat:repeat-x;
	font-size:14px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;

}

.right_block {
	line-height:normal;
	color:#666;
	text-align:right;
}

.logo {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}

.bod_block {
	width:550px;
	padding:15px;
}

.cont_block {
	width:950px;
	padding:15px;
}

.bod_left {
	float:left;
	width:600px;
	padding-top:15px;
	padding-right:15px;
}

.bod_right {
	margin-left:600px;
	width:350px;
	padding-top:15px;
	padding-left:15px;
}


.hp_block {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.hp_left {
	float:left;
	width:600px;
	padding-top:15px;
	padding-right:15px;
}

.hp_right {
	margin-left:600px;
	width:320px;
	text-align:right;
	padding-top:15px;
	padding-left:15px;
}



.nav_text {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
        font-weight:bold;
        padding-top:0px;
	margin-left:16px;
  }

.nav_text a:link {
        text-decoration:none;
        color:#FFF;
}

.nav_text a:visited {
        text-decoration:none;
        color:#FFF;
}

.nav_text a:hover {
        text-decoration:none;
        color:#000;
}

.nav_text a:active {
        text-decoration:none;
        color:#FFF;
}

#mainContainer{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color: #FFF;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:20px;	
}

#dhtmlgoodies_menu img{
	border:0px;
}

/* End general styles for this example page */
/* General configuration CSS */

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	visibility:hidden;	
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
}
#dhtmlgoodies_menu li{
	list-style-type:none;	/* No bullets */
}	
#dhtmlgoodies_menu a{

	margin:0px;
	padding:0px;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
	padding:1px;
	margin-left:10px;
}
	
#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border:0px;
	padding:1px;
	overflow:visible;
}
#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	border:0px;
	padding:1px;
}

/***********************************************************************
	CSS - MENU ITEMS
	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a{
	color: #FFFFFF;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;

}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	padding-left:5px;
	padding-right:10px;
	text-align:left;

}
#dhtmlgoodies_menu .currentDepth1over{
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	
}
#dhtmlgoodies_menu .currentDepth1 a{
	font-weight:bold;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color:#000;
	font-weight:bold;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	padding-right:2px;
	background-color:#bad9d7;
}
#dhtmlgoodies_menu .currentDepth2over{
	padding-right:2px;
	background-color:#bad9d7;
}	
#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	color:#000;
}	
/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth3{
	padding-right:2px;
	border:1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth3over{
	padding-right:2px;
	background-color:#EDE3EB;
	border:1px solid #000;
}
/* Sub menu depth 3 */
#dhtmlgoodies_menu .currentDepth4{
	padding-right:2px;
	border:1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth4over{
	padding-right:2px;
	background-color:#EBEDE3;
	border:1px solid #000;
}	


#slideshow {
    position:relative;
    height:400px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


