/*
-----------------------------------------------
Title:    Alan Schauer, DDS
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% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-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: #000000;
	min-width: 760px;
}

#wrapper {
	width: 744px;
	margin: 0 auto;
	text-align: right;
	font-family:
}

/* LINKS */

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

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

#address {
	float: left;
	width: 724px;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 33px;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

/* LOGO */

#logo {
	float: left;
	background:
	width: 734px;
	height:140px;
	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:448px;
	height:240px;
	padding-right: 10px;
	margin: 0;
}

#branding1 {
	float: left;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding2 {
	float: left;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding3 {
	float: left;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding4 {
	float: left;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding5 {
	float: left;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding6 {
	float: left;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding7 {
	float: left;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

#branding8 {
	float: left;
	background: url(../Headers/header8.jpg) no-repeat center top;
	width: 744px;
	height:240px;
	margin-top: 25px;
	text-align: left;
	padding-bottom: 3px;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	margin-top: 0px;
}

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

#nav a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	line-height: 13px;
	color: #FFFFFF;
	border-right: 1px solid #956B55;
}

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

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

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

#dropdown li {
	float: left;
	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,
#schauer #nav .schauer a,
#services #nav .services a,
#specials #nav .specials a,
#testimonials #nav .testimonials a,
#finances #nav .finances a,
#contact #nav .contact a {
	color: #5E2A19;
	line-height: 14px;
	background: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 18px;
}

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

#horNav ul a {
	display: block;
	float: left;
	padding: 10px 15px;
	height: 12px;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #FAE17A;
	
}

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

#horNav li {
	float: left;
}

#horNav ul a:hover {
	color: #FAE17A;
}

#horNav ul a:active {
}

#horNav ul a:selected {
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#location #horNav .location a,
#finances #horNav .finances a,
#specials #horNav .specials a,
#contact #horNav .contact a {
	color: #FAE17A;
	cursor: default;
	font-weight: bold;
}

/* CONTENT */

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

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 33px;
	font-weight: normal;
	color: #363064;
}

#content h2 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #5E2A19;
}

#content h3 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

#content h4 {
	padding-left: 20px;
	padding-right: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

#content h5 {
	padding-left: 20px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

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

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

.h1emp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	line-height: 33px;
	font-weight: normal;
	color: #5E2A19;
}

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

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

/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 245px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background: #FEF1CE;
	border-left: 1px solid #812215;
}

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

#mainNav ul a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #9E2823;
	color: #FFFFFF;
}

#mainNav li {
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav ul a:hover {
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #C3A957;
	color: #FFFFFF;
}

#mainNav ul a:active {
	background-color: #B4D1ED;
	color: #000000;
}

#mainNav ul a:selected {
	background-color: #B4D1ED;
	color: #000000;
}

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

#home #mainNav .home a,
#about #mainNav .about a,
#services #mainNav .services a,
#specials #mainNav .specials a,
#smile #mainNav .smile a,
#contact #mainNav .contact a {
	width: 170px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #B4D1ED;
	color: #000000;
	border: 4px solid #e3eaef;
	cursor: default;
}

/* SLIDESHOW */
	
#slideshow {
	width:430px;
	height:323px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	}

/* PHONE NUMBER */

#phone {
	width: 744px;
	float: right;
	padding: 0px;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: center; 
}

.number {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: left; 
}

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


/* SIDE LIST */

#sidelist {
	width: 245px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left;
	background: #808453; 
}

#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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #363064;
	color: #FFFFFF;
}

#sidelist li {
	list-style: none;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #686D33;
}

#sidelist ul a:hover {
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
	background-color: #645881;
	color: #FFFFFF;
}

#sidelist ul a:active {
	background-color: #645881;
	color: #FFFFFF;
}

#sidelist ul a:selected {
	background-color: #645881;
	color: #FFFFFF;
}

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

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

#sidelist p {
	padding-left: 0px;
	padding-right: 8px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.emphases {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #363064;
}

#sidelist h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #91956B;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #5E2A19;
	border-top: 2px solid #5E2A19;
	border-bottom: 1px solid #5E2A19;
}

#sidelist h2 {
	margin-left: 20px;
	padding-left: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #363064;
	border-bottom: 1px dotted #BBA000;
}

#sidelist .details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #363064;
}


/* MAIN LIST */

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

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

#mainlist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #005B60;
	border-bottom: 1px solid #BBA000;
}

#mainlist .dark {
	display: block;
	background-color: #FAF7ED;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #812215;
}

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

.listheading2 {
	font-family: Georgia, "Times New Roman", Times, 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;
}

/* SPECIAL OFFER */

#specialoffer {
	width: 440px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFFFCC;
	border: 1px solid #FFFF66;
}

#specialoffer h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 27px;
	line-height: 33px;
	font-weight: bold;
	color: #363064;
}

#specialoffer p {
	padding-left: 20px;
	font: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	
}

/* MAIN LIST RIGHT */

#mainrtlist {
	width: 220px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px solid #B39C5C;
}

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

#mainrtlist li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #711701;
	border-bottom: 1px solid #B39C5C;
}

#mainrtlist .dark {
	display: block;
	background-color: #fce6cf;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

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

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


	

/* ENDING FOOTER AREA */

#end {
	border-top: 3px solid #5E2A19;
	width: 734px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sitemap {
	float: left;
	width: 400px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

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

.sign {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

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

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