/* Britt Dental CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #b97831;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
h1 {
	font: 28px "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
	margin: 52px 0 10px 200px;
	font-weight: bold;
}
h2 {
	font: 15px "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0 230px;
	border-top: 1px solid #000;
	padding: 5px 20px 0 20px;
	display: inline;
}
h3 {
	color: #40391a;
	margin: 23px 0 15px 15px;
	font-size: 18px;
	font-weight: bold;
}
a {
	color: #000;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 50px;
	width: 779px;
	height: 600px;
	background-color: #fff;
	text-align: left;
}
#header {
	position: absolute;
	left: 184px;
	top: 1px;	
	width: 594px;
	height: 122px;
	background-color: #c4bd8e;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 12px;
}
a#homeLink {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 594px;
	height: 122px;
	background-color: transparent;
}
#info {
	background-color: #c4bd8e;
	position: absolute;
	left: 184px;
	top: 124px;
	width: 424px;
	height: 475px;
	text-align: justify;
	overflow: auto;
}
#info p {
	margin: 0 15px 0 15px;
	line-height: 14px;
}
#specials {
	background-color: #6d602e;
	position: absolute;
	left: 609px;
	top: 124px;	
	width: 169px;
	height: 338px;
	color: #fff;
}
#contact {
	background-color: #6d602e;
	position: absolute;
	left: 1px;
	bottom: 67px;
	width: 182px;
	height: 121px;
	font-size: 11px;
}
#contact p {
	text-align: left;
	margin: 9px 0 0 14px;
	line-height: 16px;
}
#left_pic {
	background-color: #6d602e;
	position: absolute;
	left: 1px;
	top: 202px;
	width: 182px;
	height: 209px;
}
#bottom_pic {
	background-color: #c4bd8e;
	position: absolute;
	left: 609px;
	bottom: 1px;
	width: 169px;
	height: 136px;
	background-image: url(images/britt_office.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom_left {
	background-color: #40391a;
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 182px;
	height: 65px;
}
.external {
background: transparent url(images/ext.gif) no-repeat right center;
padding-right: 12px;
}
.popup {
background:transparent url(images/pop.gif) no-repeat right center;
padding-right: 12px;
}
/* ----------------------------------- navigation information ----------------------------- */
#navigation {
	background-color: #40391a;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 182px;
	height: 200px;
	font-size: 12px;
	color: #fff;
}
#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	color: #c4bd8e;
	text-decoration: none;
}
#navigation ul {
	list-style: none;
	margin: 5px 0 0 14px;
}
#navigation li {
	padding: 5px 0 7px 0;
}
/* ------------------------- index page information ---------------------------- */
/*#info h3 {
	color: #000;  /* was #40391a 
	margin: 25px 0 0 15px;
	font-size: 22px;
}*/
body#index #info h3 {
	color: #fff;
	margin: 23px 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}
#info h4 {
	color: #6d602e;
	margin: -6px 0 25px 69px; /* bottom was 17px */
	font-weight: bold;
	font-size: 18px;
}
body#index #info p {
	margin-top: 10px;
}
body#index #info p#bottom {
	margin-bottom: 15px;
}
body#index #info ul {
	margin: 19px 15px 0 30px;
	list-style-position: outside;
	font-size: 12px;
}
body#index #info li {
	margin: 4px 0 4px 0;
}
body#index #left_pic {
	background-image: url(images/teens_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#index #specials p, body#index #specials h4 {
	display: none;
}
/* ------------------------------- about us page information ------------------------- */
body#about #left_pic {
	background-image: url(images/benCloseUp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#about.suzy #left_pic {
	background-image: url(images/suzyCloseUp.jpg);
}
body#about.kimberly #left_pic {
	background-image: url(images/kimberlyCloseUp.jpg);
}
body#about.tonya #left_pic {
	background-image: url(images/tonyaCloseUp.jpg);
}
body#about.becca #left_pic {
	background-image: url(images/beccaCloseUp.jpg);
}
body#about.jessica #left_pic {
	background-image: url(images/jessicaCloseUp.jpg);
}
body#about #info p {
	margin-bottom: 10px;
}
body#about h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0 0 10px;
}
body#about #specials ul {
	list-style-type: none;
	color: #fff;
	margin: 16px 0 0 10px;
	font-style: italic;
}
li.employee {
	font-style: normal;
	margin: 10px 0 0 0;
}
body#about #bottom_pic {
	background-image: url(images/brittDental.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 9px;
	color: #40391a;
	text-align: center;
}
body#about.ben #bottom_pic {
	background-image: url(images/ben_christy_about.jpg);	
}
body#about #bottom_pic p {
	margin: 122px 0 0 0;
}
body#about #specials a {
	color: #fff;
}
body#about #specials a:link, body#about #specials a:visited {
	text-decoration: none;
}
body#about #specials a:hover, body#about #specials a:active {
	text-decoration: underline;
}

