/* ---------------------------------------------------------------
Title:    MAIN STREET DENTAL CARE
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     18 FEBRUARY 2009

© COPYRIGHT 2008, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED
--------------------------------------------------------------- */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-color: #D5E0E7;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 1024px;
}

#Main {
		background: url(../images/banner.jpg) no-repeat top right;
		display: block;
}

/* BRANDING BACKGROUND */

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

#wrapper {
	width: 800px;
	height: 245px;
	margin: 0 auto;
	text-align: right;
}

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

#address {
	float: right;
	width: 450px;
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

/* PHONE NUMBER */

#phone {
	width: 225px;
	height: 30px;
	float: left;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 45px;
	color: #6A829C; 
}

#phone .floatlft-sb {
	float: left;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

/* LOGO */

#logo {
	display: block;
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width:240px;
	height:115px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width:240px;
	height:115px;
	padding: 0px;
}

#logo a:hover {
	background: url(../images/logo2.jpg) no-repeat center top;
}

#logo a span {
	visibility: hidden;
}

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

#banner {
	float: right;
	background: url(../Headers/rotator.php) no-repeat center top;
	width: 454px;
	height: 211px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: left;
}

#banner1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

#banner2 {
	float: right;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

#banner3 {
	float: right;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

#banner4 {
	float: right;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

#banner5 {
	float: right;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

#banner6 {
	float: right;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 555px;
	height: 213px;
	margin-top: 0;
	text-align: left;
	padding-bottom: 5px;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

#footerNav {
	float: left;
	padding: 0;
	margin-top: 12px;
	width: 600px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 485px;
	float: left;
}

#footerNav ul a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #80A8BD;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	text-decoration: none;
	background: #3486A3;
	color: #ACC3D1;
	font-weight: bold;
}

#footerNav ul a:active {
	text-decoration: none;
}

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#advanced #footerNav .advanced a,
#specials #footerNav .specials a,
#contact #footerNav .contact a {
	text-decoration: none;
	background: #3486A3;
	color: #ACC3D1;
	font-weight: bold;
	cursor: default;
}

/* HORIZONTAL DROP DOWN MENU */

#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
	width: 800px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	list-style: none;
}

#sddm li a {	
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #AFCA34;
}

#sddm li a:hover {	
	text-decoration: none;
	background: #AFCA34;
	color: #535154;
	font-weight: bold;
}

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #056336;
	border-left: 1px solid #C3A957;
	border-bottom: 1px solid #C3A957;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #056336;
	
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #C3A957;
}

#sddm div a:hover {
	color: #C3A957;
	text-decoration: underline;
}

#home #sddm .home a,
#about #sddm .about a,
#services #sddm .services a,
#gift #sddm .gift a,
#contact #sddm .contact a {
	background: none;
	color: #AFCA34;
	font-weight: bold;
	cursor: default;
	font-weight: bold;
}

/* CONTENT BACKGROUND */

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

/* CONTENT WRAPPER */

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

/* CONTENT */

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

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #007C9C;
	text-shadow: #CCCCCC 0px 2px 3px;
}

#content h2 {
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #66583B;
	border-bottom: 1px dotted #D5E0E7;
}

#content h3 {
	margin-right: 20px;
	padding-left: 3px;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #513F3D;
}

#content p {
	padding-left: 8px;
	padding-right: 30px;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

#content p .map-details{
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #827041;
}

#content p .doctor {
	color: #0099DE;
}

#content img {
	color: #D5E0E7;
	border-color: #D5E0E7;
}

#content strong {
	color: #513F3D;
}

#content em {
	color: #66583B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.reg-mark-header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #66583B;
}

.reg-mark {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}

blockquote {
	margin-left: 10px;
	width: 440px;
	padding: 20px;
	background: #EAEFF3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	color: #66583B;
	border: 1px solid #007C9C;
}

/* TAGLINE */

#tagline {
	width: 530px;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#tagline h1 {
	margin-left: 10px;
	padding-right: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #86A093;
}

/* FEATURES */

