body  {
padding: 0;
background-color: #333;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

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 */
}

.thrColAbsHdr{
	display:block;
	margin-top: 0px; 
	padding: 0;
}

/* ------------ Container --------------- */

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px;  
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff;
	background-image: url("../img/RDent_headerbackground_1024x251.gif");
	background-repeat: no-repeat;		
	background-position: 50% 0%;

	
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 16px; 
text-transform:none;
color:#555;
font-weight:normal;	
} 


/* Main Content area - index page */
/* ---------------------------- */

.thrColAbsHdr #mainContent { 
	margin: 0px 225px 0px 261px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #maincontent #labnewsblock { 
	width:430px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.thrColAbsHdr #maincontent #labnewsblock #labNews { 
font-size:12px; 
line-height:16px;
font-family: Arial, Helvetica, sans-serif; 
text-transform:none;
font-weight:normal;
color:#555;
}

.thrColAbsHdr #maincontent #labnewsblock #labNews p{ 
font-size:12px; 
line-height:16px;
font-family: Arial, Helvetica, sans-serif; 
text-transform:none;
font-weight:normal;
color:#555;
}


/* For the internal pages */
/* ---------------------------- */

.prop {
	height:850px;
    float:right;
    width:1px;
  }
  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

.thrColAbsHdr #mainContentInternalPages { 
	margin: 0px 225px 0px 209px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #mainContentInternalPages #backgroundbox { 
	width:540px;
	background:#fff;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 20px 20px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.thrColAbsHdr #mainContentInternalPages #backgroundbox #insideContentArea{ 
	width:480px;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* For the RDent-in-Action page */
/* ---------------------------- */

.thrColAbsHdr #mainContentInternalPageInAction { 
	margin: 0px 225px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */


}

.thrColAbsHdr #mainContentInternalPageInAction #backgroundbox { 
	z-index:1;
	position:relative;
	width:750px;
	background:#fff;
	left: 250px;
	margin: 0px 0px 0px 0px; 
	padding: 20px 0px 0px 0px; 
}

.thrColAbsHdr #mainContentInternalPageInAction #backgroundbox #insideContentArea{ 
	width:750px;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:1;
}

/* ---------------------------- */

.thrColAbsHdr #tagline { 
	height:50px;
	color:#fff;
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-transform:none;
	font-weight:bold;
	padding: 10px 10px 0 670px;  /* 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. */
} 

#wrap {
position: relative; 
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
text-transform:none;
font-weight:normal;
color:#555;
width: 1000px;
padding: 8px 10px 0px 0px;
margin: 0px 0px 0px 0px; 
height:37px;
z-index: 5000;
}

/* These styles create the dropdown menus. */
#navbar {
   margin: 0px 0px 0px 400px; 
   padding: 0px 0px 0px 0px; 
   z-index: 5000;  
   }
   
#navbar li {
   list-style: none;
   padding:0px 10px 0px 3px; 
   margin::0px 0px 0px 0px;
   float: left;
	}
#navbar li a {
   display: block;
   color: #fff;
   text-decoration: none; 
   height:30px;
   }
#navbar li a:hover {
   text-decoration: underline; 
   } 
   
#navbar li ul {
   z-index: 5000;
   display: none; 
   width: 175px; /* Width to help Opera out */
   background-color: #812515;
   margin::0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   }
#navbar li ul li{
   list-style: none;    
   float: left;  
	}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding:0;}
   
#navbar li:hover li, #navbar li.hover li {
   float: none; }
   
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #812515;
   padding:0px 0px 0px 5px;   
   height:25px;
   border-bottom: 1px dashed #4b1910;
   color: #fff;      
   }
#navbar li li a:hover {
   background-color: #812515; }



.navmenu1 {width:60px;}
.navmenu2 {width:80px;}
.navmenu3 {width:100px;}
.navmenu4 {width:150px;}
.navmenu5 {width:85px;}

/* ------------ Top nav --------------- */
#underlinemenu{
display:block;
font-weight: normal;
width: 100%;
margin:0;
padding:10px;
}

#underlinemenu ul{
padding: 0px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
text-align: right; //set value to "left", "center", or "right"*/
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li a{
color: #fff;
padding: 0px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 70px; /*spacing between each menu link*/
text-decoration: none;
}

#underlinemenu ul li a:hover, #underlinemenu ul li a.selected{
text-decoration:underline;
}

/* ------------ P H2 --------------- */
p {
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 16px; 
text-transform:none;
font-weight:normal;
color:#555;
}

td {
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 16px; 
text-transform:none;
font-weight:normal;
color:#555;
}

#introText {
margin-top:15px;
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 16px; 
text-transform:none;
font-weight:normal;
color:#555;
}

#address {
margin:35px 10px 4px 15px;
}

H2 {
color:#aa3725;
font-size:13pt;
}
H3 {
color:#aa3725;
font-size:12pt;
margin:10px 0px 4px 0px;
}

H4 {
color:#444;
font-size:12pt;
margin:10px 0px 4px 0px;
}

img.floatleft {
	float: left;
	margin: 0 12px 0 0;
}