/* ---------------------------------- services page information ------------------------------ */
body#services #left_pic {
	background-image: url(images/father_son_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#services #info p.services_header {
	color: #fff;
	font-size: 14px;
	margin-right: 15px;
}
body#services .services_list {
	margin-top: 10px;
	margin-right: 15px;
}
body#services #info ul {
	margin: 0 0 20px 15px;	
	text-align: left;
}
body#services #info ul li {
	list-style-position: inside;
	margin: 1px 15px 1px 0;
/*	width: 375px;  375px */
}

/* --------------------------------------- resources page information ----------------------------------- */
body#resources #left_pic {
	background-image: url(images/mother_daughter_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#resources #info {
	font-size: 12px;
}
body#resources #info p#intro {
	margin-bottom: 10px;
}
body#resources #info p.resource {
	font-weight: bold;
/*	margin-bottom: 5px;*/
}
body#resources #info p.resource_link {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* ----------------------------------- forms page information ------------------------------------ */
body#forms #left_pic {
	background-image: url(images/kids_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#forms #info p {
	margin-bottom: 15px;
}
body#forms #info ul {
	margin: 0 15px 15px 15px;
}
body#forms #info ul li {
	list-style-position: inside;
	margin: 2px 0 2px 0;
}
p.disclaimer {
	font-style: italic;
	font-size: 10px;
}
#adobe_image {
	margin: 0 0 0 15px;
	border: none;
}

/* --------------------------------------- appointments page information ----------------------------- */
body#appointment #left_pic {
	background-image: url(images/woman_coffee_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#appointment form p {
	margin-top: 15px;
	clear: both;
	text-align: left;
}
body#appointment form p label {
	margin: 0 10px 0 0;
	clear: both;
}
body#appointment form input.txt {
	float: right;
	margin-top: -15px;
	border: 1px solid #000;
	padding: 2px;
}
body#appointment form input#name {
	width: 80%;
}
body#appointment form input#phone {
	width: 67%;
}
body#appointment form input#email {
	width: 67%;
}
body#appointment form select#day {
	float: left;
	margin: -15px 0 0 180px;
	padding: 0 0 0 2px;
	width: 125px;
}
body#appointment form select#time {
	float: left;
	margin: -15px 0 0 180px;
	width: 125px;
}
body#appointment form p label.checkbox1 {
	margin: 0 0 0 -5px;
}
body#appointment form p label.checkbox {
	margin: 0 0 0 150px;
}
body#appointment form input.box {
	margin: 0 5px 0 0;
}
body#appointment form textarea#comments {
	float: right;
	margin-top: -15px;
	width: 73%;
	height: 60px;
	border: 1px solid #000;
}
body#appointment form input.btn {
	float: left;
	margin: 5px 0 0 150px;
}

/* -------------------------------------- contacts page information ------------------------------ */
body#contacts #left_pic {
	background-image: url(images/girl_beautiful_smile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body#contacts #info ul {
	position: absolute;
	list-style-type: none;
	font: 11px Arial, Helvetica, sans-serif;
	list-style-position: outside;
}
#address {
	left: 15px;
	top: 60px;
}
body#contacts #info ul#phone_nums {
	left: 170px;
	top: 60px;
}
body#contacts #info ul#contact_email {
	left: 280px;
	top: 60px;
}
.contact_sub_head {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 7px 0;
	font-weight: bold;
}
body#contacts #info h4#contact_title {
	margin: 100px 15px 20px 15px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
body#contacts #info h5 {
	margin: 0 15px 15px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	border: none;
}
body#contacts #info img {
	margin: 0 0 7px 15px;
	border: 1px solid #40391a;
}
body#contacts #specials h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0 0 10px;
}
body#contacts #specials h5 {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 17px 0 0 10px;
}
body#contacts #specials p {
	margin: 3px 0 0 10px;
}
body#map_lg {
	background-image: url(images/map_lg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	