/*
-----------------------------------------------
Title:    Sean Lee, DDS, Inc.
Company:  Practice Cafe
Designer: Shane Guymon
URL:      http://www.practicecafe.com
Updated:  23 SEPTEMBER 2008

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

/* CSS Document */

body  {
	font: 100% Palatino Linotype, Georgia, Times New Roman, Times, serif;
	background: #503B22;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 760px;
}


/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Palatino Linotype, Georgia, Times New Roman, Times, serif;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 760px;
}

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

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

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

/* LOGO */

#logo {
	float: left;
	background:
	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:468px;
	height:190px;
}

#branding1 {
	float: right;
	background: url(../images/headers/header1.jpg) no-repeat center top;
	width:468px;
	height:190px;
}

/* HORIZONTAL DROP DOWN MENU */

#dropdown {
	float: right;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 30px;
	width: 700px;
}

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

#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 0px;
	height: 10px;
	color: #654200;
}

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

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

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

#nav a.class4:hover {
	display: block;
	color: #FFFFFF;
	background: #056336;
	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;
	width: 116px;
	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 {
	color: #FFFFFF;
	height: 10px;
	background: #503B22;
	cursor: default;
	font-weight: bold;
}

#about #nav .about a {
	color: #FFFFFF;
	background: #503B22;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

#services #nav .services a {
	color: #FFFFFF;
	background: #F1C726;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

#tech #nav .tech a {
	color: #FFFFFF;
	background: #D56800;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

#contact #nav .contact a {
	color: #FFFFFF;
	background: #056336;
	height: 10px;
	cursor: default;
	font-weight: bold;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: right;
	width: 366px;
	padding-left: 0px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, 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 {
}

#horNav ul a:selected {
}

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

/* HEADLINE BACKGROUND */

#headlinebg  {
	font: 100% Palatino Linotype, Georgia, Times New Roman, Times, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 760px;
	border-top: 5px solid #86A093;
	border-bottom: 5px solid #86A093;
}

/* HEADLINE WRAPPER */

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

/* HEADLINE */

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


/* CONTENT BACKGROUND */

#contentbg  {
	font: 100% Palatino Linotype, Georgia, Times New Roman, Times, serif;
	background: url(../images/bg2.jpg) repeat-y center top;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 760px;
}

/* CONTENT WRAPPER */

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

/* CONTENT */

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

#content h1 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #D56800;
}

#content h2 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	background: #D56800;
}

#content h3 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #FFFFFF;
	background: #056336;
}

#content h4 {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #654200;
}

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

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

#content em {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #654200;
}

#content strong {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #654200;
}

#content blockquote {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	background: #FBE7B1;
	color: #654200;
	border-left: 1px dotted #503B22;
}

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

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

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

/* PHONE CONSULTAION */

#consultation {
	width: 430px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	background: #FBE7B1;
	border: 1px solid #D56800;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

#consultation p {
	padding-left: 20px;
	font: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #000000;
	
}

/* FEATURES */

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

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

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 245px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

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

#mainNav ul a {
	display: block;
	text-decoration: none;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	color: #654200;
	border-bottom: 1px solid #D56800;
}

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

#mainNav ul a:hover {
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	background: #F1C726;
	color: #654200;
}

#mainNav ul a:active {
	color: #FFFFFF;
}

#mainNav ul a:selected {
	color: #FFFFFF;
}

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

#services #mainNav .services a,
#specials #mainNav .specials a {
	width: 190px;
	height: 30px;
	line-height: 30px;
	padding-left: 6px;
	background: #D56800;
	color: #FFFFFF;
	cursor: default;
	font-weight: bold;
}

/* SLIDESHOW */
	
#slideshow {
	width: 250px;
	height: 167px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
	border: 5px solid #FBE7B1;
	}

/* PHONE NUMBER */

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

.number {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, 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: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left; 
}

#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: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	width: 180px;
	height: 23px;
	line-height: 22px;
	padding-left: 6px;
}

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

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

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

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

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

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

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

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

#sidelist h2 {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #D56800;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, 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: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.sbheading3 {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #812215;
}

.sbheading4 {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #812215;
}


/* 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;
	text-indent: -1em;
	padding-left: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #654200;
	border-bottom: 1px solid #BBA000;
}

#mainlist li:before {
	content: "\00BB \0020";
}

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

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

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

.serif {
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #9E2823;
	font-weight: bold;
}

/* 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: Palatino Linotype, Georgia, Times New Roman, Times, 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: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #B39C5C;
}
	
/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Palatino, Palatino Linotype, Georgia, Times New Roman, Times, serif;
	background: url(../images/bg3.jpg) repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #544928;
	min-width: 760px;
}


/* ENDING FOOTER AREA */

#end {
	width: 734px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

#sitemap {
	float: left;
	width: 450px;
	margin-top: 20px;
	padding-left: 10px;
	text-align: left;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, 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: 20px;
	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. */

#contactformHome {
	width: 420px;
	float: left;
	margin-left: 20px;
	text-align: right;
}

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

/* LINKS */

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

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

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

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

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

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