/* ------------ LINKS --------------- */
a:visited,a:active,a:link{
font-size:1em;
font-family: Arial, Helvetica, sans-serif;
color:#cc472b;
outline: none;
text-decoration:underline;
}
a:hover{
font-size:1em;
outline: none;
color:#555;
text-decoration:none;
}
/* -- no hover attributes on linked images --*/
a:visited img, a:link img, a:active img, a img, a:hover img{
font-size:1em;
background: none !important;
border:none !important;
text-decoration:none;
}
/* -- nohover.js adds the nohover class --*/
a.nohover, a.nohover:link, a.nohover:visited, a.nohover:hover, a.nohover:active{
background:none !important;
text-decoration:none;
}

/* ------------ quicklinks --------------- */

#quicklinks ul li {
list-style-image: url('../img/yes.png');
margin-top:5px;
line-height:20px;
width:200px;
}


/* ------------ form buttons --------------- */

#form1 #button, #form1 #Reset{
   border: 1px solid #006;
   background: #cc472b;
   color:#fff;
}

/* ------------ Submenu --------------- */

#vertmenu {
font-size:13px;
width: 220px;
padding: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 14px; 
text-transform:none;
font-weight:normal;
color:#444;
display: block;
padding: 3px 0px 1px 5px;
text-decoration: none;
border-bottom: 1px solid #cbcbcb; 
}

#vertmenu ul li #lastitem{
border-bottom: none; 
padding: 3px 0px 1px 5px;
}

#vertmenu ul li li #lastitem{
border-bottom: none; 
padding: 3px 0px 1px 5px;
}

#vertmenu li a:hover {
padding: 3px 0px 2px 5px;
color: #ffffff;
background-color: #48505b;
width:165px;
}

#vertmenu ul li a {
font-size:12px; 
font-family: Arial, Helvetica, sans-serif; 
line-height: 14px; 
text-transform:none;
font-weight:normal;
color:#444;
display: block;
padding: 3px 0px 2px 5px;
text-decoration: none;
width:165px;
}

#vertmenu li a:hover {
padding: 2px 0 3px 5px;
color: #ffffff;
background-color: #48505b;
width:165px;
}

#vertmenu li li a:link, #vertmenu li li a:visited {
font-weight: normal;
background:#fff;
padding: 2px 0 3px 5px;
color: #cc472b;
width:175px;
}

#vertmenu li li a:hover {
padding: 2px 0 3px 5px;
color: #ffffff;
background-color: #48505b;
width:175px;
}





.thrColAbsHdr #sidebar1 {
	position: absolute;
	z-index: 150;
	top: 75px;
	left: 10px;
	background-image: url("../img/RDent_leftColback_261x835.png");
	background-repeat: no-repeat;	
	height:850px;	
	width: 261px; /* 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 */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	z-index:5;
	top: 75px;
	left: 775px;
	background-image: url("../img/RDent_rightColback_219x835.png");
	height:850px;		
	background-repeat: no-repeat;		
	width: 225px; /* 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 */
 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColAbsHdr #sidebar1 #textblock{
	position: relative;
    height: 675px;
	width: 225px;
	padding: 20px 20px 0px 20px; /* padding keeps the content of the div away from the edges */
}

div#logoads{
	margin-top:25px;
}


.thrColAbsHdr #sidebar2 #textblockright{
	position: relative;
    height: 647px;
	width: 185px;
	padding: 20px 20px 0px 20px; /* padding keeps the content of the div away from the edges */
}




/* ------------ Top Intro box --------------- */

.thrColAbsHdr #mainContent #introbox{ 
background-image: url("../img/RDent_GrayBox1_470_242.png");
background-repeat: no-repeat;	
	width: 470;
	height: 242px;
	margin: 0;
	padding: 0;
}

.thrColAbsHdr #mainContent #introbox #textblock{ 
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
}


/* ------------ Featured box  --------------- */

.thrColAbsHdr #mainContent #featuredbox{ 
background-image: url("../img/RDent_FeaturedBox_478_267.png");
background-repeat: no-repeat;	
	width: 478;
	height: 267px;
	margin: 0;
	padding: 0;
}

.thrColAbsHdr #mainContent #featuredbox #featuredContent{ 
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 20px;
}

.thrColAbsHdr #mainContent #featuredbox #featuredContent #featuredText{ 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

/* ------------ Before/After box  --------------- */

.thrColAbsHdr #mainContent #beforeafter{ 
background-image: url("../img/RDent_BeforeAfterBox_475_227.png");
background-repeat: no-repeat;	
	width: 475;
	height: 227px;
	margin: 0;
	padding: 0;
}

.thrColAbsHdr #mainContent #beforeafter #beforeafterContent{ 
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 20px;
}



/* ------------ footer nav --------------- */

.thrColAbsHdr #footer { 
display:block;
padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#fff;
background-image: url("../img/RDent_footerbackground_1024x129.gif");
background-repeat: repeat-x;
height:129px;		
width: 100%;
} 


#footermenu{
display:block;
font-weight: normal;
width: 100%;
margin:0;
padding:10px;
}

#footeremenu ul{
padding: 20px 0px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
text-align: right; //set value to "left", "center", or "right"*/
}

#footermenu ul li{
display: inline;
}

#footermenu ul li a{
color: #bbbbbb;
padding: 20px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 40px; /*spacing between each menu link*/
text-decoration: underline;
}

#footermenu ul li a:hover, #footermenu ul li a.selected{
text-decoration:underline;
}








.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}