/* BASIC */
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
	background-color: #DBEE91;
	color: #000000;
	
}
h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.25;
	padding-bottom: 5px;
}
/* WRAPPER */
#wrapper {
	width: 960px;
	background:url(../images/wrapper_bg.gif) repeat-y top left;
	float: left;
}
/* TOP */
#top {
	width: 960px;
	background-color: #C7DC5B;
	text-align: right;
	height: 102px;
	padding: 0;
	margin: 0;
	border-bottom: 7px solid #FFFFFF;
}
#top #elder_couple {
	border-left: 7px solid #FFFFFF;
}
/* LEFT NAV */
#left_nav {
	float: left;
	padding: 20px 20px 0 20px;
	width: 175px;
	height: 617px;
	background:url(../images/nav_bg.gif) no-repeat top left;	
}
#left_nav ul {
	margin: 0;
	padding: 0;
}
#left_nav ul li {
	padding: 0 0 23px 0;
	list-style: none;
}
#left_nav .facebook_icon {
	float: left;
	margin-right: 7px;
}

.fb-like {
	width: 100px;
}
/* CONTENT - includes main text and header */
#content {
	float: left;
	width: 610px;
}
#main_text {
	margin-top: 240px;

}
#main_text p {
	font-size: 10pt;
	line-height:1.4;
	padding: 0 25px 10px 15px;
	background-color: #FFFFFF;
}
#main_text ul {
	padding: 0 25px 0 15px;
}
#main_text ul li {
	padding: 0 0 10px 15px;
	background: url(../images/bullet_wave.gif) no-repeat 0 7px;
	list-style: none;

}
#main_text h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 25px 15px 15px;
}
#main_text img {
	padding: 10px 0 10px 0;
	margin: 0;
}
/* HEADER WITHIN CONTENT */
#header {
	background-color: #E3EDAE;
	vertical-align: top;
	float: left;
	width: 603px;
	margin-left: 7px;
	position: relative;
	border-bottom: 30px solid #E3EDAE;	
}
/* THE TWO IMAGES IN THE HEADER */
#header #gentle_dentistry {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 407px;
}
#header #man_in_header {
	margin-left: 25px;
	float: right;
	border-right: 2px solid #E3EDAE;
	margin: 0;
	padding: 0;
	width: 101px;
}
/* THE DENTIST PORTRAIT */
#dentist_portrait {
	background:url(../images/dentist_portrait.jpg) no-repeat  0 0;	
	float: left;
	width: 602px;
	height: 140px;	
	position: absolute;
	top: 100px;
	left: 0;	
}
#dentist_portrait h1 {
	margin: 50px 0 0 130px;
	font-weight: bold;
	color: #00273A;
	line-height: 1;
	font-size: 13pt;
}
/* RIGHT BAR */
#right_bar {
	float: left;
	text-align: center;
	width: 135px;	
}
#right_bar p.text {
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	margin: 0 5px 5px 5px;
	padding: 0;
}
/* FOOTER */
#footer {
	position: relative;
}
#copyright {
	background-color: #609CA4;
	padding: 10px;
	float: left;
	height: 40px;
	width: 195px;
}
#copyright p {
	font-size: 10pt;
	font-family: Arial;
	color: #FFFFFF;
	line-height:1.4;
	width: 195px;
}
#bottom_links {
	background-color: #BEDAEF;
	height: 40px;	
	padding: 10px;
	float: left;
	width: 725px;	
	padding-left: 10px;
}
#bottom_links p {
	line-height: 1.5;	
}
#contact_us {
	padding:  10px;
	width: 195px;
	position: absolute;
	top: -85px;
	left: 0;
}
#contact_us p {
	font-size: 11pt;
	color: #005C62;
	font-weight: bold;
}
/* LINKS */
a {
	text-decoration: none;
	color: #005C62;
}
a:hover {
	text-decoration: underline;
}
#left_nav a {
	font-size: 11pt;
	font-weight: bold;
	color: #3F7D8B;
}
#left_nav a:hover {
	color: #00474A;
	text-decoration: none;
}
#left_nav a.selected {
	color: #005C62;
}
#left_nav a.unselected {
	color: #3F7D8B;
}