.feature {
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

.number {
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #6B3249;
}

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

/* ROUNDED CORNER BOX */

#box {
	width: 480px;
	float: left;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #F3F3ED;
	border: 1px solid #656466;
}

#box p {
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #656466;
	
}

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


/* SIDE LIST */

#sidelist { 
	width: 253px;
	float: left;
	padding-bottom: 5px;
	text-align: left; 
}

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

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: .08em;
	font-weight: bold;
	height: 27px;
	line-height: 28px;
	padding-left: 10px;
	color: #66583B;
	border-bottom: 1px dotted #827041;
}

#sidelist li {
	list-style: none;
	display: block;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #66583B;
}

#sidelist .details {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #007C9C;
}

#sidelist .underline {
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 230px;
	border-bottom: 2px solid #D5E0E7;
}

#sidelist ul a:hover {
	height: 27px;
	line-height: 28px;
	padding-left: 6px;
	color: #EBE6DD;
	background: #827041;
}

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

#home #sidelist .home a,
#about #sidelist .about a,
#services #sidelist .services a,
#advanced #sidelist .advanced a,
#specials #sidelist .specials a,
#contact #sidelist .contact a {
	line-height: 28px;
	padding-left: 10px;
	margin-right: 0;
	background: none;
	color: #007C9C;
	cursor: default;
}

#sidelist .dark {
	display: block;
	background-color: #FBE89A;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #BBA000;
	border-bottom: 1px solid #BBA000;
}

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

#sidelist h1 {
	margin-left: 0px;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #EBE6DD;
	background: #007C9C;
}

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

/* SERVICE LIST */

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

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

#servicelist li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #636365;
	border-bottom: 2px dotted #D5E0E7;
}

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

#servicelist h2 {
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #66583B;
	border-bottom: 1px dotted #D5E0E7;
}

#servicelist h2 .retarded {
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #66583B;
}

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

/* NEW PATIENT FORMS */

#newforms {
	width: 490px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	background: #AFCA34;
	text-align: left;
}

#newforms ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#newforms ul a {
	display: block;
	width: 460px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-style: italic;
	background-color: #535154;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	
}

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

#newforms ul a:hover {
	width: 460px;
	padding-left: 10px;
	background-color: #0099DE;
	color: #FFFFFF;
	font-weight: normal;
}

#newforms ul a:active {
	background-color: #9CC239;
	color: #FFFFFF;
}

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

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	background: url(../images/bg-footer.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #007C9C;
	color: #EBE6DD;
	min-width: 840px;
}

/* ENDING FOOTER AREA */

#end {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 85px 0;
	padding-right: 10px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 11px;
}

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

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.floathome {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	border: 5px solid #ECEFCC;
}

.floatrt {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

.floatrt2 {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 0;
}

.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;
}

#contactform .normal {
	color: #535154;
}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link {
	color: #6A829C;
	text-decoration: underline;
}
a:visited {
	color: #6A829C;
	text-decoration: underline;
}
a:hover {
	color: #636365;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* LINK2 */

a.link2:link {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #636365;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:visited {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}
a.link2:hover {
	font-weight: normal;
	color: #6A829C;
	text-decoration: none;
	font-size: 12px;
}
a.link2:active {
	font-weight: normal;
	color: #636365;
	text-decoration: underline;
	font-size: 12px;
}

/* DESIGNED BY */

a.designer:link {
	color: #ABB4C3;
	text-decoration: none;
	font-size: 12px;
}
a.designer:visited {
	color: #ABB4C3;
	text-decoration: none;
	font-size: 12px;
}
a.designer:hover {
	color: #EBE6DD;
	text-decoration: underline;
	font-size: 12px;
}
a.designer:active {
	color: #ABB4C3;
	text-decoration: none;
	font-size: 12px;
}

/* IMAGE */

a.image:link {
   color: #ACC3D1;
	text-decoration: underline;
}
a.image:visited {
	color: #ACC3D1;
	text-decoration: underline;
}
a.image:hover {
	color: #007C9C;
	text-decoration: none;
}
a.image:active {
	text-decoration: underline;
}

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

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

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