/* CSS Document */
body {
	margin: 0px auto 0px auto;
	background-image:  url(dentist/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	text-align: center;

}
a:hover {
	color: #142A3B;
	text-decoration: underline;
}
a {
	color: #4c7899;
	text-decoration: underline;
}
#container {
	font-weight: normal;
	margin: 25px auto 0px auto;
	width: 686px;
	text-align: center;
}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #142a3b;
	height: auto;
}
#title {
	text-align: center;
	color: #fff;
	padding-top: 169px;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	}
#top {
	margin: 0px auto;
	width: 686px;
	height: 197px;
	background:  url(dentist/topbar.jpg) no-repeat
}
#middle {
   	background:  url(dentist/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -10px auto 0px;
	width: 686px;
	height: 26px;
	background:  url(dentist/bottom.gif) no-repeat;
	clear: left;

}
#nav {
	width: 610px;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	color: #0066b2;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 11px;
	font-weight: bold;
	color: #0066b2;
	text-decoration: none;
}
#nav a:hover {
	color: #142a3b;
	text-decoration: underline;
}
#content {
	padding: 0px 45px 1px 55px;
	margin: 0px auto 0px auto;
	text-align: left;

}
#side {
    margin: 30px auto 0px auto;
	width: 150px;
	border-left: 1px dotted #4c7899;
	padding: 0px 5px 0px 11px;
	color: #7c94a5;
	float: right;
	font-size: 70%;
}
#content h2 {
	color: #142a3b;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #6caad9;
	text-decoration: underline;
}
#content h2 a{
	color: #285577;
	text-decoration: none;
}
#content h3 {
	color: #0066b2;
	font-size: 10px;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;

}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #7c94a5;

}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #4c7899;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #6caad9;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}
/*Form*/

form	{
	padding-left: 12px;}
legend {
	font: bold 12px;
	color: #6caad9;
	padding-bottom: 10px;
}
fieldset	{
	font-size: 11px;
	border: 1px dotted #7c94a5;
	margin-top: 16px;
	padding: 10px;}
label	{
	font-size: 10px;
	color: #0066b2}
label.checkbox	{
	width: 150px;}

/*Custom Classes*/

.list {
	font-size: 12px;
	font-variant:small-caps;
	color:#4c7899;}
