/*
-----------------------------------------------
Title:    Westlake Family Dentistry
Company:  Practice Cafe
Designer: Shane Guymon
URL:      http://www.practicecafe.com
Updated:  07 AUGUST 2008

© Copyright 2008 Practice Cafe, LLC
----------------------------------------------- */


/* CSS Document */

body  {
	font: 100% "Times New Roman", Times, Georgia, serif;
	background: #F8EDE1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 760px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 800px;
}

#wrapper {
	width: 760px;
	height: 229px;
	margin: 0 auto;
	text-align: right;
	border-bottom: 1px solid #8F271B;
}

/* ADDRESS: This is for the address info */

#address {
	float: left;
	width: 240px;
	margin-top: 150px;
	text-align: center;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	padding-right: 8px;
	padding-left: 8px;
	color: #8F271B;
}

/* LOGO */

#logo {
	float: left;
	width: 734px;
	height:105px;
	padding-left: 10px;
	margin: 0;
}

/* BRANDING: This is the different header images */

#branding {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width:760px;
	height:190px;
}

#branding1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding2 {
	float: right;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding3 {
	float: right;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding4 {
	float: right;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding5 {
	float: right;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding6 {
	float: right;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding7 {
	float: right;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding8 {
	float: right;
	background: url(../Headers/header8.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

#branding9 {
	float: right;
	background: url(../Headers/header9.jpg) no-repeat center top;
	width: 475px;
	height:152px;
	margin-top: 20px;
	border: 3px solid #E6DFB5;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 15px;
}

#dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	line-height: 10px;
	color: #FFFFFF;
}

#nav a:hover {
	display: block;
	color: #C59C44;
	border-top: none;
	border-bottom: none;
}

#nav li li a {
	display: block;
	color: #654200;
	padding: 0 1em;
	line-height: 30px;
	width: 130px;
	height: 30px;
	text-align: left;
	background-color: #000000;
	border-bottom: 1px solid #FAE17A;
	border-right: 1px solid #FAE17A;
}

#nav li li a:hover {
	padding: 0 1em;
	line-height: 30px;
	color: #FAE17A;
}

#dropdown li {
	float: right;
	position: relative;
	text-align: center;
	cursor: default;
}

#dropdown ul .first a {
	border-left: hidden;
}

#dropdown li#first {
	border-left-width: 1em;
}

#dropdown li#last {
	border-right-width: 1em;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #000000;
}

li>ul {
	top: auto;
	left: auto;
}

#dropdown li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#dropdown li:hover ul, li.over ul {
	display: block;
}

#home #nav .home a,
#about #nav .about a,
#contact #nav .contact a {
	color: #C59C44;
	line-height: 10px;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: right;
	width: 366px;
	padding-left: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 30px;
	font-size: 10px;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#horNav ul a {
	display: block;
	float: right;
	padding: 8px 15px;
	height: 10px;
	width: 86px;
	text-decoration: none;
	color: #654200;
	
}

#horNav ul .first a {
	border-left: hidden;
}

#horNav li {
	float: right;
}

#horNav ul a:hover {
	background: #056336;
	color: #FFFFFF;
}

#horNav ul a:active {
}

#contact #horNav .contact a {
	background: #056336;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* HEADLINE BACKGROUND */

#headlinebg  {
	font: 100% "Times New Roman", Times, Georgia, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 800px;
	border-top: 5px solid #86A093;
	border-bottom: 5px solid #86A093;
}

/* HEADLINE WRAPPER */

#headlinewrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 30px;
	line-height: 70px;
	font-weight: normal;
	color: #FFFFFF;
}

/* HEADLINE */

#headline {
	float: right;
	width: 436px;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 30px;
	color: #056336;
	margin-top: 0px;
	padding-top: 10px;
}


/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% "Times New Roman", Times, Georgia, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 800px;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 475px;
	float: right;
	margin-top: 0px;
	text-align: left;
}

#content h1 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #8F271B;
	border-bottom: 1px solid #C59C44;
}

#content h2 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #604740;
	border-bottom: 1px solid #C59C44;
}

#content h3 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #604740;
}

#content h4 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #AFA545;
}

#content h5 {
	padding-left: 0px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

#content p {
	padding-left: 0px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

#content .ba {
	padding-bottom: 20px;
	border-bottom: 5px solid #EEE9D4;
}

.normal {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}

.small {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.italic {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	font-style: italic;
	color: #9E2823;
}

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

#feature2 {
	float: left;
	margin-left: 25px;
}

/* SLIDESHOW */
	
#slideshow {
	width:300px;
	height:199px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	border: 5px solid #EEE9D4;
	}

/* PHONE NUMBER */

#phone {
	width: 220px;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	line-height: 33px;
	font-weight: normal;
	color: #F8EDE1;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif; 
}

.number {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left; 
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 8px;
}


/* SIDE LIST */

#sidelist {
	width: 245px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left;
	border-right: 1px solid #C59C44; 
}

#sidelist ul {
	margin-right: 20px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none; 
}

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #8F271B;
	border-bottom: 1px dotted #C59C44;
}

#sidelist li {
	list-style: none;
	display: block;
	padding-left: 0px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #595C36;
}

#sidelist ul a:hover {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #8F271B;
}

#sidelist a.class2:hover {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #C59C44;
}

