@charset "utf-8";
/* colors	
blue		3598A8
sky blue	EEEEFF
text		333333
white		FFFFFF
*/

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
}
p, li, span, td {
	font-family: Arial, Tahoma, sans-serif;
}
h1 {
	position: absolute;
	top: 510px;
	left: 65px;
	width: 195px;
	height: 95px;
	background: url(/images/manhattan_beach_dental_care_logo.png) no-repeat;
	z-index: 100;
}
h2 {
	position: absolute;
	top: -50px;
	left: 0px;
	width: 900px;
	height: 260px;
	/* background: url(../images/manhattan_beach_cosmetic_dentistry_home.jpg) no-repeat; */
	z-index: 20;
}
h3 {
	font-size: 190%;
	color: #3598A8;
	padding: 0 0 20px 0;
}
h4 {
	font-size: 140%;
	color: #333333;
	font-weight: normal;
	padding: 0 0 15px 0;
}
p {
	padding: 0 0 10px 0;
}
a, a:visited, a:active {
	color: #3598A8;
}
a:hover {
	color: #216168;
}

html {
	text-align: center;
	background: #EEEEFF;
}
body {
	position: relative;
	top: 0px;
	width: 1281px;
	height: 996px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	background: url(/images/background_website_1280.jpg) no-repeat;
}

div#content {
	position: absolute;
	top: 150px;
	left: 35px;
	width: 445px;
	height: 380px;
	padding: 40px 380px 0 40px;
	background: url(/images/background_page.png) no-repeat;
	z-index: 100;
}
div#sidebar {
	position: absolute;
	top: 152px;
	left: 552px;
	width: 255px;
	height: 380px;
	padding: 20px 20px 20px 0px;
	z-index: 100;
}
p#address, p#credits {
	position: absolute;
	top: 1000px;
	left: 0;
	width: 1200px;
	padding: 0 30px;
	font-size: 75%;
}
p#address {
	text-align: left;
}
p#credits {
	text-align: right;
}
p#modified {
	position: absolute;
	top: 1000px;
	left: 0;
	width: 1280px;
	text-align: center;
}
p#request_an_appointment {
	position: absolute;
	top: 25px;
	left: 80px;
	width: 270px;
	height: 35px;
	z-index: 100;
}
.scroll {
	overflow: scroll;
}
div.scroll {
	height: 240px;
	width: 455px;
	padding: 0 20px 10px 0;
}

/* navigation, http://www.alistapart.com/articles/sprites/ */
ul#navigation {
	position: absolute; top: 80px; left: 5px;
	margin: 0px auto; padding: 0;
	width: 890px; height: 30px;
	background: url(/images/_navigation_.png);
	z-index: 100;
}
ul#navigation li {
	position: absolute; top: 0;
	margin: 0; padding: 0; list-style: none;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
}
ul#navigation li, #navigation a {
	height: 30px; display: block;
}
li#your_dental_home {left: 0; width: 180px;}
li#meet_dr_firshein {left: 180px; width: 130px;}
li#testimonials {left: 310px; width: 120px;}
li#dental_services {left: 430px; width: 140px;}
li#ask_dr_firshein {left: 570px; width: 130px;}
li#location_contact {left: 700px; width: 190px;}
li#your_dental_home a:hover, li#your_dental_home a:active, li#your_dental_home a:focus, li#your_dental_home a.current  {
	background: transparent url(/images/_navigation_.png) 0px 0px no-repeat;
}
li#meet_dr_firshein a:hover, li#meet_dr_firshein a:active, li#meet_dr_firshein a:focus, li#meet_dr_firshein a.current {
	background: transparent url(/images/_navigation_.png) -180px 0px no-repeat;
}
li#testimonials a:hover, li#testimonials a:active, li#testimonials a:focus, li#testimonials a.current {
	background: transparent url(/images/_navigation_.png) -310px 0px no-repeat;
}
li#dental_services a:hover, li#dental_services a:active, li#dental_services a:focus, li#dental_services a.current {
	background: transparent url(/images/_navigation_.png) -430px 0px no-repeat;
}
li#ask_dr_firshein a:hover, li#ask_dr_firshein a:active, li#ask_dr_firshein a:focus, li#ask_dr_firshein a.current {
	background: transparent url(/images/_navigation_.png) -570px 0px no-repeat;
}
li#location_contact a:hover, li#location_contact a:active, li#location_contact a:focus, li#location_contact a.current {
	background: transparent url(/images/_navigation_.png) -700px 0px no-repeat;
}

/* subnavigation */
ul.subnavigation {
	position: absolute; top: 105px; left: 5px;
	margin: 0px auto; padding: 0;
	width: 890px; height: 40px;
	z-index: 100;
}
ul.subnavigation li {
	position: absolute; top: 0;
	margin: 0; padding: 0; list-style: none;
	height: 40px;
	text-indent: -9000px;
	overflow: hidden;
}
ul.subnavigation li, ul.subnavigation a {
	height: 40px; display: block;
}
/* down-arrow default subnavigation */
ul#default {
	background: url(/images/_subnavigation_.png);
	visibility: hidden;
}
li#your_dental_home_sub {left: 0; width: 180px; visibility: hidden;}
li#meet_dr_firshein_sub {left: 180px; width: 130px; visibility: hidden;}
li#testimonials_sub {left: 310px; width: 120px; visibility: hidden;}
li#dental_services_sub {left: 430px; width: 140px; visibility: hidden;}
li#ask_dr_firshein_sub {left: 570px; width: 130px; visibility: hidden;}
li#location_contact_sub {left: 700px; width: 190px; visibility: hidden;}
li#your_dental_home_sub a.target  {
	background: transparent url(/images/_subnavigation_.png) 0px 0px no-repeat;
	visibility: visible;
}
li#meet_dr_firshein_sub a.target {
	background: transparent url(/images/_subnavigation_.png) -180px -0px no-repeat;
	visibility: visible;
}
li#testimonials_sub a.target {
	background: transparent url(/images/_subnavigation_.png) -310px 0px no-repeat;
	visibility: visible;
}
li#dental_services_sub a.target {
	background: transparent url(/images/_subnavigation_.png) -430px 0px no-repeat;
	visibility: visible;
}
li#ask_dr_firshein_sub a.target {
	background: transparent url(/images/_subnavigation_.png) -570px 0px no-repeat;
	visibility: visible;
}
li#location_contact_sub a.target {
	background: transparent url(/images/_subnavigation_.png) -700px 0px no-repeat;
	visibility: visible;
}
/* dental services subnavigation, see dental_services.css */
/* location & contact subnavigation, see location.css and contact.css */

