
/* ---------------------------------------------------------------
Title:    Flintlock Dental
Company:  Practice Cafe
Designer: Shane Guymon
URL:      www.practicecafe.com
Date:     07 MAY 2009

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

body  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background-color: #C4C9D4;
	margin: 0; 
	padding: 0;
	text-align: center;
	min-width: 1024px;
}

/* BRANDING BACKGROUND */

#brandingbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-top.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 1000px;
}

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

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

#address {
	float: left;
	width: 500px;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	color: #636365;
}

/* PHONE NUMBER */

#phone {
	width: 225px;
	height: 30px;
	margin-top: 5px;
	margin-left: 20px;
	padding-bottom: 0;
	padding-right: 20px;
	float: right;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	color: #6A829C; 
}

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

/* LOGO */

#logo {
	display: block;
	background-color:#FFFFFF;
	float: left;
	width: 332px;
	height: 246px;
	padding-top: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

#logo a {
	background: url(../images/logo.jpg) no-repeat center;
	float: left;
	width: 332px;
	height: 246px;
}

#logo a span {
	visibility: hidden;
}

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

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

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

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

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

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

/* CONTENT BACKGROUND */

#contentbg  {
	background: url(../images/bg-content.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-width: 1000px;
}

/* CONTENT WRAPPER */

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

/* CONTENT */

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

#content h1 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #6A829C;
}

#content h2 {
	padding-left: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #B92616;
	border-top: 1px solid #E8E5CC;
	border-bottom: 1px solid #E8E5CC;
}

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

#content p {
	padding-right: 30px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636365;
}

#content .normal {
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636365;
}

#content p .reg{
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
}

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

.misc{  margin: 13px 0 0 0;}

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

#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: #EAECF2;
	color: #2F3D7B;
	border-top: 1px solid #B2B2CA;
	border-bottom: 1px solid #B2B2CA;
}

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

#content ul {
	margin-left: 10px;
	margin-right: 10px;
	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: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6A829C;
	border-bottom: 1px solid #E8E5CC;
}

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

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

/* TEAM */

.team-photo {
	width: 150px;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #C6B38E; 
}

.team-bio {
	width: 360px;
	float: right;
	margin: 0;
	padding: 0;
}

.team-bio p {
	margin-top: 0;
	margin-bottom: 10px;;
}

/* COLUMNS */

#column-left {
	width: 290px;
	float: left;
	margin: 0;
	padding: 0;
}

#column-left p {
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #636365;
	
}

#column-right {
	width: 230px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F4F3EA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #6A829C;
}

#column-right p {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #6A829C;
	
}

/* CONTACT US TODAY BUTTON */

#forms-button {
	display: block;
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 92px;
	margin: 0;
	padding: 0;
}

#forms-button a {
	background: url(../images/new-patient-forms.jpg) no-repeat center top;
	float: left;
	width: 230px;
	height: 92px;
	padding: 0;
	margin: 0;
}

#forms-button a:hover {
	background: url(../images/new-patient-forms2.jpg) no-repeat center top;
}

#forms-button a span {
	visibility: hidden;
}

/* SMILE GALLERY */

.smile-gallery {
	margin: 8px;
	padding: 10px 10px;
	float: left;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #6A829C;
}

/* SLIDESHOW */
	
#slideshow {
	width:560px;
	height:375px;
	margin-top: 25px;
	padding-right: 30px;
	float: right;
}


/* SIDE LIST */

#sidelist { 
	width: 300px;
	float: left;
	padding-left: 30px;
	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: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 28px;
	padding-left: 6px;
	color: #6A829C;
	border-bottom: 1px solid #FFFFFF;
}

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

#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: 270px;
	border-bottom: 1px solid #FFFFFF;
}

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

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

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

#home #sidelist .home a,
#about #sidelist .about a,
#services #sidelist .services a,
#implants #sidelist .implants a,
#gallery #sidelist .gallery a,
#contact #sidelist .contact a {
	line-height: 28px;
	padding-left: 6px;
	margin-right: 0;
	background: #FFFFFF;
	color: #636365;
	cursor: default;
}

#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: 10px;
	padding-right: 20px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #636365;
}

#sidelist h1 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #F5F4EA;
	background: #636365;
}
.smfauxhead {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #6A829C;
}
.resourcehead {
	margin-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #6A829C;
}
.fauxhead {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #F5F4EA;
	background: #636365;
}
.fauxhead2 {
	padding-right: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #6A829C;
}

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

#sidelist h2 {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #6A829C;
}

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

/* ENDING FOOTER AREA BACKGROUND */

#endbg  {
	font: 100% Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	background-color: #C4C9D4;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	color: #1D2258;
	min-width: 1000px;
}

/* ENDING FOOTER AREA */

#end {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0;
}

#address-footer {
	float: left;
	width: 560px;
	margin: 0 auto;
	padding-left: 10px;
	text-align: left;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 13px;
	color: #636365;
}

#practicecafe-link {
	float: right;
	width: 400px;
	margin: 0 auto;
	padding-right: 20px;
	padding-top: 0px;
	text-align: right;
	font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-serif;
	font-size: 12px;
	color: #9DA9BB;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

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

.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 {
	color: #535154;
}

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

/* NORMAL */

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

/* LINK2 */

a.link2:link {
    font-family: Helvetica Neue, Helvetica, Lucida Grande, Verdana, Arial sans-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: #9DA9BB;
	text-decoration: none;
}
a.designer:visited {
	color: #9DA9BB;
	text-decoration: none;
}
a.designer:hover {
	color: #B92616;
	text-decoration: underline;
}
a.designer:active {
	color: #9DA9BB;
	text-decoration: none;
}

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