@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}

img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: center;
}

A.tabs:link {text-decoration: none;	color: white}
A.tabs:visited {text-decoration: none;color: white}
A.tabs:active {text-decoration: none; color: blue}
A.tabs:hover {text-decoration: none; color: lightblue}
A.menu:link {text-decoration: none;	color: black}
A.menu:visited {text-decoration: none;color: black}
A.menu:active {text-decoration: none; color: black}
A.menu:hover {text-decoration: underline; color: red}
A.body:link {text-decoration: none; color: white}
A.body:visited {text-decoration: none; color: white}
A.body:active {text-decoration: none; color: white}
A.body:hover {text-decoration: none; color: blue}
A.comments:link {text-decoration: none; color: #BF2130}
A.comments:visited {text-decoration: none; color: #BF2130}
A.comments:active {text-decoration: none; color: #BF2130}
A.comments:hover {text-decoration: none; color: blue}
A.dentists:link {text-decoration: none; color: blue}
A.dentists:visited {text-decoration: none; color: blue}
A.dentists:active {text-decoration: none; color: blue}
A.dentists:hover {text-decoration: none; color: red}

.oneColElsCtrHdr  /* Tips for Elastic layouts */
#container {
	width: 771px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 700px;
	position: relative;
	background-repeat: no-repeat;
}
.oneColElsCtrHdr #mainMenuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-style: normal;
	position: absolute;
	top: 172px;
	width: 522px;
	left: 251px;
	font-weight: bold;
} 
.oneColElsCtrHdr #mainContentContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 435px;
	position: absolute;
	width: 731px;
	top: 215px;
	left: 0px;
	padding: 20px;
	padding-top: 30px;
}
.oneColElsCtrHdr #editContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 430px;
	width: auto;
	left: 0px;
	padding: 4px;
}
.oneColElsCtrHdr #bodyText {
	margin-left: 10px;
	margin-right: 10px;
}
.oneColElsCtrHdr #buttonOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	height: 20px;
	width: 102px;
	top: 25px;
	left: 347px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtrHdr #buttonTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	height: 20px;
	width: 100px;
	top: 25px;
	left: 452px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtrHdr #buttonThree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	height: 20px;
	width: 100px;
	top: 25px;
	left: 555px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtrHdr #buttonFour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	height: 20px;
	width: 100px;
	top: 25px;
	left: 659px;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtrHdr #google_translate_element {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 5px;
	left: 175px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: Black;
}

#PhoneText {
	position: absolute;
	right: 10px;
	top:-10px;
	text-align:right;
	width: 400px;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:white;
	font-weight:bold;
}
#PhoneText a {
	color: white;
}
#bottom_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
img.floatLeft { 
    float: left; 
	margin-left:5px;
	margin-right:20px;
	border:black;
	border:double;
	height:auto;
}
img.floatRight { 
    float: right; 
	border:black;
	border:double;
	height:auto;
	margin-left:20px;
	margin-right:5px;
}
#bottom_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

