
/* ---------------------------------------------------------------
Title:    CHAN & SEGULYEV DENTAL CORP.
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     22 APRIL 2009

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

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

/* 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: 960px;
}

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

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

#address {
	float: left;
	width: 400px;
	margin: 0 auto;
	padding-top: 15px;;
	padding-left: 10px;
	text-align: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #F3EED4;
}

/* PHONE NUMBER */

#phone {
	float: right;
	width: 225px;
	height: 30px;
	margin-top: 0;
	padding-left: 50px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	color: #FFFFFF; 
}

#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:212px;
	height:185px;
	padding: 0px;
	margin-top: 22px;
	margin-left: 0;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center top;
	float: left;
	width:212px;
	height:185px;
	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 */

#banner1 {
	float: right;
	background: url(../Headers/header1.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner2 {
	float: right;
	background: url(../Headers/header2.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner3 {
	float: right;
	background: url(../Headers/header3.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner4 {
	float: right;
	background: url(../Headers/header4.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner5 {
	float: right;
	background: url(../Headers/header5.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner6 {
	float: right;
	background: url(../Headers/header6.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner7 {
	float: right;
	background: url(../Headers/header7.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner8 {
	float: right;
	background: url(../Headers/header8.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner9 {
	float: right;
	background: url(../Headers/header9.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

#banner10 {
	float: right;
	background: url(../Headers/header10.jpg) no-repeat center top;
	width: 648px;
	height: 224px;
	margin-top: 15px;
	text-align: left;
}

/* HORIZONTAL FOOTER NAVIGATION MENU */

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

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

#footerNav ul a {
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #979EBD;
	border-right: 1px solid #979EBD;
}

#footerNav li {
	float: left;
}

#footerNav ul a:hover {
	text-decoration: none;
	color: #EAECF2;
}

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

#footerNav ul .last a {
	border-right: hidden;
}

#home #footerNav .home a,
#about #footerNav .about a,
#services #footerNav .services a,
#advanced #footerNav .advanced a,
#periolase #footerNav .periolase a,
#visit #footerNav .visit a,
#scheduling #footerNav .scheduling a,
#faq #footerNav .faq a,
#specials #footerNav .specials a,
#contact #footerNav .contact a {
	font-size: 12px;
	line-height: 12px;
	background: #6E77A3;
	color: #EAECF2;
	cursor: default;
}

/* 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: 960px;
}

/* CONTENT WRAPPER */

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

/* CONTENT */

#content {
	width: 620px;
	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: #8F271B;
}

.fauxh1 {
	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: #8F271B;
}

#content h2 {
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #303D7B;
	border-top: 1px solid #E6DEA9;
	border-bottom: 1px solid #E6DEA9;
}

.fauxhead {
	margin-top: 25px;
	margin-right: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #303D7B;
	border-top: 1px solid #E6DEA9;
	border-bottom: 1px solid #E6DEA9;
}

#content h2 .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	color: #8F271B;
}

#content h2 .reg {
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}

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

#content p .reg{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
}
#content div.bull{
	float:left;vertical-align:top;font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#content p .map-details{
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8F271B;
}

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

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

#content blockquote {
	margin-left: 0;
	margin-right: 20px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	background: #F9F7E9;
	color: #604740;
	border-top: 1px solid #E6DEA9;
	border-bottom: 1px solid #E6DEA9;
	
}

/* UN-ORDERED LIST */

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

#content li {
	list-style: none;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8F271B;
	border-bottom: 1px solid #E6DEA9;
}

#content li .reg {
	font-size: 10px;
	line-height: 18px;
	color: #8F271B;
}

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

/* FAQ CONTENT */

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

#faq-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: #8F271B;
}

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

/* STAFF GALLERY */

.staff {
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 10px;
	float: left;
	width: 200px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #EBE6DD; 
}

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


/* SIDE LIST */

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

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

#sidelist ul a {
	display: block;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 28px;
	padding-left: 6px;
	color: #8F271B;
	border-top: 1px solid #E6DEA9;
	border-bottom: 1px solid #C1AC28;
	border-left: 1px solid #E6DEA9;
}

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

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

#sidelist .underline {
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 210px;
	border-bottom: 1px solid #C1AC28;
}

#sidelist .underline:before {
	content: "\00BB \0020";
}

#sidelist ul a:hover {
	line-height: 28px;
	padding-left: 6px;
	background: #F3EED4;
	color: #C1AC28;
}

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

#home #sidelist .home a,
#about #sidelist .about a,
#services #sidelist .services a,
#advanced #sidelist .advanced a,
#periolase #sidelist .periolase a,
#visit #sidelist .visit a,
#scheduling #sidelist .scheduling a,
#faq #sidelist .faq a,
#specials #sidelist .specials a,
#contact #sidelist .contact a {
	line-height: 28px;
	padding-left: 6px;
	margin-right: 0;
	background: #FFFFFF;
	color: #C1AC28;
	cursor: default;
	border-top: 1px solid #E6DEA9;
	border-bottom: 1px solid #C1AC28;
	border-left: 1px solid #E6DEA9;
}

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

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

#sidelist h1 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #C2AC28;
	background: #8F271B;
}
.miscsidebar {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-style: italic;
	color: #DDC957;
	background: #8F271B;
}

#sidelist h1 .details{
	list-style: none;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}

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

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	background-color: #303D7B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #F9F7E9;
	min-width: 960px;
	border-top: 5px solid #C2AC28;
}

/* ENDING FOOTER AREA */

#end {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
	padding-right: 10px;
	text-align: right;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 11px;
	color: #6E77A3;
}

#sitemap {
	float: left;
	width: 600px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 13px;
	color: #F9F7E9;
}

/* 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-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

/* 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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

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

/* NORMAL */

a:link {
	color: #303D7B;
	text-decoration: underline;
}
a:visited {
	color: #303D7B;
	text-decoration: underline;
}
a:hover {
	color: #C2AC28;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/* SIDE LIST HEADER LINK */

a.headerlink:link {
	color: #EBE6DD;
	text-decoration: underline;
}
a.headerlink:visited {
	color: #EBE6DD;
	text-decoration: underline;
}
a.headerlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.headerlink: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: #6E77A3;
	text-decoration: none;
	font-size: 12px;
}
a.designer:visited {
	color: #6E77A3;
	text-decoration: none;
	font-size: 12px;
}
a.designer:hover {
	color: #C2AC28;
	text-decoration: underline;
	font-size: 12px;
}
a.designer:active {
	color: #6E77A3;
	text-decoration: none;
	font-size: 12px;
}

/* IMAGE */

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

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

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

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