@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
}



/*----------------------Header styles---------------------------*/
#headWrapper {
	text-align: center;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 108px;
}
#headWrapper #header {
	width: 980px;
	height: 108px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat; 	
}
#headWrapper #header #apDiv1 {
	float: right;
	margin: 0 188px 0 0;
	font-size: 12px;
	left: 0;
}

#headWrapper #header #apDiv1 p.address {
	text-align: left;
	float: right;
	padding: 10px;
}
#headWrapper #header #apDiv1 p.phone {
	text-align: left;
	float: right;
	padding: 10px;
}
#ftplink
{
	float: right;
	margin: 15px 60px 0 0;
}
#ftplink a img
{
	border: none;
}



/*-------------------Main content styles---------------------------*/
#contentWrapper {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#contentWrapper #mainContent {
	float: left;
	width: 768px;
	text-align: left;
	margin-bottom: 40px;
	/*min-height: 489px;*/
}
#contentWrapper #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 2em;
}
.articlescss {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #492F0E;
	font-size: 13px;
	text-decoration: underline;
}
.articlescss:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #805319;
	font-size: 13px;
	text-decoration: underline;
}
.articleName {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.AccordionHeader {
	color: #333;
	background-color: #f9f2de;
	margin: 0;
	padding: 5px;
	font-size: 16px;
}
#ctl00_body_HTMLContentSection1 a:link, #ctl00_body_HTMLContentSection1 a:visited {
	color: #000;
}
#ctl00_body_HTMLContentSection1 a:hover {
	color: #805319;
}



/*------------------Contact form styles--------------------*/
input.btn {
	color: white;
	font-weight: bold;
	background-color: #805319;
	border: 0;
	margin-top: 10px;
	padding: 2px 3px;
	cursor: pointer;	
}
input.txt, textarea.txt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	background-color: #f9f2de;
	border: 1px solid #edd79d;
	width: 300px;
}
form #contactform {
	margin-right: 100px;
	margin-left: 100px;
}
div.contactform {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}
div.contactform label {
	float: left;
	width: 20%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	text-align: right;
}
fieldset {
	border: 1px solid #edd79d;
	margin: 20px 0 0 0;
	padding: 5px 20px 10px 20px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #805319;
}
div.contactform input.btn, div.contactform img {
	margin-left: 20%;
}



/*------------------------Right column styles-----------------------*/
#contentWrapper #rightCol {
	clear: none;
	float: right;
	background-image: url(images/rightcol_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	width: 188px;
	margin-left: 24px;
	padding-top: 10px;
	min-height: 489px;
}
#contentWrapper #rightCol p {
	padding: 10px;
	font-size: 13px;
}
#contentWrapper #rightCol a {
	color: #333333;
	font-size:13px;
	padding: 10px;
}
#contentWrapper #rightCol a:hover {
	color: #805319;
	font-size: 13px;
}



/*---------------------Navigation styles-------------------*/
ul.nav {
	display: block;
	height: 34px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.nav li {
	display: block;
	text-indent: 0px;
	text-align: left;
	height: 34px;
	float: left;
	background-image: url(images/tab_left.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
ul.nav a {
	display:block;
	height: 34px;
	background-image: url(images/tab_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	float:left;
}
ul.nav li.home:hover,
ul.nav li.who:hover,
ul.nav li.what:hover,
ul.nav li.dentists:hover,
ul.nav li.physicians:hover,
ul.nav li.articles:hover,
ul.nav li.links:hover,
ul.nav li.directions:hover,
ul.nav li.contact:hover {
	background-image: url(images/tab_left_over.jpg);
}
ul.nav li.home:hover a,
ul.nav li.who:hover a,
ul.nav li.what:hover a,
ul.nav li.dentists:hover a,
ul.nav li.physicians:hover a,
ul.nav li.articles:hover a,
ul.nav li.links:hover a,
ul.nav li.directions:hover a,
ul.nav li.contact:hover a {
	background-image: url(images/tab_right_over.jpg);
}



/*-----------------------Footer styles------------------------*/
#footWrapper {
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 110px;
	margin-top: 40px;
	clear: both;
}
#footWrapper #footer {
	width: 980px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footWrapper #footer #apDiv2 {
	width: 980px;
	margin: 0px auto;
	font-size: 12px;
}
#footWrapper #footer #apDiv2 .copyright {
	float: left;
}
#footWrapper #footer #apDiv2 .credit {
	float: right;
}
#footWrapper #footer #apDiv2 .credit a {
	color: #333333;
}
#footWrapper #footer #apDiv2 .credit a:hover {
	color: #805319;
}



/*----------------------Admin Page styles-----------------*/
#contentWrapper #adminRightCol {
	clear: none;
	float: right;
	text-align: left;
	width: 186px;
	margin: 10px 0 0 24px;
	padding: 0;
	background-color: #f9f2de;
	border: 1px solid #edd79d;
	min-height: 477px;
}
p.adminNav {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #edd79d;
	padding: 5px;
}
ul.adminNav {
	list-style-type: disc;
	padding: 0;
	margin: 30px;
}
ul.adminNav li {
	padding: 0px;
	margin: 5px;
	font-size: 14px;
	line-height: 20px;
}
ul.adminNav a:link, ul.adminNav a:visited {
	color: #000;
	text-decoration: underline;
	display: block;
}
ul.adminNav a:hover {
	color: #805319;
	text-decoration:underline;
}
p.note {
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
.AdminEditorLink, .AdminEditorLink:visited, .LastNameLink, .LastNameLink:visited {	
	color: #000000;
	text-decoration: underline;
}
.AdminEditorLink:hover, .LastNameLink:hover {	
	color: #805319;
}

.dgAdminHeader 
{	
	background-color: #805319;
	color: #fff;
	font-weight: bold;
}
table.dgAdmin
{
	border: 1px solid white;
	border-collapse: collapse;
}