/* ------------------------------------------------------------------------------------- */
/*  The below code provides positioning information for the content displayed on screen  */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #DFDDCC;
	text-align: left;
}

#container {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 795px;
}
/*  The above code provides positioning information for the content displayed on screen  */
/* ------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- */
/*  Every Class and/or ID used in association with the sites header is found below here  */
#header {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 1px solid #333333;
	background-color: #CDE1F8;
	height:125px;
	cursor: pointer;
}

#h1eader h1 {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}
/*  Every Class and/or ID used in association with the sites header is found above here  */
/* ------------------------------------------------------------------------------------- */

#navigation {
	border-right: 1px solid #333333;
	width: 200px;
}

.list {
	height: 25px;
	1border-bottom: 1px solid #ACA899;
	background: url(/scripts/dentists_script/images/navigation_normal.jpg) repeat-x;
}

.list a {
	font: 8pt Tahoma;
	color: #000000;
	text-decoration: none;
}

.list a:hover {
	font: 8pt Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.list_hover {
	height: 25px;
	cursor: pointer;
	border-bottom: 1px solid #ACA899;
	background: url(/scripts/dentists_script/images/navigation_hover.jpg) repeat-x;
}

.list_hover a {
	font: 8pt Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------------- */
/*  Every Class and/or ID used in association with the sites content is found below here */
#content {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: left;
}

.breadcrumbs {
	font: 11pt Tahoma;
	color: #333333;
	font-weight:bold;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
}

.breadcrumbs a {
	font: 11pt Tahoma;
	font-weight:bold;
	color: #333333;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	font: 11pt Tahoma;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

.listing a {
	font: 8pt Tahoma;
	color: #000000;
	text-decoration: none;
}

.listing a:hover {
	font: 8pt Tahoma;
	color: #599801;
	text-decoration: underline;
}

.dentist {
	font: 8pt Tahoma;
	color: #000000;
}

.dentist strong {
	font: 9pt Tahoma;
	font-weight: bold;
}
/*  Every Class and/or ID used in association with the sites content is found above here */
/* ------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------- */
/*  Every Class and/or ID used in association with the sites footer is found below here  */
#footer {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	padding-left: 2px;
	text-align: center;
	color: #666666;
	font: 8pt Arial;
}

#footer a {
	font: 8pt Arial;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	font: 8pt Arial;
	color: #993300;
	text-decoration: none;
}
/*  Every Class and/or ID used in association with the sites footer is found above here  */
/* ------------------------------------------------------------------------------------- */