@charset "utf-8";
/* CSS Document */
/* PNG fix for IE 5.0 & 5.5 */
img, div, background { 
behavior: url(iepngfix.htc) 
}

.message{
	color: #FF0000;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}
.content_logo {
	background-color: #202020;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.content_nav {
}
.main_content {
	background-image: url(images/main_content_bg.png);

}
.content_text {
	font-size: 13px;
	line-height: 18px;
}
.nav {
	font-size: 13px;
	line-height: 20px;
	/*text-transform: lowercase;
    letter-spacing: 0.04em;*/
	font-weight: lighter;
}

.content_footer {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/content_footer_bg.png);
}
.content_nav2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: #202020;
	background-image: url(images/content_header_bg.png);
}

a:link{
	color: #202020;
	text-decoration: none;
}

a:visited{
	color: #202020;
	text-decoration: none;
}

a:hover{
	color: #666666;
	text-decoration: none;
}

a.highlighted {
	color: #202020;
	font-weight: bold;
}

.dentist_tools{
	position: relative;
	left: 758px;
	top: 17px;
	height: 100px;
	float: left;
}

.footer_text{
	position: relative;
	left: 185px;
	top: -20px;
	height: 0px;
}
td {
	font-family: helvetica,arial;
}


.content_table {
	border: 1px solid #f2f2f2;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.strong_text {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/backgound2.png);
}
