/* basic elements */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 10pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #333333; 
	background: #EFE3CE /*url(/images/bg.gif) repeat*/; 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	}
p { 
	font: 10pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic bold 12pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #006500;
	}
.fontgreen { 
	font: 11pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #006500; 
	text-decoration: none;
}
.fgaddress:link, visited, hover, active {
	font-weight: normal; 
	text-decoration:  none; 
	font: 11pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #006500;
	}
	
	

.fg:link, a.fg:visited, a.fg:hover, a.fg:active {
	font-weight: normal; 
	text-decoration:  none; 
	font: 11pt Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	color: #006500;
	}

.copyright {
	font-size: 9pt;
	color: #666666;
}
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #3333FF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #7CA277;
	}
a:hover { 
	font-weight: normal;
	font: 10pt Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #006500;
	}
a:active { 
	font-weight: normal;
	font: 10pt Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #006500;
	}


/* specific divs */

#container {
	width: 800px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 10%;
	right: 10%;
	}
#intro {
	width: 800px;
	margin: 0px;
	position: inherit;
	top: 0px;
	}
#navigation {
	width: 155px;
	float: left;
	}
#header {
	width: 365px;
	float: left;
	}
#small-pictures {
	width: 260px;
	float: right;
	text-align: right;
	}		
#footer-a {
	width: 265px;
	float: left;
	margin-left: 10px;
	border:thick #EFE3CE;
	}
#footer-b {  
	width: 300px;
	float: right;
	margin-right: 10px;
	border:thick #EFE3CE;
	}
#footer-c {
	width: 800px;
	left: 10%;
	text-align: center;
	}
.titles {
	color:#006500;
	font-size:14px;
	}
#extraDiv {
	width: 153px;
	margin: 0px;
	position: relative;
	top: 0px;
	}
#2ndpages {
	width: 400px;
	margin-left: 10px;
	top: 0px;
	}
.dentistsPics { 
	float:right;
	} 
a.dr:link {
	font-size: 18px;
	color: #007500;
	font-weight: bold;
	text-decoration: none;
	}
a.dr:visited {
	font-size: 18px;
	text-decoration: none;
	color: #007500;
	font-weight: bold;
	}
//comment out//
a.dr:hover, a.dr:active {
	font-size: 18px;
	text-decoration: none;
	color: #007500;
	font-weight: bold;
	}
//comment out//
#map {
	width: 450px;
	height: 300px;
	position: relative;
	margin: 100px 0 50px 200px;
	}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

blockquote{
	text-indent: 70px;
	list-style-position:inside;
	}
	
.staffimg {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	}