#sidelist a.class3:hover {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #604740;
}

#sidelist ul a:active {
}

html>body #sidelist ul a {
	margin: auto;
}

/* THESE ARE THE STATES OF THE LINKS WHEN YOU ARE ON THAT PAGE */

#services #sidelist .services a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #8F271B;
}

#implants #sidelist .implants a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #C59C44;
}

#smile #sidelist .smile a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #604740;
}

#specials #sidelist .specials a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #8F271B;
}

#finances #sidelist .finances a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #C59C44;
}

#faq #sidelist .faq a {
	width: 190px;
	line-height: 30px;
	padding-left: 6px;
	color: #FFFFFF;
	background: #604740;
}

/* --------------------------------------------------------- */		

#sidelist .light {
	display: block;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist .dark {
	display: block;
	background: #EEE9D4;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#sidelist p {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #604740;
}

#sidelist h1 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist h2 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #604740;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist h3 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #056336;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidelist .details {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: #595C36;
}

#sidelist .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
}


/* MAIN LIST */

#mainlist {
	width: 475px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#mainlist ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

#mainlist li {
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #604740;
}

#mainlist .dark {
	display: block;
	background: #F2EDD6;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #C59C44;
	border-bottom: 1px dotted #C59C44;
}

#mainlist h1 {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.listheading2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}

.serif {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #9E2823;
	font-weight: bold;
}

/* SERVICE LIST */

#servicelist {
	width: 475px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

#servicelist ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

#servicelist li {
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #654200;
	border-bottom: 1px solid #BBA000;
}

#servicelist h1 {
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
}

.listheading2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}

.serif {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #9E2823;
	font-weight: bold;
}
	
/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg3.jpg) repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #544928;
	min-width: 800px;
}


/* ENDING FOOTER AREA */

#end {
	width: 740px;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	color: #E6DFB5;
}

#sitemap {
	float: left;
	width: 500px;
	padding-left: 20px;
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
}

/* FOOTER MENU */

#footerMenu1 {
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	text-align: left; 
}

#footerMenu1 ul {
	padding-left: 0px;
	list-style-type: none; 
}

#footerMenu1 ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 130px;
	padding-left: 6px;
	color: #E6DFB5;
	border-left: 1px solid #C59C44;
}

#footerMenu1 li {
	list-style: none;
	display: block;
	padding-left: 0px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #E6DFB5;
}

#footerMenu1 ul a:hover {
	width: 130px;
	padding-left: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footerMenu1 ul a:active {
	color: #E6DFB5;
}

html>body #footerMenu1 ul a {
	margin: auto;
}

/* FOOTER MENU 2 */

#footerMenu2 {
	width: 150px;
	float: left;
	margin-top: 10px;
	text-align: left; 
}

#footerMenu2 ul {
	padding-left: 0px;
	list-style-type: none; 
}

#footerMenu2 ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 130px;
	padding-left: 6px;
	color: #E6DFB5;
	border-left: 1px solid #C59C44;
}

#footerMenu2 li {
	list-style: none;
	display: block;
	padding-left: 0px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #E6DFB5;
}

#footerMenu2 ul a:hover {
	width: 130px;
	padding-left: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footerMenu2 ul a:active {
	color: #E6DFB5;
}

html>body #footerMenu2 ul a {
	margin: auto;
}

/* FOOTER MENU 3 */

#footerMenu3 {
	width: 150px;
	float: left;
	margin-top: 10px;
	text-align: left; 
}

#footerMenu3 ul {
	padding-left: 0px;
	list-style-type: none; 
}

#footerMenu3 ul a {
	display: block;
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 130px;
	padding-left: 6px;
	color: #E6DFB5;
	border-left: 1px solid #C59C44;
}

#footerMenu3 li {
	list-style: none;
	display: block;
	padding-left: 0px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #E6DFB5;
}

#footerMenu3 ul a:hover {
	width: 130px;
	padding-left: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footerMenu3 ul a:active {
	color: #E6DFB5;
}

html>body #footerMenu3 ul a {
	margin: auto;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.floatrt {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: right;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 20px;
}

/* LINKS */

a:link {
	color: #C59C44;
	text-decoration: underline;
}
a:visited {
	color: #C59C44;
	text-decoration: underline;
}
a:hover {
	color: #8F271B;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* ----------------------------------- */

a.designer:link {
	color: #E6DFB5;
	text-decoration: underline;
}
a.designer:visited {
	color: #E6DFB5;
}
a.designer:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.designer:active {
	text-decoration: underline;
}

/* ----------------------------------- */

a.image:link {
	color: #F8F6EE;
	text-decoration: none;
}
a.image:visited {
	color: #F8F6EE;
	text-decoration: none;
}
a.image:hover {
	color: #E6DFB5;
	text-decoration: none;
}
a.image:active {
	text-decoration: none;
}

a.image:link img {
	border: 5px solid #F8F6EE;
}

a.image:visited img {
	border: 5px solid #F8F6EE;
}

a.image:hover img {  
	border: 5px solid #E6DFB5;
}

/* ----------------------------------- */

a.link2:link {
    color: #C59C44;
	text-decoration: underline;
}
a.link2:visited {
	color: #C59C44;
	text-decoration: underline;
}
a.link2:hover {
	color: #8F271B;
	text-decoration: none;
}
a.link2:active {
	text-decoration: underline;
}